[INFO] fetching crate printjsonerr 0.0.1... [INFO] testing printjsonerr-0.0.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate printjsonerr 0.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate printjsonerr 0.0.1 [INFO] finished tweaking crates.io crate printjsonerr 0.0.1 [INFO] tweaked toml for crates.io crate printjsonerr 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate printjsonerr 0.0.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate printjsonerr 0.0.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc392296a43eddd0ba566351032bf3a10341088212bbb87ddc07b4215c9f628f [INFO] running `Command { std: "docker" "start" "-a" "fc392296a43eddd0ba566351032bf3a10341088212bbb87ddc07b4215c9f628f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc392296a43eddd0ba566351032bf3a10341088212bbb87ddc07b4215c9f628f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc392296a43eddd0ba566351032bf3a10341088212bbb87ddc07b4215c9f628f", kill_on_drop: false }` [INFO] [stdout] fc392296a43eddd0ba566351032bf3a10341088212bbb87ddc07b4215c9f628f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1451f71e3c7af282699f3c8a85dd122a750096bf8b0727d9b8cdc6ac84192f1d [INFO] running `Command { std: "docker" "start" "-a" "1451f71e3c7af282699f3c8a85dd122a750096bf8b0727d9b8cdc6ac84192f1d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling serde_derive v1.0.162 [INFO] [stderr] Compiling serde v1.0.162 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling printjsonerr v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:124:38 [INFO] [stdout] | [INFO] [stdout] 124 | let newprepend = [previousprepend.clone(), { PREPENDSEP }, PREPENDSPACES].join(""); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s [INFO] running `Command { std: "docker" "inspect" "1451f71e3c7af282699f3c8a85dd122a750096bf8b0727d9b8cdc6ac84192f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1451f71e3c7af282699f3c8a85dd122a750096bf8b0727d9b8cdc6ac84192f1d", kill_on_drop: false }` [INFO] [stdout] 1451f71e3c7af282699f3c8a85dd122a750096bf8b0727d9b8cdc6ac84192f1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] deb8a34b08ce91383cebe96f0fc3b52e6b5bf185df8fa032e16361efc7a5aa89 [INFO] running `Command { std: "docker" "start" "-a" "deb8a34b08ce91383cebe96f0fc3b52e6b5bf185df8fa032e16361efc7a5aa89", kill_on_drop: false }` [INFO] [stderr] Compiling function_name-proc-macro v0.3.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling jsonerr v0.0.2 [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:124:38 [INFO] [stdout] | [INFO] [stdout] 124 | let newprepend = [previousprepend.clone(), { PREPENDSEP }, PREPENDSPACES].join(""); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.3.0 [INFO] [stderr] Compiling function_name v0.3.0 [INFO] [stderr] Compiling printjsonerr v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:124:38 [INFO] [stdout] | [INFO] [stdout] 124 | let newprepend = [previousprepend.clone(), { PREPENDSEP }, PREPENDSPACES].join(""); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `Command { std: "docker" "inspect" "deb8a34b08ce91383cebe96f0fc3b52e6b5bf185df8fa032e16361efc7a5aa89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deb8a34b08ce91383cebe96f0fc3b52e6b5bf185df8fa032e16361efc7a5aa89", kill_on_drop: false }` [INFO] [stdout] deb8a34b08ce91383cebe96f0fc3b52e6b5bf185df8fa032e16361efc7a5aa89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4b18aaf979d429effebbfa625c4724c97e15b3464dbd75dc2d309480f9d4cef7 [INFO] running `Command { std: "docker" "start" "-a" "4b18aaf979d429effebbfa625c4724c97e15b3464dbd75dc2d309480f9d4cef7", kill_on_drop: false }` [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/lib.rs:124:38 [INFO] [stderr] | [INFO] [stderr] 124 | let newprepend = [previousprepend.clone(), { PREPENDSEP }, PREPENDSPACES].join(""); [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `printjsonerr` (lib) generated 1 warning (run `cargo fix --lib -p printjsonerr` to apply 1 suggestion) [INFO] [stderr] warning: `printjsonerr` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/printjsonerr-e5478ba5ed6c6f14) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests printjsonerr [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4b18aaf979d429effebbfa625c4724c97e15b3464dbd75dc2d309480f9d4cef7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b18aaf979d429effebbfa625c4724c97e15b3464dbd75dc2d309480f9d4cef7", kill_on_drop: false }` [INFO] [stdout] 4b18aaf979d429effebbfa625c4724c97e15b3464dbd75dc2d309480f9d4cef7