[INFO] cloning repository https://github.com/josephleblanc/othello [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josephleblanc/othello" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephleblanc%2Fothello"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephleblanc%2Fothello'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a054b0862d8179f8ddcf721eb72b59a14a2d77de [INFO] testing josephleblanc/othello against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephleblanc%2Fothello" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/josephleblanc/othello on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/josephleblanc/othello [INFO] finished tweaking git repo https://github.com/josephleblanc/othello [INFO] tweaked toml for git repo https://github.com/josephleblanc/othello written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/josephleblanc/othello already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08e7624149bd1066892b237d519cd4e06e59484eaf2dbc97c2f1e978482d15d1 [INFO] running `"docker" "start" "-a" "08e7624149bd1066892b237d519cd4e06e59484eaf2dbc97c2f1e978482d15d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling othello v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.75s [INFO] running `"docker" "inspect" "08e7624149bd1066892b237d519cd4e06e59484eaf2dbc97c2f1e978482d15d1"` [INFO] running `"docker" "rm" "-f" "08e7624149bd1066892b237d519cd4e06e59484eaf2dbc97c2f1e978482d15d1"` [INFO] [stdout] 08e7624149bd1066892b237d519cd4e06e59484eaf2dbc97c2f1e978482d15d1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ddfbfb1a42f59db697d910fc74a9ca1d608a4fb94e3fd9b5a8ed96f3e2d5fbf6 [INFO] running `"docker" "start" "-a" "ddfbfb1a42f59db697d910fc74a9ca1d608a4fb94e3fd9b5a8ed96f3e2d5fbf6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling othello v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "ddfbfb1a42f59db697d910fc74a9ca1d608a4fb94e3fd9b5a8ed96f3e2d5fbf6"` [INFO] running `"docker" "rm" "-f" "ddfbfb1a42f59db697d910fc74a9ca1d608a4fb94e3fd9b5a8ed96f3e2d5fbf6"` [INFO] [stdout] ddfbfb1a42f59db697d910fc74a9ca1d608a4fb94e3fd9b5a8ed96f3e2d5fbf6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c8c52e9fcbe73b7e11a2ef811d7f1327b63f22b1a48982db043c0456826760e2 [INFO] running `"docker" "start" "-a" "c8c52e9fcbe73b7e11a2ef811d7f1327b63f22b1a48982db043c0456826760e2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/othello-c140f0dfb29040c0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c8c52e9fcbe73b7e11a2ef811d7f1327b63f22b1a48982db043c0456826760e2"` [INFO] running `"docker" "rm" "-f" "c8c52e9fcbe73b7e11a2ef811d7f1327b63f22b1a48982db043c0456826760e2"` [INFO] [stdout] c8c52e9fcbe73b7e11a2ef811d7f1327b63f22b1a48982db043c0456826760e2