[INFO] fetching crate cluStaticData 1.2.0... [INFO] testing cluStaticData-1.2.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate cluStaticData 1.2.0 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cluStaticData 1.2.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47340f6d43050cc48f8c4c0540d6b646d4e25cce154f3110b4bc6acaf66028a1 [INFO] running `Command { std: "docker" "start" "-a" "47340f6d43050cc48f8c4c0540d6b646d4e25cce154f3110b4bc6acaf66028a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47340f6d43050cc48f8c4c0540d6b646d4e25cce154f3110b4bc6acaf66028a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47340f6d43050cc48f8c4c0540d6b646d4e25cce154f3110b4bc6acaf66028a1", kill_on_drop: false }` [INFO] [stdout] 47340f6d43050cc48f8c4c0540d6b646d4e25cce154f3110b4bc6acaf66028a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e051ce94cd4ffd159624db67cdf72bfa19c465340ef3f706117c40c3569bf8bd [INFO] running `Command { std: "docker" "start" "-a" "e051ce94cd4ffd159624db67cdf72bfa19c465340ef3f706117c40c3569bf8bd", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.5.1 [INFO] [stderr] Compiling 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 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)]` 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "e051ce94cd4ffd159624db67cdf72bfa19c465340ef3f706117c40c3569bf8bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e051ce94cd4ffd159624db67cdf72bfa19c465340ef3f706117c40c3569bf8bd", kill_on_drop: false }` [INFO] [stdout] e051ce94cd4ffd159624db67cdf72bfa19c465340ef3f706117c40c3569bf8bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c82bc677ab82298dba1169b6970c7a3fdba3b1ce0cb2691c88441bd42c800cd6 [INFO] running `Command { std: "docker" "start" "-a" "c82bc677ab82298dba1169b6970c7a3fdba3b1ce0cb2691c88441bd42c800cd6", kill_on_drop: false }` [INFO] [stderr] Compiling 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 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)]` 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 = { [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 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 = { [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 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 = { [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 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 = { [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 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 for more information about checking conditional configuration [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 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)]` 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "c82bc677ab82298dba1169b6970c7a3fdba3b1ce0cb2691c88441bd42c800cd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82bc677ab82298dba1169b6970c7a3fdba3b1ce0cb2691c88441bd42c800cd6", kill_on_drop: false }` [INFO] [stdout] c82bc677ab82298dba1169b6970c7a3fdba3b1ce0cb2691c88441bd42c800cd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1d0e3aaf6bf10ec41ac643a28decfae805e596ca5f0fcb950e14cde258b1f33b [INFO] running `Command { std: "docker" "start" "-a" "1d0e3aaf6bf10ec41ac643a28decfae805e596ca5f0fcb950e14cde258b1f33b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> src/lib.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | #![cfg_attr(feature = "nightly", feature(trivial_bounds))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::macros::*` [INFO] [stderr] --> src/once_runtime/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use self::macros::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::atomic_lock::*` [INFO] [stderr] --> src/once_const_static/mod.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | pub use self::atomic_lock::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::macros::*` [INFO] [stderr] --> src/once_const_static/mod.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub use self::macros::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::macros::*` [INFO] [stderr] --> src/lib.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | pub use self::macros::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/once_const_static/core/atomic_lock.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/once_const_static/core/atomic_lock.rs:57:24 [INFO] [stderr] | [INFO] [stderr] 57 | match self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/once_const_static/core/atomic_lock.rs:88:27 [INFO] [stderr] | [INFO] [stderr] 88 | let _e = self.sync_data.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cluStaticData` (lib) generated 8 warnings (run `cargo fix --lib -p cluStaticData` to apply 4 suggestions) [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> examples/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / static_data! { [INFO] [stderr] 10 | | pub(crate) static ref +runtime HASH_MAP: HashMap = { [INFO] [stderr] 11 | | let mut hash_map = HashMap::new(); [INFO] [stderr] 12 | | hash_map.insert("test".to_string(), "b".to_string()); [INFO] [stderr] ... | [INFO] [stderr] 25 | | static ref +runtime HASH_MAP2: usize = 0; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = 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] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = 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] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> examples/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / static_data! { [INFO] [stderr] 10 | | pub(crate) static ref +runtime HASH_MAP: HashMap = { [INFO] [stderr] 11 | | let mut hash_map = HashMap::new(); [INFO] [stderr] 12 | | hash_map.insert("test".to_string(), "b".to_string()); [INFO] [stderr] ... | [INFO] [stderr] 25 | | static ref +runtime HASH_MAP2: usize = 0; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `$crate::new_lazy_struct` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = 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] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = 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] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> examples/runtime.rs:32:8 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(feature = "nightly")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `cluStaticData` (example "runtime") generated 5 warnings (2 duplicates) [INFO] [stderr] warning: `cluStaticData` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cluStaticData-14fdf682e8c3c943) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cluStaticData [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 27) ... ok [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1d0e3aaf6bf10ec41ac643a28decfae805e596ca5f0fcb950e14cde258b1f33b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d0e3aaf6bf10ec41ac643a28decfae805e596ca5f0fcb950e14cde258b1f33b", kill_on_drop: false }` [INFO] [stdout] 1d0e3aaf6bf10ec41ac643a28decfae805e596ca5f0fcb950e14cde258b1f33b