[INFO] cloning repository https://github.com/torredefarol24/rust-contacts-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/torredefarol24/rust-contacts-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorredefarol24%2Frust-contacts-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorredefarol24%2Frust-contacts-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58cc314b9424aa8940661e5f3fc9f9994408914f
[INFO] checking torredefarol24/rust-contacts-cli/58cc314b9424aa8940661e5f3fc9f9994408914f against 67854e511de21d881bb16426996cd4259d44aa2e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorredefarol24%2Frust-contacts-cli" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/torredefarol24/rust-contacts-cli
[INFO] finished tweaking git repo https://github.com/torredefarol24/rust-contacts-cli
[INFO] tweaked toml for git repo https://github.com/torredefarol24/rust-contacts-cli written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/torredefarol24/rust-contacts-cli on toolchain 67854e511de21d881bb16426996cd4259d44aa2e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/torredefarol24/rust-contacts-cli 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" "+67854e511de21d881bb16426996cd4259d44aa2e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2
[INFO] running `Command { std: "docker" "start" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2" "/opt/rustwide/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2" "/opt/rustwide/cargo-home/bin/cargo" "+67854e511de21d881bb16426996cd4259d44aa2e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking anyhow v1.0.103
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking rust_contacts_cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         _ => {
[INFO] [stdout]     |         ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/main.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout]  22 |           Commands::CreateVault { name } => {
[INFO] [stdout]     |           ------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  26 | /         Commands::Add {
[INFO] [stdout]  27 | |             name,
[INFO] [stdout]  28 | |             phone,
[INFO] [stdout]  29 | |             email,
[INFO] [stdout]  30 | |             relation,
[INFO] [stdout]  31 | |             address,
[INFO] [stdout]  32 | |         } => {
[INFO] [stdout]     | |_________- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  53 | /         Commands::List {
[INFO] [stdout]  54 | |             limit,
[INFO] [stdout]  55 | |             sort,
[INFO] [stdout]  56 | |             direction,
[INFO] [stdout]  57 | |         } => {
[INFO] [stdout]     | |_________- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  66 |           Commands::Search { name, relation } => {
[INFO] [stdout]     |           ----------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 163 |           _ => {
[INFO] [stdout]     |           ^ ...and 3 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         _ => {
[INFO] [stdout]     |         ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/main.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout]  22 |           Commands::CreateVault { name } => {
[INFO] [stdout]     |           ------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  26 | /         Commands::Add {
[INFO] [stdout]  27 | |             name,
[INFO] [stdout]  28 | |             phone,
[INFO] [stdout]  29 | |             email,
[INFO] [stdout]  30 | |             relation,
[INFO] [stdout]  31 | |             address,
[INFO] [stdout]  32 | |         } => {
[INFO] [stdout]     | |_________- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  53 | /         Commands::List {
[INFO] [stdout]  54 | |             limit,
[INFO] [stdout]  55 | |             sort,
[INFO] [stdout]  56 | |             direction,
[INFO] [stdout]  57 | |         } => {
[INFO] [stdout]     | |_________- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  66 |           Commands::Search { name, relation } => {
[INFO] [stdout]     |           ----------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 163 |           _ => {
[INFO] [stdout]     |           ^ ...and 3 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.35s
[INFO] running `Command { std: "docker" "inspect" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2", kill_on_drop: false }`
[INFO] [stdout] f7c46ca78acea19c940c2cf8192959f9a21341dc2a22eac020a256dd04b52bb2
