[INFO] fetching crate signed-distance-field 0.6.3... [INFO] testing signed-distance-field-0.6.3 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate signed-distance-field 0.6.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate signed-distance-field 0.6.3 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate signed-distance-field 0.6.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate signed-distance-field 0.6.3 [INFO] tweaked toml for crates.io crate signed-distance-field 0.6.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28be336a9d9dc5d18fec52533ff813a1a48f4b2276f18b6fbb47f0d65c227971 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "28be336a9d9dc5d18fec52533ff813a1a48f4b2276f18b6fbb47f0d65c227971", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28be336a9d9dc5d18fec52533ff813a1a48f4b2276f18b6fbb47f0d65c227971", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28be336a9d9dc5d18fec52533ff813a1a48f4b2276f18b6fbb47f0d65c227971", kill_on_drop: false }` [INFO] [stdout] 28be336a9d9dc5d18fec52533ff813a1a48f4b2276f18b6fbb47f0d65c227971 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d60716b23276071d8b6706783c80f671caa113ea88fd5d379850519968242e17 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d60716b23276071d8b6706783c80f671caa113ea88fd5d379850519968242e17", kill_on_drop: false }` [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling signed-distance-field v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `half::consts::INFINITY`: moved to [`f16::INFINITY`](../struct.f16.html#associatedconstant.INFINITY) [INFO] [stdout] --> src/distance_field.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 400 | vec![half::consts::INFINITY; length] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "d60716b23276071d8b6706783c80f671caa113ea88fd5d379850519968242e17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d60716b23276071d8b6706783c80f671caa113ea88fd5d379850519968242e17", kill_on_drop: false }` [INFO] [stdout] d60716b23276071d8b6706783c80f671caa113ea88fd5d379850519968242e17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8a5e289936c629e497d2315c9ce5f3e5d8bded8329ca591205bdc83dafc1d34 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c8a5e289936c629e497d2315c9ce5f3e5d8bded8329ca591205bdc83dafc1d34", kill_on_drop: false }` [INFO] [stderr] Compiling signed-distance-field v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `half::consts::INFINITY`: moved to [`f16::INFINITY`](../struct.f16.html#associatedconstant.INFINITY) [INFO] [stdout] --> src/distance_field.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 400 | vec![half::consts::INFINITY; length] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BinaryImage` is imported redundantly [INFO] [stdout] --> src/lib.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 53 | use crate::prelude::*; [INFO] [stdout] | ----------------- the item `BinaryImage` is already imported here [INFO] [stdout] ... [INFO] [stdout] 115 | use crate::binary_image::BinaryImage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/binary_image.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/distance_field.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `half::consts::INFINITY`: moved to [`f16::INFINITY`](../struct.f16.html#associatedconstant.INFINITY) [INFO] [stdout] --> src/distance_field.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 400 | vec![half::consts::INFINITY; length] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "c8a5e289936c629e497d2315c9ce5f3e5d8bded8329ca591205bdc83dafc1d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8a5e289936c629e497d2315c9ce5f3e5d8bded8329ca591205bdc83dafc1d34", kill_on_drop: false }` [INFO] [stdout] c8a5e289936c629e497d2315c9ce5f3e5d8bded8329ca591205bdc83dafc1d34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 54ecb01324a4c98c6386592f90903a5a698289af6b33d7ea4a678a321689b2bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54ecb01324a4c98c6386592f90903a5a698289af6b33d7ea4a678a321689b2bf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] running 11 tests [INFO] [stderr] --> src/binary_image.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/binary_image.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/binary_image.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/distance_field.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/distance_field.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `half::consts::INFINITY`: moved to [`f16::INFINITY`](../struct.f16.html#associatedconstant.INFINITY) [INFO] [stderr] --> src/distance_field.rs:400:14 [INFO] [stderr] | [INFO] [stderr] 400 | vec![half::consts::INFINITY; length] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the item `BinaryImage` is imported redundantly [INFO] [stderr] --> src/lib.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 53 | use crate::prelude::*; [INFO] [stderr] | ----------------- the item `BinaryImage` is already imported here [INFO] [stderr] ... [INFO] [stderr] 115 | use crate::binary_image::BinaryImage; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/binary_image.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/binary_image.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/binary_image.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/distance_field.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/distance_field.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `half::consts::INFINITY`: moved to [`f16::INFINITY`](../struct.f16.html#associatedconstant.INFINITY) [INFO] [stderr] --> src/distance_field.rs:400:14 [INFO] [stderr] | [INFO] [stderr] 400 | vec![half::consts::INFINITY; length] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/signed_distance_field-1d1dfd1274b0edd8) [INFO] [stdout] test tests::reconstruct_circle has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_circle_distance_field has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_dot has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_dot_distance_field has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_large_rectangle_distance_field has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_rectangle has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_rectangle_distance_field has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_small_rectangle_distance_field has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_stripes has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_top_left has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_top_right has been running for over 60 seconds [INFO] [stdout] test tests::reconstruct_dot ... ok [INFO] [stdout] test tests::reconstruct_circle ... ok [INFO] [stdout] test tests::reconstruct_rectangle ... ok [INFO] [stdout] test tests::reconstruct_circle_distance_field ... ok [INFO] [stdout] test tests::reconstruct_top_right ... ok [INFO] [stdout] test tests::reconstruct_dot_distance_field ... ok [INFO] [stdout] test tests::reconstruct_large_rectangle_distance_field ... ok [INFO] [stdout] test tests::reconstruct_top_left ... ok [INFO] [stdout] test tests::reconstruct_stripes ... ok [INFO] [stdout] test tests::reconstruct_rectangle_distance_field ... ok [INFO] [stdout] test tests::reconstruct_small_rectangle_distance_field ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 119.05s [INFO] [stdout] [INFO] [stderr] Doc-tests signed-distance-field [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "54ecb01324a4c98c6386592f90903a5a698289af6b33d7ea4a678a321689b2bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ecb01324a4c98c6386592f90903a5a698289af6b33d7ea4a678a321689b2bf", kill_on_drop: false }` [INFO] [stdout] 54ecb01324a4c98c6386592f90903a5a698289af6b33d7ea4a678a321689b2bf