[INFO] cloning repository https://github.com/nfaltermeier/pong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nfaltermeier/pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnfaltermeier%2Fpong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnfaltermeier%2Fpong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 13d987a50214f4f2c0c1796fb2e8b13434bfa6e3 [INFO] checking nfaltermeier/pong against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnfaltermeier%2Fpong" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nfaltermeier/pong on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nfaltermeier/pong [INFO] finished tweaking git repo https://github.com/nfaltermeier/pong [INFO] tweaked toml for git repo https://github.com/nfaltermeier/pong written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nfaltermeier/pong already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bea8789f84a6271dd5e2b678708294b039f7008b0c8af1a540ff0ffe3df11184 [INFO] running `Command { std: "docker" "start" "-a" "bea8789f84a6271dd5e2b678708294b039f7008b0c8af1a540ff0ffe3df11184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bea8789f84a6271dd5e2b678708294b039f7008b0c8af1a540ff0ffe3df11184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bea8789f84a6271dd5e2b678708294b039f7008b0c8af1a540ff0ffe3df11184", kill_on_drop: false }` [INFO] [stdout] bea8789f84a6271dd5e2b678708294b039f7008b0c8af1a540ff0ffe3df11184 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46a1e51a1898b01a0dd72cc8b799fddee3c63cd69fd8571ec5894df3870cfd05 [INFO] running `Command { std: "docker" "start" "-a" "46a1e51a1898b01a0dd72cc8b799fddee3c63cd69fd8571ec5894df3870cfd05", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking c_vec v2.0.0 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking pong v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `rand` is imported redundantly [INFO] [stdout] --> src/math_helper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate rand; [INFO] [stdout] | ------------------ the item `rand` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:23:46 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | ColliderBounds::Circle { radius, center } => match c2 { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:64:46 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:116:38 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:116:46 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up` [INFO] [stdout] --> src/collision_helper.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | up, [INFO] [stdout] | ^^ help: try ignoring the field: `up: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down` [INFO] [stdout] --> src/collision_helper.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | down, [INFO] [stdout] | ^^^^ help: try ignoring the field: `down: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left` [INFO] [stdout] --> src/collision_helper.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | left, [INFO] [stdout] | ^^^^ help: try ignoring the field: `left: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right` [INFO] [stdout] --> src/collision_helper.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | right, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `right: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | center, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up2` [INFO] [stdout] --> src/collision_helper.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | up: up2, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_up2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down2` [INFO] [stdout] --> src/collision_helper.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | down: down2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_down2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left2` [INFO] [stdout] --> src/collision_helper.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | left: left2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_left2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right2` [INFO] [stdout] --> src/collision_helper.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | right: right2, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_right2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center2` [INFO] [stdout] --> src/collision_helper.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | center: center2, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_center2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `rand` is imported redundantly [INFO] [stdout] --> src/math_helper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate rand; [INFO] [stdout] | ------------------ the item `rand` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_position` is never used [INFO] [stdout] --> src/actor.rs:138:8 [INFO] [stdout] | [INFO] [stdout] 136 | pub trait Actor { [INFO] [stdout] | ----- method in this trait [INFO] [stdout] 137 | fn position(&self) -> &Vec2; [INFO] [stdout] 138 | fn set_position(&mut self, new_pos: &Vec2); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separation` is never used [INFO] [stdout] --> src/collision_helper.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn separation(c1: ColliderBounds, c2: ColliderBounds) -> f32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_random_point_on_unit_circle` is never used [INFO] [stdout] --> src/math_helper.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get_random_point_on_unit_circle() -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:23:46 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | ColliderBounds::Circle { radius, center } => match c2 { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:64:46 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:116:38 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:116:46 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up` [INFO] [stdout] --> src/collision_helper.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | up, [INFO] [stdout] | ^^ help: try ignoring the field: `up: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down` [INFO] [stdout] --> src/collision_helper.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | down, [INFO] [stdout] | ^^^^ help: try ignoring the field: `down: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left` [INFO] [stdout] --> src/collision_helper.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | left, [INFO] [stdout] | ^^^^ help: try ignoring the field: `left: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right` [INFO] [stdout] --> src/collision_helper.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | right, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `right: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | center, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up2` [INFO] [stdout] --> src/collision_helper.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | up: up2, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_up2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down2` [INFO] [stdout] --> src/collision_helper.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | down: down2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_down2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left2` [INFO] [stdout] --> src/collision_helper.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | left: left2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_left2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right2` [INFO] [stdout] --> src/collision_helper.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | right: right2, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_right2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center2` [INFO] [stdout] --> src/collision_helper.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | center: center2, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_center2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_position` is never used [INFO] [stdout] --> src/actor.rs:138:8 [INFO] [stdout] | [INFO] [stdout] 136 | pub trait Actor { [INFO] [stdout] | ----- method in this trait [INFO] [stdout] 137 | fn position(&self) -> &Vec2; [INFO] [stdout] 138 | fn set_position(&mut self, new_pos: &Vec2); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separation` is never used [INFO] [stdout] --> src/collision_helper.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn separation(c1: ColliderBounds, c2: ColliderBounds) -> f32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_random_point_on_unit_circle` is never used [INFO] [stdout] --> src/math_helper.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get_random_point_on_unit_circle() -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s [INFO] running `Command { std: "docker" "inspect" "46a1e51a1898b01a0dd72cc8b799fddee3c63cd69fd8571ec5894df3870cfd05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a1e51a1898b01a0dd72cc8b799fddee3c63cd69fd8571ec5894df3870cfd05", kill_on_drop: false }` [INFO] [stdout] 46a1e51a1898b01a0dd72cc8b799fddee3c63cd69fd8571ec5894df3870cfd05 [INFO] checking nfaltermeier/pong against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnfaltermeier%2Fpong" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nfaltermeier/pong on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nfaltermeier/pong [INFO] finished tweaking git repo https://github.com/nfaltermeier/pong [INFO] tweaked toml for git repo https://github.com/nfaltermeier/pong written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nfaltermeier/pong already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a068d053b25a41beecbb67d65c1c604fae01c920a7f09807f05eedc396aa2fd6 [INFO] running `Command { std: "docker" "start" "-a" "a068d053b25a41beecbb67d65c1c604fae01c920a7f09807f05eedc396aa2fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a068d053b25a41beecbb67d65c1c604fae01c920a7f09807f05eedc396aa2fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a068d053b25a41beecbb67d65c1c604fae01c920a7f09807f05eedc396aa2fd6", kill_on_drop: false }` [INFO] [stdout] a068d053b25a41beecbb67d65c1c604fae01c920a7f09807f05eedc396aa2fd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75003edbaab4a9d94cc5b52fb7087e5ebaf25fedd4c061c73bd3a11572e3a46d [INFO] running `Command { std: "docker" "start" "-a" "75003edbaab4a9d94cc5b52fb7087e5ebaf25fedd4c061c73bd3a11572e3a46d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking c_vec v2.0.0 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking pong v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `rand` is imported redundantly [INFO] [stdout] --> src/math_helper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate rand; [INFO] [stdout] | ------------------ the item `rand` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `rand` is imported redundantly [INFO] [stdout] --> src/math_helper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate rand; [INFO] [stdout] | ------------------ the item `rand` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:23:46 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | ColliderBounds::Circle { radius, center } => match c2 { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:23:46 [INFO] [stdout] | [INFO] [stdout] 23 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 49 | ColliderBounds::Circle { radius, center } => match c2 { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:64:46 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:116:38 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:64:46 [INFO] [stdout] | [INFO] [stdout] 64 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:116:46 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up` [INFO] [stdout] --> src/collision_helper.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | up, [INFO] [stdout] | ^^ help: try ignoring the field: `up: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | ColliderBounds::Circle { radius, center } => separation_vec(c2, c1), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down` [INFO] [stdout] --> src/collision_helper.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | down, [INFO] [stdout] | ^^^^ help: try ignoring the field: `down: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radius` [INFO] [stdout] --> src/collision_helper.rs:116:38 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `radius: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left` [INFO] [stdout] --> src/collision_helper.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | left, [INFO] [stdout] | ^^^^ help: try ignoring the field: `left: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right` [INFO] [stdout] --> src/collision_helper.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | right, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `right: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | center, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up2` [INFO] [stdout] --> src/collision_helper.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | up: up2, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_up2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down2` [INFO] [stdout] --> src/collision_helper.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | down: down2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_down2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left2` [INFO] [stdout] --> src/collision_helper.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | left: left2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_left2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right2` [INFO] [stdout] --> src/collision_helper.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | right: right2, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_right2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center2` [INFO] [stdout] --> src/collision_helper.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | center: center2, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_center2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:116:46 [INFO] [stdout] | [INFO] [stdout] 116 | ColliderBounds::Circle { radius, center } => unimplemented!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up` [INFO] [stdout] --> src/collision_helper.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | up, [INFO] [stdout] | ^^ help: try ignoring the field: `up: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down` [INFO] [stdout] --> src/collision_helper.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | down, [INFO] [stdout] | ^^^^ help: try ignoring the field: `down: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left` [INFO] [stdout] --> src/collision_helper.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | left, [INFO] [stdout] | ^^^^ help: try ignoring the field: `left: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right` [INFO] [stdout] --> src/collision_helper.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | right, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `right: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center` [INFO] [stdout] --> src/collision_helper.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | center, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `center: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `up2` [INFO] [stdout] --> src/collision_helper.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | up: up2, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_up2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `down2` [INFO] [stdout] --> src/collision_helper.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | down: down2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_down2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `left2` [INFO] [stdout] --> src/collision_helper.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | left: left2, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_left2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `right2` [INFO] [stdout] --> src/collision_helper.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | right: right2, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_right2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `center2` [INFO] [stdout] --> src/collision_helper.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | center: center2, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_center2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_position` is never used [INFO] [stdout] --> src/actor.rs:138:8 [INFO] [stdout] | [INFO] [stdout] 136 | pub trait Actor { [INFO] [stdout] | ----- method in this trait [INFO] [stdout] 137 | fn position(&self) -> &Vec2; [INFO] [stdout] 138 | fn set_position(&mut self, new_pos: &Vec2); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_position` is never used [INFO] [stdout] --> src/actor.rs:138:8 [INFO] [stdout] | [INFO] [stdout] 136 | pub trait Actor { [INFO] [stdout] | ----- method in this trait [INFO] [stdout] 137 | fn position(&self) -> &Vec2; [INFO] [stdout] 138 | fn set_position(&mut self, new_pos: &Vec2); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separation` is never used [INFO] [stdout] --> src/collision_helper.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn separation(c1: ColliderBounds, c2: ColliderBounds) -> f32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_random_point_on_unit_circle` is never used [INFO] [stdout] --> src/math_helper.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get_random_point_on_unit_circle() -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `separation` is never used [INFO] [stdout] --> src/collision_helper.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn separation(c1: ColliderBounds, c2: ColliderBounds) -> f32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_random_point_on_unit_circle` is never used [INFO] [stdout] --> src/math_helper.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn get_random_point_on_unit_circle() -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "75003edbaab4a9d94cc5b52fb7087e5ebaf25fedd4c061c73bd3a11572e3a46d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75003edbaab4a9d94cc5b52fb7087e5ebaf25fedd4c061c73bd3a11572e3a46d", kill_on_drop: false }` [INFO] [stdout] 75003edbaab4a9d94cc5b52fb7087e5ebaf25fedd4c061c73bd3a11572e3a46d