[INFO] fetching crate boostvoronoi_ext 0.11.1... [INFO] testing boostvoronoi_ext-0.11.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate boostvoronoi_ext 0.11.1 into /workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate boostvoronoi_ext 0.11.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding ordered-float v4.6.0 (available: v5.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c573b98650cb80d361b4af8a5d83846cd7696acca1f9ae19d96fd94b647791cc [INFO] running `Command { std: "docker" "start" "-a" "c573b98650cb80d361b4af8a5d83846cd7696acca1f9ae19d96fd94b647791cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c573b98650cb80d361b4af8a5d83846cd7696acca1f9ae19d96fd94b647791cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c573b98650cb80d361b4af8a5d83846cd7696acca1f9ae19d96fd94b647791cc", kill_on_drop: false }` [INFO] [stdout] c573b98650cb80d361b4af8a5d83846cd7696acca1f9ae19d96fd94b647791cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6638877f32b5a7ac6751ef6c87ea6f944904a0f84bea093d751be90237379bb3 [INFO] running `Command { std: "docker" "start" "-a" "6638877f32b5a7ac6751ef6c87ea6f944904a0f84bea093d751be90237379bb3", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling ordered-float v4.6.0 [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 2.65s [INFO] running `Command { std: "docker" "inspect" "6638877f32b5a7ac6751ef6c87ea6f944904a0f84bea093d751be90237379bb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6638877f32b5a7ac6751ef6c87ea6f944904a0f84bea093d751be90237379bb3", kill_on_drop: false }` [INFO] [stdout] 6638877f32b5a7ac6751ef6c87ea6f944904a0f84bea093d751be90237379bb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ebc253d7b9aea417ce5d9fe787aea4e1837f8e836e717451e0b05ef39fa1f21 [INFO] running `Command { std: "docker" "start" "-a" "3ebc253d7b9aea417ce5d9fe787aea4e1837f8e836e717451e0b05ef39fa1f21", 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.86s [INFO] running `Command { std: "docker" "inspect" "3ebc253d7b9aea417ce5d9fe787aea4e1837f8e836e717451e0b05ef39fa1f21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ebc253d7b9aea417ce5d9fe787aea4e1837f8e836e717451e0b05ef39fa1f21", kill_on_drop: false }` [INFO] [stdout] 3ebc253d7b9aea417ce5d9fe787aea4e1837f8e836e717451e0b05ef39fa1f21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ba5375388e04f71b49728a8910b67dd61aca35aade40c05ccf90030c6f2ae524 [INFO] running `Command { std: "docker" "start" "-a" "ba5375388e04f71b49728a8910b67dd61aca35aade40c05ccf90030c6f2ae524", 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] [stderr] 316 | #[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: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] [INFO] [stdout] running 16 tests [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_prod_1 ... ok [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_sum_1 ... ok [INFO] [stdout] test extended_int::extendedint_tests::extended_int_test_2 ... ok [INFO] [stdout] test robust_fpt::robustdif_tests::robustdif_sum_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::mul_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_4 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sum_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_3 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_5 ... ok [INFO] [stdout] test extended_int::extendedint_tests::extended_int_test_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::div_1 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sum_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::div_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::mul_2 ... ok [INFO] [stdout] test robust_fpt::robustfpt_tests::sub_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [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::div_assign (line 546) ... 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::mul (line 362) ... 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::neg (line 232) ... 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::mul_assign (line 522) ... 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::from (line 85) ... 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::d (line 207) ... 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::is_neg (line 142) ... 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::add_assign (line 437) ... 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::f64::from (line 69) ... 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::sqrt (line 185) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::new (line 104) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::add (line 355) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::sub (line 435) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::add (line 375) ... ok [INFO] [stdout] test src/extended_exp_fpt.rs - extended_exp_fpt::ExtendedExponentFpt::sub_assign (line 480) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif (line 565) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::add (line 395) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 535) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::&'aExtendedInt::mul (line 495) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::from (line 39) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif::from (line 466) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::from (line 102) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::sub (line 415) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 475) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustFpt::default (line 89) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::mul (line 515) ... ok [INFO] [stdout] test src/robust_fpt.rs - robust_fpt::RobustDif::from (line 442) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::neg (line 556) ... ok [INFO] [stdout] test src/extended_int.rs - extended_int::ExtendedInt::sub (line 455) ... 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::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 2.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ba5375388e04f71b49728a8910b67dd61aca35aade40c05ccf90030c6f2ae524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba5375388e04f71b49728a8910b67dd61aca35aade40c05ccf90030c6f2ae524", kill_on_drop: false }` [INFO] [stdout] ba5375388e04f71b49728a8910b67dd61aca35aade40c05ccf90030c6f2ae524