[INFO] cloning repository https://github.com/johangrahn/advent_of_code2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johangrahn/advent_of_code2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohangrahn%2Fadvent_of_code2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohangrahn%2Fadvent_of_code2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd7099f40a0752acf732eeccb38ee5ac88c0b6d7 [INFO] checking johangrahn/advent_of_code2020 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohangrahn%2Fadvent_of_code2020" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/johangrahn/advent_of_code2020 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/johangrahn/advent_of_code2020 [INFO] finished tweaking git repo https://github.com/johangrahn/advent_of_code2020 [INFO] tweaked toml for git repo https://github.com/johangrahn/advent_of_code2020 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/johangrahn/advent_of_code2020 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 79805900db080e732938f426ca6362e900c35f34d5160705aeaf62417529d465 [INFO] running `Command { std: "docker" "start" "-a" "79805900db080e732938f426ca6362e900c35f34d5160705aeaf62417529d465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79805900db080e732938f426ca6362e900c35f34d5160705aeaf62417529d465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79805900db080e732938f426ca6362e900c35f34d5160705aeaf62417529d465", kill_on_drop: false }` [INFO] [stdout] 79805900db080e732938f426ca6362e900c35f34d5160705aeaf62417529d465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0cdbadee972f4bbc9381b92cebeb914d74953b30777c5ca3b3b6eb55123ad7d [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" "e0cdbadee972f4bbc9381b92cebeb914d74953b30777c5ca3b3b6eb55123ad7d", kill_on_drop: false }` [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking advent_of_code_2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0603]: enum import `Platform` is private [INFO] [stdout] --> src/position.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::day3::Platform; [INFO] [stdout] | ^^^^^^^^ private enum import [INFO] [stdout] | [INFO] [stdout] note: the enum import `Platform` is defined here... [INFO] [stdout] --> src/day3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::platform::Platform; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...and refers to the enum `Platform` which is defined here [INFO] [stdout] --> src/platform.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub enum Platform { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ consider importing it directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: enum import `Platform` is private [INFO] [stdout] --> src/position.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | use crate::day3::Platform; [INFO] [stdout] | ^^^^^^^^ private enum import [INFO] [stdout] | [INFO] [stdout] note: the enum import `Platform` is defined here... [INFO] [stdout] --> src/day3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::platform::Platform; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...and refers to the enum `Platform` which is defined here [INFO] [stdout] --> src/platform.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub enum Platform { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ consider importing it directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: enum import `Platform` is private [INFO] [stdout] --> src/position.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::day3::Platform; [INFO] [stdout] | ^^^^^^^^ private enum import [INFO] [stdout] | [INFO] [stdout] note: the enum import `Platform` is defined here... [INFO] [stdout] --> src/day3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::platform::Platform; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...and refers to the enum `Platform` which is defined here [INFO] [stdout] --> src/platform.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub enum Platform { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ consider importing it directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code_2020` [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] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e0cdbadee972f4bbc9381b92cebeb914d74953b30777c5ca3b3b6eb55123ad7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0cdbadee972f4bbc9381b92cebeb914d74953b30777c5ca3b3b6eb55123ad7d", kill_on_drop: false }` [INFO] [stdout] e0cdbadee972f4bbc9381b92cebeb914d74953b30777c5ca3b3b6eb55123ad7d