We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the pkgconf test pipeline is added to mimalloc2 it will fail in the following way:
2024/11/12 23:13:17 INFO running step "test/pkgconf" 2024/11/12 23:13:17 WARN + '[' -d /home/build ] uses=test/pkgconf 2024/11/12 23:13:17 WARN + cd /home/build uses=test/pkgconf 2024/11/12 23:13:17 WARN + exit 0 uses=test/pkgconf 2024/11/12 23:13:17 INFO running step "pkgconf build dependency check" uses=test/pkgconf 2024/11/12 23:13:17 WARN + '[' -d /home/build ] uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + cd /home/build uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + basename /home/build/melange-out/mimalloc2 uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + dev_pkg=mimalloc2 uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + cd / uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + apk info -L mimalloc2 uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + grep '\.pc$' uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN WARNING: opening /home/user/src/wolfi-os/packages: No such file or directory uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN WARNING: opening from cache https://packages.wolfi.dev/os: No such file or directory uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + grep -q ^Name: usr/lib64/pkgconfig/mimalloc.pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + basename usr/lib64/pkgconfig/mimalloc.pc .pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + lib_name=mimalloc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + echo usr/lib64/pkgconfig/mimalloc.pc uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:17 WARN + grep -q '^usr/lib/pkgconfig/mimalloc.pc$\|^usr/share/pkgconfig/mimalloc.pc$' uses=test/pkgconf name="pkgconf build dependency check" 2024/11/12 23:13:18 INFO pod 65f93d049f0ee6a45efc9935741953f90a309fa8a962d066c054112fe8a35edb terminated 2024/11/12 23:13:18 INFO ERROR: failed to test package. the test environment has been preserved: 2024/11/12 23:13:18 INFO workspace dir: /home/user/tmp/melange-workspace-1283834217 2024/11/12 23:13:18 INFO guest dir: /home/user/tmp/melange-guest-2590245743 2024/11/12 23:13:18 ERRO failed to test package: unable to run pipeline: unable to run pipeline: unable to run pipeline: task exited with code 1 make: *** [Makefile:147: test/mimalloc2] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the pkgconf test pipeline is added to mimalloc2 it will fail in the following way:
The text was updated successfully, but these errors were encountered: