[INFO] updating cached repository https://github.com/ethanluoyc/boxtica [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b061cb0df55454d67c1de84c78db0f858ea81e90 [INFO] testing ethanluoyc/boxtica against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fethanluoyc%2Fboxtica" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ethanluoyc/boxtica on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ethanluoyc/boxtica [INFO] finished tweaking git repo https://github.com/ethanluoyc/boxtica [INFO] tweaked toml for git repo https://github.com/ethanluoyc/boxtica written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ethanluoyc/boxtica already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2eaf980aa39573ce8595ccf87910ec627308f66d86af242198dbea6282562788 [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" "2eaf980aa39573ce8595ccf87910ec627308f66d86af242198dbea6282562788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2eaf980aa39573ce8595ccf87910ec627308f66d86af242198dbea6282562788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eaf980aa39573ce8595ccf87910ec627308f66d86af242198dbea6282562788", kill_on_drop: false }` [INFO] [stdout] 2eaf980aa39573ce8595ccf87910ec627308f66d86af242198dbea6282562788 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2ffd3fe38eb1f479d5f4859d531680fbc8e64174ec024cec7326a6ebd5c3130 [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" "f2ffd3fe38eb1f479d5f4859d531680fbc8e64174ec024cec7326a6ebd5c3130", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling boxtica v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `direction` [INFO] [stdout] --> src/push_box/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod direction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `direction`, create file "src/push_box/direction.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `maze` [INFO] [stdout] --> src/push_box/mod.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod maze; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `maze`, create file "src/push_box/maze.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `block` [INFO] [stdout] --> src/push_box/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod block; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `block`, create file "src/push_box/block.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::block::Block` [INFO] [stdout] --> src/push_box/renderer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::block::Block; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `Block` in `push_box::block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::maze::Maze` [INFO] [stdout] --> src/push_box/renderer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::maze::Maze; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Maze` in `push_box::maze` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::direction::Direction` [INFO] [stdout] --> src/push_box/renderer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::direction::Direction; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Direction` in `push_box::direction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `push_box::block::Block` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use push_box::block::Block; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `Block` in `push_box::block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TextureCreator` [INFO] [stdout] --> src/push_box/renderer.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | use sdl2::render::{Canvas, TextureCreator}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `boxtica`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f2ffd3fe38eb1f479d5f4859d531680fbc8e64174ec024cec7326a6ebd5c3130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2ffd3fe38eb1f479d5f4859d531680fbc8e64174ec024cec7326a6ebd5c3130", kill_on_drop: false }` [INFO] [stdout] f2ffd3fe38eb1f479d5f4859d531680fbc8e64174ec024cec7326a6ebd5c3130