Container Image #94
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
container-image-buildah.yml
on: workflow_dispatch
buildah
22m 20s
Annotations
1 error
buildah
Error: buildah exited with code 1
Trying to pull quay.io/centos/centos:stream9-minimal...
Trying to pull quay.io/centos/centos:stream9...
Getting image source signatures
Copying blob sha256:f363784bcc4192392dc165e98b9c257019b1fc31430b479ec11ce2ba6d412a5f
Copying blob sha256:f363784bcc4192392dc165e98b9c257019b1fc31430b479ec11ce2ba6d412a5f
Getting image source signatures
Copying blob sha256:42f5b36203c412784f366842a5e0a1b9be98741e6544df06da7c9e01d78e911f
Copying blob sha256:42f5b36203c412784f366842a5e0a1b9be98741e6544df06da7c9e01d78e911f
Copying config sha256:0612bbdf9534bd3a28425b8ecd69216b70c969735c96a10babda6d43b685378d
Writing manifest to image destination
Storing signatures
Copying config sha256:4d65a59850e1ceaf24c8b3eec4160edaf486378bf050743426eeb4161908bc43
Writing manifest to image destination
Storing signatures
Setopt argument has multiple values: skip_missing_names_on_install=False,tsflags=nodocs
Setopt argument has multiple values: skip_missing_names_on_install=False,tsflags=nodocs
Importing GPG key 0x8483C65D:
Userid : "CentOS (CentOS Official Signing Key) <security@centos.org>"
Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Cloning into '.'...
Note: switching to '455347112e288c2ef533bc6c0397d9bd2639c418'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
CMake Warning:
Manually-specified variables were not used by the project:
UNI_ALGO_DISABLE_PROP
Cloning into 'columnar_api_populate'...
HEAD is now at e8f49b0 bump SI lib version
CMake Warning at CMakeLists.txt:85 (message):
Minor (0) of project version 2.0.5 is not equal to LIB_VERSION (21) in file
columnar.h. That is not critical, but it would be nice if V of API is
reflected someway in project version with human-readable way.
Parsing deps.txt line: buddy 1.0.18 23080406 2befdbe
BUDDY version: >= 1.0.18-23080406-2befdbe & < 2.0.0
Parsing deps.txt line: backup 1.0.8 23080406 f7638f9
BACKUP version: >= 1.0.8-23080406-f7638f9 & < 2.0.0
Parsing deps.txt line: mcl 2.2.4 230822 5aec342
MCL version: >= 2.2.4-230822-5aec342 & < 3.0.0
Parsing deps.txt line: executor 0.7.8 23082208 810d7d3
EXECUTOR version: >= 0.7.8-23082208-810d7d3 & < 1.0.0
Parsing deps.txt line: executor-win 0.5.2 221125 a40554c
EXECUTOR-WIN version: >= 0.5.2-221125-a40554c & < 1.0.0
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/coro_stack.cpp:48:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
48 | }
| ^
1 warning generated.
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/searchdssl.cpp:172:2: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations]
172 | ERR_remove_state ( 0 );
| ^
/usr/include/openssl/err.h:488:1: note: 'ERR_remove_state' has been explicitly marked deprecated here
488 | OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
| ^
/usr/include/openssl/macros.h:237:49: note: expanded from macro 'OSSL_DEPRECATEDIN_1_0_0'
237 | # define OSSL_DEPRECATEDIN_1_0_0 OSSL_DEPRECATED(1.0.0)
| ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/searchdssl.cpp:38:13: warning: unused function 'fnSslLock' [-Wunused-function]
38 | static void fnSslLock ( int iMode, int iLock, const char*, int )
|