[INFO] cloning repository https://github.com/hamzzy/Runmesh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hamzzy/Runmesh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamzzy%2FRunmesh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamzzy%2FRunmesh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9a9e7bf37169464627b3fd8c8d5f0faadd803688
[INFO] checking hamzzy/Runmesh against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamzzy%2FRunmesh" "/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/hamzzy/Runmesh
[INFO] finished tweaking git repo https://github.com/hamzzy/Runmesh
[INFO] tweaked toml for git repo https://github.com/hamzzy/Runmesh written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hamzzy/Runmesh on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hamzzy/Runmesh 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic-build v0.12.3
[INFO] [stderr]   Downloaded hyper-timeout v0.5.2
[INFO] [stderr]   Downloaded etcd-client v0.14.1
[INFO] [stderr]   Downloaded containerd-client v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9
[INFO] running `Command { std: "docker" "start" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9", 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" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9", 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" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling etcd-client v0.14.1
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]    Compiling node-agent v0.1.0 (/opt/rustwide/workdir/node-agent)
[INFO] [stderr]    Compiling tonic-build v0.8.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling containerd-client v0.3.0
[INFO] [stderr]     Checking hyper v0.14.32
[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.12.3
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking tonic v0.8.3
[INFO] [stderr]     Checking tonic v0.11.0
[INFO] [stdout] warning: fields `image`, `tenant_id`, and `log_dir` are never read
[INFO] [stdout]   --> node-agent/src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct SandboxMeta {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 37 |     image: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 38 |     runtime_class: String,
[INFO] [stdout] 39 |     tenant_id: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 40 |     log_dir: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SandboxMeta` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bin_dir` is never read
[INFO] [stdout]  --> node-agent/src/network/cni.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CNIManager {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 8 |     conf_dir: PathBuf,
[INFO] [stdout] 9 |     bin_dir: PathBuf,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `image`, `tenant_id`, and `log_dir` are never read
[INFO] [stdout]   --> node-agent/src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct SandboxMeta {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 37 |     image: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 38 |     runtime_class: String,
[INFO] [stdout] 39 |     tenant_id: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 40 |     log_dir: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SandboxMeta` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bin_dir` is never read
[INFO] [stdout]  --> node-agent/src/network/cni.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CNIManager {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 8 |     conf_dir: PathBuf,
[INFO] [stdout] 9 |     bin_dir: PathBuf,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
[INFO] running `Command { std: "docker" "inspect" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9", kill_on_drop: false }`
[INFO] [stdout] 6f31b4108960704436b04e5c532be2eb5826272b4bb12a7f86ed91ce0fca2ae9
