Closed Bug 1729369 Opened 3 years ago Closed 3 years ago

Build failure on mipsel: unresolved import `atomic::AtomicU64`

Categories

(Core :: Graphics: WebGPU, defect)

defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox-esr78 --- unaffected
firefox-esr91 --- unaffected
firefox92 --- unaffected
firefox93 --- wontfix
firefox94 --- fixed

People

(Reporter: glandium, Assigned: kvark)

References

(Regression)

Details

(Keywords: regression)

Essentially, this is the same thing as bug 1623407.

[task 2021-09-06T23:59:12.122Z] 23:59:12    ERROR -  error[E0432]: unresolved import `atomic::AtomicU64`
[task 2021-09-06T23:59:12.122Z] 23:59:12     INFO -    --> /builds/worker/checkouts/gecko/third_party/rust/wgpu-core/src/lib.rs:50:14
[task 2021-09-06T23:59:12.122Z] 23:59:12     INFO -     |
[task 2021-09-06T23:59:12.122Z] 23:59:12     INFO -  50 | use atomic::{AtomicU64, AtomicUsize, Ordering};
[task 2021-09-06T23:59:12.122Z] 23:59:12     INFO -     |              ^^^^^^^^^
[task 2021-09-06T23:59:12.122Z] 23:59:12     INFO -     |              |
[task 2021-09-06T23:59:12.123Z] 23:59:12     INFO -     |              no `AtomicU64` in `sync::atomic`
[task 2021-09-06T23:59:12.123Z] 23:59:12     INFO -     |              help: a similar name exists in the module: `AtomicU8`

Side note: it's unfortunate that a commit that "move gfx/wgpu into a 3rd party dependency" also upgraded it, during the soft freeze.

Regressed by: 1726626
Has Regression Range: --- → yes

Set release status flags based on info from the regressing bug 1726626

Changing severity to S2 because breaking the build.

Assignee: nobody → dmalyshau
Severity: -- → S2

Can you confirm that we're good now?

Depends on: 1729751
Flags: needinfo?(mh+mozilla)

Looks like so.

Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(mh+mozilla)
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.