[INFO] cloning repository https://github.com/beji/semantic-release
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beji/semantic-release" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeji%2Fsemantic-release", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeji%2Fsemantic-release'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78023798cda5058e3938662b0ee827b3e2feba9b
[INFO] checking beji/semantic-release against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeji%2Fsemantic-release" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/beji/semantic-release
[INFO] finished tweaking git repo https://github.com/beji/semantic-release
[INFO] tweaked toml for git repo https://github.com/beji/semantic-release written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/beji/semantic-release on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/beji/semantic-release 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v4.3.2
[INFO] [stderr]   Downloaded clap v4.3.10
[INFO] [stderr]   Downloaded syn v2.0.22
[INFO] [stderr]   Downloaded rustix v0.37.21
[INFO] [stderr]   Downloaded clap_builder v4.3.10
[INFO] [stderr]   Downloaded serde_json v1.0.99
[INFO] [stderr]   Downloaded rustix v0.38.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a1764532da086168f73398b77e099ee04f99d82572840da5e8127a4c0d8f6d5
[INFO] running `Command { std: "docker" "start" "-a" "0a1764532da086168f73398b77e099ee04f99d82572840da5e8127a4c0d8f6d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a1764532da086168f73398b77e099ee04f99d82572840da5e8127a4c0d8f6d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a1764532da086168f73398b77e099ee04f99d82572840da5e8127a4c0d8f6d5", kill_on_drop: false }`
[INFO] [stdout] 0a1764532da086168f73398b77e099ee04f99d82572840da5e8127a4c0d8f6d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96482c5998168165360007b1e23ef07d44877307cfe07b6cea0b0b24c8de4273
[INFO] running `Command { std: "docker" "start" "-a" "96482c5998168165360007b1e23ef07d44877307cfe07b6cea0b0b24c8de4273", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling rustix v0.38.1
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking hashbrown v0.14.0
[INFO] [stderr]     Checking gimli v0.27.3
[INFO] [stderr]     Checking equivalent v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]    Compiling rustix v0.37.21
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking winnow v0.4.7
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking indexmap v2.0.0
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]     Checking object v0.31.1
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]     Checking is-terminal v0.4.8
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]     Checking clap_builder v4.3.10
[INFO] [stderr]     Checking addr2line v0.20.0
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking color-spantrace v0.2.0
[INFO] [stderr]     Checking color-eyre v0.6.2
[INFO] [stderr]     Checking clap v4.3.10
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking serde_spanned v0.6.3
[INFO] [stderr]     Checking toml_edit v0.19.11
[INFO] [stderr]     Checking semantic-release v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/cli/mod.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, Parser};
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/cli/mod.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{arg, Parser};
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:138:47
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let path = &file_handle.path().clone();
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 138 -                 let path = &file_handle.path().clone();
[INFO] [stdout] 138 +                 let path = &file_handle.path();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:138:47
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let path = &file_handle.path().clone();
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 138 -                 let path = &file_handle.path().clone();
[INFO] [stdout] 138 +                 let path = &file_handle.path();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.23s
[INFO] running `Command { std: "docker" "inspect" "96482c5998168165360007b1e23ef07d44877307cfe07b6cea0b0b24c8de4273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96482c5998168165360007b1e23ef07d44877307cfe07b6cea0b0b24c8de4273", kill_on_drop: false }`
[INFO] [stdout] 96482c5998168165360007b1e23ef07d44877307cfe07b6cea0b0b24c8de4273
