[INFO] cloning repository https://github.com/kartew/claude-profiles [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kartew/claude-profiles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartew%2Fclaude-profiles", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartew%2Fclaude-profiles'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ff497ba90d6fa41d6162dd3e50065e3fbfc12cb [INFO] testing kartew/claude-profiles against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartew%2Fclaude-profiles" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kartew/claude-profiles [INFO] finished tweaking git repo https://github.com/kartew/claude-profiles [INFO] tweaked toml for git repo https://github.com/kartew/claude-profiles written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kartew/claude-profiles on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kartew/claude-profiles 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03a11d6db76be28a425834fe6e15034839262e1d4f19e7e040708ddd06865b1c [INFO] running `Command { std: "docker" "start" "-a" "03a11d6db76be28a425834fe6e15034839262e1d4f19e7e040708ddd06865b1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03a11d6db76be28a425834fe6e15034839262e1d4f19e7e040708ddd06865b1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03a11d6db76be28a425834fe6e15034839262e1d4f19e7e040708ddd06865b1c", kill_on_drop: false }` [INFO] [stdout] 03a11d6db76be28a425834fe6e15034839262e1d4f19e7e040708ddd06865b1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb3d1680352d149863efb024ae77b589e62b14bdcddb2500c94dfcca865ad370 [INFO] running `Command { std: "docker" "start" "-a" "bb3d1680352d149863efb024ae77b589e62b14bdcddb2500c94dfcca865ad370", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Compiling zmij v1.0.8 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling assert_cmd v2.1.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling clap_complete v4.5.64 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling assert_fs v1.1.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling claude-profiles v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.37s [INFO] running `Command { std: "docker" "inspect" "bb3d1680352d149863efb024ae77b589e62b14bdcddb2500c94dfcca865ad370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb3d1680352d149863efb024ae77b589e62b14bdcddb2500c94dfcca865ad370", kill_on_drop: false }` [INFO] [stdout] bb3d1680352d149863efb024ae77b589e62b14bdcddb2500c94dfcca865ad370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8726cbdd5d4d17b57424f0f74546b995663c0c2a35516ab32adaf47fd330552f [INFO] running `Command { std: "docker" "start" "-a" "8726cbdd5d4d17b57424f0f74546b995663c0c2a35516ab32adaf47fd330552f", kill_on_drop: false }` [INFO] [stderr] Compiling claude-profiles v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:150:28 [INFO] [stdout] | [INFO] [stdout] 150 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:171:28 [INFO] [stdout] | [INFO] [stdout] 171 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:191:28 [INFO] [stdout] | [INFO] [stdout] 191 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:203:28 [INFO] [stdout] | [INFO] [stdout] 203 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:249:28 [INFO] [stdout] | [INFO] [stdout] 249 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:266:28 [INFO] [stdout] | [INFO] [stdout] 266 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:293:28 [INFO] [stdout] | [INFO] [stdout] 293 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:312:28 [INFO] [stdout] | [INFO] [stdout] 312 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stdout] --> tests/integration_test.rs:334:28 [INFO] [stdout] | [INFO] [stdout] 334 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `Command { std: "docker" "inspect" "8726cbdd5d4d17b57424f0f74546b995663c0c2a35516ab32adaf47fd330552f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8726cbdd5d4d17b57424f0f74546b995663c0c2a35516ab32adaf47fd330552f", kill_on_drop: false }` [INFO] [stdout] 8726cbdd5d4d17b57424f0f74546b995663c0c2a35516ab32adaf47fd330552f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e4fbdcc0f3e5c44bcbca643dc7371cbfc3a5fcab703ad99db4860766de9d548 [INFO] running `Command { std: "docker" "start" "-a" "2e4fbdcc0f3e5c44bcbca643dc7371cbfc3a5fcab703ad99db4860766de9d548", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:30:28 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:82:28 [INFO] [stderr] | [INFO] [stderr] 82 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:106:28 [INFO] [stderr] | [INFO] [stderr] 106 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:125:28 [INFO] [stderr] | [INFO] [stderr] 125 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:150:28 [INFO] [stderr] | [INFO] [stderr] 150 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:171:28 [INFO] [stderr] | [INFO] [stderr] 171 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:191:28 [INFO] [stderr] | [INFO] [stderr] 191 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:203:28 [INFO] [stderr] | [INFO] [stderr] 203 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:249:28 [INFO] [stderr] | [INFO] [stderr] 249 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:266:28 [INFO] [stderr] | [INFO] [stderr] 266 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:293:28 [INFO] [stderr] | [INFO] [stderr] 293 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:312:28 [INFO] [stderr] | [INFO] [stderr] 312 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` [INFO] [stderr] --> tests/integration_test.rs:334:28 [INFO] [stderr] | [INFO] [stderr] 334 | let mut cmd = Command::cargo_bin("ccp").unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `claude-profiles` (test "integration_test") generated 15 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ccp-faacaceb71c2970b) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test profile::tests::test_get_value_missing_nested ... ok [INFO] [stdout] test profile::tests::test_profile_roundtrip ... ok [INFO] [stdout] test profile::tests::test_set_value_overwrite ... ok [INFO] [stdout] test profile::tests::test_set_value_nested ... ok [INFO] [stdout] test profile::tests::test_set_value_new_key ... ok [INFO] [stdout] test profile::tests::test_unset_value_missing ... ok [INFO] [stdout] test profile::tests::test_unset_value_nested ... ok [INFO] [stdout] test profile::tests::test_unset_value_existing ... ok [INFO] [stdout] test config::tests::test_backup_path_format ... ok [INFO] [stdout] test config::tests::test_ensure_dirs_creates_directories ... ok [INFO] [stdout] test profile::tests::test_get_value_missing ... ok [INFO] [stdout] test config::tests::test_profile_path_format ... ok [INFO] [stdout] test config::tests::test_ensure_dirs_idempotent ... ok [INFO] [stdout] test profile::tests::test_get_value_nested ... ok [INFO] [stdout] test profile::tests::test_get_value_simple ... ok [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-b9f0d558f5116724) [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test test_cli_rename_profile ... ok [INFO] [stdout] test test_cli_unset ... ok [INFO] [stdout] test test_cli_create_profile_from_existing ... ok [INFO] [stdout] test test_cli_list_profiles ... ok [INFO] [stdout] test test_cli_delete_profile ... ok [INFO] [stdout] test test_cli_diff ... ok [INFO] [stdout] test test_cli_set_and_get ... ok [INFO] [stdout] test test_cli_use_profile ... ok [INFO] [stdout] test test_cli_current ... ok [INFO] [stdout] test test_cli_copy_profile ... ok [INFO] [stdout] test test_cli_backup_restore ... ok [INFO] [stdout] test test_cli_create_profile ... ok [INFO] [stdout] test test_cli_error_nonexistent_profile ... ok [INFO] [stdout] test test_cli_import ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2e4fbdcc0f3e5c44bcbca643dc7371cbfc3a5fcab703ad99db4860766de9d548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e4fbdcc0f3e5c44bcbca643dc7371cbfc3a5fcab703ad99db4860766de9d548", kill_on_drop: false }` [INFO] [stdout] 2e4fbdcc0f3e5c44bcbca643dc7371cbfc3a5fcab703ad99db4860766de9d548