[INFO] updating cached repository https://github.com/Descrout/rust-sdl-platformer [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] [stderr] From https://github.com/Descrout/rust-sdl-platformer [INFO] [stderr] 75d2ac4..0558e44 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0558e4434812661774de24db9bf8ce3ff4b33748 [INFO] checking Descrout/rust-sdl-platformer against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDescrout%2Frust-sdl-platformer" "/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/Descrout/rust-sdl-platformer on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Descrout/rust-sdl-platformer [INFO] finished tweaking git repo https://github.com/Descrout/rust-sdl-platformer [INFO] tweaked toml for git repo https://github.com/Descrout/rust-sdl-platformer written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Descrout/rust-sdl-platformer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 94555deb1bc78f3a171223f0787203c9791665e73a2fff626601dc7d6a0c20ca [INFO] running `"docker" "start" "-a" "94555deb1bc78f3a171223f0787203c9791665e73a2fff626601dc7d6a0c20ca"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling rust-sdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking shred v0.9.4 [INFO] [stderr] Checking specs v0.15.1 [INFO] [stderr] error[E0583]: file not found for module `make` [INFO] [stderr] --> src/managers/mod.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod make; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `make`, create file "src/managers/make.rs" [INFO] [stderr] [INFO] [stderr] error[E0583]: file not found for module `make` [INFO] [stderr] --> src/managers/mod.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod make; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `make`, create file "src/managers/make.rs" [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::managers::make::MAKE` [INFO] [stderr] --> src/utils/map_loader.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::managers::make::MAKE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MAKE` in `managers::make` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::managers::make::MAKE` [INFO] [stderr] --> src/utils/map_loader.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::managers::make::MAKE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MAKE` in `managers::make` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust-sdl`. [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] Some errors have detailed explanations: E0432, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust-sdl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "94555deb1bc78f3a171223f0787203c9791665e73a2fff626601dc7d6a0c20ca"` [INFO] running `"docker" "rm" "-f" "94555deb1bc78f3a171223f0787203c9791665e73a2fff626601dc7d6a0c20ca"` [INFO] [stdout] 94555deb1bc78f3a171223f0787203c9791665e73a2fff626601dc7d6a0c20ca