[INFO] fetching crate cogset 0.2.0... [INFO] testing cogset-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate cogset 0.2.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate cogset 0.2.0 [INFO] finished tweaking crates.io crate cogset 0.2.0 [INFO] tweaked toml for crates.io crate cogset 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cogset 0.2.0 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 11 packages to latest compatible versions [INFO] [stderr] Adding rand v0.3.23 (available: v0.9.2) [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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2195d01ddaae813a52fda2d0ead37d4d94eb429c6cf90a3d46b8d7dc18ca53d2 [INFO] running `Command { std: "docker" "start" "-a" "2195d01ddaae813a52fda2d0ead37d4d94eb429c6cf90a3d46b8d7dc18ca53d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2195d01ddaae813a52fda2d0ead37d4d94eb429c6cf90a3d46b8d7dc18ca53d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2195d01ddaae813a52fda2d0ead37d4d94eb429c6cf90a3d46b8d7dc18ca53d2", kill_on_drop: false }` [INFO] [stdout] 2195d01ddaae813a52fda2d0ead37d4d94eb429c6cf90a3d46b8d7dc18ca53d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f7990f97d2b18fd540576c1bbae7c82d5337c8be882bc57c344e1f3fde3ce2bd [INFO] running `Command { std: "docker" "start" "-a" "f7990f97d2b18fd540576c1bbae7c82d5337c8be882bc57c344e1f3fde3ce2bd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling order-stat v0.1.3 [INFO] [stderr] Compiling cogset v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/dbscan.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | use {Point, RegionQuery, ListPoints}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | fn add(&mut self, &Self); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | fn scale(&mut self, f64); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/optics.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 8 | use {Point, RegionQuery, ListPoints, Points}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "f7990f97d2b18fd540576c1bbae7c82d5337c8be882bc57c344e1f3fde3ce2bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7990f97d2b18fd540576c1bbae7c82d5337c8be882bc57c344e1f3fde3ce2bd", kill_on_drop: false }` [INFO] [stdout] f7990f97d2b18fd540576c1bbae7c82d5337c8be882bc57c344e1f3fde3ce2bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2021f58e5ede394fe83c5f667c6658067ac3256e33fb0dac1bc346a149c2bb8e [INFO] running `Command { std: "docker" "start" "-a" "2021f58e5ede394fe83c5f667c6658067ac3256e33fb0dac1bc346a149c2bb8e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/dbscan.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | use {Point, RegionQuery, ListPoints}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | fn add(&mut self, &Self); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cogset v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | fn scale(&mut self, f64); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/optics.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 8 | use {Point, RegionQuery, ListPoints, Points}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/dbscan.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | use {Point, RegionQuery, ListPoints}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | fn add(&mut self, &Self); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/point.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | fn scale(&mut self, f64); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/optics.rs:8:6 [INFO] [stdout] | [INFO] [stdout] 8 | use {Point, RegionQuery, ListPoints, Points}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "2021f58e5ede394fe83c5f667c6658067ac3256e33fb0dac1bc346a149c2bb8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2021f58e5ede394fe83c5f667c6658067ac3256e33fb0dac1bc346a149c2bb8e", kill_on_drop: false }` [INFO] [stdout] 2021f58e5ede394fe83c5f667c6658067ac3256e33fb0dac1bc346a149c2bb8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 12c9384d1f80c160328bbf642532d80862e8ee6f4d3f8205f29899f919075ed9 [INFO] running `Command { std: "docker" "start" "-a" "12c9384d1f80c160328bbf642532d80862e8ee6f4d3f8205f29899f919075ed9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unused import: `Point` [INFO] [stderr] --> src/dbscan.rs:4:6 [INFO] [stderr] | [INFO] [stderr] 4 | use {Point, RegionQuery, ListPoints}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/point.rs:135:23 [INFO] [stderr] | [INFO] [stderr] 135 | fn add(&mut self, &Self); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/point.rs:136:25 [INFO] [stderr] | [INFO] [stderr] 136 | fn scale(&mut self, f64); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: unused import: `Point` [INFO] [stderr] --> src/optics.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | use {Point, RegionQuery, ListPoints, Points}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cogset` (lib) generated 4 warnings (run `cargo fix --lib -p cogset` to apply 3 suggestions) [INFO] [stderr] warning: `cogset` (lib test) generated 4 warnings (4 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/cogset-738b8f7c4bf79a3d) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test dbscan::tests::smoke ... ok [INFO] [stdout] test kmeans::tests::smoke ... ok [INFO] [stdout] test optics::tests::reachability_restricted ... ok [INFO] [stdout] test point::tests::naive_neigbours ... ok [INFO] [stdout] test optics::tests::smoke ... ok [INFO] [stdout] test optics::tests::reachability_unrestricted ... ok [INFO] [stdout] test point::tests::euclid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cogset [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/kmeans.rs - kmeans::Kmeans (line 17) ... ok [INFO] [stdout] test src/kmeans.rs - kmeans::KmeansBuilder (line 88) ... ok [INFO] [stdout] test src/dbscan.rs - dbscan::Dbscan (line 60) ... ok [INFO] [stdout] test src/dbscan.rs - dbscan::Dbscan (line 38) ... ok [INFO] [stdout] test src/optics.rs - optics::Optics (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "12c9384d1f80c160328bbf642532d80862e8ee6f4d3f8205f29899f919075ed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c9384d1f80c160328bbf642532d80862e8ee6f4d3f8205f29899f919075ed9", kill_on_drop: false }` [INFO] [stdout] 12c9384d1f80c160328bbf642532d80862e8ee6f4d3f8205f29899f919075ed9