Created
May 6, 2026 02:27
-
-
Save juhp/40839eac9ae96cabf9f6acc49deacf14 to your computer and use it in GitHub Desktop.
meson-fix15774 %check in rawhide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| FAIL: test_clang_tidy (unittests.allplatformstests.AllPlatformTests.test_clang_tidy) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/unittests/helpers.py", line 194, in wrapped | |
| return func(*args, **kwargs) | |
| File "/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/unittests/helpers.py", line 194, in wrapped | |
| return func(*args, **kwargs) | |
| File "/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/unittests/allplatformstests.py", line 3446, in test_clang_tidy | |
| self.assertIn('cttest.cpp:4:20', out) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'cttest.cpp:4:20' not found in "ninja explain: PHONY is dirty\n[0/1] /usr/bin/python3 /var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/meson.py --internal clangtidy '/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/test cases/unit/68 clang-tidy' /var/home/petersen/tmp/tmpx1avfq0i --color always\n" | |
| Stdout: | |
| $ /usr/bin/python3 /var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/meson.py setup --backend=ninja --prefix /usr --libdir lib /var/home/petersen/tmp/tmpx1avfq0i '/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/test cases/unit/68 clang-tidy' | |
| stdout: | |
| The Meson build system | |
| Version: 1.11.99 | |
| Source dir: /var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/test cases/unit/68 clang-tidy | |
| Build dir: /var/home/petersen/tmp/tmpx1avfq0i | |
| Build type: native build | |
| Project name: clangtidytest | |
| Project version: undefined | |
| C++ compiler for the host machine: c++ (gcc 16.1.1 "c++ (GCC) 16.1.1 20260501 (Red Hat 16.1.1-1)") | |
| C++ linker for the host machine: c++ ld.bfd 2.46.50.20260325 | |
| Host machine cpu family: x86_64 | |
| Host machine cpu: x86_64 | |
| Build targets in project: 1 | |
| clangtidytest undefined | |
| User defined options | |
| backend: ninja | |
| libdir : lib | |
| prefix : /usr | |
| Found ninja-1.13.2 at /usr/bin/ninja | |
| Generating targets: 0%| | 0/1 eta ? | |
| Writing build.ninja: 0%| | 0/34 eta ? | |
| $ /usr/bin/ninja -d explain clang-tidy | |
| stdout: | |
| ninja explain: PHONY is dirty | |
| [0/1] /usr/bin/python3 /var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/meson.py --internal clangtidy '/var/home/petersen/fedora/rpms/meson/BUILD/meson-1.11.2_git01e1017-build/meson-fix15774/test cases/unit/68 clang-tidy' /var/home/petersen/tmp/tmpx1avfq0i --color always | |
| ---------------------------------------------------------------------- | |
| Ran 648 tests in 604.129s | |
| FAILED (failures=1, skipped=58) | |
| Total time: 604.661 seconds | |
| error: Bad exit status from /var/tmp/rpm-tmp.jB5WHN (%check) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment