[INFO] cloning repository https://github.com/archiloque/cosmic_express [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/archiloque/cosmic_express" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchiloque%2Fcosmic_express", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchiloque%2Fcosmic_express'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d52c52f614885cdce1c5f7e54ac2cdc723c3b900 [INFO] testing archiloque/cosmic_express against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchiloque%2Fcosmic_express" "/workspace/builds/worker-97/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-97/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archiloque/cosmic_express on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/archiloque/cosmic_express [INFO] finished tweaking git repo https://github.com/archiloque/cosmic_express [INFO] tweaked toml for git repo https://github.com/archiloque/cosmic_express written to /workspace/builds/worker-97/source/Cargo.toml [INFO] crate git repo https://github.com/archiloque/cosmic_express already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f2e1a3ff418eb69aeba9e623d6993eea04251c1eae1a370b016a2eed2459f19 [INFO] running `Command { std: "docker" "start" "-a" "9f2e1a3ff418eb69aeba9e623d6993eea04251c1eae1a370b016a2eed2459f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f2e1a3ff418eb69aeba9e623d6993eea04251c1eae1a370b016a2eed2459f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f2e1a3ff418eb69aeba9e623d6993eea04251c1eae1a370b016a2eed2459f19", kill_on_drop: false }` [INFO] [stdout] 9f2e1a3ff418eb69aeba9e623d6993eea04251c1eae1a370b016a2eed2459f19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c02ab6a211f003a625e7987f9c29ce38ef50163d558b8ab499a482c9ccffc9e0 [INFO] running `Command { std: "docker" "start" "-a" "c02ab6a211f003a625e7987f9c29ce38ef50163d558b8ab499a482c9ccffc9e0", kill_on_drop: false }` [INFO] [stderr] Compiling cosmic_express v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `coordinates` [INFO] [stdout] --> src/train_element.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use coordinates; [INFO] [stdout] | ^^^^^^^^^^^ no `coordinates` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `train_element_status` [INFO] [stdout] --> src/train_element.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use train_element_status; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `train_element_status` in the root [INFO] [stdout] | help: a similar name exists in the module: `train_element_content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TrainElementContent` [INFO] [stdout] --> src/map_element.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | MapElement::Monster1InFilled => TrainElementContent::Monster1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TrainElementContent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TrainElementContent` [INFO] [stdout] --> src/map_element.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | MapElement::Monster2InFilled => TrainElementContent::Monster2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TrainElementContent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TrainElementContent` in this scope [INFO] [stdout] --> src/map_element.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | fn monster(self) -> TrainElementContent { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use train_element_content::TrainElementContent; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TrainElementStatus` in this scope [INFO] [stdout] --> src/train_element.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | status : TrainElementStatus, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TrainElementContent` in this scope [INFO] [stdout] --> src/train_element.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | content: TrainElementContent, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use train_element_content::TrainElementContent; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinates` in this scope [INFO] [stdout] --> src/train_element.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | coordinates: Coordinates, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `train_element_content` [INFO] [stdout] --> src/map_element.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use train_element_content; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `train_element_content` [INFO] [stdout] --> src/train_element.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use train_element_content; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stderr] error: could not compile `cosmic_express` due to 9 previous errors; 2 warnings emitted [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c02ab6a211f003a625e7987f9c29ce38ef50163d558b8ab499a482c9ccffc9e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c02ab6a211f003a625e7987f9c29ce38ef50163d558b8ab499a482c9ccffc9e0", kill_on_drop: false }` [INFO] [stdout] c02ab6a211f003a625e7987f9c29ce38ef50163d558b8ab499a482c9ccffc9e0