mesa 24.3.3 #507632
tests.yml
on: pull_request
formulae_detect
36s
Matrix: tap_syntax
report_analytics
7s
Matrix: tests
Matrix: test_deps
conclusion
0s
Annotations
7 errors, 24 warnings, and 25 notices
Linux
mesa 24.3.3 did not build
|
`brew install --verbose --formula --build-bottle mesa` failed on Linux!:
Formula/m/mesa.rb#L214
-----------
Command line: `gcc-11 /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp4j8hrk9l/testfile.c -o /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp4j8hrk9l/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--gdb-index` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: unrecognized option '--gdb-index'
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
-----------
Compiler for C supports link arguments -Wl,--gdb-index: NO
Running compile:
Working directory: /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp1p1s3wvo
Code:
#define bswap32 meson_disable_define_of_bswap32
#include <limits.h>
#undef bswap32
#ifdef __cplusplus
extern "C"
#endif
char bswap32 (void);
#if defined __stub_bswap32 || defined __stub___bswap32
fail fail fail this function is not going to work
#endif
int main(void) {
return bswap32 ();
}
-----------
Command line: `gcc-11 /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp1p1s3wvo/testfile.c -o /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp1p1s3wvo/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /tmp/ccz8K3HC.o: in function `main':
testfile.c:(.text.startup+0x9): undefined reference to `bswap32'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory: /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp60mjt8k1
Code:
int main(void) {
/* With some toolchains (MSYS2/mingw for example) the compiler
* provides various builtins which are not really implemented and
* fall back to the stdlib where they aren't provided and fail at
* build/link time. In case the user provides a header, including
* the header didn't lead to the function being defined, and the
* function we are checking isn't a builtin itself we assume the
* builtin is not functional and we just error out. */
#if !1 && !defined(bswap32) && !0
#error "No definition for __builtin_bswap32 found in the prefix"
#endif
#ifdef __has_builtin
#if !__has_builtin(__builtin_bswap32)
#error "__builtin_bswap32 not found"
#endif
#elif ! defined(bswap32)
__builtin_bswap32;
#endif
return 0;
}
-----------
Command line: `gcc-11 /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp60mjt8k1/testfile.c -o /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp60mjt8k1/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0
Checking for function "bswap32" : YES
Running compile:
Working directory: /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp__b2z_7i
Code:
#define bswap64 meson_disable_define_of_bswap64
#include <limits.h>
#undef bswap64
#ifdef __cplusplus
extern "C"
#endif
char bswap64 (void);
#if defined __stub_bswap64 || defined __stub___bswap64
fail fail fail this function is not going to work
#endif
int main(void) {
return bswap64 ();
}
-----------
Command line: `gcc-11 /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp__b2z_7i/testfile.c -o /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmp__b2z_7i/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1
stderr:
/home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /tmp/ccO5mFXD.o: in function `main':
testfile.c:(.text.startup+0x9): undefined reference to `bswap64'
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory: /tmp/mesa-20250113-12669-jjom6g/mesa-24.3.3/build/meson-private/tmpj40jwr38
Code:
int main(void) {
|
Linux
install failed
|
Linux
Process completed with exit code 1.
|
conclusion
`tests` job failure.
|
conclusion
`test_deps` job skipped. Do not merge until re-run with `CI-no-fail-fast-deps`
|
conclusion
Process completed with exit code 1.
|
formulae_detect
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
report_analytics
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_dep_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_runners
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tap_syntax (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_dep_runners
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tap_syntax
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
macOS 15-arm64
String '/opt/homebrew/opt' still exists in these files:
|
macOS 15-arm64
String '/opt/homebrew/Cellar' still exists in these files:
|
`brew linkage --cached --test --strict mesa` failed on macOS Sequoia (15) on Apple Silicon!:
Formula/m/mesa.rb#L1
/opt/homebrew/Cellar/mesa/24.3.3/lib/libGL.1.dylib
|
macOS 14-arm64
String '/opt/homebrew/opt' still exists in these files:
|
macOS 14-arm64
String '/opt/homebrew/Cellar' still exists in these files:
|
`brew linkage --cached --test --strict mesa` failed on macOS Sonoma (14) on Apple Silicon!:
Formula/m/mesa.rb#L1
/opt/homebrew/Cellar/mesa/24.3.3/lib/libGL.1.dylib
|
macOS 13-arm64
String '/opt/homebrew/opt' still exists in these files:
|
macOS 13-arm64
String '/opt/homebrew/Cellar' still exists in these files:
|
`brew linkage --cached --test --strict mesa` failed on macOS Ventura (13) on Apple Silicon!:
Formula/m/mesa.rb#L1
/opt/homebrew/Cellar/mesa/24.3.3/lib/libGL.1.dylib
|
macOS 13-x86_64
String '/usr/local/opt' still exists in these files:
|
macOS 13-x86_64
String '/usr/local/Cellar' still exists in these files:
|
`brew linkage --cached --test --strict mesa` failed on macOS Ventura (13)!:
Formula/m/mesa.rb#L1
/usr/local/Cellar/mesa/24.3.3/lib/libGL.1.dylib
|
macOS 14-x86_64
String '/usr/local/opt' still exists in these files:
|
macOS 14-x86_64
String '/usr/local/Cellar' still exists in these files:
|
`brew linkage --cached --test --strict mesa` failed on macOS Sonoma (14)!:
Formula/m/mesa.rb#L1
/usr/local/Cellar/mesa/24.3.3/lib/libGL.1.dylib
|
conclusion
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux
0 bottle(s)
|
Linux
0 failed bottle(s)
|
Linux
1 list(s) of skipped formulae
|
Linux
0 list(s) of successfully tested dependents
|
macOS 15-arm64
1 bottle(s)
|
macOS 15-arm64
0 failed bottle(s)
|
macOS 15-arm64
1 list(s) of skipped formulae
|
macOS 15-arm64
0 list(s) of successfully tested dependents
|
macOS 14-arm64
1 bottle(s)
|
macOS 14-arm64
0 failed bottle(s)
|
macOS 14-arm64
1 list(s) of skipped formulae
|
macOS 14-arm64
0 list(s) of successfully tested dependents
|
macOS 13-arm64
1 bottle(s)
|
macOS 13-arm64
0 failed bottle(s)
|
macOS 13-arm64
1 list(s) of skipped formulae
|
macOS 13-arm64
0 list(s) of successfully tested dependents
|
macOS 13-x86_64
1 bottle(s)
|
macOS 13-x86_64
0 failed bottle(s)
|
macOS 13-x86_64
1 list(s) of skipped formulae
|
macOS 13-x86_64
0 list(s) of successfully tested dependents
|
macOS 14-x86_64
1 bottle(s)
|
macOS 14-x86_64
0 failed bottle(s)
|
macOS 14-x86_64
1 list(s) of skipped formulae
|
macOS 14-x86_64
0 list(s) of successfully tested dependents
|
conclusion
`tests` job status: failure
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bottles_13-arm64-12749016739
|
14.9 MB |
|
bottles_13-x86_64-12749016739
|
15.8 MB |
|
bottles_14-arm64-12749016739
|
14.8 MB |
|
bottles_14-x86_64-12749016739
|
15.7 MB |
|
bottles_15-arm64-12749016739
|
14.8 MB |
|
bottles_ubuntu-latest
|
783 Bytes |
|
logs_13-arm64-12749016739
|
261 KB |
|
logs_13-x86_64-12749016739
|
266 KB |
|
logs_14-arm64-12749016739
|
261 KB |
|
logs_14-x86_64-12749016739
|
265 KB |
|
logs_15-arm64-12749016739
|
261 KB |
|
logs_ubuntu-latest
|
103 KB |
|