[INFO] updating cached repository https://github.com/egeromin/RacetrackRenderer [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] 0f22b7920d65e2803ed567470da944a697c5f970 [INFO] testing egeromin/RacetrackRenderer against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegeromin%2FRacetrackRenderer" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/egeromin/RacetrackRenderer 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/egeromin/RacetrackRenderer [INFO] finished tweaking git repo https://github.com/egeromin/RacetrackRenderer [INFO] tweaked toml for git repo https://github.com/egeromin/RacetrackRenderer written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/egeromin/RacetrackRenderer 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 2b885d4ea5488325d5e3545b9726035275d5cd80e9a9d0e5ff9a9c256dc0e98c [INFO] running `"docker" "start" "-a" "2b885d4ea5488325d5e3545b9726035275d5cd80e9a9d0e5ff9a9c256dc0e98c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling downcast-rs v1.0.3 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling smallvec v0.6.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling rand v0.5.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.20.10 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling cpal v0.8.1 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.20.10 [INFO] [stderr] Compiling wayland-client v0.20.10 [INFO] [stderr] Compiling wayland-protocols v0.20.10 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling wayland-commons v0.20.10 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.3 [INFO] [stderr] Compiling winit v0.15.1 [INFO] [stderr] Compiling pxl v0.0.8 [INFO] [stderr] Compiling simple-pxl-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../racetrack.values: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:15:26 [INFO] [stderr] | [INFO] [stderr] 15 | const RACETRACK: &[u8] = include_bytes!("../racetrack.values"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../episode.values: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:16:24 [INFO] [stderr] | [INFO] [stderr] 16 | const EPISODE: &[u8] = include_bytes!("../episode.values"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../q.values: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | const QVALS: &[u8] = include_bytes!("../q.values"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:204:47 [INFO] [stderr] | [INFO] [stderr] 204 | fn synthesizer(&self) -> Option>> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Synthesizer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `simple-pxl-game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b885d4ea5488325d5e3545b9726035275d5cd80e9a9d0e5ff9a9c256dc0e98c"` [INFO] running `"docker" "rm" "-f" "2b885d4ea5488325d5e3545b9726035275d5cd80e9a9d0e5ff9a9c256dc0e98c"` [INFO] [stdout] 2b885d4ea5488325d5e3545b9726035275d5cd80e9a9d0e5ff9a9c256dc0e98c