Closed
Bug 1729369
Opened 3 years ago
Closed 3 years ago
Build failure on mipsel: unresolved import `atomic::AtomicU64`
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
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.
Reporter | ||
Comment 1•3 years ago
|
||
This is a regression from https://github.com/gfx-rs/wgpu/commit/ff2a3e84fc1fed17783c50cfc94de3675959a453
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1726626
status-firefox92:
--- → unaffected
status-firefox93:
--- → affected
status-firefox94:
--- → affected
status-firefox-esr78:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Assignee | ||
Comment 3•3 years ago
|
||
Changing severity to S2 because breaking the build.
Assignee: nobody → dmalyshau
Severity: -- → S2
Assignee | ||
Comment 4•3 years ago
|
||
Should be addressed by https://phabricator.services.mozilla.com/D125103
Comment 5•3 years ago
|
||
Can you confirm that we're good now?
Depends on: 1729751
Flags: needinfo?(mh+mozilla)
Reporter | ||
Comment 6•3 years ago
|
||
Looks like so.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(mh+mozilla)
Resolution: --- → FIXED
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•