[INFO] fetching crate captur 1.0.1... [INFO] testing captur-1.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate captur 1.0.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate captur 1.0.1 [INFO] finished tweaking crates.io crate captur 1.0.1 [INFO] tweaked toml for crates.io crate captur 1.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate captur 1.0.1 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] 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d8a45b28d314443eb6faf61f86fe0e92fcd7ac436eb14f9c4e73853c441ae951 [INFO] running `Command { std: "docker" "start" "-a" "d8a45b28d314443eb6faf61f86fe0e92fcd7ac436eb14f9c4e73853c441ae951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8a45b28d314443eb6faf61f86fe0e92fcd7ac436eb14f9c4e73853c441ae951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8a45b28d314443eb6faf61f86fe0e92fcd7ac436eb14f9c4e73853c441ae951", kill_on_drop: false }` [INFO] [stdout] d8a45b28d314443eb6faf61f86fe0e92fcd7ac436eb14f9c4e73853c441ae951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d78924015d7b18c1f683203dc5012a37a8a3c1a78552e58d58e2859aa1a004f9 [INFO] running `Command { std: "docker" "start" "-a" "d78924015d7b18c1f683203dc5012a37a8a3c1a78552e58d58e2859aa1a004f9", kill_on_drop: false }` [INFO] [stderr] Compiling captur v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/lib.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr ),*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `-W edition-2024-expr-fragment-specifier` implied by `-W rust-2024-compatibility` [INFO] [stdout] = help: to override `-W rust-2024-compatibility` add `#[allow(edition_2024_expr_fragment_specifier)]` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr_2021 ),*) => { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] running `Command { std: "docker" "inspect" "d78924015d7b18c1f683203dc5012a37a8a3c1a78552e58d58e2859aa1a004f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d78924015d7b18c1f683203dc5012a37a8a3c1a78552e58d58e2859aa1a004f9", kill_on_drop: false }` [INFO] [stdout] d78924015d7b18c1f683203dc5012a37a8a3c1a78552e58d58e2859aa1a004f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 57e23067f702ff7bd3e933b2cb9650778335200c606e5d2de8e3e8434cc0e872 [INFO] running `Command { std: "docker" "start" "-a" "57e23067f702ff7bd3e933b2cb9650778335200c606e5d2de8e3e8434cc0e872", kill_on_drop: false }` [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/lib.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr ),*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `-W edition-2024-expr-fragment-specifier` implied by `-W rust-2024-compatibility` [INFO] [stdout] = help: to override `-W rust-2024-compatibility` add `#[allow(edition_2024_expr_fragment_specifier)]` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr_2021 ),*) => { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling captur v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/lib.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr ),*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `-W edition-2024-expr-fragment-specifier` implied by `-W rust-2024-compatibility` [INFO] [stdout] = help: to override `-W rust-2024-compatibility` add `#[allow(edition_2024_expr_fragment_specifier)]` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 37 | ($( $v:expr_2021 ),*) => { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:44:6 [INFO] [stdout] | [INFO] [stdout] 44 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `-W unused-imports` implied by `-W unused` [INFO] [stdout] = help: to override `-W unused` add `#[allow(unused_imports)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "57e23067f702ff7bd3e933b2cb9650778335200c606e5d2de8e3e8434cc0e872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57e23067f702ff7bd3e933b2cb9650778335200c606e5d2de8e3e8434cc0e872", kill_on_drop: false }` [INFO] [stdout] 57e23067f702ff7bd3e933b2cb9650778335200c606e5d2de8e3e8434cc0e872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5c36595fd05c005963f51ef0332668ea95177d98a901b1db13eea382c3c427b7 [INFO] running `Command { std: "docker" "start" "-a" "5c36595fd05c005963f51ef0332668ea95177d98a901b1db13eea382c3c427b7", kill_on_drop: false }` [INFO] [stderr] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stderr] --> src/lib.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | ($( $v:expr ),*) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2024 [INFO] [stderr] = note: for more information, see Migration Guide [INFO] [stderr] = note: `-W edition-2024-expr-fragment-specifier` implied by `-W rust-2024-compatibility` [INFO] [stderr] = help: to override `-W rust-2024-compatibility` add `#[allow(edition_2024_expr_fragment_specifier)]` [INFO] [stderr] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stderr] | [INFO] [stderr] 37 | ($( $v:expr_2021 ),*) => { [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `captur` (lib) generated 1 warning (run `cargo fix --lib -p captur` to apply 1 suggestion) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/lib.rs:44:6 [INFO] [stderr] | [INFO] [stderr] 44 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `-W unused-imports` implied by `-W unused` [INFO] [stderr] = help: to override `-W unused` add `#[allow(unused_imports)]` [INFO] [stderr] [INFO] [stderr] warning: `captur` (lib test) generated 2 warnings (1 duplicate) (run `cargo fix --lib -p captur --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/captur-96fcf970a044c997) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::multiple ... ok [INFO] [stdout] test tests::single ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests captur [INFO] [stderr] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stderr] --> src/lib.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | ($( $v:expr ),*) => { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this changes meaning in Rust 2024 [INFO] [stderr] = note: for more information, see Migration Guide [INFO] [stderr] = note: `-W edition-2024-expr-fragment-specifier` implied by `-W rust-2024-compatibility` [INFO] [stderr] = help: to override `-W rust-2024-compatibility` add `#[allow(edition_2024_expr_fragment_specifier)]` [INFO] [stderr] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stderr] | [INFO] [stderr] 37 | ($( $v:expr_2021 ),*) => { [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c36595fd05c005963f51ef0332668ea95177d98a901b1db13eea382c3c427b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c36595fd05c005963f51ef0332668ea95177d98a901b1db13eea382c3c427b7", kill_on_drop: false }` [INFO] [stdout] 5c36595fd05c005963f51ef0332668ea95177d98a901b1db13eea382c3c427b7