[INFO] cloning repository https://github.com/zeddidragon/Advent-of-Code-2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zeddidragon/Advent-of-Code-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeddidragon%2FAdvent-of-Code-2018"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeddidragon%2FAdvent-of-Code-2018'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e0593916666e6f07d87baf999a7d30baf4c86c42 [INFO] testing zeddidragon/Advent-of-Code-2018 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeddidragon%2FAdvent-of-Code-2018" "/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/zeddidragon/Advent-of-Code-2018 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/zeddidragon/Advent-of-Code-2018 [INFO] finished tweaking git repo https://github.com/zeddidragon/Advent-of-Code-2018 [INFO] tweaked toml for git repo https://github.com/zeddidragon/Advent-of-Code-2018 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/zeddidragon/Advent-of-Code-2018 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] [stderr] Blocking waiting for file lock on package cache [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] d56a9c1c3b5267fc95e4cfe83774e263693e2a4fd8d4a2b97d63cecf34cf8c79 [INFO] running `"docker" "start" "-a" "d56a9c1c3b5267fc95e4cfe83774e263693e2a4fd8d4a2b97d63cecf34cf8c79"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling advent_of_code_2018 v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/day11.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | 'outer: for x in 0..(width + 1 - size) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.63s [INFO] running `"docker" "inspect" "d56a9c1c3b5267fc95e4cfe83774e263693e2a4fd8d4a2b97d63cecf34cf8c79"` [INFO] running `"docker" "rm" "-f" "d56a9c1c3b5267fc95e4cfe83774e263693e2a4fd8d4a2b97d63cecf34cf8c79"` [INFO] [stdout] d56a9c1c3b5267fc95e4cfe83774e263693e2a4fd8d4a2b97d63cecf34cf8c79 [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] 2b29dbca85e5e0104c7b8e03d6dc7f7caf9f6db50f37b0dde17fb42ea8ff103f [INFO] running `"docker" "start" "-a" "2b29dbca85e5e0104c7b8e03d6dc7f7caf9f6db50f37b0dde17fb42ea8ff103f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling advent_of_code_2018 v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/day11.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | 'outer: for x in 0..(width + 1 - size) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `"docker" "inspect" "2b29dbca85e5e0104c7b8e03d6dc7f7caf9f6db50f37b0dde17fb42ea8ff103f"` [INFO] running `"docker" "rm" "-f" "2b29dbca85e5e0104c7b8e03d6dc7f7caf9f6db50f37b0dde17fb42ea8ff103f"` [INFO] [stdout] 2b29dbca85e5e0104c7b8e03d6dc7f7caf9f6db50f37b0dde17fb42ea8ff103f [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] 76c17698ab03c3a6040ed97047cf0baf0c16d6fd266357ac45fc37a164898d77 [INFO] running `"docker" "start" "-a" "76c17698ab03c3a6040ed97047cf0baf0c16d6fd266357ac45fc37a164898d77"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/day11.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | 'outer: for x in 0..(width + 1 - size) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent_of_code_2018-04a3b2dce0981996 [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" "76c17698ab03c3a6040ed97047cf0baf0c16d6fd266357ac45fc37a164898d77"` [INFO] running `"docker" "rm" "-f" "76c17698ab03c3a6040ed97047cf0baf0c16d6fd266357ac45fc37a164898d77"` [INFO] [stdout] 76c17698ab03c3a6040ed97047cf0baf0c16d6fd266357ac45fc37a164898d77