upgrade to manticore and RHEL9 #2
container-image.yml
on: pull_request
call-build
/
buildah
59m 36s
Annotations
1 error
call-build / buildah
Error: buildah exited with code 2
Trying to pull quay.io/centos/centos:stream9...
Trying to pull quay.io/centos/centos:stream9-minimal...
Getting image source signatures
Copying blob sha256:1b71d38cd93ee2e1885bc794e607c11c1729e23696f6c1998af2bb12c17b8a9c
Getting image source signatures
Copying blob sha256:134fc75fb6ae1d49d7bfe448468e4b36dd970fe95f40b77e7e7e2f5ad28bebd4
Copying blob sha256:1b71d38cd93ee2e1885bc794e607c11c1729e23696f6c1998af2bb12c17b8a9c
Copying blob sha256:134fc75fb6ae1d49d7bfe448468e4b36dd970fe95f40b77e7e7e2f5ad28bebd4
Copying config sha256:0864797563cb5633197776444bfc6359310bae52578b45832b28962efbfd06be
Writing manifest to image destination
Storing signatures
Copying config sha256:49a573649ef787a6fa5b10468cacf3508ae1930851e0211ea1dab9e45150e1cc
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]
}
^
1 warning generated.
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/sphinx.cpp:9992:3: error: use of undeclared identifier 'SPH_EXTNODE_STACK_SIZE'
SPH_EXTNODE_STACK_SIZE = iDelta;
^
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/sphinx.cpp:10027:19: error: use of undeclared identifier 'SPH_EXTNODE_STACK_SIZE'
return iHeight * SPH_EXTNODE_STACK_SIZE + SPH_EXTRA_BUDGET;
^
2 errors generated.
gmake[2]: *** [src/CMakeFiles/lmanticore.dir/build.make:113: src/CMakeFiles/lmanticore.dir/sphinx.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:371: src/CMakeFiles/lmanticore.dir/all] Error 2
gmake: *** [Makefile:156: all] Error 2
error building at STEP "RUN yum install -y --setopt=skip_missing_names_on_install=False,tsflags=nodocs llvm-toolset mysql cmake boost-devel openssl-devel zlib-devel bison flex systemd-units rpm-build git && git clone --depth=1 --branch=$SEARCHD_REF $SEARCHD_REPO . && sed -i -e 's/Boost_USE_STATIC_LIBS ON/Boost_USE_STATIC_LIBS OFF/' src/CMakeLists.txt &&
|