18513: Decipher status code in crunch-run.txt log.
authorTom Clegg <tom@curii.com>
Tue, 18 Jan 2022 15:13:50 +0000 (10:13 -0500)
committerTom Clegg <tom@curii.com>
Tue, 18 Jan 2022 15:13:50 +0000 (10:13 -0500)
commit3b9c4641a985a53347696b7a77bcde28a92d6e79
treeab468f7ee661e4ac9775f25735591cf649f657b1
parent736e7cb4e93b2e8fbb7d8ed0948bb11ddd5f065b
18513: Decipher status code in crunch-run.txt log.

Container exited with status code 137 (signal 9, SIGKILL)

Previously, docker mode just said "exited with code: 137" and
singularity mode didn't mention it at all.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/crunchrun/crunchrun.go
lib/crunchrun/crunchrun_test.go
lib/crunchrun/docker.go
lib/crunchrun/executor_test.go