[INFO] updating cached repository https://github.com/troiganto/aoc-2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b8682e88ef160f3fdef8c660ff27bebfd1254735 [INFO] checking troiganto/aoc-2018 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftroiganto%2Faoc-2018" "/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/troiganto/aoc-2018 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/troiganto/aoc-2018 [INFO] finished tweaking git repo https://github.com/troiganto/aoc-2018 [INFO] tweaked toml for git repo https://github.com/troiganto/aoc-2018 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/troiganto/aoc-2018 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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=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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] b6b1ea7da7e4dbcb98936801ee7331d17febfc33fb7ff0b8aca2715e545e8ae5 [INFO] running `"docker" "start" "-a" "b6b1ea7da7e4dbcb98936801ee7331d17febfc33fb7ff0b8aca2715e545e8ae5"` [INFO] [stderr] Checking intrusive-collections v0.7.8 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking nom v4.1.1 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Checking tiff v0.2.1 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking aoc-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `Unit` in the current scope [INFO] [stderr] --> src/bin/task29.rs:590:38 [INFO] [stderr] | [INFO] [stderr] 167 | struct Unit { [INFO] [stderr] | ----------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 590 | let mut unit = Unit::new(team); [INFO] [stderr] | ^^^ function or associated item not found in `Unit` [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `stack` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/task33.rs:363:29 [INFO] [stderr] | [INFO] [stderr] 320 | while let Some(source) = stack.last() { [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 363 | stack.push(Source::Head(foot.stepn(r, Right))); [INFO] [stderr] | ^^^^^ ---- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `stack` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/task33.rs:360:29 [INFO] [stderr] | [INFO] [stderr] 320 | while let Some(source) = stack.last() { [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 360 | stack.push(Source::Head(foot.stepn(l, Left))); [INFO] [stderr] | ^^^^^ ---- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `aoc-2018`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: cannot borrow `stack` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/task33.rs:363:29 [INFO] [stderr] | [INFO] [stderr] 320 | while let Some(source) = stack.last() { [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 363 | stack.push(Source::Head(foot.stepn(r, Right))); [INFO] [stderr] | ^^^^^ ---- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `stack` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/task33.rs:360:29 [INFO] [stderr] | [INFO] [stderr] 320 | while let Some(source) = stack.last() { [INFO] [stderr] | ----- immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 360 | stack.push(Source::Head(foot.stepn(l, Left))); [INFO] [stderr] | ^^^^^ ---- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BadGroup` [INFO] [stderr] --> src/bin/task47.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | BadGroup, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b6b1ea7da7e4dbcb98936801ee7331d17febfc33fb7ff0b8aca2715e545e8ae5"` [INFO] running `"docker" "rm" "-f" "b6b1ea7da7e4dbcb98936801ee7331d17febfc33fb7ff0b8aca2715e545e8ae5"` [INFO] [stdout] b6b1ea7da7e4dbcb98936801ee7331d17febfc33fb7ff0b8aca2715e545e8ae5