[INFO] fetching crate voronoice 0.1.1... [INFO] testing voronoice-0.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate voronoice 0.1.1 into /workspace/builds/worker-110/source [INFO] validating manifest of crates.io crate voronoice 0.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate voronoice 0.1.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate voronoice 0.1.1 [INFO] tweaked toml for crates.io crate voronoice 0.1.1 written to /workspace/builds/worker-110/source/Cargo.toml [INFO] crate crates.io crate voronoice 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded robust v0.2.3 [INFO] [stderr] Downloaded delaunator v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e6b30fa8b55e03efe37333333a6a13c7c242e27dd4e1376c173dc12d2377dc2 [INFO] running `Command { std: "docker" "start" "-a" "0e6b30fa8b55e03efe37333333a6a13c7c242e27dd4e1376c173dc12d2377dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e6b30fa8b55e03efe37333333a6a13c7c242e27dd4e1376c173dc12d2377dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6b30fa8b55e03efe37333333a6a13c7c242e27dd4e1376c173dc12d2377dc2", kill_on_drop: false }` [INFO] [stdout] 0e6b30fa8b55e03efe37333333a6a13c7c242e27dd4e1376c173dc12d2377dc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 454720677d40a5d6ec5a223018494708d0d4e280e8fa3d8c05237e19a7b0f32c [INFO] running `Command { std: "docker" "start" "-a" "454720677d40a5d6ec5a223018494708d0d4e280e8fa3d8c05237e19a7b0f32c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling robust v0.2.3 [INFO] [stderr] Compiling delaunator v1.0.1 [INFO] [stderr] Compiling voronoice v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `edge` [INFO] [stdout] --> src/voronoi_cell.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | edge: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `incoming_site` [INFO] [stdout] --> src/voronoi_cell.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | incoming_site: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `outgoing_site` [INFO] [stdout] --> src/voronoi_cell.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | outgoing_site: usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `site` [INFO] [stdout] --> src/voronoi_cell.rs:125:13 [INFO] [stdout] | [INFO] [stdout] 125 | site: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/voronoi_cell.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | position: Point, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_on_hull` [INFO] [stdout] --> src/voronoi_cell.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | is_on_hull: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `leftmost_incoming_edge` [INFO] [stdout] --> src/voronoi_cell.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | leftmost_incoming_edge: Edge [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `triangles` [INFO] [stdout] --> src/voronoi_cell.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | triangles: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `positions` [INFO] [stdout] --> src/voronoi_cell.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | positions: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.55s [INFO] running `Command { std: "docker" "inspect" "454720677d40a5d6ec5a223018494708d0d4e280e8fa3d8c05237e19a7b0f32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "454720677d40a5d6ec5a223018494708d0d4e280e8fa3d8c05237e19a7b0f32c", kill_on_drop: false }` [INFO] [stdout] 454720677d40a5d6ec5a223018494708d0d4e280e8fa3d8c05237e19a7b0f32c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b79fc9258f2b618aaef63cd810ed5b27b7aa3762f23d45ff49be5b7b34bfe98 [INFO] running `Command { std: "docker" "start" "-a" "3b79fc9258f2b618aaef63cd810ed5b27b7aa3762f23d45ff49be5b7b34bfe98", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stdout] warning: field is never read: `edge` [INFO] [stdout] --> src/voronoi_cell.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | edge: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling half v1.8.2 [INFO] [stdout] warning: field is never read: `incoming_site` [INFO] [stdout] --> src/voronoi_cell.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | incoming_site: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stdout] warning: field is never read: `outgoing_site` [INFO] [stdout] --> src/voronoi_cell.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | outgoing_site: usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stdout] warning: field is never read: `site` [INFO] [stdout] --> src/voronoi_cell.rs:125:13 [INFO] [stdout] | [INFO] [stdout] 125 | site: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/voronoi_cell.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | position: Point, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_on_hull` [INFO] [stdout] --> src/voronoi_cell.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | is_on_hull: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `leftmost_incoming_edge` [INFO] [stdout] --> src/voronoi_cell.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | leftmost_incoming_edge: Edge [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `triangles` [INFO] [stdout] --> src/voronoi_cell.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | triangles: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `positions` [INFO] [stdout] --> src/voronoi_cell.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | positions: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling voronoice v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `edge` [INFO] [stdout] --> src/voronoi_cell.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | edge: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `incoming_site` [INFO] [stdout] --> src/voronoi_cell.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | incoming_site: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `outgoing_site` [INFO] [stdout] --> src/voronoi_cell.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | outgoing_site: usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `site` [INFO] [stdout] --> src/voronoi_cell.rs:125:13 [INFO] [stdout] | [INFO] [stdout] 125 | site: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/voronoi_cell.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | position: Point, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_on_hull` [INFO] [stdout] --> src/voronoi_cell.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | is_on_hull: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `leftmost_incoming_edge` [INFO] [stdout] --> src/voronoi_cell.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | leftmost_incoming_edge: Edge [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `triangles` [INFO] [stdout] --> src/voronoi_cell.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | triangles: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `positions` [INFO] [stdout] --> src/voronoi_cell.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | positions: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/voronoi_cell.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 45.51s [INFO] running `Command { std: "docker" "inspect" "3b79fc9258f2b618aaef63cd810ed5b27b7aa3762f23d45ff49be5b7b34bfe98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b79fc9258f2b618aaef63cd810ed5b27b7aa3762f23d45ff49be5b7b34bfe98", kill_on_drop: false }` [INFO] [stdout] 3b79fc9258f2b618aaef63cd810ed5b27b7aa3762f23d45ff49be5b7b34bfe98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 419ebf0bb052be665e47efe23e92c307b03372fd71e20c021d5f47c9d9ddfb74 [INFO] running `Command { std: "docker" "start" "-a" "419ebf0bb052be665e47efe23e92c307b03372fd71e20c021d5f47c9d9ddfb74", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `edge` [INFO] [stderr] --> src/voronoi_cell.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | edge: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `incoming_site` [INFO] [stderr] --> src/voronoi_cell.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | incoming_site: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `outgoing_site` [INFO] [stderr] --> src/voronoi_cell.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | outgoing_site: usize [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `site` [INFO] [stderr] --> src/voronoi_cell.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | site: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/voronoi_cell.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | position: Point, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_on_hull` [INFO] [stderr] --> src/voronoi_cell.rs:127:13 [INFO] [stderr] | [INFO] [stderr] 127 | is_on_hull: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `leftmost_incoming_edge` [INFO] [stderr] --> src/voronoi_cell.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | leftmost_incoming_edge: Edge [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Site` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `triangles` [INFO] [stderr] --> src/voronoi_cell.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | triangles: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:131:18 [INFO] [stderr] | [INFO] [stderr] 131 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `positions` [INFO] [stderr] --> src/voronoi_cell.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | positions: Vec [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Cellvertices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/voronoi_cell.rs:131:18 [INFO] [stderr] | [INFO] [stderr] 131 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `voronoice` (lib) generated 9 warnings [INFO] [stderr] warning: `voronoice` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.86s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/voronoice-37623aedf3c7783f) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test bounding_box::tests::intersect_line_tests ... ok [INFO] [stdout] test bounding_box::tests::project_ray_tests_centered_square ... ok [INFO] [stdout] test bounding_box::tests::project_ray_tests_non_centered_rect ... ok [INFO] [stdout] test cell_builder::test::clip_and_close_cell_when_no_point_outside_box ... ok [INFO] [stdout] test cell_builder::test::clip_cell_edge_one_edge_crosses_one_box_edge ... ok [INFO] [stdout] test cell_builder::test::clip_cell_edge_one_edge_crosses_two_box_edges ... ok [INFO] [stdout] test cell_builder::test::clip_polygon_cell_with_multiple_edges_removed ... ok [INFO] [stdout] test cell_builder::test::clip_cell_edge_one_edge_crosses_one_box_edge_inverted ... ok [INFO] [stdout] test cell_builder::test::clip_square_cell_with_two_edges_outside_box_start_vertex_outside ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_one_edge_intersecting_box_corner ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_one_point_outside_box ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_two_points_outside_and_one_edge_entirely_outside_box ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_two_points_outside_and_edge_crossing_box_twice ... ok [INFO] [stdout] test cell_builder::test::extend_and_close_hull_test ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_one_point_outside_box_and_last_crossing_box_edge ... ok [INFO] [stdout] test cell_builder::test::clip_square_cell_with_two_edges_outside_box ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_no_point_inside_box_and_one_edge_parallel_to_box_edge ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_no_point_inside_box_and_one_shared_edge_parallel_to_box_edge ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_three_points_outside_box ... ok [INFO] [stdout] test cell_builder::test::clip_polygon_cell_with_multiple_edges_removed_and_coners_added_starting_edge_outside ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_a_top_left_b_bottom_right ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_a_left_b_right ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_a_right_b_left ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_b_after_a ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_b_corner_before_a ... ok [INFO] [stdout] test iterator::test::iter_neighbors_hull_test ... ok [INFO] [stdout] test cell_builder::test::clip_polygon_cell_with_multiple_edges_removed_and_coners_added ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_with_one_point_inside_box_and_one_edge_parallel_to_box_edge ... ok [INFO] [stdout] test tests::collinear_sites ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_b_before_a ... ok [INFO] [stdout] test iterator::test::iter_cell_path_test ... ok [INFO] [stdout] test cell_builder::test::clip_triangular_cell_outside_with_one_edge_intersecting_box_corner ... ok [INFO] [stdout] test iterator::test::iter_neighbors_inner_test ... ok [INFO] [stdout] test cell_builder::test::extend_vertex_test ... ok [INFO] [stdout] test cell_builder::test::link_vertices_around_box_edge_same_edge_a_bottom_b_top ... ok [INFO] [stdout] test tests::random_site_generation_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] [stderr] Doc-tests voronoice [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/voronoi_cell.rs - voronoi_cell::VoronoiCell::iter_neighbors (line 78) ... ok [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/voronoi_cell.rs - voronoi_cell::VoronoiCell::site_position (line 32) ... ok [INFO] [stdout] test src/voronoi_builder.rs - voronoi_builder::VoronoiBuilder::build (line 50) ... ok [INFO] [stdout] test src/lib.rs - Voronoi::cell (line 194) ... ok [INFO] [stdout] test src/lib.rs - Voronoi::cells (line 221) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "419ebf0bb052be665e47efe23e92c307b03372fd71e20c021d5f47c9d9ddfb74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "419ebf0bb052be665e47efe23e92c307b03372fd71e20c021d5f47c9d9ddfb74", kill_on_drop: false }` [INFO] [stdout] 419ebf0bb052be665e47efe23e92c307b03372fd71e20c021d5f47c9d9ddfb74