[INFO] fetching crate boostvoronoi_ext 0.11.1... [INFO] testing boostvoronoi_ext-0.11.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate boostvoronoi_ext 0.11.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate boostvoronoi_ext 0.11.1 [INFO] finished tweaking crates.io crate boostvoronoi_ext 0.11.1 [INFO] tweaked toml for crates.io crate boostvoronoi_ext 0.11.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate boostvoronoi_ext 0.11.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding ordered-float v4.6.0 (available: v5.1.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82f31aa34cf173bd6b2dc2003129d96e9cad069c56a80e97425ef162e58e5ebf [INFO] running `Command { std: "docker" "start" "-a" "82f31aa34cf173bd6b2dc2003129d96e9cad069c56a80e97425ef162e58e5ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82f31aa34cf173bd6b2dc2003129d96e9cad069c56a80e97425ef162e58e5ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82f31aa34cf173bd6b2dc2003129d96e9cad069c56a80e97425ef162e58e5ebf", kill_on_drop: false }` [INFO] [stdout] 82f31aa34cf173bd6b2dc2003129d96e9cad069c56a80e97425ef162e58e5ebf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e71f04877f5196d1c47ce51dcc3f6348cf631b838ef630bc8ae7b4abea4c71f [INFO] running `Command { std: "docker" "start" "-a" "7e71f04877f5196d1c47ce51dcc3f6348cf631b838ef630bc8ae7b4abea4c71f", kill_on_drop: false }` [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling boostvoronoi_ext v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:316:15 [INFO] [stdout] | [INFO] [stdout] 316 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 343 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:360:15 [INFO] [stdout] | [INFO] [stdout] 360 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:608:15 [INFO] [stdout] | [INFO] [stdout] 608 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "7e71f04877f5196d1c47ce51dcc3f6348cf631b838ef630bc8ae7b4abea4c71f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e71f04877f5196d1c47ce51dcc3f6348cf631b838ef630bc8ae7b4abea4c71f", kill_on_drop: false }` [INFO] [stdout] 7e71f04877f5196d1c47ce51dcc3f6348cf631b838ef630bc8ae7b4abea4c71f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a7fd683d2f2be4c37f4feb7abc1ea37c68b74420e143c9519ddd0bc38cb4e8c [INFO] running `Command { std: "docker" "start" "-a" "5a7fd683d2f2be4c37f4feb7abc1ea37c68b74420e143c9519ddd0bc38cb4e8c", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:316:15 [INFO] [stdout] | [INFO] [stdout] 316 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 343 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:360:15 [INFO] [stdout] | [INFO] [stdout] 360 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:608:15 [INFO] [stdout] | [INFO] [stdout] 608 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling boostvoronoi_ext v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:316:15 [INFO] [stdout] | [INFO] [stdout] 316 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:343:15 [INFO] [stdout] | [INFO] [stdout] 343 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:360:15 [INFO] [stdout] | [INFO] [stdout] 360 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stdout] --> src/robust_fpt.rs:608:15 [INFO] [stdout] | [INFO] [stdout] 608 | #[cfg(feature = "console_debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "5a7fd683d2f2be4c37f4feb7abc1ea37c68b74420e143c9519ddd0bc38cb4e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a7fd683d2f2be4c37f4feb7abc1ea37c68b74420e143c9519ddd0bc38cb4e8c", kill_on_drop: false }` [INFO] [stdout] 5a7fd683d2f2be4c37f4feb7abc1ea37c68b74420e143c9519ddd0bc38cb4e8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a9d451389965866ea0ea17364bf6bba0f5c8710c0b5dc700d116bef9e3c284c8 [INFO] running `Command { std: "docker" "start" "-a" "a9d451389965866ea0ea17364bf6bba0f5c8710c0b5dc700d116bef9e3c284c8", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:228:15 [INFO] [stderr] | [INFO] [stderr] 228 | #[cfg(feature = "console_debug")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:300:15 [INFO] [stderr] | [INFO] [stderr] 300 | #[cfg(feature = "console_debug")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:316:15 [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 316 | #[cfg(feature = "console_debug")] [INFO] [stdout] running 16 tests [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:343:15 [INFO] [stderr] | [INFO] [stderr] 343 | #[cfg(feature = "console_debug")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:360:15 [INFO] [stderr] | [INFO] [stderr] 360 | #[cfg(feature = "console_debug")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `console_debug` [INFO] [stderr] --> src/robust_fpt.rs:608:15 [INFO] [stderr] | [INFO] [stderr] 608 | #[cfg(feature = "console_debug")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `console_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `boostvoronoi_ext` (lib) generated 6 warnings [INFO] [stderr] warning: `boostvoronoi_ext` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/boostvoronoi_ext-e00aa6772770800f) [INFO] [stdout] test extended_int::extendedint_tests::extended_int_test_1 ... ok [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_prod_1 ... ok [INFO] [stdout] test extended_int::extendedint_tests::extended_int_test_2 ... ok [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_sum_1 ... ok [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_sum_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::div_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::div_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::mul_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::mul_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_3 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_4 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_5 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sum_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sum_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests boostvoronoi_ext [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::d (line 207) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::is_zero (line 159) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::from (line 51) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::mul (line 362) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::from (line 85) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::div_assign (line 546) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::mul (line 336) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::div (line 413) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::div (line 387) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::is_pos (line 120) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::from (line 33) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::add (line 256) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::is_neg (line 142) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::sub (line 296) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::neg (line 232) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::new (line 104) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::mul_assign (line 522) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::add_assign (line 437) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::add (line 395) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::sub_assign (line 480) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::add (line 375) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::add (line 355) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 475) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::neg (line 556) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::f64::from (line 69) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::from (line 39) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::mul (line 495) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::sqrt (line 185) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 515) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::sub (line 435) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::sub (line 455) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::sub (line 415) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif (line 565) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif::from (line 466) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 535) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif::from (line 442) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::is_pos (line 149) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::from (line 102) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::default (line 89) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::is_neg (line 171) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a9d451389965866ea0ea17364bf6bba0f5c8710c0b5dc700d116bef9e3c284c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9d451389965866ea0ea17364bf6bba0f5c8710c0b5dc700d116bef9e3c284c8", kill_on_drop: false }` [INFO] [stdout] a9d451389965866ea0ea17364bf6bba0f5c8710c0b5dc700d116bef9e3c284c8