[INFO] cloning repository https://github.com/Kmeakin/particles [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kmeakin/particles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKmeakin%2Fparticles", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKmeakin%2Fparticles'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 13cf5d14540e67d3cd3c75629283a38d6e1eccdd [INFO] checking Kmeakin/particles against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKmeakin%2Fparticles" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kmeakin/particles on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Kmeakin/particles [INFO] finished tweaking git repo https://github.com/Kmeakin/particles [INFO] tweaked toml for git repo https://github.com/Kmeakin/particles written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Kmeakin/particles already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] adc03bc1969b175770e9bf4df66f08e292901823a995e0792f77b4ddd1f267be [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "adc03bc1969b175770e9bf4df66f08e292901823a995e0792f77b4ddd1f267be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "adc03bc1969b175770e9bf4df66f08e292901823a995e0792f77b4ddd1f267be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adc03bc1969b175770e9bf4df66f08e292901823a995e0792f77b4ddd1f267be", kill_on_drop: false }` [INFO] [stdout] adc03bc1969b175770e9bf4df66f08e292901823a995e0792f77b4ddd1f267be [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 929c89e3c91f2005d2da98b58ec961a8976393dc8273facc596c34d0105eb671 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "929c89e3c91f2005d2da98b58ec961a8976393dc8273facc596c34d0105eb671", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling glu-sys v0.1.4 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Checking parking_lot_core v0.8.1 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling imgui-sys v0.5.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling imgui-opengl-renderer v0.9.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking imgui v0.5.0 [INFO] [stderr] Checking imgui-sdl2 v0.12.0 [INFO] [stderr] Checking ffff v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/gui.rs:5:39 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) fn gui(&mut self, ui: &Ui) { [INFO] [stdout] | ^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | rust_2018_idioms, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/gui.rs:5:39 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) fn gui(&mut self, ui: &Ui) { [INFO] [stdout] | ^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | rust_2018_idioms, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/physics.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(min: f32, max: f32) -> Self { Self { min, max } } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sample` [INFO] [stdout] --> src/physics.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn sample(&self) -> f32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mid` [INFO] [stdout] --> src/physics.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn mid(&self) -> f32 { (self.min + self.max) / 2.0 } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stdout] --> src/main.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / pub struct Game { [INFO] [stdout] 28 | | fps: f32, [INFO] [stdout] 29 | | settings: Settings, [INFO] [stdout] 30 | | camera: Camera, [INFO] [stdout] 31 | | physics: Physics, [INFO] [stdout] 32 | | world: World, [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | missing_debug_implementations, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/physics.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(min: f32, max: f32) -> Self { Self { min, max } } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sample` [INFO] [stdout] --> src/physics.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn sample(&self) -> f32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mid` [INFO] [stdout] --> src/physics.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn mid(&self) -> f32 { (self.min + self.max) / 2.0 } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type does not implement `std::fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stdout] --> src/main.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / pub struct Game { [INFO] [stdout] 28 | | fps: f32, [INFO] [stdout] 29 | | settings: Settings, [INFO] [stdout] 30 | | camera: Camera, [INFO] [stdout] 31 | | physics: Physics, [INFO] [stdout] 32 | | world: World, [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | missing_debug_implementations, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.97s [INFO] running `Command { std: "docker" "inspect" "929c89e3c91f2005d2da98b58ec961a8976393dc8273facc596c34d0105eb671", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "929c89e3c91f2005d2da98b58ec961a8976393dc8273facc596c34d0105eb671", kill_on_drop: false }` [INFO] [stdout] 929c89e3c91f2005d2da98b58ec961a8976393dc8273facc596c34d0105eb671