[INFO] cloning repository https://github.com/antoinegomez/adventofcode-2019-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoinegomez/adventofcode-2019-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinegomez%2Fadventofcode-2019-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinegomez%2Fadventofcode-2019-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a56912149ab98dcbf86c07c848b025a06a1dc983 [INFO] testing antoinegomez/adventofcode-2019-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinegomez%2Fadventofcode-2019-rust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/antoinegomez/adventofcode-2019-rust 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/antoinegomez/adventofcode-2019-rust [INFO] finished tweaking git repo https://github.com/antoinegomez/adventofcode-2019-rust [INFO] tweaked toml for git repo https://github.com/antoinegomez/adventofcode-2019-rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/antoinegomez/adventofcode-2019-rust 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 0c4cb34196c4eb84a39efe9c692c34e7fa21d958618f1b0acc05c4059dac9b8c [INFO] running `"docker" "start" "-a" "0c4cb34196c4eb84a39efe9c692c34e7fa21d958618f1b0acc05c4059dac9b8c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling array_tool v1.0.3 [INFO] [stderr] Compiling advent v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/day5.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let result = prepare_and_execute(); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "0c4cb34196c4eb84a39efe9c692c34e7fa21d958618f1b0acc05c4059dac9b8c"` [INFO] running `"docker" "rm" "-f" "0c4cb34196c4eb84a39efe9c692c34e7fa21d958618f1b0acc05c4059dac9b8c"` [INFO] [stdout] 0c4cb34196c4eb84a39efe9c692c34e7fa21d958618f1b0acc05c4059dac9b8c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 133d953e3fbab30fcd99c981cbd277fc1d8adc533a1bdbc9ec01d13f2eaff3d5 [INFO] running `"docker" "start" "-a" "133d953e3fbab30fcd99c981cbd277fc1d8adc533a1bdbc9ec01d13f2eaff3d5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling advent v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/day5.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let result = prepare_and_execute(); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `"docker" "inspect" "133d953e3fbab30fcd99c981cbd277fc1d8adc533a1bdbc9ec01d13f2eaff3d5"` [INFO] running `"docker" "rm" "-f" "133d953e3fbab30fcd99c981cbd277fc1d8adc533a1bdbc9ec01d13f2eaff3d5"` [INFO] [stdout] 133d953e3fbab30fcd99c981cbd277fc1d8adc533a1bdbc9ec01d13f2eaff3d5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 5e8f1703ae95b24df90f8b5bfac1a4c3fedeb9ac50a5601baef5367126c36228 [INFO] running `"docker" "start" "-a" "5e8f1703ae95b24df90f8b5bfac1a4c3fedeb9ac50a5601baef5367126c36228"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> src/day5.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let result = prepare_and_execute(); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent-bafd842f4994bee0 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test day5::test_execute ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5e8f1703ae95b24df90f8b5bfac1a4c3fedeb9ac50a5601baef5367126c36228"` [INFO] running `"docker" "rm" "-f" "5e8f1703ae95b24df90f8b5bfac1a4c3fedeb9ac50a5601baef5367126c36228"` [INFO] [stdout] 5e8f1703ae95b24df90f8b5bfac1a4c3fedeb9ac50a5601baef5367126c36228