[INFO] fetching crate cargo-group-imports 0.1.5...
[INFO] testing cargo-group-imports-0.1.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate cargo-group-imports 0.1.5 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate cargo-group-imports 0.1.5
[INFO] finished tweaking crates.io crate cargo-group-imports 0.1.5
[INFO] tweaked toml for crates.io crate cargo-group-imports 0.1.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargo-group-imports 0.1.5 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] crate crates.io crate cargo-group-imports 0.1.5 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" "+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] 05b49e4af6cd216f005fc2ab37d7a44485dd36bbb4b6d6fc046dce831ad6c807
[INFO] running `Command { std: "docker" "start" "-a" "05b49e4af6cd216f005fc2ab37d7a44485dd36bbb4b6d6fc046dce831ad6c807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05b49e4af6cd216f005fc2ab37d7a44485dd36bbb4b6d6fc046dce831ad6c807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05b49e4af6cd216f005fc2ab37d7a44485dd36bbb4b6d6fc046dce831ad6c807", kill_on_drop: false }`
[INFO] [stdout] 05b49e4af6cd216f005fc2ab37d7a44485dd36bbb4b6d6fc046dce831ad6c807
[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] b1755002639e0c5f11883191f40def92063b08c6ebf10aeb59ea42883405fc7f
[INFO] running `Command { std: "docker" "start" "-a" "b1755002639e0c5f11883191f40def92063b08c6ebf10aeb59ea42883405fc7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling rustix v0.38.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling termcolor v1.3.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling clap_builder v4.4.6
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]    Compiling tree-sitter-rust v0.20.4
[INFO] [stderr]    Compiling regex v1.10.1
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling clap v4.4.6
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling cargo-platform v0.1.4
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling prettydiff v0.6.4
[INFO] [stderr]    Compiling cargo-group-imports v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/lib.rs:231:23
[INFO] [stdout]     |
[INFO] [stdout] 231 |         .flat_map(|l| (l.start.row..=l.end.row))
[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] 231 -         .flat_map(|l| (l.start.row..=l.end.row))
[INFO] [stdout] 231 +         .flat_map(|l| l.start.row..=l.end.row)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.82s
[INFO] running `Command { std: "docker" "inspect" "b1755002639e0c5f11883191f40def92063b08c6ebf10aeb59ea42883405fc7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1755002639e0c5f11883191f40def92063b08c6ebf10aeb59ea42883405fc7f", kill_on_drop: false }`
[INFO] [stdout] b1755002639e0c5f11883191f40def92063b08c6ebf10aeb59ea42883405fc7f
[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] c06ff3824856aeff8f4de68eaad46e0cf26053eb95cc36d1d90547bfeedaccc4
[INFO] running `Command { std: "docker" "start" "-a" "c06ff3824856aeff8f4de68eaad46e0cf26053eb95cc36d1d90547bfeedaccc4", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.19
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling prettydiff v0.6.4
[INFO] [stderr]    Compiling cargo-group-imports v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/lib.rs:231:23
[INFO] [stdout]     |
[INFO] [stdout] 231 |         .flat_map(|l| (l.start.row..=l.end.row))
[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] 231 -         .flat_map(|l| (l.start.row..=l.end.row))
[INFO] [stdout] 231 +         .flat_map(|l| l.start.row..=l.end.row)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/lib.rs:231:23
[INFO] [stdout]     |
[INFO] [stdout] 231 |         .flat_map(|l| (l.start.row..=l.end.row))
[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] 231 -         .flat_map(|l| (l.start.row..=l.end.row))
[INFO] [stdout] 231 +         .flat_map(|l| l.start.row..=l.end.row)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.32s
[INFO] running `Command { std: "docker" "inspect" "c06ff3824856aeff8f4de68eaad46e0cf26053eb95cc36d1d90547bfeedaccc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c06ff3824856aeff8f4de68eaad46e0cf26053eb95cc36d1d90547bfeedaccc4", kill_on_drop: false }`
[INFO] [stdout] c06ff3824856aeff8f4de68eaad46e0cf26053eb95cc36d1d90547bfeedaccc4
[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] 0c69492e7286abb2694885df43063e9969753836ac9b97add748566533ed96ee
[INFO] running `Command { std: "docker" "start" "-a" "0c69492e7286abb2694885df43063e9969753836ac9b97add748566533ed96ee", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/lib.rs:231:23
[INFO] [stderr]     |
[INFO] [stderr] 231 |         .flat_map(|l| (l.start.row..=l.end.row))
[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] 231 -         .flat_map(|l| (l.start.row..=l.end.row))
[INFO] [stderr] 231 +         .flat_map(|l| l.start.row..=l.end.row)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `cargo-group-imports` (lib) generated 1 warning (run `cargo fix --lib -p cargo-group-imports` to apply 1 suggestion)
[INFO] [stderr] warning: `cargo-group-imports` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_group_imports-2c7258532c874901)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2025-11-11T08:41:19Z WARN  cargo_group_imports] Diff in "/tmp/.tmpEBpY31":
[INFO] [stderr]       1 //! Module-level comment
[INFO] [stderr]         [32mpub mod test2;[0m
[INFO] [stderr]         [32mpub use test2::*;[0m
[INFO] [stderr]         [32m[0m
[INFO] [stderr]       2 use std::collections::HashMap;
[INFO] [stderr]       3 [9;31m#[cfg(test)][0m
[INFO] [stderr]       4 [9;31muse tokio::sync::Mutex;[0m
[INFO] [stderr]       5 // Write
[INFO] [stderr]       6 use std::io::Write;
[INFO] [stderr]       7 [9;31mpub mod test2;[0m
[INFO] [stderr]       8 [9;31mpub use test2::*;[0m
[INFO] [stderr]       9 use std::sync::Arc;
[INFO] [stderr]      10 use std::sync::Mutex as Mutex2;
[INFO] [stderr]         [32muse std::io::Read;[0m
[INFO] [stderr]         [32m[0m
[INFO] [stderr]         [32m#[cfg(test)][0m
[INFO] [stderr]         [32muse tokio::sync::Mutex;[0m
[INFO] [stderr]         [32m[0m
[INFO] [stderr]         [32muse other_package::test;[0m
[INFO] [stderr]         [32m[0m
[INFO] [stderr]      11 use package::test;
[INFO] [stderr]      12 [9;31muse other_package::test;[0m
[INFO] [stderr]      13 use crate::test2 as test3;
[INFO] [stderr]      14 use super::test;
[INFO] [stderr]      15 use crate::test;
[INFO] [stderr]      16 
[INFO] [stderr]      17 [9;31muse std::io::Read;[0m
[INFO] [stderr]      18 [9;31m[0m
[INFO] [stderr]      19 macro_rules! test_macro {}
[INFO] [stderr]      20 pub use test_macro;
[INFO] [stderr] [2025-11-11T08:41:19Z INFO  cargo_group_imports] Wrote "/tmp/.tmpEBpY31"
[INFO] [stdout] test test::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_group_imports-36ff1ab1364e881f)
[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]    Doc-tests cargo_group_imports
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/lib.rs:231:23
[INFO] [stderr]     |
[INFO] [stderr] 231 |         .flat_map(|l| (l.start.row..=l.end.row))
[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] 231 -         .flat_map(|l| (l.start.row..=l.end.row))
[INFO] [stderr] 231 +         .flat_map(|l| l.start.row..=l.end.row)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[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] running `Command { std: "docker" "inspect" "0c69492e7286abb2694885df43063e9969753836ac9b97add748566533ed96ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c69492e7286abb2694885df43063e9969753836ac9b97add748566533ed96ee", kill_on_drop: false }`
[INFO] [stdout] 0c69492e7286abb2694885df43063e9969753836ac9b97add748566533ed96ee
