[INFO] updating cached repository https://github.com/bio4554/mainframe
[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] eaec101d78294f130c629cd09eb4589d31c23217
[INFO] checking bio4554/mainframe against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbio4554%2Fmainframe" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bio4554/mainframe 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/bio4554/mainframe
[INFO] finished tweaking git repo https://github.com/bio4554/mainframe
[INFO] tweaked toml for git repo https://github.com/bio4554/mainframe written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/bio4554/mainframe already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stdout] cd1b6804b710b502ba50cd6fa9674b4a0ba62b09735c262459dcc55723309ac5
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "cd1b6804b710b502ba50cd6fa9674b4a0ba62b09735c262459dcc55723309ac5"`
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]     Checking bresenham v0.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking wayland-sys v0.23.6
[INFO] [stderr]    Compiling specs-derive v0.4.0
[INFO] [stderr]     Checking rusttype v0.8.2
[INFO] [stderr]     Checking image v0.22.3
[INFO] [stderr]     Checking cgmath v0.17.0
[INFO] [stderr]     Checking hibitset v0.6.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand_xorshift v0.2.0
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.5
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.4
[INFO] [stderr]    Compiling glow v0.3.0-alpha4
[INFO] [stderr]     Checking calloop v0.4.4
[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]     Checking smithay-client-toolkit v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.6
[INFO] [stderr]     Checking const-random v0.1.6
[INFO] [stderr]     Checking ahash v0.2.18
[INFO] [stderr]     Checking winit v0.20.0-alpha4
[INFO] [stderr]     Checking hashbrown v0.6.3
[INFO] [stderr]     Checking shred v0.9.4
[INFO] [stderr]     Checking glutin v0.22.0-alpha5
[INFO] [stderr]     Checking specs v0.15.1
[INFO] [stderr]     Checking rltk v0.5.9
[INFO] [stderr]     Checking mainframe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `draw_map` in this scope
[INFO] [stderr]   --> src/main.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |         draw_map(&map, ctx);
[INFO] [stderr]    |         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new_map` in this scope
[INFO] [stderr]    --> src/main.rs:104:19
[INFO] [stderr]     |
[INFO] [stderr] 104 |     gs.ecs.insert(new_map());
[INFO] [stderr]     |                   ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `draw_map` in this scope
[INFO] [stderr]   --> src/main.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |         draw_map(&map, ctx);
[INFO] [stderr]    |         ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `new_map` in this scope
[INFO] [stderr]    --> src/main.rs:104:19
[INFO] [stderr]     |
[INFO] [stderr] 104 |     gs.ecs.insert(new_map());
[INFO] [stderr]     |                   ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `mainframe`.
[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 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `mainframe`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "cd1b6804b710b502ba50cd6fa9674b4a0ba62b09735c262459dcc55723309ac5"`
[INFO] running `"docker" "rm" "-f" "cd1b6804b710b502ba50cd6fa9674b4a0ba62b09735c262459dcc55723309ac5"`
[INFO] [stdout] cd1b6804b710b502ba50cd6fa9674b4a0ba62b09735c262459dcc55723309ac5
