[INFO] fetching crate cluStaticData 1.2.0... [INFO] testing cluStaticData-1.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate cluStaticData 1.2.0 into /workspace/builds/worker-2-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cluStaticData 1.2.0 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] 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 723b5283874ddae46e0a090552a191278a9c57f59c4ab5d222f241150f2e51cb [INFO] running `Command { std: "docker" "start" "-a" "723b5283874ddae46e0a090552a191278a9c57f59c4ab5d222f241150f2e51cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "723b5283874ddae46e0a090552a191278a9c57f59c4ab5d222f241150f2e51cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "723b5283874ddae46e0a090552a191278a9c57f59c4ab5d222f241150f2e51cb", kill_on_drop: false }` [INFO] [stdout] 723b5283874ddae46e0a090552a191278a9c57f59c4ab5d222f241150f2e51cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 01f4e1fca9723a000388b9689dc8599aeea5757d7a306dde0fec05c95bb572f5 [INFO] running `Command { std: "docker" "start" "-a" "01f4e1fca9723a000388b9689dc8599aeea5757d7a306dde0fec05c95bb572f5", 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)]` (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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "01f4e1fca9723a000388b9689dc8599aeea5757d7a306dde0fec05c95bb572f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01f4e1fca9723a000388b9689dc8599aeea5757d7a306dde0fec05c95bb572f5", kill_on_drop: false }` [INFO] [stdout] 01f4e1fca9723a000388b9689dc8599aeea5757d7a306dde0fec05c95bb572f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b4c9f9228257934b9fd7609f5d2374eaffc3487d2e428e34e9396d005a64ac6 [INFO] running `Command { std: "docker" "start" "-a" "3b4c9f9228257934b9fd7609f5d2374eaffc3487d2e428e34e9396d005a64ac6", 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)]` (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 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: 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: 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.66s [INFO] running `Command { std: "docker" "inspect" "3b4c9f9228257934b9fd7609f5d2374eaffc3487d2e428e34e9396d005a64ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b4c9f9228257934b9fd7609f5d2374eaffc3487d2e428e34e9396d005a64ac6", kill_on_drop: false }` [INFO] [stdout] 3b4c9f9228257934b9fd7609f5d2374eaffc3487d2e428e34e9396d005a64ac6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c82efa1ffeab7952ac5948df48c17dfba839045a81d9e7a7ec9761df772e2151 [INFO] running `Command { std: "docker" "start" "-a" "c82efa1ffeab7952ac5948df48c17dfba839045a81d9e7a7ec9761df772e2151", 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)]` (part of `#[warn(unused)]`) 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cluStaticData-c9e8f876b0515e35) [INFO] [stderr] Doc-tests cluStaticData [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/lib.rs - (line 27) ... 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.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c82efa1ffeab7952ac5948df48c17dfba839045a81d9e7a7ec9761df772e2151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82efa1ffeab7952ac5948df48c17dfba839045a81d9e7a7ec9761df772e2151", kill_on_drop: false }` [INFO] [stdout] c82efa1ffeab7952ac5948df48c17dfba839045a81d9e7a7ec9761df772e2151