[INFO] cloning repository https://github.com/ASlava12/tstat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ASlava12/tstat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASlava12%2Ftstat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASlava12%2Ftstat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1378f5f1240dcaf992ffec21844f2d8fd8ee7b3
[INFO] checking ASlava12/tstat against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASlava12%2Ftstat" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ASlava12/tstat
[INFO] finished tweaking git repo https://github.com/ASlava12/tstat
[INFO] tweaked toml for git repo https://github.com/ASlava12/tstat written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ASlava12/tstat on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ASlava12/tstat 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" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c25e793182794b9fc6da5fb777ff6505ef39f214c9654b4a5336fa7001cbe3f
[INFO] running `Command { std: "docker" "start" "-a" "4c25e793182794b9fc6da5fb777ff6505ef39f214c9654b4a5336fa7001cbe3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c25e793182794b9fc6da5fb777ff6505ef39f214c9654b4a5336fa7001cbe3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c25e793182794b9fc6da5fb777ff6505ef39f214c9654b4a5336fa7001cbe3f", kill_on_drop: false }`
[INFO] [stdout] 4c25e793182794b9fc6da5fb777ff6505ef39f214c9654b4a5336fa7001cbe3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfcd466fc247c52ba3d74fffaabc51afed855ece6efc8a83ef98ba79aa5acd69
[INFO] running `Command { std: "docker" "start" "-a" "cfcd466fc247c52ba3d74fffaabc51afed855ece6efc8a83ef98ba79aa5acd69", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling serde_derive v1.0.140
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking errno v0.2.8
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking comfy-table v7.2.1
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]     Checking pktparse v0.7.1
[INFO] [stderr]    Compiling pcap v2.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]     Checking tstat v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.47s
[INFO] running `Command { std: "docker" "inspect" "cfcd466fc247c52ba3d74fffaabc51afed855ece6efc8a83ef98ba79aa5acd69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfcd466fc247c52ba3d74fffaabc51afed855ece6efc8a83ef98ba79aa5acd69", kill_on_drop: false }`
[INFO] [stdout] cfcd466fc247c52ba3d74fffaabc51afed855ece6efc8a83ef98ba79aa5acd69
