[INFO] cloning repository https://github.com/claudex/kunai-k8s-enrichment
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/claudex/kunai-k8s-enrichment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudex%2Fkunai-k8s-enrichment", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudex%2Fkunai-k8s-enrichment'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86fce1440dbf73fe324125e124db84245bad6707
[INFO] checking claudex/kunai-k8s-enrichment/86fce1440dbf73fe324125e124db84245bad6707 against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudex%2Fkunai-k8s-enrichment" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/claudex/kunai-k8s-enrichment
[INFO] finished tweaking git repo https://github.com/claudex/kunai-k8s-enrichment
[INFO] tweaked toml for git repo https://github.com/claudex/kunai-k8s-enrichment written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/claudex/kunai-k8s-enrichment on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/claudex/kunai-k8s-enrichment 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded k8s-cri v0.11.0
[INFO] [stderr]   Downloaded libc v0.2.185
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa
[INFO] running `Command { std: "docker" "start" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling tonic-build v0.14.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling procfs v0.18.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking procfs-core v0.18.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling tonic-prost-build v0.14.5
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling k8s-cri v0.11.0
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking kunai-k8s-enrichment v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Uri`
[INFO] [stdout]   --> src/main.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | use tonic::transport::{Channel, Endpoint, Uri};
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | use tracing::{error, info, warn};
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Uri`
[INFO] [stdout]   --> src/main.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | use tonic::transport::{Channel, Endpoint, Uri};
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | use tracing::{error, info, warn};
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa", kill_on_drop: false }`
[INFO] [stdout] 41e21c7e8c000ffafec41d2ca5db93ab12365907a0654d15040f8b7636b161aa
