[INFO] cloning repository https://github.com/Bluemi/tictactoe_rl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bluemi/tictactoe_rl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluemi%2Ftictactoe_rl"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluemi%2Ftictactoe_rl'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c91357c057f0fab8ee868395dd86471dc691c817 [INFO] testing Bluemi/tictactoe_rl against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluemi%2Ftictactoe_rl" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Bluemi/tictactoe_rl on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Bluemi/tictactoe_rl [INFO] finished tweaking git repo https://github.com/Bluemi/tictactoe_rl [INFO] tweaked toml for git repo https://github.com/Bluemi/tictactoe_rl written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Bluemi/tictactoe_rl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] 31d7c40b377b32372803400ee9d09fc96abb6c18cad8984a0ac6e215cdd7ab77 [INFO] running `"docker" "start" "-a" "31d7c40b377b32372803400ee9d09fc96abb6c18cad8984a0ac6e215cdd7ab77"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling tictactoe_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated function is never used: `debug` [INFO] [stderr] --> src/agent/tictactoe_agent.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn debug(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.23s [INFO] running `"docker" "inspect" "31d7c40b377b32372803400ee9d09fc96abb6c18cad8984a0ac6e215cdd7ab77"` [INFO] running `"docker" "rm" "-f" "31d7c40b377b32372803400ee9d09fc96abb6c18cad8984a0ac6e215cdd7ab77"` [INFO] [stdout] 31d7c40b377b32372803400ee9d09fc96abb6c18cad8984a0ac6e215cdd7ab77 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] 26f91bd03c04c67dd3f90bf2c07f028337a1c512eaf7398201d2962815948245 [INFO] running `"docker" "start" "-a" "26f91bd03c04c67dd3f90bf2c07f028337a1c512eaf7398201d2962815948245"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tictactoe_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated function is never used: `debug` [INFO] [stderr] --> src/agent/tictactoe_agent.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn debug(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `"docker" "inspect" "26f91bd03c04c67dd3f90bf2c07f028337a1c512eaf7398201d2962815948245"` [INFO] running `"docker" "rm" "-f" "26f91bd03c04c67dd3f90bf2c07f028337a1c512eaf7398201d2962815948245"` [INFO] [stdout] 26f91bd03c04c67dd3f90bf2c07f028337a1c512eaf7398201d2962815948245 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] 217aaa4c933a7898a73fc1b8636d5a4167a4719588ab20745f92b6dfd770260a [INFO] running `"docker" "start" "-a" "217aaa4c933a7898a73fc1b8636d5a4167a4719588ab20745f92b6dfd770260a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: associated function is never used: `debug` [INFO] [stdout] [INFO] [stderr] --> src/agent/tictactoe_agent.rs:41:12 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 41 | pub fn debug(&mut self) { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] | ^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tictactoe_rust-925e20a77faa3a7d [INFO] running `"docker" "inspect" "217aaa4c933a7898a73fc1b8636d5a4167a4719588ab20745f92b6dfd770260a"` [INFO] running `"docker" "rm" "-f" "217aaa4c933a7898a73fc1b8636d5a4167a4719588ab20745f92b6dfd770260a"` [INFO] [stdout] 217aaa4c933a7898a73fc1b8636d5a4167a4719588ab20745f92b6dfd770260a