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

Reduce backoff spinning/usage #1038

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

change `SPIN_LIMIT` to 4

252665d
Select commit
Loading
Failed to load commit list.
Open

Reduce backoff spinning/usage #1038

change `SPIN_LIMIT` to 4
252665d
Select commit
Loading
Failed to load commit list.
Cirrus CI / test (aarch64-apple-darwin) failed May 2, 2024 in 25s

Task Summary

Instruction test failed in 00:12

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:02 clone
✅ 00:08 setup
❌ 00:12 test

�[1m�[32m   Compiling�[0m signal-hook-registry v1.4.2
�[1m�[32m   Compiling�[0m crossbeam-channel v0.5.8 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build/crossbeam-channel)
�[1m�[32m   Compiling�[0m rand_core v0.6.4
�[1m�[32m   Compiling�[0m rand_chacha v0.3.1
�[1m�[32m   Compiling�[0m crossbeam-epoch v0.9.15 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build/crossbeam-epoch)
�[1m�[32m   Compiling�[0m rand v0.8.5
�[1m�[32m   Compiling�[0m num_cpus v1.16.0
�[1m�[32m   Compiling�[0m crossbeam-deque v0.8.3 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build/crossbeam-deque)
�[1m�[32m   Compiling�[0m crossbeam-queue v0.3.8 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build/crossbeam-queue)
�[1m�[32m   Compiling�[0m crossbeam-skiplist v0.1.1 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build/crossbeam-skiplist)
�[1m�[32m   Compiling�[0m crossbeam v0.8.2 (/private/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/cirrus-ci-build)
�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: field `0` is never read�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-epoch/src/collector.rs:290:21�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m290�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        struct Elem(i32);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[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    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                �[0m�[0m�[1m�[38;5;12mfield in this struct�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mnote�[0m�[0m: `-D dead-code` implied by `-D warnings`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: to override `-D warnings` add `#[allow(dead_code)]`�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m290�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m        struct Elem(�[0m�[0m�[38;5;10m()�[0m�[0m);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                     �[0m�[0m�[38;5;10m~~�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: field `0` is never read�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-epoch/src/collector.rs:354:21�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m354�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        struct Elem(i32);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[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    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                �[0m�[0m�[1m�[38;5;12mfield in this struct�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m354�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m        struct Elem(�[0m�[0m�[38;5;10m()�[0m�[0m);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                     �[0m�[0m�[38;5;10m~~�[0m

�[0m�[1m�[38;5;9merror�[0m�[0m�[1m: field `0` is never read�[0m
�[0m   �[0m�[0m�[1m�[38;5;12m--> �[0m�[0mcrossbeam-epoch/src/collector.rs:431:21�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m431�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m        struct Elem(i32);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[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    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                �[0m�[0m�[1m�[38;5;12mfield in this struct�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;14mhelp�[0m�[0m: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m431�[0m�[0m �[0m�[0m�[1m�[38;5;12m| �[0m�[0m        struct Elem(�[0m�[0m�[38;5;10m()�[0m�[0m);�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                     �[0m�[0m�[38;5;10m~~�[0m

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

Exit status: 101