[INFO] fetching crate cluStaticData 1.2.0...
[INFO] checking cluStaticData-1.2.0 against master#035b01b794602d5861daa43ac792f372f8981ed7 for 152214-denied-retry-0
[INFO] extracting crate cluStaticData 1.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate cluStaticData 1.2.0
[INFO] finished tweaking crates.io crate cluStaticData 1.2.0
[INFO] tweaked toml for crates.io crate cluStaticData 1.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cluStaticData 1.2.0 on toolchain 035b01b794602d5861daa43ac792f372f8981ed7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cluStaticData 1.2.0 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" "+035b01b794602d5861daa43ac792f372f8981ed7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded spin v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ea0bd1aa024334e82ab92ea60e5e3764d87cd44a13bc4908ee7fbf6ab301c92
[INFO] running `Command { std: "docker" "start" "-a" "7ea0bd1aa024334e82ab92ea60e5e3764d87cd44a13bc4908ee7fbf6ab301c92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ea0bd1aa024334e82ab92ea60e5e3764d87cd44a13bc4908ee7fbf6ab301c92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ea0bd1aa024334e82ab92ea60e5e3764d87cd44a13bc4908ee7fbf6ab301c92", kill_on_drop: false }`
[INFO] [stdout] 7ea0bd1aa024334e82ab92ea60e5e3764d87cd44a13bc4908ee7fbf6ab301c92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96b0b91f86e3a445a915b8d7683588928f08a9d0f15023fbdccf61571a437657
[INFO] running `Command { std: "docker" "start" "-a" "96b0b91f86e3a445a915b8d7683588928f08a9d0f15023fbdccf61571a437657", kill_on_drop: false }`
[INFO] [stderr]     Checking spin v0.5.1
[INFO] [stderr]     Checking cluStaticData v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/lib.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 | #![cfg_attr(feature = "nightly", feature(trivial_bounds))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]  --> src/once_runtime/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use self::macros::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::atomic_lock::*`
[INFO] [stdout]  --> src/once_const_static/mod.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub use self::atomic_lock::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]   --> src/once_const_static/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::macros::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub use self::macros::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |         match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 |         match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:88:27
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let _e = self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/lib.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 | #![cfg_attr(feature = "nightly", feature(trivial_bounds))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]  --> src/once_runtime/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use self::macros::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::atomic_lock::*`
[INFO] [stdout]  --> src/once_const_static/mod.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub use self::atomic_lock::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]   --> src/once_const_static/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::macros::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::macros::*`
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub use self::macros::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |         match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 |         match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/once_const_static/core/atomic_lock.rs:88:27
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let _e = self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> examples/runtime.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / static_data! {
[INFO] [stdout] 10 | |     pub(crate) static ref +runtime HASH_MAP: HashMap<String, String> = {
[INFO] [stdout] 11 | |         let mut hash_map = HashMap::new();
[INFO] [stdout] 12 | |         hash_map.insert("test".to_string(), "b".to_string());
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |     static ref +runtime HASH_MAP2: usize = 0;
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::new_lazy_struct` may come from an old version of the `cluStaticData` crate, try updating your dependency with `cargo update -p cluStaticData`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::new_lazy_struct` which comes from the expansion of the macro `static_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> examples/runtime.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / static_data! {
[INFO] [stdout] 10 | |     pub(crate) static ref +runtime HASH_MAP: HashMap<String, String> = {
[INFO] [stdout] 11 | |         let mut hash_map = HashMap::new();
[INFO] [stdout] 12 | |         hash_map.insert("test".to_string(), "b".to_string());
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |     static ref +runtime HASH_MAP2: usize = 0;
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::new_lazy_struct` may come from an old version of the `cluStaticData` crate, try updating your dependency with `cargo update -p cluStaticData`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::new_lazy_struct` which comes from the expansion of the macro `static_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> examples/runtime.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / static_data! {
[INFO] [stdout] 10 | |     pub(crate) static ref +runtime HASH_MAP: HashMap<String, String> = {
[INFO] [stdout] 11 | |         let mut hash_map = HashMap::new();
[INFO] [stdout] 12 | |         hash_map.insert("test".to_string(), "b".to_string());
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |     static ref +runtime HASH_MAP2: usize = 0;
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::new_lazy_struct` may come from an old version of the `cluStaticData` crate, try updating your dependency with `cargo update -p cluStaticData`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::new_lazy_struct` which comes from the expansion of the macro `static_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> examples/runtime.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / static_data! {
[INFO] [stdout] 10 | |     pub(crate) static ref +runtime HASH_MAP: HashMap<String, String> = {
[INFO] [stdout] 11 | |         let mut hash_map = HashMap::new();
[INFO] [stdout] 12 | |         hash_map.insert("test".to_string(), "b".to_string());
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |     static ref +runtime HASH_MAP2: usize = 0;
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::new_lazy_struct` may come from an old version of the `cluStaticData` crate, try updating your dependency with `cargo update -p cluStaticData`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::new_lazy_struct` which comes from the expansion of the macro `static_data` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> examples/runtime.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[cfg(feature = "nightly")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "96b0b91f86e3a445a915b8d7683588928f08a9d0f15023fbdccf61571a437657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96b0b91f86e3a445a915b8d7683588928f08a9d0f15023fbdccf61571a437657", kill_on_drop: false }`
[INFO] [stdout] 96b0b91f86e3a445a915b8d7683588928f08a9d0f15023fbdccf61571a437657
