[INFO] cloning repository https://github.com/Jovasa/AoC2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jovasa/AoC2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovasa%2FAoC2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovasa%2FAoC2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c65516996a5e7ac2cf704bfa13dc4da74d8b31a7 [INFO] checking Jovasa/AoC2020 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovasa%2FAoC2020" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jovasa/AoC2020 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Jovasa/AoC2020 [INFO] finished tweaking git repo https://github.com/Jovasa/AoC2020 [INFO] tweaked toml for git repo https://github.com/Jovasa/AoC2020 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Jovasa/AoC2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1862245e354ef330a3e660df3ac45f2643e117467e5ce8a8dc831e9a0d98e053 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1862245e354ef330a3e660df3ac45f2643e117467e5ce8a8dc831e9a0d98e053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1862245e354ef330a3e660df3ac45f2643e117467e5ce8a8dc831e9a0d98e053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1862245e354ef330a3e660df3ac45f2643e117467e5ce8a8dc831e9a0d98e053", kill_on_drop: false }` [INFO] [stdout] 1862245e354ef330a3e660df3ac45f2643e117467e5ce8a8dc831e9a0d98e053 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79fedf02874dbdfa71868e08834020eb5da914277a0234f6df5f8952488d2b63 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "79fedf02874dbdfa71868e08834020eb5da914277a0234f6df5f8952488d2b63", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking strum v0.20.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Checking aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/day17.rs: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/day17.rs: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2020` [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] [stdout] warning: function is never used: `first` [INFO] [stdout] --> src/day14.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn first() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ lifetime mismatch [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&Bag<'_>` [INFO] [stdout] found reference `&Bag<'_>` [INFO] [stdout] note: the anonymous lifetime #2 defined on the method body at 23:5... [INFO] [stdout] --> src/day7.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | fn add_upper(&mut self, other: Bag<'_>){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...does not necessarily outlive the lifetime `'_` as defined on the impl at 15:10 [INFO] [stdout] --> src/day7.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | impl Bag<'_> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for borrow expression due to conflicting requirements [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the anonymous lifetime #2 defined on the method body at 23:5... [INFO] [stdout] --> src/day7.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | fn add_upper(&mut self, other: Bag<'_>){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...so that the type `Bag<'_>` is not borrowed for too long [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: but, the lifetime must be valid for the lifetime `'_` as defined on the impl at 15:10... [INFO] [stdout] --> src/day7.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | impl Bag<'_> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that reference does not outlive borrowed content [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ lifetime mismatch [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&Bag<'_>` [INFO] [stdout] found reference `&Bag<'_>` [INFO] [stdout] note: the anonymous lifetime #2 defined on the method body at 23:5... [INFO] [stdout] --> src/day7.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | fn add_upper(&mut self, other: Bag<'_>){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...does not necessarily outlive the lifetime `'_` as defined on the impl at 15:10 [INFO] [stdout] --> src/day7.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | impl Bag<'_> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for borrow expression due to conflicting requirements [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the anonymous lifetime #2 defined on the method body at 23:5... [INFO] [stdout] --> src/day7.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | fn add_upper(&mut self, other: Bag<'_>){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...so that the type `Bag<'_>` is not borrowed for too long [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: but, the lifetime must be valid for the lifetime `'_` as defined on the impl at 15:10... [INFO] [stdout] --> src/day7.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | impl Bag<'_> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that reference does not outlive borrowed content [INFO] [stdout] --> src/day7.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | self.can_contain_this.push(&other); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/day7.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | temp.add_upper(t); [INFO] [stdout] | ^ expected struct `Bag`, found `&Bag<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0495. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/day7.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | temp.add_upper(t); [INFO] [stdout] | ^ expected struct `Bag`, found `&Bag<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0495. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "79fedf02874dbdfa71868e08834020eb5da914277a0234f6df5f8952488d2b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79fedf02874dbdfa71868e08834020eb5da914277a0234f6df5f8952488d2b63", kill_on_drop: false }` [INFO] [stdout] 79fedf02874dbdfa71868e08834020eb5da914277a0234f6df5f8952488d2b63