[INFO] cloning repository https://github.com/tylercritchlow/physics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tylercritchlow/physics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylercritchlow%2Fphysics", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylercritchlow%2Fphysics'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 63d83efeea4b75b2b466b4f48881fe73f2f56445 [INFO] checking tylercritchlow/physics against master#12f35ad39ed3e39df4d953c46d4f6cc6c82adc96 for pr-155299-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylercritchlow%2Fphysics" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tylercritchlow/physics [INFO] finished tweaking git repo https://github.com/tylercritchlow/physics [INFO] tweaked toml for git repo https://github.com/tylercritchlow/physics written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tylercritchlow/physics on toolchain 12f35ad39ed3e39df4d953c46d4f6cc6c82adc96 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+12f35ad39ed3e39df4d953c46d4f6cc6c82adc96" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tylercritchlow/physics 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" "+12f35ad39ed3e39df4d953c46d4f6cc6c82adc96" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+12f35ad39ed3e39df4d953c46d4f6cc6c82adc96" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5631ba4123838948ac4988fb00f53951e51bcf278131329bb57bd7a9e87cc4a1 [INFO] running `Command { std: "docker" "start" "-a" "5631ba4123838948ac4988fb00f53951e51bcf278131329bb57bd7a9e87cc4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5631ba4123838948ac4988fb00f53951e51bcf278131329bb57bd7a9e87cc4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5631ba4123838948ac4988fb00f53951e51bcf278131329bb57bd7a9e87cc4a1", kill_on_drop: false }` [INFO] [stdout] 5631ba4123838948ac4988fb00f53951e51bcf278131329bb57bd7a9e87cc4a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+12f35ad39ed3e39df4d953c46d4f6cc6c82adc96" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 655384a4da2017404f42d2b196ccae76644d1a4bc72fc958d73ed10f59b948de [INFO] running `Command { std: "docker" "start" "-a" "655384a4da2017404f42d2b196ccae76644d1a4bc72fc958d73ed10f59b948de", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling bevy_utils_proc_macros v0.13.2 [INFO] [stderr] Checking web-time v0.2.4 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Checking bevy_ptr v0.13.2 [INFO] [stderr] Checking bevy_tasks v0.13.2 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking glam v0.25.0 [INFO] [stderr] Checking tracing-log v0.1.4 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking naga v0.19.2 [INFO] [stderr] Compiling wgpu-hal v0.19.5 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking accesskit v0.12.3 [INFO] [stderr] Checking ash v0.37.3+1.3.251 [INFO] [stderr] Compiling wgpu-core v0.19.4 [INFO] [stderr] Checking wgpu-types v0.19.2 [INFO] [stderr] Compiling encase_derive_impl v0.7.0 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking khronos-egl v6.0.0 [INFO] [stderr] Checking blake3 v1.8.2 [INFO] [stderr] Checking flate2 v1.1.4 [INFO] [stderr] Compiling wgpu v0.19.4 [INFO] [stderr] Checking bevy_utils v0.13.2 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Compiling encase_derive v0.7.0 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking bevy_math v0.13.2 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking encase v0.7.0 [INFO] [stderr] Compiling bevy_macro_utils v0.13.2 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking bevy_mikktspace v0.13.2 [INFO] [stderr] Checking hexasphere v10.0.0 [INFO] [stderr] Checking ktx2 v0.3.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.13.2 [INFO] [stderr] Compiling bevy_ecs_macros v0.13.2 [INFO] [stderr] Compiling bevy_derive v0.13.2 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Compiling bevy_asset_macros v0.13.2 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking ruzstd v0.5.0 [INFO] [stderr] Compiling bevy_encase_derive v0.13.2 [INFO] [stderr] Compiling bevy_render_macros v0.13.2 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cpal v0.15.3 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking naga_oil v0.13.0 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Compiling gltf-derive v1.4.1 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking tinyvec v1.10.0 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking alsa v0.9.1 [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Checking bevy_reflect v0.13.2 [INFO] [stderr] Checking ogg v0.8.0 [INFO] [stderr] Compiling gilrs v0.10.10 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking xi-unicode v0.3.0 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Checking gilrs-core v0.5.15 [INFO] [stderr] Checking glyph_brush_layout v0.2.4 [INFO] [stderr] Checking gltf-json v1.4.1 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Checking grid v0.10.0 [INFO] [stderr] Compiling bevy_gizmos_macros v0.13.2 [INFO] [stderr] Checking taffy v0.3.19 [INFO] [stderr] Checking rodio v0.17.3 [INFO] [stderr] Checking sysinfo v0.30.13 [INFO] [stderr] Checking physics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `sphere_pos` [INFO] [stdout] --> src/collision.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | sphere_pos: Vec3, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_radius` [INFO] [stdout] --> src/collision.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | sphere_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `plane_normal` [INFO] [stdout] --> src/collision.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | plane_normal: Vec3, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plane_normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `plane_distance` [INFO] [stdout] --> src/collision.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | plane_distance: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plane_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min_a` [INFO] [stdout] --> src/collision.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_min_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_a` [INFO] [stdout] --> src/collision.rs:77:34 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_max_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min_b` [INFO] [stdout] --> src/collision.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_min_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_b` [INFO] [stdout] --> src/collision.rs:77:60 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_max_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_pos` [INFO] [stdout] --> src/collision.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | sphere_pos: Vec3, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_radius` [INFO] [stdout] --> src/collision.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | sphere_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aabb_min` [INFO] [stdout] --> src/collision.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | aabb_min: Vec3, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aabb_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aabb_max` [INFO] [stdout] --> src/collision.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | aabb_max: Vec3, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aabb_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking gltf v1.4.1 [INFO] [stderr] Checking bevy_ecs v0.13.2 [INFO] [stderr] Checking accesskit_winit v0.17.0 [INFO] [stderr] Checking bevy_app v0.13.2 [INFO] [stderr] Checking bevy_log v0.13.2 [INFO] [stderr] Checking bevy_core v0.13.2 [INFO] [stderr] Checking bevy_input v0.13.2 [INFO] [stderr] Checking bevy_a11y v0.13.2 [INFO] [stderr] Checking bevy_time v0.13.2 [INFO] [stderr] Checking bevy_asset v0.13.2 [INFO] [stderr] Checking bevy_hierarchy v0.13.2 [INFO] [stderr] Checking bevy_diagnostic v0.13.2 [INFO] [stderr] Checking bevy_transform v0.13.2 [INFO] [stderr] Checking bevy_window v0.13.2 [INFO] [stderr] Checking bevy_gilrs v0.13.2 [INFO] [stderr] Checking bevy_audio v0.13.2 [INFO] [stderr] Checking bevy_winit v0.13.2 [INFO] [stderr] Checking bevy_render v0.13.2 [INFO] [stderr] Checking bevy_core_pipeline v0.13.2 [INFO] [stderr] Checking bevy_scene v0.13.2 [INFO] [stderr] Checking bevy_animation v0.13.2 [INFO] [stderr] Checking bevy_sprite v0.13.2 [INFO] [stderr] Checking bevy_pbr v0.13.2 [INFO] [stderr] Checking bevy_text v0.13.2 [INFO] [stderr] Checking bevy_ui v0.13.2 [INFO] [stderr] Checking bevy_gizmos v0.13.2 [INFO] [stderr] Checking bevy_gltf v0.13.2 [INFO] [stderr] Checking bevy_internal v0.13.2 [INFO] [stderr] Checking bevy v0.13.2 [INFO] [stdout] warning: unused variable: `sphere_pos` [INFO] [stdout] --> src/collision.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | sphere_pos: Vec3, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_radius` [INFO] [stdout] --> src/collision.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | sphere_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `plane_normal` [INFO] [stdout] --> src/collision.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | plane_normal: Vec3, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plane_normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `plane_distance` [INFO] [stdout] --> src/collision.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | plane_distance: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plane_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min_a` [INFO] [stdout] --> src/collision.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_min_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_a` [INFO] [stdout] --> src/collision.rs:77:34 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_max_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min_b` [INFO] [stdout] --> src/collision.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_min_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_b` [INFO] [stdout] --> src/collision.rs:77:60 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn aabb_vs_aabb(min_a: Vec3, max_a: Vec3, min_b: Vec3, max_b: Vec3) -> CollisionInfo { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_max_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_pos` [INFO] [stdout] --> src/collision.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | sphere_pos: Vec3, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sphere_radius` [INFO] [stdout] --> src/collision.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | sphere_radius: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sphere_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aabb_min` [INFO] [stdout] --> src/collision.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | aabb_min: Vec3, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aabb_min` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aabb_max` [INFO] [stdout] --> src/collision.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | aabb_max: Vec3, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aabb_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s [INFO] running `Command { std: "docker" "inspect" "655384a4da2017404f42d2b196ccae76644d1a4bc72fc958d73ed10f59b948de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "655384a4da2017404f42d2b196ccae76644d1a4bc72fc958d73ed10f59b948de", kill_on_drop: false }` [INFO] [stdout] 655384a4da2017404f42d2b196ccae76644d1a4bc72fc958d73ed10f59b948de