[INFO] cloning repository https://github.com/Descrout/rust-sdl-platformer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Descrout/rust-sdl-platformer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDescrout%2Frust-sdl-platformer"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDescrout%2Frust-sdl-platformer'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9bac20564c5a35b176a2496ec301d5f59f9dd0d9 [INFO] testing Descrout/rust-sdl-platformer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDescrout%2Frust-sdl-platformer" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Descrout/rust-sdl-platformer on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-5/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a33384508609562c97989c27057217abffd246c295ee30c5fb2371cc550b2f87 [INFO] running `"docker" "start" "-a" "a33384508609562c97989c27057217abffd246c295ee30c5fb2371cc550b2f87"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling rust-sdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling hibitset v0.6.3 [INFO] [stderr] Compiling shred v0.9.4 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling 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[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] running `"docker" "inspect" "a33384508609562c97989c27057217abffd246c295ee30c5fb2371cc550b2f87"` [INFO] running `"docker" "rm" "-f" "a33384508609562c97989c27057217abffd246c295ee30c5fb2371cc550b2f87"` [INFO] [stdout] a33384508609562c97989c27057217abffd246c295ee30c5fb2371cc550b2f87