[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 beta-2020-06-03 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-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Descrout/rust-sdl-platformer on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-8/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2020-06-03" "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] bd733606b24e7639c8473190305fd9bdda24229e3e893749c68d2b4a8e7754e3 [INFO] running `"docker" "start" "-a" "bd733606b24e7639c8473190305fd9bdda24229e3e893749c68d2b4a8e7754e3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling rust-sdl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling json v0.12.4 [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 sdl2-sys v0.33.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling shred v0.9.4 [INFO] [stderr] Compiling hibitset v0.6.3 [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" "bd733606b24e7639c8473190305fd9bdda24229e3e893749c68d2b4a8e7754e3"` [INFO] running `"docker" "rm" "-f" "bd733606b24e7639c8473190305fd9bdda24229e3e893749c68d2b4a8e7754e3"` [INFO] [stdout] bd733606b24e7639c8473190305fd9bdda24229e3e893749c68d2b4a8e7754e3