[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] checking archiloque/cosmic_express against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchiloque%2Fcosmic_express" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archiloque/cosmic_express 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/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-10/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" "+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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 25226294422e23e777caa50c56c5495a806ffa4515338aa77e86b0718594125d [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" "25226294422e23e777caa50c56c5495a806ffa4515338aa77e86b0718594125d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25226294422e23e777caa50c56c5495a806ffa4515338aa77e86b0718594125d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25226294422e23e777caa50c56c5495a806ffa4515338aa77e86b0718594125d", kill_on_drop: false }` [INFO] [stdout] 25226294422e23e777caa50c56c5495a806ffa4515338aa77e86b0718594125d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] bf022e4e88b08cfbb2252e2687583308d96cd90ae8daaed590e43536b7cab4c2 [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" "bf022e4e88b08cfbb2252e2687583308d96cd90ae8daaed590e43536b7cab4c2", kill_on_drop: false }` [INFO] [stderr] Checking 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] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cosmic_express` [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[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] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bf022e4e88b08cfbb2252e2687583308d96cd90ae8daaed590e43536b7cab4c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf022e4e88b08cfbb2252e2687583308d96cd90ae8daaed590e43536b7cab4c2", kill_on_drop: false }` [INFO] [stdout] bf022e4e88b08cfbb2252e2687583308d96cd90ae8daaed590e43536b7cab4c2