Fishtest on AWS EC2
Trying, after a long break, to start Fishtest on AWS EC2, I keep getting the result that it doesn't work. From what I can see, the machine will as such be registered and will show up in the workers list accordingly, but apparently, no tests are performed. The latter can be seen in the tasks list, the number of games played stays zero. The only thing I can observe directly is that the architecture of the machine is not recognized (ARCH = ?).
You'll need to give some more information to help you debug, and to be precise you tested the worker not fishtest (which is the framework).
What Machine Type, did it have a Public IPv4 or only IPv6, and anything else that might be useful ? And the worker script output
In principle there is nothing which should prevent this.
I think your instance is just slow. If a task is allocated and required toolchains are installed properly I think it's good (unless the number of games remains zero for very long time). Also ARCH = ? is normal until the worker sends the first request to the server.
Add:
Your worker has been running a task of a VLTC test so it might take a bit more time for your worker to send the first batch of results to the server.
Does this help? Is there any way I can access the worker script output?