[INFO] updating cached repository https://github.com/archiloque/cosmic_express
[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] d52c52f614885cdce1c5f7e54ac2cdc723c3b900
[INFO] checking archiloque/cosmic_express against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farchiloque%2Fcosmic_express" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/archiloque/cosmic_express on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-13/source/Cargo.toml
[INFO] crate git repo https://github.com/archiloque/cosmic_express already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] b3b08959c2c513a95efe68bbf548564a49fb7f79ee6afdd4ad3cbce78be10e14
[INFO] running `"docker" "start" "-a" "b3b08959c2c513a95efe68bbf548564a49fb7f79ee6afdd4ad3cbce78be10e14"`
[INFO] [stderr]     Checking cosmic_express v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `coordinates`
[INFO] [stderr]  --> src/train_element.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use coordinates;
[INFO] [stderr]   |     ^^^^^^^^^^^ no `coordinates` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `train_element_status`
[INFO] [stderr]  --> src/train_element.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use train_element_status;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     no `train_element_status` in the root
[INFO] [stderr]   |     help: a similar name exists in the module: `train_element_content`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TrainElementContent`
[INFO] [stderr]   --> src/map_element.rs:36:45
[INFO] [stderr]    |
[INFO] [stderr] 36 |             MapElement::Monster1InFilled => TrainElementContent::Monster1,
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `TrainElementContent`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TrainElementContent`
[INFO] [stderr]   --> src/map_element.rs:37:45
[INFO] [stderr]    |
[INFO] [stderr] 37 |             MapElement::Monster2InFilled => TrainElementContent::Monster2,
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `TrainElementContent`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementContent` in this scope
[INFO] [stderr]   --> src/map_element.rs:34:25
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn monster(self) -> TrainElementContent {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use train_element_content::TrainElementContent;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementStatus` in this scope
[INFO] [stderr]  --> src/train_element.rs:6:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | struct TrainElement {
[INFO] [stderr]   | ------------------- similarly named struct `TrainElement` defined here
[INFO] [stderr] 6 |     status : TrainElementStatus,
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TrainElement`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementContent` in this scope
[INFO] [stderr]  --> src/train_element.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     content: TrainElementContent,
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use train_element_content::TrainElementContent;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Coordinates` in this scope
[INFO] [stderr]  --> src/train_element.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 |     coordinates: Coordinates,
[INFO] [stderr]   |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `train_element_content`
[INFO] [stderr]  --> src/map_element.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use train_element_content;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `train_element_content`
[INFO] [stderr]  --> src/train_element.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use train_element_content;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[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] [stderr] error[E0432]: unresolved import `coordinates`
[INFO] [stderr]  --> src/train_element.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use coordinates;
[INFO] [stderr]   |     ^^^^^^^^^^^ no `coordinates` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `train_element_status`
[INFO] [stderr]  --> src/train_element.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use train_element_status;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     no `train_element_status` in the root
[INFO] [stderr]   |     help: a similar name exists in the module: `train_element_content`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TrainElementContent`
[INFO] [stderr]   --> src/map_element.rs:36:45
[INFO] [stderr]    |
[INFO] [stderr] 36 |             MapElement::Monster1InFilled => TrainElementContent::Monster1,
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `TrainElementContent`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TrainElementContent`
[INFO] [stderr]   --> src/map_element.rs:37:45
[INFO] [stderr]    |
[INFO] [stderr] 37 |             MapElement::Monster2InFilled => TrainElementContent::Monster2,
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `TrainElementContent`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementContent` in this scope
[INFO] [stderr]   --> src/map_element.rs:34:25
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn monster(self) -> TrainElementContent {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use train_element_content::TrainElementContent;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementStatus` in this scope
[INFO] [stderr]  --> src/train_element.rs:6:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | struct TrainElement {
[INFO] [stderr]   | ------------------- similarly named struct `TrainElement` defined here
[INFO] [stderr] 6 |     status : TrainElementStatus,
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `TrainElement`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TrainElementContent` in this scope
[INFO] [stderr]  --> src/train_element.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     content: TrainElementContent,
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use train_element_content::TrainElementContent;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Coordinates` in this scope
[INFO] [stderr]  --> src/train_element.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 |     coordinates: Coordinates,
[INFO] [stderr]   |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `train_element_content`
[INFO] [stderr]  --> src/map_element.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use train_element_content;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `train_element_content`
[INFO] [stderr]  --> src/train_element.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use train_element_content;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `cosmic_express`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b3b08959c2c513a95efe68bbf548564a49fb7f79ee6afdd4ad3cbce78be10e14"`
[INFO] running `"docker" "rm" "-f" "b3b08959c2c513a95efe68bbf548564a49fb7f79ee6afdd4ad3cbce78be10e14"`
[INFO] [stdout] b3b08959c2c513a95efe68bbf548564a49fb7f79ee6afdd4ad3cbce78be10e14
