ppigazzini
ppigazzini
The workers are updating to 242. Thank you @Viren6 (and @vdbergh for the 2 PRs trick)
To be frank, I was well aware that a stopped worker on 241 has the issue on the first start after updating to 243. But with the second start the...
In my tests, the upgrade from 242 to 243 went smoothly. On PROD half of the running workers successfully completed the 241 -> 242 -> 243 upgrades without any issues....
Fixed by #2081
worker output with fishtest `cutechess-cli` v1.2.0 ``` make[1]: Leaving directory '/home/usr00/_git/__test_folder00/fishtest/worker/tmprbf1h1wp/Viren6-Stockfish-1565b94/src' strip stockfish Obtaining EvalFile of stockfish_1565b948c3d3b2cc4cd0b3e757bfc906fb8a645c ... Obtaining EvalFile of stockfish_1565b948c3d3b2cc4cd0b3e757bfc906fb8a645c ... Verifying signature of stockfish_1565b948c3d3b2cc4cd0b3e757bfc906fb8a645c ... Verifying signature...
the worker get correctly all the parameters from the server: ```python print(cmd) try: with subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True, bufsize=1, # The next options are necessary to be able to...
The brand new `cutechess-cli` v1.3.1 segfault when given that command line ``` option.PolicyMap[63][56]=0 option.PolicyMap[63][57]=0 option.PolicyMap[63][58]=0 option.PolicyMap[63][59]=0 option.PolicyMap[63][60]=0 option.PolicyMap[63][61]=14297 option.PolicyMap[63][62]=14297 option.PolicyMap[63][63]=0 -each proto=uci option.Threads=1ap[63][55]=0 Indexing opening suite... Warning: Engine New-1565b948c3d3b2cc4cd0b3e757bfc906fb8a645c(4): no...
This is the output of the fishtest `cutechess-cli` v1.2.0 when given that command line: ``` option.PolicyMap[63][60]=0 option.PolicyMap[63][61]=14297 option.PolicyMap[63][62]=14297 option.PolicyMap[63][63]=0 -each proto=uci option.Threads=1 Indexing opening suite... Warning: Engine New-1565b948c3d3b2cc4cd0b3e757bfc906fb8a645c(0): no response...
IMO the only problem of fishtest is to no check the (unknown to me) or `cutechess-cli` or Stockfish optional parameters limit.
There are two different logical level in action: 1. a SPSA with many parameters does not run because or a `cutechess-cli `or a Stockfish problem with the number of the...