Bug #19203
Updated by Peter Amstutz over 2 years ago
the successful run has this
https://ci.arvados.org/job/workbench2-run-tests/727/
<pre>
08:57:09 Launching arvados in test mode...
08:58:15 Arvados up and running at https://localhost:37001/
08:58:15 /tmp/workbench2/tools/run-integration-tests.sh: line 129: warning: execute_coproc: coproc [3292:arvboot] still exists
08:58:15 Launching workbench2...
08:58:15 .
08:58:15 /tmp/workbench2/tools/run-integration-tests.sh: line 136: warning: execute_coproc: coproc [4864:consume_stdout] still exists
08:58:15 /tmp/workbench2/tools/run-integration-tests.sh: line 137: warning: execute_coproc: coproc [4872:wb2] still exists
08:58:16 (node:4929) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
</pre>
the failed run has this:
https://ci.arvados.org/job/workbench2-run-tests/730/consoleFull
<pre>
13:33:10 Launching arvados in test mode...
13:53:10 + set +e +o pipefail
13:53:10 + kill
13:53:10 kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
13:53:10 + wait
13:53:10 + '[' 0 -eq 1 ']'
13:53:10 + echo done
13:53:10 done
13:53:10 make: *** [Makefile:80: integration-tests] Error 1
</pre>
There's a 20 minute time gap so it seems like arvados is failing to start, but nothing is visibly logged.