[INFO] fetching crate libctf 0.3.1... [INFO] checking libctf-0.3.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate libctf 0.3.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate libctf 0.3.1 [INFO] finished tweaking crates.io crate libctf 0.3.1 [INFO] tweaked toml for crates.io crate libctf 0.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libctf 0.3.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate libctf 0.3.1 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyper-http-proxy v1.1.0 [INFO] [stderr] Downloaded kube-core v1.0.0 [INFO] [stderr] Downloaded kube v1.0.0 [INFO] [stderr] Downloaded context v3.0.0 [INFO] [stderr] Downloaded kube-derive v1.0.0 [INFO] [stderr] Downloaded hyper-util v0.1.12 [INFO] [stderr] Downloaded tower-http v0.6.4 [INFO] [stderr] Downloaded kube-client v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2088720820e3ecf97993ddeb25e29b49753a387c1611cac2c607aef026a116ac [INFO] running `Command { std: "docker" "start" "-a" "2088720820e3ecf97993ddeb25e29b49753a387c1611cac2c607aef026a116ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2088720820e3ecf97993ddeb25e29b49753a387c1611cac2c607aef026a116ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2088720820e3ecf97993ddeb25e29b49753a387c1611cac2c607aef026a116ac", kill_on_drop: false }` [INFO] [stdout] 2088720820e3ecf97993ddeb25e29b49753a387c1611cac2c607aef026a116ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afe44d368ffcdff360ae52d38e500556cf6aa9ec5564c6fce72f068324c92f75 [INFO] running `Command { std: "docker" "start" "-a" "afe44d368ffcdff360ae52d38e500556cf6aa9ec5564c6fce72f068324c92f75", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling cc v1.2.24 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling context v3.0.0 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking rustls-webpki v0.103.3 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tower-http v0.6.4 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Checking hyper-util v0.1.12 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking hyper-rustls v0.27.6 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking schemars v0.8.22 [INFO] [stderr] Checking jsonpath-rust v0.7.5 [INFO] [stderr] Checking k8s-openapi v0.25.0 [INFO] [stderr] Compiling kube-derive v1.0.0 [INFO] [stderr] Checking kube-core v1.0.0 [INFO] [stderr] Checking kube-client v1.0.0 [INFO] [stderr] Checking kube v1.0.0 [INFO] [stderr] Checking libctf v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `WatchParams` [INFO] [stdout] --> src/api/challenge.rs:8:74 [INFO] [stdout] | [INFO] [stdout] 8 | use kube::api::{DeleteParams, GetParams, Patch, PatchParams, PostParams, WatchParams}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WatchParams` [INFO] [stdout] --> src/api/challenge.rs:8:74 [INFO] [stdout] | [INFO] [stdout] 8 | use kube::api::{DeleteParams, GetParams, Patch, PatchParams, PostParams, WatchParams}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gp` [INFO] [stdout] --> src/api/challenge.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let gp = gp.clone(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_gp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gp` [INFO] [stdout] --> src/api/challenge.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let gp = gp.clone(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_gp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/api/challenge.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | ctx: &Context, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `spec` is never read [INFO] [stdout] --> src/api/challenge.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct Resource { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 16 | spec: Challenge, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `spec` is never read [INFO] [stdout] --> src/api/challenge.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct Resource { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 16 | spec: Challenge, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "afe44d368ffcdff360ae52d38e500556cf6aa9ec5564c6fce72f068324c92f75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afe44d368ffcdff360ae52d38e500556cf6aa9ec5564c6fce72f068324c92f75", kill_on_drop: false }` [INFO] [stdout] afe44d368ffcdff360ae52d38e500556cf6aa9ec5564c6fce72f068324c92f75