Container Image #150
Annotations
1 error
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:4d444fd70f2959d1d2d89d5ca3bb0755269454504e662329fd884832dc5279b0
Getting image source signatures
Copying blob sha256:837ee02a961d07cc096a573f281ab25796951c96c6b35909dcacf9cce81ceeb2
Copying blob sha256:4d444fd70f2959d1d2d89d5ca3bb0755269454504e662329fd884832dc5279b0
Copying blob sha256:837ee02a961d07cc096a573f281ab25796951c96c6b35909dcacf9cce81ceeb2
Copying config sha256:36ffa0c5e2a6805e1230ffa63b6b727f5a172d6bd355201e7c52e66d56f625c5
Writing manifest to image destination
Storing signatures
Copying config sha256:521a181c3f5faf205fd1e242c464a1b25e39d16284fe436311469dd766433660
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) <[email protected]>"
Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Cloning into '.'...
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/sphinxsearch.cpp:2839:5: error: call to implicitly-deleted copy constructor of 'CSphFixedVector<int>'
2839 | , m_dWeights ( rhs.m_dWeights )
| ^ ~~~~~~~~~~~~~~
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/std/fixedvector.h:42:2: note: copy constructor is implicitly deleted because 'CSphFixedVector<int>' has a user-declared move constructor
42 | CSphFixedVector ( CSphFixedVector&& rhs ) noexcept;
| ^
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/sphinxsearch.cpp:2840:5: error: call to implicitly-deleted copy constructor of 'CSphFixedVector<float>'
2840 | , m_dAvgDocFieldLens ( rhs.m_dAvgDocFieldLens )
| ^ ~~~~~~~~~~~~~~~~~~~~~~
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/std/fixedvector.h:42:2: note: copy constructor is implicitly deleted because 'CSphFixedVector<float>' has a user-declared move constructor
42 | CSphFixedVector ( CSphFixedVector&& rhs ) noexcept;
| ^
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/sphinxsearch.cpp:2841:5: error: call to implicitly-deleted copy constructor of 'CSphFixedVector<int>'
2841 | , m_dFieldLens ( rhs.m_dFieldLens )
| ^ ~~~~~~~~~~~~~~~~
/tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/src/std/fixedvector.h:42:2: note: copy constructor is implicitly deleted because 'CSphFixedVector<int>' has a user-declared
|