[INFO] updating cached repository https://github.com/bgmarx/rltk
[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] 8651bae4bca7f56316d3bb694f610367cdefba8f
[INFO] checking bgmarx/rltk against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbgmarx%2Frltk" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bgmarx/rltk on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/bgmarx/rltk
[INFO] finished tweaking git repo https://github.com/bgmarx/rltk
[INFO] tweaked toml for git repo https://github.com/bgmarx/rltk written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/bgmarx/rltk already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"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=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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 00282d89867897ec1db956ad33df8133f25ee17de33cd441aeb20b6f57167314
[INFO] running `"docker" "start" "-a" "00282d89867897ec1db956ad33df8133f25ee17de33cd441aeb20b6f57167314"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking image v0.22.4
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking hibitset v0.6.2
[INFO] [stderr]     Checking wayland-client v0.23.6
[INFO] [stderr]     Checking wayland-protocols v0.23.6
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling const-random-macro v0.1.8
[INFO] [stderr]     Checking const-random v0.1.8
[INFO] [stderr]     Checking ahash v0.2.18
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.4
[INFO] [stderr]     Checking hashbrown v0.6.3
[INFO] [stderr]     Checking shred v0.9.4
[INFO] [stderr]     Checking winit v0.20.0
[INFO] [stderr]     Checking specs v0.15.1
[INFO] [stderr]     Checking glutin v0.22.0
[INFO] [stderr]     Checking rltk v0.5.17
[INFO] [stderr]     Checking rltk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `super::xy_idx`
[INFO] [stderr]  --> src/player.rs:3:41
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::{Position, Player, TileType, xy_idx, State};
[INFO] [stderr]   |                                         ^^^^^^ no `xy_idx` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `draw_map` in this scope
[INFO] [stderr]   --> src/main.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |         draw_map(&map, ctx);
[INFO] [stderr]    |         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new_map_rooms_and_corridors` in this scope
[INFO] [stderr]   --> src/main.rs:54:24
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let (rooms, map) = new_map_rooms_and_corridors();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Console`, `RGB`, `RandomNumberGenerator`, `Rltk`
[INFO] [stderr]  --> src/map.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use rltk::{ RGB, Rltk, Console, RandomNumberGenerator };
[INFO] [stderr]   |             ^^^  ^^^^  ^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::xy_idx`
[INFO] [stderr]  --> src/player.rs:3:41
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::{Position, Player, TileType, xy_idx, State};
[INFO] [stderr]   |                                         ^^^^^^ no `xy_idx` in the root
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error[E0425]: cannot find function `draw_map` in this scope
[INFO] [stderr]   --> src/main.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |         draw_map(&map, ctx);
[INFO] [stderr]    |         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new_map_rooms_and_corridors` in this scope
[INFO] [stderr]   --> src/main.rs:54:24
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let (rooms, map) = new_map_rooms_and_corridors();
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Console`, `RGB`, `RandomNumberGenerator`, `Rltk`
[INFO] [stderr]  --> src/map.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use rltk::{ RGB, Rltk, Console, RandomNumberGenerator };
[INFO] [stderr]   |             ^^^  ^^^^  ^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rltk`.
[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: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `rltk`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "00282d89867897ec1db956ad33df8133f25ee17de33cd441aeb20b6f57167314"`
[INFO] running `"docker" "rm" "-f" "00282d89867897ec1db956ad33df8133f25ee17de33cd441aeb20b6f57167314"`
[INFO] [stdout] 00282d89867897ec1db956ad33df8133f25ee17de33cd441aeb20b6f57167314
