Error: invalid response from server - please try again added by mario-goulart on Mon Nov 11 20:42:38 2024

$ for i in $(seq -w 01 31); do curl -s http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2024/10/$i/salmonella.log.bz2 | bzcat > /tmp/salmonella.log && echo $i && salmonella-log-viewer /tmp/salmonella.log | grep 'Error: invalid response from server - please try again'; done
01
02
03
Error: invalid response from server - please try again
04
Error: invalid response from server - please try again
05
06
07
08
09
10
11
12
13
14
15
Error: invalid response from server - please try again
16
17
Error: invalid response from server - please try again
18
19
20
21
Error: invalid response from server - please try again
22
23
24
25
26
27
Error: invalid response from server - please try again
28
Error: invalid response from server - please try again
29
30
31