[INFO] cloning repository https://github.com/niooii/dog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/niooii/dog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniooii%2Fdog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniooii%2Fdog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9616eea2784bd1691986e62c7ecfae9317976c07
[INFO] checking niooii/dog against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniooii%2Fdog" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/niooii/dog
[INFO] finished tweaking git repo https://github.com/niooii/dog
[INFO] tweaked toml for git repo https://github.com/niooii/dog written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/niooii/dog on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/niooii/dog 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 67cc4e6d191904553fdcb321f3b88abb99f6a3790cfe99b4d2e8ce67fb0676e0
[INFO] running `Command { std: "docker" "start" "-a" "67cc4e6d191904553fdcb321f3b88abb99f6a3790cfe99b4d2e8ce67fb0676e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67cc4e6d191904553fdcb321f3b88abb99f6a3790cfe99b4d2e8ce67fb0676e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67cc4e6d191904553fdcb321f3b88abb99f6a3790cfe99b4d2e8ce67fb0676e0", kill_on_drop: false }`
[INFO] [stdout] 67cc4e6d191904553fdcb321f3b88abb99f6a3790cfe99b4d2e8ce67fb0676e0
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffc9f089e316bc17d954777cf1338b6104523c0bf893899a7974730a09d0ba0f
[INFO] running `Command { std: "docker" "start" "-a" "ffc9f089e316bc17d954777cf1338b6104523c0bf893899a7974730a09d0ba0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling sdl2 v0.36.0
[INFO] [stderr]    Compiling sdl2-sys v0.36.0
[INFO] [stderr]     Checking getrandom v0.2.11
[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 THEPLAGUE v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Texture` and `WindowCanvas`
[INFO] [stdout]   --> src/main.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 | use sdl2::render::{Texture, Canvas, WindowCanvas};
[INFO] [stdout]    |                    ^^^^^^^          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SDL_DestroyWindow`
[INFO] [stdout]   --> src/main.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 | use sdl2::sys::{SDL_DestroyWindow, SDL_SetWindowPosition};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `event`
[INFO] [stdout]   --> src/main.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | use sdl2::{self, VideoSubsystem, event};
[INFO] [stdout]    |                                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DisplayEvent`
[INFO] [stdout]   --> src/main.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | use sdl2::event::{Event, WindowEvent, DisplayEvent};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FlashOperation` and `WindowPos`
[INFO] [stdout]   --> src/main.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 | use sdl2::video::{Window, WindowPos, FlashOperation};
[INFO] [stdout]    |                           ^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/main.rs:121:41
[INFO] [stdout]     |
[INFO] [stdout] 121 |             self.transform.position.y = (upper_y - h as f64 - dy);
[INFO] [stdout]     |                                         ^                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -             self.transform.position.y = (upper_y - h as f64 - dy);
[INFO] [stdout] 121 +             self.transform.position.y = upper_y - h as f64 - dy ;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dist_x`
[INFO] [stdout]   --> src/main.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let dist_x = vx * dt + 0.5*ax*dt*dt;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_dist_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dist_y`
[INFO] [stdout]   --> src/main.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let dist_y = vy * dt + 0.5*ay*dt*dt;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_dist_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Texture` and `WindowCanvas`
[INFO] [stdout]   --> src/main.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 | use sdl2::render::{Texture, Canvas, WindowCanvas};
[INFO] [stdout]    |                    ^^^^^^^          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SDL_DestroyWindow`
[INFO] [stdout]   --> src/main.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 | use sdl2::sys::{SDL_DestroyWindow, SDL_SetWindowPosition};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `event`
[INFO] [stdout]   --> src/main.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | use sdl2::{self, VideoSubsystem, event};
[INFO] [stdout]    |                                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DisplayEvent`
[INFO] [stdout]   --> src/main.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | use sdl2::event::{Event, WindowEvent, DisplayEvent};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FlashOperation` and `WindowPos`
[INFO] [stdout]   --> src/main.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 | use sdl2::video::{Window, WindowPos, FlashOperation};
[INFO] [stdout]    |                           ^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/main.rs:121:41
[INFO] [stdout]     |
[INFO] [stdout] 121 |             self.transform.position.y = (upper_y - h as f64 - dy);
[INFO] [stdout]     |                                         ^                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -             self.transform.position.y = (upper_y - h as f64 - dy);
[INFO] [stdout] 121 +             self.transform.position.y = upper_y - h as f64 - dy ;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:402:13
[INFO] [stdout]     |
[INFO] [stdout] 402 |         let mut pressed_codes: Vec<Scancode> = event_pump.keyboard_state().pressed_scancodes().collect();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/main.rs:406:42
[INFO] [stdout]     |
[INFO] [stdout] 406 |                 Event::MouseButtonDown { x, y, window_id, mouse_btn, .. } => {
[INFO] [stdout]     |                                          ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/main.rs:406:45
[INFO] [stdout]     |
[INFO] [stdout] 406 |                 Event::MouseButtonDown { x, y, window_id, mouse_btn, .. } => {
[INFO] [stdout]     |                                             ^ help: try ignoring the field: `y: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Always` is never constructed
[INFO] [stdout]   --> src/main.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | enum Immunity {
[INFO] [stdout]    |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Always
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `V_LOSS_SECOND` is never used
[INFO] [stdout]   --> src/main.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 |         const V_LOSS_SECOND: f64 = 0.01;
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Blank` is never constructed
[INFO] [stdout]    --> src/main.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 219 | enum InitMethod {
[INFO] [stdout]     |      ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 222 |     Blank
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `elapsed_millis` is never used
[INFO] [stdout]   --> src/stopwatch.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Stopwatch {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn elapsed_millis(&self) -> u128 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `dev_mode` should have an upper case name
[INFO] [stdout]    --> src/main.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | static dev_mode: bool = true;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 257 - static dev_mode: bool = true;
[INFO] [stdout] 257 + static DEV_MODE: bool = true;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `DOGPATH` should have a snake case name
[INFO] [stdout]    --> src/main.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     let DOGPATH: &Path = Path::new("resources/dog.png");
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `dogpath`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dist_x`
[INFO] [stdout]   --> src/main.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let dist_x = vx * dt + 0.5*ax*dt*dt;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_dist_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dist_y`
[INFO] [stdout]   --> src/main.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let dist_y = vy * dt + 0.5*ay*dt*dt;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_dist_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:402:13
[INFO] [stdout]     |
[INFO] [stdout] 402 |         let mut pressed_codes: Vec<Scancode> = event_pump.keyboard_state().pressed_scancodes().collect();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/main.rs:406:42
[INFO] [stdout]     |
[INFO] [stdout] 406 |                 Event::MouseButtonDown { x, y, window_id, mouse_btn, .. } => {
[INFO] [stdout]     |                                          ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/main.rs:406:45
[INFO] [stdout]     |
[INFO] [stdout] 406 |                 Event::MouseButtonDown { x, y, window_id, mouse_btn, .. } => {
[INFO] [stdout]     |                                             ^ help: try ignoring the field: `y: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Always` is never constructed
[INFO] [stdout]   --> src/main.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | enum Immunity {
[INFO] [stdout]    |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Always
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `V_LOSS_SECOND` is never used
[INFO] [stdout]   --> src/main.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 |         const V_LOSS_SECOND: f64 = 0.01;
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Blank` is never constructed
[INFO] [stdout]    --> src/main.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 219 | enum InitMethod {
[INFO] [stdout]     |      ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 222 |     Blank
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `elapsed_millis` is never used
[INFO] [stdout]   --> src/stopwatch.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Stopwatch {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn elapsed_millis(&self) -> u128 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `dev_mode` should have an upper case name
[INFO] [stdout]    --> src/main.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | static dev_mode: bool = true;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 257 - static dev_mode: bool = true;
[INFO] [stdout] 257 + static DEV_MODE: bool = true;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `DOGPATH` should have a snake case name
[INFO] [stdout]    --> src/main.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     let DOGPATH: &Path = Path::new("resources/dog.png");
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `dogpath`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
[INFO] running `Command { std: "docker" "inspect" "ffc9f089e316bc17d954777cf1338b6104523c0bf893899a7974730a09d0ba0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffc9f089e316bc17d954777cf1338b6104523c0bf893899a7974730a09d0ba0f", kill_on_drop: false }`
[INFO] [stdout] ffc9f089e316bc17d954777cf1338b6104523c0bf893899a7974730a09d0ba0f
