Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Worker::is_same_as #1103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Update crossbeam-deque/src/deque.rs

bf6ad50
Select commit
Loading
Failed to load commit list.
Open

Implement Worker::is_same_as #1103

Update crossbeam-deque/src/deque.rs
bf6ad50
Select commit
Loading
Failed to load commit list.
Cirrus CI / test (aarch64-unknown-linux-gnu) failed May 13, 2024 in 17s

Task Summary

Instruction test failed in 00:03

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:10 setup
❌ 00:03 test

�[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-utils/src/atomic/consume.rs:66:19�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m66�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        #[cfg(not(crossbeam_no_atomic))]�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                   �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^^^^^^�[0m
�[0m�[1m�[38;5;12m...�[0m
�[0m�[1m�[38;5;12m99�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0mimpl_atomic!(AtomicI64, i64);�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m----------------------------�[0m�[0m �[0m�[0m�[1m�[38;5;12min this macro invocation�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_no_atomic)");` to the top of the `build.rs`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: unexpected `cfg` condition name: `crossbeam_loom`�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-utils/src/atomic/consume.rs:71:15�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m71�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        #[cfg(crossbeam_loom)]�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m               �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^�[0m
�[0m�[1m�[38;5;12m...�[0m
�[0m�[1m�[38;5;12m99�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0mimpl_atomic!(AtomicI64, i64);�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m�[1m�[38;5;12m----------------------------�[0m�[0m �[0m�[0m�[1m�[38;5;12min this macro invocation�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: this error originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: unexpected `cfg` condition name: `crossbeam_loom`�[0m
�[0m �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-utils/src/sync/mod.rs:7:11�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m7�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m#[cfg(not(crossbeam_loom))]�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m           �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: unexpected `cfg` condition name: `crossbeam_loom`�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-utils/src/sync/mod.rs:10:11�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m10�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m#[cfg(not(crossbeam_loom))]�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m           �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: unexpected `cfg` condition name: `crossbeam_loom`�[0m
�[0m  �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-utils/src/sync/mod.rs:15:11�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m15�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m#[cfg(not(crossbeam_loom))]�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m           �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^^^^�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration�[0m

�[1m�[31merror�[0m�[1m:�[0m could not compile `crossbeam-utils` (lib) due to 43 previous errors
�[1m�[33mwarning�[0m�[1m:�[0m build failed, waiting for other jobs to finish...

Exit status: 101