[INFO] cloning repository https://github.com/1Password/typeshare [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1Password/typeshare" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Ftypeshare", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Ftypeshare'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe267ac4c2f56eed43c1a2de8d04a4ad53abfd21 [INFO] building 1Password/typeshare against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1Password%2Ftypeshare" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/1Password/typeshare [INFO] finished tweaking git repo https://github.com/1Password/typeshare [INFO] tweaked toml for git repo https://github.com/1Password/typeshare written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/1Password/typeshare on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/1Password/typeshare 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c031a910f9b34326b555dc8c74b896896a587968c156e41492cf596ba998bdc8 [INFO] running `Command { std: "docker" "start" "-a" "c031a910f9b34326b555dc8c74b896896a587968c156e41492cf596ba998bdc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c031a910f9b34326b555dc8c74b896896a587968c156e41492cf596ba998bdc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c031a910f9b34326b555dc8c74b896896a587968c156e41492cf596ba998bdc8", kill_on_drop: false }` [INFO] [stdout] c031a910f9b34326b555dc8c74b896896a587968c156e41492cf596ba998bdc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e03b0d2a011c6c12b2a49ebe2f7411f439997c5a2583905fa1eb8236d246ea98 [INFO] running `Command { std: "docker" "start" "-a" "e03b0d2a011c6c12b2a49ebe2f7411f439997c5a2583905fa1eb8236d246ea98", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling rustix v0.38.38 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling anstyle v1.0.9 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling anstream v0.6.17 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling terminal_size v0.4.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling bstr v1.10.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling anyhow v1.0.91 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling toml_parser v1.0.1 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling topological-sort v0.2.2 [INFO] [stderr] Compiling lazy_format v2.0.3 [INFO] [stderr] Compiling joinery v3.1.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling typeshare-annotation v1.0.4 (/opt/rustwide/workdir/annotation) [INFO] [stderr] Compiling flexi_logger v0.31.2 [INFO] [stderr] Compiling typeshare-core v1.13.3 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling clap_complete v4.5.36 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling toml v0.9.4 [INFO] [stderr] Compiling typeshare v1.0.4 (/opt/rustwide/workdir/lib) [INFO] [stderr] Compiling typeshare-cli v1.13.3 (/opt/rustwide/workdir/cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `Command { std: "docker" "inspect" "e03b0d2a011c6c12b2a49ebe2f7411f439997c5a2583905fa1eb8236d246ea98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e03b0d2a011c6c12b2a49ebe2f7411f439997c5a2583905fa1eb8236d246ea98", kill_on_drop: false }` [INFO] [stdout] e03b0d2a011c6c12b2a49ebe2f7411f439997c5a2583905fa1eb8236d246ea98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 463cd0c87bbed2e69bf358d78dd6ec03de76e5d1bacfc46a64b2c290e8e69c55 [INFO] running `Command { std: "docker" "start" "-a" "463cd0c87bbed2e69bf358d78dd6ec03de76e5d1bacfc46a64b2c290e8e69c55", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling dissimilar v1.0.9 [INFO] [stderr] Compiling typeshare-annotation v1.0.4 (/opt/rustwide/workdir/annotation) [INFO] [stderr] Compiling cool_asserts v2.0.3 [INFO] [stderr] Compiling expect-test v1.5.0 [INFO] [stderr] Compiling typeshare v1.0.4 (/opt/rustwide/workdir/lib) [INFO] [stderr] Compiling typeshare-core v1.13.3 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling typeshare-cli v1.13.3 (/opt/rustwide/workdir/cli) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.90s [INFO] running `Command { std: "docker" "inspect" "463cd0c87bbed2e69bf358d78dd6ec03de76e5d1bacfc46a64b2c290e8e69c55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "463cd0c87bbed2e69bf358d78dd6ec03de76e5d1bacfc46a64b2c290e8e69c55", kill_on_drop: false }` [INFO] [stdout] 463cd0c87bbed2e69bf358d78dd6ec03de76e5d1bacfc46a64b2c290e8e69c55