[INFO] cloning repository https://github.com/chryslovelace/advent-of-code-2019 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chryslovelace/advent-of-code-2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchryslovelace%2Fadvent-of-code-2019"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchryslovelace%2Fadvent-of-code-2019'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 787ddbe2384aa7d68ac9ef05506ea3dada9b1d66 [INFO] checking chryslovelace/advent-of-code-2019 against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchryslovelace%2Fadvent-of-code-2019" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chryslovelace/advent-of-code-2019 on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chryslovelace/advent-of-code-2019 [INFO] finished tweaking git repo https://github.com/chryslovelace/advent-of-code-2019 [INFO] tweaked toml for git repo https://github.com/chryslovelace/advent-of-code-2019 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/chryslovelace/advent-of-code-2019 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "+914adf04af1c1a984707f778da3d04590c03d144" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3cf8010fb73d52caa9fb481023e3e2b9e455ababd1cd766a4416ffc479ef4006 [INFO] running `"docker" "start" "-a" "3cf8010fb73d52caa9fb481023e3e2b9e455ababd1cd766a4416ffc479ef4006"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking crossbeam-queue v0.2.0 [INFO] [stderr] Checking crossbeam-channel v0.4.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking advent-of-code-2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `itertools::Itertools` [INFO] [stderr] --> src/bin/day13/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use itertools::Itertools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `itertools::Itertools` [INFO] [stderr] --> src/bin/day13/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use itertools::Itertools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/day13/main.rs:80:41 [INFO] [stderr] | [INFO] [stderr] 80 | return match paddle.cmp(&ball.0) { [INFO] [stderr] | ^^^^^^^ expected tuple, found `i32` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&(i32, i32)` [INFO] [stderr] found reference `&i32` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `advent-of-code-2019`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/day13/main.rs:80:41 [INFO] [stderr] | [INFO] [stderr] 80 | return match paddle.cmp(&ball.0) { [INFO] [stderr] | ^^^^^^^ expected tuple, found `i32` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&(i32, i32)` [INFO] [stderr] found reference `&i32` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `advent-of-code-2019`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3cf8010fb73d52caa9fb481023e3e2b9e455ababd1cd766a4416ffc479ef4006"` [INFO] running `"docker" "rm" "-f" "3cf8010fb73d52caa9fb481023e3e2b9e455ababd1cd766a4416ffc479ef4006"` [INFO] [stdout] 3cf8010fb73d52caa9fb481023e3e2b9e455ababd1cd766a4416ffc479ef4006