[INFO] cloning repository https://github.com/Chethan-L701/gemini-rust-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Chethan-L701/gemini-rust-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChethan-L701%2Fgemini-rust-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChethan-L701%2Fgemini-rust-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70d88b437e89dbc418d9e9214d8a29e6f27a00e5
[INFO] building Chethan-L701/gemini-rust-cli against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChethan-L701%2Fgemini-rust-cli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Chethan-L701/gemini-rust-cli on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Chethan-L701/gemini-rust-cli
[INFO] finished tweaking git repo https://github.com/Chethan-L701/gemini-rust-cli
[INFO] tweaked toml for git repo https://github.com/Chethan-L701/gemini-rust-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Chethan-L701/gemini-rust-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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44cf051936281ccc286862683293050265087c693264365084f22ed01e88af7c
[INFO] running `Command { std: "docker" "start" "-a" "44cf051936281ccc286862683293050265087c693264365084f22ed01e88af7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44cf051936281ccc286862683293050265087c693264365084f22ed01e88af7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44cf051936281ccc286862683293050265087c693264365084f22ed01e88af7c", kill_on_drop: false }`
[INFO] [stdout] 44cf051936281ccc286862683293050265087c693264365084f22ed01e88af7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfd45a7b822da8f6bdc162ea67d4c4890000de2e3fc1757af5a68c09de1e777b
[INFO] running `Command { std: "docker" "start" "-a" "cfd45a7b822da8f6bdc162ea67d4c4890000de2e3fc1757af5a68c09de1e777b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling radium v0.3.0
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling tetsy-rlp v0.4.5
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling bitvec v0.17.4
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling byte-slice-cast v0.3.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling tetsy-impl-rlp v0.2.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling uint-crate v0.8.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling tiny-keccak v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.6.3
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling ahash v0.2.19
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling libz-sys v1.1.18
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling curl-sys v0.4.73+curl-8.8.0
[INFO] [stderr]    Compiling tetsy-plain-hasher v0.2.1
[INFO] [stderr]    Compiling lru v0.4.3
[INFO] [stderr]    Compiling tetsy-hash-db v0.15.3
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tetsy-bytes v0.1.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling curl v0.4.46
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling app_dirs v1.2.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling terminator v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling home v0.3.4
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling indicatif v0.17.8
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling sha256 v1.5.0
[INFO] [stderr]    Compiling tetsy-util-mem-derive v0.1.1
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.1.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling tetsy-fixed-hash v0.5.0
[INFO] [stderr]    Compiling tetsy-impl-serde v0.2.2
[INFO] [stderr]    Compiling tetsy-scale-codec v1.3.0
[INFO] [stderr]    Compiling vapbloom v0.8.0
[INFO] [stderr]    Compiling tetsy-impl-codec v0.4.1
[INFO] [stderr]    Compiling tetsy-primitive-types v0.6.0
[INFO] [stderr]    Compiling vapory-types v0.8.0
[INFO] [stderr]    Compiling tetsy-util-mem v0.4.2
[INFO] [stderr]    Compiling tetsy-util-mem v0.3.0
[INFO] [stderr]    Compiling fastmap v0.1.0
[INFO] [stderr]    Compiling tetsy-keccak-hasher v0.1.1
[INFO] [stderr]    Compiling tetsy-kvdb v0.3.2
[INFO] [stderr]    Compiling tetsy-memory-db v0.18.1
[INFO] [stderr]    Compiling journaldb v0.2.0
[INFO] [stderr]    Compiling dir v0.1.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "cfd45a7b822da8f6bdc162ea67d4c4890000de2e3fc1757af5a68c09de1e777b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfd45a7b822da8f6bdc162ea67d4c4890000de2e3fc1757af5a68c09de1e777b", kill_on_drop: false }`
[INFO] [stdout] cfd45a7b822da8f6bdc162ea67d4c4890000de2e3fc1757af5a68c09de1e777b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52b85f66df15334095aa81483ed390dfdda9320962ec1a9d32030f333fa7d780
[INFO] running `Command { std: "docker" "start" "-a" "52b85f66df15334095aa81483ed390dfdda9320962ec1a9d32030f333fa7d780", kill_on_drop: false }`
[INFO] [stderr]    Compiling terminator v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
[INFO] running `Command { std: "docker" "inspect" "52b85f66df15334095aa81483ed390dfdda9320962ec1a9d32030f333fa7d780", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52b85f66df15334095aa81483ed390dfdda9320962ec1a9d32030f333fa7d780", kill_on_drop: false }`
[INFO] [stdout] 52b85f66df15334095aa81483ed390dfdda9320962ec1a9d32030f333fa7d780
