[INFO] fetching crate kine-core 0.1.1...
[INFO] testing kine-core-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate kine-core 0.1.1 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kine-core 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34abd4aa75d4e3e471dce27494769734e53493739d3c5c1b1aeb59a540684996
[INFO] running `Command { std: "docker" "start" "-a" "34abd4aa75d4e3e471dce27494769734e53493739d3c5c1b1aeb59a540684996", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34abd4aa75d4e3e471dce27494769734e53493739d3c5c1b1aeb59a540684996", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34abd4aa75d4e3e471dce27494769734e53493739d3c5c1b1aeb59a540684996", kill_on_drop: false }`
[INFO] [stdout] 34abd4aa75d4e3e471dce27494769734e53493739d3c5c1b1aeb59a540684996
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b02216149831acbeabf28c0eda9537aae47edfc96fd204271766eb280cff6cf9
[INFO] running `Command { std: "docker" "start" "-a" "b02216149831acbeabf28c0eda9537aae47edfc96fd204271766eb280cff6cf9", 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::<crate::providers::SystemSigil>::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::<crate::providers::SystemSigil>::from_pseudo_nanos_since_posix_epoch(
[INFO] [stdout] 100 +         OffsetTime::<SystemSigil>::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::<crate::providers::UtcSigil>::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::<crate::providers::UtcSigil>::from_pseudo_nanos_since_posix_epoch(
[INFO] [stdout] 36 +         OffsetTime::<UtcSigil>::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" "b02216149831acbeabf28c0eda9537aae47edfc96fd204271766eb280cff6cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b02216149831acbeabf28c0eda9537aae47edfc96fd204271766eb280cff6cf9", kill_on_drop: false }`
[INFO] [stdout] b02216149831acbeabf28c0eda9537aae47edfc96fd204271766eb280cff6cf9
