[INFO] fetching crate kine-core 0.1.1... [INFO] testing kine-core-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate kine-core 0.1.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate kine-core 0.1.1 [INFO] finished tweaking crates.io crate kine-core 0.1.1 [INFO] tweaked toml for crates.io crate kine-core 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate kine-core 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] [stderr] Adding bolero v0.8.0 (available: v0.13.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6e5a036bde4bfdae23141b86956064beaf6982c581ff739e27f8e5f9c069b23 [INFO] running `Command { std: "docker" "start" "-a" "a6e5a036bde4bfdae23141b86956064beaf6982c581ff739e27f8e5f9c069b23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6e5a036bde4bfdae23141b86956064beaf6982c581ff739e27f8e5f9c069b23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6e5a036bde4bfdae23141b86956064beaf6982c581ff739e27f8e5f9c069b23", kill_on_drop: false }` [INFO] [stdout] a6e5a036bde4bfdae23141b86956064beaf6982c581ff739e27f8e5f9c069b23 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 115ba4455d52d8c38c138527d9223f95512aeb2d7a6c0f0ce3df06542ed19399 [INFO] running `Command { std: "docker" "start" "-a" "115ba4455d52d8c38c138527d9223f95512aeb2d7a6c0f0ce3df06542ed19399", kill_on_drop: false }` [INFO] [stderr] Compiling kine-core v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: Please define (exactly) one system timezone provider feature (tz-system-provider-*) [INFO] [stdout] --> src/providers.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | compile_error!("Please define (exactly) one system timezone provider feature (tz-system-provider-*)"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Please define (exactly) one UTC leap seconds provider feature (tz-utc-provider-*) [INFO] [stdout] --> src/providers.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | compile_error!("Please define (exactly) one UTC leap seconds provider feature (tz-utc-provider-*)"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `System` in this scope [INFO] [stdout] --> src/providers.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | pub static SYSTEM: System = System::const_default(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::System; [INFO] [stdout] | [INFO] [stdout] 1 + use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `System` [INFO] [stdout] --> src/providers.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | pub static SYSTEM: System = System::const_default(); [INFO] [stdout] | ^^^^^^ use of undeclared type `System` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::System; [INFO] [stdout] | [INFO] [stdout] 1 + use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SystemSigil` in this scope [INFO] [stdout] --> src/providers.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | pub static SYSTEM_SIGIL: SystemSigil = SystemSigil::const_default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::SystemSigil; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SystemSigil` [INFO] [stdout] --> src/providers.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 43 | pub static SYSTEM_SIGIL: SystemSigil = SystemSigil::const_default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SystemSigil` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::SystemSigil; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Utc` in this scope [INFO] [stdout] --> src/providers.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | pub static UTC: Utc = Utc::const_default(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::Utc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Utc` [INFO] [stdout] --> src/providers.rs:81:23 [INFO] [stdout] | [INFO] [stdout] 81 | pub static UTC: Utc = Utc::const_default(); [INFO] [stdout] | ^^^ use of undeclared type `Utc` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::Utc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UtcSigil` in this scope [INFO] [stdout] --> src/providers.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | pub static UTC_SIGIL: UtcSigil = UtcSigil::const_default(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::UtcSigil; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UtcSigil` [INFO] [stdout] --> src/providers.rs:82:34 [INFO] [stdout] | [INFO] [stdout] 82 | pub static UTC_SIGIL: UtcSigil = UtcSigil::const_default(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `UtcSigil` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::UtcSigil; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SystemSigil` in module `crate::providers` [INFO] [stdout] --> src/tz/system.rs:100:40 [INFO] [stdout] | [INFO] [stdout] 100 | OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] | ^^^^^^^^^^^ not found in `crate::providers` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::SystemSigil; [INFO] [stdout] | [INFO] [stdout] help: if you import `SystemSigil`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 100 - OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] 100 + OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UtcSigil` in module `crate::providers` [INFO] [stdout] --> src/tz/utc.rs:36:40 [INFO] [stdout] | [INFO] [stdout] 36 | OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] | ^^^^^^^^ not found in `crate::providers` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 1 + use crate::tz::UtcSigil; [INFO] [stdout] | [INFO] [stdout] help: if you import `UtcSigil`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 36 - OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] 36 + OffsetTime::::from_pseudo_nanos_since_posix_epoch( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BuiltinIersSigil` and `BuiltinIers` [INFO] [stdout] --> src/providers.rs:1:27 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::leap_seconds::{BuiltinIers, BuiltinIersSigil}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kine-core` (lib) due to 12 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "115ba4455d52d8c38c138527d9223f95512aeb2d7a6c0f0ce3df06542ed19399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "115ba4455d52d8c38c138527d9223f95512aeb2d7a6c0f0ce3df06542ed19399", kill_on_drop: false }` [INFO] [stdout] 115ba4455d52d8c38c138527d9223f95512aeb2d7a6c0f0ce3df06542ed19399