Perma Linux x64 QuantumRender opt Wrench [servo-fontconfig-sys 4.0.9] conftest.c:85:22: fatal error: atomic.h: No such file or directory
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | wontfix |
People
(Reporter: aryx, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Since bug 1621371 landed, every run of the Linux x64 QuantumRender opt Wrench task has this failure line (but exits successfully):
conftest.c:85:22: fatal error: atomic.h: No such file or directory
This is confusing in case the task really fails
[task 2020-03-11T08:44:16.263Z] [servo-fontconfig-sys 4.0.9] checking for XML_SetDoctypeDeclHandler... cflags: -fPIC
[task 2020-03-11T08:44:16.264Z] [servo-fontconfig-sys 4.0.9] cppflags:
[task 2020-03-11T08:44:16.265Z] [servo-fontconfig-sys 4.0.9] ldflags:
[task 2020-03-11T08:44:16.266Z] [servo-fontconfig-sys 4.0.9] libs: -lexpat
[task 2020-03-11T08:44:16.323Z] [servo-fontconfig-sys 4.0.9] yes
[task 2020-03-11T08:44:16.332Z] [servo-fontconfig-sys 4.0.9] checking for Intel atomic primitives... cflags: -fPIC
[task 2020-03-11T08:44:16.332Z] [servo-fontconfig-sys 4.0.9] cppflags:
[task 2020-03-11T08:44:16.332Z] [servo-fontconfig-sys 4.0.9] ldflags:
[task 2020-03-11T08:44:16.332Z] [servo-fontconfig-sys 4.0.9] libs:
[task 2020-03-11T08:44:16.374Z] [servo-fontconfig-sys 4.0.9] true
[task 2020-03-11T08:44:16.376Z] [servo-fontconfig-sys 4.0.9] checking for Solaris atomic operations... cflags: -fPIC
[task 2020-03-11T08:44:16.376Z] [servo-fontconfig-sys 4.0.9] cppflags:
[task 2020-03-11T08:44:16.376Z] [servo-fontconfig-sys 4.0.9] ldflags:
[task 2020-03-11T08:44:16.376Z] [servo-fontconfig-sys 4.0.9] libs:
[task 2020-03-11T08:44:16.410Z] [servo-fontconfig-sys 4.0.9] conftest.c:85:22: fatal error: atomic.h: No such file or directory
[task 2020-03-11T08:44:16.410Z] [servo-fontconfig-sys 4.0.9] #include <atomic.h>
[task 2020-03-11T08:44:16.410Z] [servo-fontconfig-sys 4.0.9] ^
[task 2020-03-11T08:44:16.410Z] [servo-fontconfig-sys 4.0.9] compilation terminated.
[task 2020-03-11T08:44:16.419Z] [servo-fontconfig-sys 4.0.9] false
Comment 1•5 years ago
|
||
How did you find this?
Comment 2•5 years ago
|
||
This was probably caused by https://github.com/servo/libfontconfig/commit/624ff110f29551364826d33bea9a269b562bef1b
![]() |
Reporter | |
Comment 3•5 years ago
|
||
I check the results of this query daily because false positive failure lines cause confusion and some external stuff like web-platform-tests cannot have them all muted. So I aim for at least preventing increases in the count of failure lines. (Eventually, there might be a taskcluster task which checks all other tasks for a push and the failure lines shown by Treeherder, but as it would ran last it would be susceptible to backlog on any platform).
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Updated•5 years ago
|
Comment 5•3 years ago
|
||
No longer relevant.
Description
•