[INFO] fetching crate krator-derive 0.5.0...
[INFO] checking krator-derive-0.5.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate krator-derive 0.5.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate krator-derive 0.5.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate krator-derive 0.5.0
[INFO] finished tweaking crates.io crate krator-derive 0.5.0
[INFO] tweaked toml for crates.io crate krator-derive 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 156 packages to latest compatible versions
[INFO] [stderr]       Adding k8s-openapi v0.13.1 (available: v0.23.0)
[INFO] [stderr]       Adding kube v0.64.0 (available: v0.97.0)
[INFO] [stderr]       Adding kube-derive v0.64.0 (available: v0.97.0)
[INFO] [stderr]       Adding kube-runtime v0.64.0 (available: v0.97.0)
[INFO] [stderr]       Adding rcgen v0.8.14 (available: v0.13.1)
[INFO] [stderr]       Adding serde_yaml v0.8.26 (available: v0.9.34+deprecated)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.90)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d778aa71a09da721a7adf4f14d63d01264e2282392c196506cd4588d75558e21
[INFO] running `Command { std: "docker" "start" "-a" "d778aa71a09da721a7adf4f14d63d01264e2282392c196506cd4588d75558e21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d778aa71a09da721a7adf4f14d63d01264e2282392c196506cd4588d75558e21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d778aa71a09da721a7adf4f14d63d01264e2282392c196506cd4588d75558e21", kill_on_drop: false }`
[INFO] [stdout] d778aa71a09da721a7adf4f14d63d01264e2282392c196506cd4588d75558e21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86e7ed5968c592f0e5a676411e6bae3e0665bc4647a5cc694d4e4e4cbb826345
[INFO] running `Command { std: "docker" "start" "-a" "86e7ed5968c592f0e5a676411e6bae3e0665bc4647a5cc694d4e4e4cbb826345", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling k8s-openapi v0.13.1
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling oid-registry v0.2.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]     Checking dashmap v4.0.2
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stderr]     Checking krator-derive v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling der-oid-macro v0.5.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking der-parser v6.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower-http v0.1.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking treediff v3.0.2
[INFO] [stderr]     Checking jsonpath_lib v0.3.0
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking json-patch v0.2.7
[INFO] [stderr]     Checking x509-parser v0.12.0
[INFO] [stderr]     Checking yasna v0.4.0
[INFO] [stderr]    Compiling kube-derive v0.64.0
[INFO] [stderr]     Checking rcgen v0.8.14
[INFO] [stderr]     Checking kube-core v0.64.0
[INFO] [stderr]     Checking kube-client v0.64.0
[INFO] [stderr]     Checking kube v0.64.0
[INFO] [stderr]     Checking kube-runtime v0.64.0
[INFO] [stdout] error[E0432]: unresolved import `krator_derive::AdmissionWebhook`
[INFO] [stdout]  --> tests/admission.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use krator_derive::AdmissionWebhook;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdmissionWebhook` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `admission_webhook_features` in this scope
[INFO] [stdout]   --> tests/admission.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[admission_webhook_features(secret, service, admission_webhook_config)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_secret` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_secret` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     let secret: k8s_openapi::api::core::v1::Secret = MyCr::admission_webhook_secret("default");
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_service` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:41:62
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_service` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     let service: k8s_openapi::api::core::v1::Service = MyCr::admission_webhook_service("default");
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_service` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:60:62
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_service` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 60 |     let service: k8s_openapi::api::core::v1::Service = MyCr::admission_webhook_service("default");
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_secret` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:61:60
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_secret` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     let secret: k8s_openapi::api::core::v1::Secret = MyCr::admission_webhook_secret("default");
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_configuration` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_configuration` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |         MyCr::admission_webhook_configuration(service, secret).unwrap();
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `admission_webhook_resources` found for struct `MyCr` in the current scope
[INFO] [stdout]   --> tests/admission.rs:93:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     -------------- function or associated item `admission_webhook_resources` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |         MyCr::admission_webhook_resources("default");
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MyCr`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MyCr`, consider using `MyCr::new` which returns `MyCr`
[INFO] [stdout]   --> tests/admission.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     CustomResource,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `krator-derive` (test "admission") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "86e7ed5968c592f0e5a676411e6bae3e0665bc4647a5cc694d4e4e4cbb826345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86e7ed5968c592f0e5a676411e6bae3e0665bc4647a5cc694d4e4e4cbb826345", kill_on_drop: false }`
[INFO] [stdout] 86e7ed5968c592f0e5a676411e6bae3e0665bc4647a5cc694d4e4e4cbb826345
