[INFO] fetching crate naturalneighbor 1.2.2...
[INFO] testing naturalneighbor-1.2.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate naturalneighbor 1.2.2 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate naturalneighbor 1.2.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate naturalneighbor 1.2.2
[INFO] finished tweaking crates.io crate naturalneighbor 1.2.2
[INFO] tweaked toml for crates.io crate naturalneighbor 1.2.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate naturalneighbor 1.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstar v0.11.0
[INFO] [stderr]   Downloaded regex-automata v0.4.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64d9d20aadf9b93bb8b43698404603f750e6d04700ba7971316e31dd4ee66805
[INFO] running `Command { std: "docker" "start" "-a" "64d9d20aadf9b93bb8b43698404603f750e6d04700ba7971316e31dd4ee66805", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64d9d20aadf9b93bb8b43698404603f750e6d04700ba7971316e31dd4ee66805", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64d9d20aadf9b93bb8b43698404603f750e6d04700ba7971316e31dd4ee66805", kill_on_drop: false }`
[INFO] [stdout] 64d9d20aadf9b93bb8b43698404603f750e6d04700ba7971316e31dd4ee66805
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d25758d295665b168d99d7100a725ef0a51ac85df8d8331ec9c7ab28de8a5e6e
[INFO] running `Command { std: "docker" "start" "-a" "d25758d295665b168d99d7100a725ef0a51ac85df8d8331ec9c7ab28de8a5e6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling robust v0.2.3
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling delaunator v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rstar v0.11.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling naturalneighbor v1.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
[INFO] running `Command { std: "docker" "inspect" "d25758d295665b168d99d7100a725ef0a51ac85df8d8331ec9c7ab28de8a5e6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d25758d295665b168d99d7100a725ef0a51ac85df8d8331ec9c7ab28de8a5e6e", kill_on_drop: false }`
[INFO] [stdout] d25758d295665b168d99d7100a725ef0a51ac85df8d8331ec9c7ab28de8a5e6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25ca4a385307a1b8b34a9372246b11da6dc475c73607ae14c1696cf061dc923e
[INFO] running `Command { std: "docker" "start" "-a" "25ca4a385307a1b8b34a9372246b11da6dc475c73607ae14c1696cf061dc923e", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.4
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling png v0.17.11
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling exr v1.71.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling rstar v0.11.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling naturalneighbor v1.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling image v0.24.8
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.95s
[INFO] running `Command { std: "docker" "inspect" "25ca4a385307a1b8b34a9372246b11da6dc475c73607ae14c1696cf061dc923e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25ca4a385307a1b8b34a9372246b11da6dc475c73607ae14c1696cf061dc923e", kill_on_drop: false }`
[INFO] [stdout] 25ca4a385307a1b8b34a9372246b11da6dc475c73607ae14c1696cf061dc923e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ce7e399ac4150848c2061cb466df588e9d17a0f10ae437fdec11a75037028f86
[INFO] running `Command { std: "docker" "start" "-a" "ce7e399ac4150848c2061cb466df588e9d17a0f10ae437fdec11a75037028f86", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/naturalneighbor-d5491d2f0937df4b)
[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] [stderr]      Running tests/on_edge.rs (/opt/rustwide/target/debug/deps/on_edge-9f88105a30e3c938)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test on_edge ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/on_point.rs (/opt/rustwide/target/debug/deps/on_point-153be29b0a23adda)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test on_point ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query_weights.rs (/opt/rustwide/target/debug/deps/query_weights-41db4084ebd3ab02)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test query_weights ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/random_points.rs (/opt/rustwide/target/debug/deps/random_points-7eb0c0b580210ac7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test random_points ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.38s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests naturalneighbor
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - Interpolator (line 75) ... FAILED
[INFO] [stdout] test src/lib.rs - Lerpable (line 27) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Interpolator (line 75) stdout ----
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}`
[INFO] [stdout]   --> src/lib.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     assert!(($a - $b).abs() < 1e-6);
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | assert_approx_eq!(value, 0.5);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0689`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Interpolator (line 75)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ce7e399ac4150848c2061cb466df588e9d17a0f10ae437fdec11a75037028f86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce7e399ac4150848c2061cb466df588e9d17a0f10ae437fdec11a75037028f86", kill_on_drop: false }`
[INFO] [stdout] ce7e399ac4150848c2061cb466df588e9d17a0f10ae437fdec11a75037028f86
