[INFO] cloning repository https://github.com/santoshakil/mytool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/santoshakil/mytool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsantoshakil%2Fmytool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsantoshakil%2Fmytool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5463cc007f0257dfc93fa0c845426e47060b7654
[INFO] testing santoshakil/mytool against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsantoshakil%2Fmytool" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/santoshakil/mytool
[INFO] finished tweaking git repo https://github.com/santoshakil/mytool
[INFO] tweaked toml for git repo https://github.com/santoshakil/mytool written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/santoshakil/mytool on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/santoshakil/mytool 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bee12b3468c1e8dc1a5d584f38551ab1d6511033d46a1bf5779507cd53c0c383
[INFO] running `Command { std: "docker" "start" "-a" "bee12b3468c1e8dc1a5d584f38551ab1d6511033d46a1bf5779507cd53c0c383", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bee12b3468c1e8dc1a5d584f38551ab1d6511033d46a1bf5779507cd53c0c383", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee12b3468c1e8dc1a5d584f38551ab1d6511033d46a1bf5779507cd53c0c383", kill_on_drop: false }`
[INFO] [stdout] bee12b3468c1e8dc1a5d584f38551ab1d6511033d46a1bf5779507cd53c0c383
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] def77324531da53954449080729cd760562bc30ccc4744ad6f882705f75eab5b
[INFO] running `Command { std: "docker" "start" "-a" "def77324531da53954449080729cd760562bc30ccc4744ad6f882705f75eab5b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling gitignore v1.0.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling shellexpand v3.1.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling ctrlc v3.5.0
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling mytool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CommitInfo` is never constructed
[INFO] [stdout]   --> src/models/repository.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CommitInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.31s
[INFO] running `Command { std: "docker" "inspect" "def77324531da53954449080729cd760562bc30ccc4744ad6f882705f75eab5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "def77324531da53954449080729cd760562bc30ccc4744ad6f882705f75eab5b", kill_on_drop: false }`
[INFO] [stdout] def77324531da53954449080729cd760562bc30ccc4744ad6f882705f75eab5b
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e905780292d2f018144d9b88b808386fb55389330f23ed18c3e6715bf9132e6c
[INFO] running `Command { std: "docker" "start" "-a" "e905780292d2f018144d9b88b808386fb55389330f23ed18c3e6715bf9132e6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stdout] warning: struct `CommitInfo` is never constructed
[INFO] [stdout]   --> src/models/repository.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CommitInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling mytool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CommitInfo` is never constructed
[INFO] [stdout]   --> src/models/repository.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CommitInfo {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.98s
[INFO] running `Command { std: "docker" "inspect" "e905780292d2f018144d9b88b808386fb55389330f23ed18c3e6715bf9132e6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e905780292d2f018144d9b88b808386fb55389330f23ed18c3e6715bf9132e6c", kill_on_drop: false }`
[INFO] [stdout] e905780292d2f018144d9b88b808386fb55389330f23ed18c3e6715bf9132e6c
[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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ad263a1103a9f891de92e685b08c727e5a9b979176c9dab51b6d1f369aac3b77
[INFO] running `Command { std: "docker" "start" "-a" "ad263a1103a9f891de92e685b08c727e5a9b979176c9dab51b6d1f369aac3b77", kill_on_drop: false }`
[INFO] [stderr] warning: struct `CommitInfo` is never constructed
[INFO] [stderr]   --> src/models/repository.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct CommitInfo {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mytool` (bin "mytool" test) generated 1 warning
[INFO] [stderr] warning: `mytool` (bin "mytool") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mytool-ee63d948d88a9ce0)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test utils::limits::tests::test_memory_limit ... ok
[INFO] [stdout] test utils::logging::tests::test_sanitized_path ... ok
[INFO] [stdout] test utils::logging::tests::test_sanitized_string ... ok
[INFO] [stdout] test utils::limits::tests::test_resource_pool ... ok
[INFO] [stdout] test utils::validation::tests::test_validate_empty_path ... ok
[INFO] [stdout] test utils::validation::tests::test_sanitize_command_arg ... ok
[INFO] [stdout] test utils::limits::tests::test_rate_limiter ... ok
[INFO] [stdout] test utils::validation::tests::test_validate_repo_name ... ok
[INFO] [stdout] test utils::validation::tests::test_validate_path ... ok
[INFO] [stdout] test utils::retry::tests::test_retry_success ... ok
[INFO] [stdout] test utils::retry::tests::test_circuit_breaker ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-4546fa2cb0e3009a)
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test_project_subcommands ... ok
[INFO] [stdout] test test_git_subcommands ... ok
[INFO] [stdout] test test_find_command ... ok
[INFO] [stdout] test test_version_command ... ok
[INFO] [stdout] test test_doctor_command ... ok
[INFO] [stdout] test test_status_in_non_git_dir ... ok
[INFO] [stdout] test test_config_show ... ok
[INFO] [stdout] test test_help_command ... ok
[INFO] [stdout] test test_exec_command ... ok
[INFO] [stdout] test test_multiple_git_repos ... ok
[INFO] [stdout] test test_status_in_git_repo ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ad263a1103a9f891de92e685b08c727e5a9b979176c9dab51b6d1f369aac3b77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad263a1103a9f891de92e685b08c727e5a9b979176c9dab51b6d1f369aac3b77", kill_on_drop: false }`
[INFO] [stdout] ad263a1103a9f891de92e685b08c727e5a9b979176c9dab51b6d1f369aac3b77
