[INFO] cloning repository https://github.com/Epsylon42/Chip8 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Epsylon42/Chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsylon42%2FChip8"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsylon42%2FChip8'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 95ef9ea2dbd2cec484abfa61231fbfe99c3b3675 [INFO] checking Epsylon42/Chip8 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEpsylon42%2FChip8" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Epsylon42/Chip8 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Epsylon42/Chip8 [INFO] finished tweaking git repo https://github.com/Epsylon42/Chip8 [INFO] tweaked toml for git repo https://github.com/Epsylon42/Chip8 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Epsylon42/Chip8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 4536d8664b2107a0eedd1170f8cbbd7b08c3787946593ff0ddd5c11d9449ffcd [INFO] running `"docker" "start" "-a" "4536d8664b2107a0eedd1170f8cbbd7b08c3787946593ff0ddd5c11d9449ffcd"` [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling bitflags v1.0.5 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking x11-dl v2.18.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking nix v0.13.0 [INFO] [stderr] Checking rusttype v0.7.6 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.24.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking backtrace v0.3.15 [INFO] [stderr] Checking wayland-sys v0.21.12 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Checking wayland-commons v0.21.12 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Checking winit v0.19.1 [INFO] [stderr] Checking glutin v0.20.0 [INFO] [stderr] Checking chip8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/window.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | implement_vertex!(Vertex, pos); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/window.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | implement_vertex!(Vertex, pos); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `"docker" "inspect" "4536d8664b2107a0eedd1170f8cbbd7b08c3787946593ff0ddd5c11d9449ffcd"` [INFO] running `"docker" "rm" "-f" "4536d8664b2107a0eedd1170f8cbbd7b08c3787946593ff0ddd5c11d9449ffcd"` [INFO] [stdout] 4536d8664b2107a0eedd1170f8cbbd7b08c3787946593ff0ddd5c11d9449ffcd