[INFO] cloning repository https://github.com/torgebo/pcat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/torgebo/pcat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorgebo%2Fpcat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorgebo%2Fpcat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b103f0d416d7c0b820b4f3a38554f8df50f7e51 [INFO] building torgebo/pcat against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorgebo%2Fpcat" "/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/torgebo/pcat [INFO] finished tweaking git repo https://github.com/torgebo/pcat [INFO] tweaked toml for git repo https://github.com/torgebo/pcat written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/torgebo/pcat 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/torgebo/pcat 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd37c1cca35981d0fa9aaac62393dc5a915fc80a1b98abef1ec0ac536f869c4c [INFO] running `Command { std: "docker" "start" "-a" "dd37c1cca35981d0fa9aaac62393dc5a915fc80a1b98abef1ec0ac536f869c4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd37c1cca35981d0fa9aaac62393dc5a915fc80a1b98abef1ec0ac536f869c4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd37c1cca35981d0fa9aaac62393dc5a915fc80a1b98abef1ec0ac536f869c4c", kill_on_drop: false }` [INFO] [stdout] dd37c1cca35981d0fa9aaac62393dc5a915fc80a1b98abef1ec0ac536f869c4c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ad0ceb7710d17be6179c58350a6533914274abe21e34d4e39152011f5d7a2b7 [INFO] running `Command { std: "docker" "start" "-a" "9ad0ceb7710d17be6179c58350a6533914274abe21e34d4e39152011f5d7a2b7", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling arrow-schema v54.0.0 [INFO] [stderr] Compiling lexical-util v1.0.6 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling cc v1.2.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling miniz_oxide v0.8.2 [INFO] [stderr] Compiling syn v2.0.95 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling clap_builder v4.5.24 [INFO] [stderr] Compiling console v0.15.10 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling lexical-parse-integer v1.0.5 [INFO] [stderr] Compiling lexical-write-integer v1.0.5 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling lexical-parse-float v1.0.5 [INFO] [stderr] Compiling lexical-write-float v1.0.5 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling flatbuffers v24.12.23 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling thrift v0.17.0 [INFO] [stderr] Compiling brotli v7.0.0 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling lexical-core v1.0.5 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling indicatif v0.17.9 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling arrow-buffer v54.0.0 [INFO] [stderr] Compiling arrow-data v54.0.0 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling arrow-array v54.0.0 [INFO] [stderr] Compiling clap v4.5.24 [INFO] [stderr] Compiling arrow-select v54.0.0 [INFO] [stderr] Compiling arrow-ipc v54.0.0 [INFO] [stderr] Compiling arrow-cast v54.0.0 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling parquet v54.0.0 [INFO] [stderr] Compiling pcat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.96s [INFO] running `Command { std: "docker" "inspect" "9ad0ceb7710d17be6179c58350a6533914274abe21e34d4e39152011f5d7a2b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ad0ceb7710d17be6179c58350a6533914274abe21e34d4e39152011f5d7a2b7", kill_on_drop: false }` [INFO] [stdout] 9ad0ceb7710d17be6179c58350a6533914274abe21e34d4e39152011f5d7a2b7 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb2cb9476a6b2705a60488a65636313e8e7dcc0cadb32e469f813cdd65228dca [INFO] running `Command { std: "docker" "start" "-a" "cb2cb9476a6b2705a60488a65636313e8e7dcc0cadb32e469f813cdd65228dca", kill_on_drop: false }` [INFO] [stderr] Compiling pcat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "cb2cb9476a6b2705a60488a65636313e8e7dcc0cadb32e469f813cdd65228dca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb2cb9476a6b2705a60488a65636313e8e7dcc0cadb32e469f813cdd65228dca", kill_on_drop: false }` [INFO] [stdout] cb2cb9476a6b2705a60488a65636313e8e7dcc0cadb32e469f813cdd65228dca