[INFO] cloning repository https://github.com/thiolliere/airjump [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thiolliere/airjump" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiolliere%2Fairjump"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiolliere%2Fairjump'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2661aacad9c2a080e5f1c666cde228ffad2974f2 [INFO] checking thiolliere/airjump against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiolliere%2Fairjump" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thiolliere/airjump on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thiolliere/airjump [INFO] finished tweaking git repo https://github.com/thiolliere/airjump [INFO] tweaked toml for git repo https://github.com/thiolliere/airjump written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/thiolliere/airjump already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] fbee2d330142e4d7d0f42dd61bc5141915348df04a47c941a4520d8137fc26cb [INFO] running `"docker" "start" "-a" "fbee2d330142e4d7d0f42dd61bc5141915348df04a47c941a4520d8137fc26cb"` [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Checking fps_clock v2.0.0 [INFO] [stderr] Checking ogg v0.4.1 [INFO] [stderr] Checking phf_shared v0.7.22 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking serde_json v1.0.22 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking wayland-sys v0.12.5 [INFO] [stderr] Checking cgmath v0.14.1 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking lewton v0.5.2 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Checking wayland-client v0.12.5 [INFO] [stderr] Checking xmlparser v0.3.0 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling glium v0.21.0 [INFO] [stderr] Checking wayland-protocols v0.12.5 [INFO] [stderr] Checking wayland-kbd v0.13.1 [INFO] [stderr] Checking svgparser v0.8.1 [INFO] [stderr] Checking rodio v0.8.0 [INFO] [stderr] Checking wayland-window v0.13.3 [INFO] [stderr] Checking winit v0.12.0 [INFO] [stderr] Checking airjump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:100:32 [INFO] [stderr] | [INFO] [stderr] 100 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/configuration.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | / lazy_static! { [INFO] [stderr] 115 | | pub static ref CFG: Configuration = load_configuration().ok_or_exit(); [INFO] [stderr] 116 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/map.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref MAP: Map = load_map().ok_or_exit(); [INFO] [stderr] 162 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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/graphics.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | implement_vertex!(Vertex, position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:100:32 [INFO] [stderr] | [INFO] [stderr] 100 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/configuration.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | / lazy_static! { [INFO] [stderr] 115 | | pub static ref CFG: Configuration = load_configuration().ok_or_exit(); [INFO] [stderr] 116 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/map.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref MAP: Map = load_map().ok_or_exit(); [INFO] [stderr] 162 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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/graphics.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | implement_vertex!(Vertex, position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:103:48 [INFO] [stderr] | [INFO] [stderr] 103 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/spatial_hashing.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | let mut vec = map.entry(cell).or_insert(vec!()); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:103:48 [INFO] [stderr] | [INFO] [stderr] 103 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/spatial_hashing.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | let mut vec = map.entry(cell).or_insert(vec!()); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `"docker" "inspect" "fbee2d330142e4d7d0f42dd61bc5141915348df04a47c941a4520d8137fc26cb"` [INFO] running `"docker" "rm" "-f" "fbee2d330142e4d7d0f42dd61bc5141915348df04a47c941a4520d8137fc26cb"` [INFO] [stdout] fbee2d330142e4d7d0f42dd61bc5141915348df04a47c941a4520d8137fc26cb