[INFO] fetching crate non-empty-collections 0.1.9... [INFO] testing non-empty-collections-0.1.9 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate non-empty-collections 0.1.9 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate non-empty-collections 0.1.9 [INFO] finished tweaking crates.io crate non-empty-collections 0.1.9 [INFO] tweaked toml for crates.io crate non-empty-collections 0.1.9 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate non-empty-collections 0.1.9 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] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding indexmap v1.9.3 (available: v2.11.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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a0c8ac5c6ed9981961148f853dbf83c534da0d78968113c17d9068540c79b91c [INFO] running `Command { std: "docker" "start" "-a" "a0c8ac5c6ed9981961148f853dbf83c534da0d78968113c17d9068540c79b91c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0c8ac5c6ed9981961148f853dbf83c534da0d78968113c17d9068540c79b91c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0c8ac5c6ed9981961148f853dbf83c534da0d78968113c17d9068540c79b91c", kill_on_drop: false }` [INFO] [stdout] a0c8ac5c6ed9981961148f853dbf83c534da0d78968113c17d9068540c79b91c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 24ddd70c4b7546e8849cfeb3e3f05f2a28b5eaf067ba22865cfc21c5d0a7722e [INFO] running `Command { std: "docker" "start" "-a" "24ddd70c4b7546e8849cfeb3e3f05f2a28b5eaf067ba22865cfc21c5d0a7722e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling non-empty-collections v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/index_set/mod.rs:272:19 [INFO] [stdout] | [INFO] [stdout] 272 | impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 272 - impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] 272 + impl Extend for NonEmptyIndexSet [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/index_map/mod.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "24ddd70c4b7546e8849cfeb3e3f05f2a28b5eaf067ba22865cfc21c5d0a7722e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24ddd70c4b7546e8849cfeb3e3f05f2a28b5eaf067ba22865cfc21c5d0a7722e", kill_on_drop: false }` [INFO] [stdout] 24ddd70c4b7546e8849cfeb3e3f05f2a28b5eaf067ba22865cfc21c5d0a7722e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2ae7a9f722a68884d18c2c7ea03a72fd1e1fd31be1b91c7589c5cf7df6b0521e [INFO] running `Command { std: "docker" "start" "-a" "2ae7a9f722a68884d18c2c7ea03a72fd1e1fd31be1b91c7589c5cf7df6b0521e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/index_set/mod.rs:272:19 [INFO] [stdout] | [INFO] [stdout] 272 | impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 272 - impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] 272 + impl Extend for NonEmptyIndexSet [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/index_map/mod.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling non-empty-collections v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/index_set/mod.rs:272:19 [INFO] [stdout] | [INFO] [stdout] 272 | impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 272 - impl Extend<(K)> for NonEmptyIndexSet [INFO] [stdout] 272 + impl Extend for NonEmptyIndexSet [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/index_map/mod.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "2ae7a9f722a68884d18c2c7ea03a72fd1e1fd31be1b91c7589c5cf7df6b0521e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ae7a9f722a68884d18c2c7ea03a72fd1e1fd31be1b91c7589c5cf7df6b0521e", kill_on_drop: false }` [INFO] [stdout] 2ae7a9f722a68884d18c2c7ea03a72fd1e1fd31be1b91c7589c5cf7df6b0521e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4bfa52d5fe21cbca7129896803cc854d1b290ee55c7e30ff6ef2926bb4aa6485 [INFO] running `Command { std: "docker" "start" "-a" "4bfa52d5fe21cbca7129896803cc854d1b290ee55c7e30ff6ef2926bb4aa6485", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/index_set/mod.rs:272:19 [INFO] [stderr] | [INFO] [stderr] 272 | impl Extend<(K)> for NonEmptyIndexSet [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 272 - impl Extend<(K)> for NonEmptyIndexSet [INFO] [stderr] 272 + impl Extend for NonEmptyIndexSet [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/index_map/mod.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 247 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 247 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `non-empty-collections` (lib) generated 2 warnings (run `cargo fix --lib -p non-empty-collections` to apply 2 suggestions) [INFO] [stderr] warning: `non-empty-collections` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/non_empty_collections-a8d515621ea325a6) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test index_map::entry::tests::test_occupied_one ... ok [INFO] [stdout] test index_map::entry::tests::test_or_insert ... ok [INFO] [stdout] test index_map::entry::tests::test_or_insert_with ... ok [INFO] [stdout] test index_map::entry::tests::test_vacant ... ok [INFO] [stdout] test index_map::tests::from_item_and_iterator ... ok [INFO] [stdout] test index_map::entry::tests::test_occupied ... ok [INFO] [stdout] test index_map::tests::insert_and_contains ... ok [INFO] [stdout] test index_map::tests::comparison ... ok [INFO] [stdout] test index_map::tests::into_iter ... ok [INFO] [stdout] test index_map::tests::len ... ok [INFO] [stdout] test index_map::tests::remove_entry ... ok [INFO] [stdout] test index_map::tests::remove_first ... ok [INFO] [stdout] test index_map::tests::retain ... ok [INFO] [stdout] test index_set::tests::from_iterator ... ok [INFO] [stdout] test index_set::tests::new_and_contains ... ok [INFO] [stdout] test index_set::tests::new_and_get ... ok [INFO] [stdout] test index_set::tests::get_unsized ... ok [INFO] [stdout] test index_set::tests::remove_first ... ok [INFO] [stdout] test index_set::tests::take ... ok [INFO] [stdout] test index_set::tests::comparison ... ok [INFO] [stdout] test index_set::tests::len ... ok [INFO] [stdout] test index_set::tests::remove ... ok [INFO] [stdout] test index_set::tests::retain ... ok [INFO] [stdout] test index_set::tests::insert ... ok [INFO] [stdout] test index_map::tests::insert_and_get ... ok [INFO] [stdout] test index_map::tests::into_std_hashmap ... ok [INFO] [stdout] test index_map::tests::get_unsized ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Doc-tests non_empty_collections [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stdout] [INFO] [stderr] --> src/index_set/mod.rs:272:19 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stderr] 272 | impl Extend<(K)> for NonEmptyIndexSet [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 272 - impl Extend<(K)> for NonEmptyIndexSet [INFO] [stderr] 272 + impl Extend for NonEmptyIndexSet [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] test src/index_set/mod.rs - index_set::NonEmptyIndexSet::is_empty (line 202) ... ok [INFO] [stdout] test src/index_map/mod.rs - index_map::NonEmptyIndexMap::is_empty (line 235) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4bfa52d5fe21cbca7129896803cc854d1b290ee55c7e30ff6ef2926bb4aa6485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bfa52d5fe21cbca7129896803cc854d1b290ee55c7e30ff6ef2926bb4aa6485", kill_on_drop: false }` [INFO] [stdout] 4bfa52d5fe21cbca7129896803cc854d1b290ee55c7e30ff6ef2926bb4aa6485