[INFO] updating cached repository https://github.com/arnodb/torus_trooper_rs [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] c08e20e57443aacb05d819a02413517114e8fd08 [INFO] checking arnodb/torus_trooper_rs against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farnodb%2Ftorus_trooper_rs" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arnodb/torus_trooper_rs on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/arnodb/torus_trooper_rs [INFO] finished tweaking git repo https://github.com/arnodb/torus_trooper_rs [INFO] tweaked toml for git repo https://github.com/arnodb/torus_trooper_rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/arnodb/torus_trooper_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: unused manifest key: dependencies.preferences.revision [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 1cb187da94443ba094ce4c1ea5921693bb76cbad1671c6fe521b72c6cbd01b5e [INFO] running `"docker" "start" "-a" "1cb187da94443ba094ce4c1ea5921693bb76cbad1671c6fe521b72c6cbd01b5e"` [INFO] [stderr] warning: unused manifest key: dependencies.preferences.revision [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking xmlparser v0.7.0 [INFO] [stderr] Checking fasteval v0.2.3 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling torus_trooper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking preferences v2.0.0 (https://github.com/Eh2406/preferences-rs.git?branch=patch-1#4f426cf5) [INFO] [stderr] Checking png v0.14.0 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking piston2d-graphics v0.30.0 [INFO] [stderr] Checking roxmltree v0.3.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking indextree v3.1.1 [INFO] [stderr] Checking bulletml v0.1.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.1 [INFO] [stderr] Checking pistoncore-input v0.24.0 [INFO] [stderr] Checking rle_vec v0.4.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.59.0 [INFO] [stderr] Checking pistoncore-window v0.37.0 [INFO] [stderr] Checking pistoncore-event_loop v0.42.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.54.0 [INFO] [stderr] Checking piston v0.42.0 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/torus_trooper-da09a12f7e374b13/out/gl_bindings.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | fn metaloadfn(loadfn: &mut FnMut(&'static str) -> *const __gl_imports::raw::c_void, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&'static str) -> *const __gl_imports::raw::c_void` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/torus_trooper-da09a12f7e374b13/out/gl_bindings.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | fn metaloadfn(loadfn: &mut FnMut(&'static str) -> *const __gl_imports::raw::c_void, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&'static str) -> *const __gl_imports::raw::c_void` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `"docker" "inspect" "1cb187da94443ba094ce4c1ea5921693bb76cbad1671c6fe521b72c6cbd01b5e"` [INFO] running `"docker" "rm" "-f" "1cb187da94443ba094ce4c1ea5921693bb76cbad1671c6fe521b72c6cbd01b5e"` [INFO] [stdout] 1cb187da94443ba094ce4c1ea5921693bb76cbad1671c6fe521b72c6cbd01b5e