Skip to content

fix: Build opentelemetry-cpp from source #164

fix: Build opentelemetry-cpp from source

fix: Build opentelemetry-cpp from source #164

Triggered via push January 22, 2026 15:34
Status Failure
Total duration 3m 20s
Artifacts

image_build.yaml

on: push
Build and push image
2m 55s
Build and push image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and push image
Error: buildah exited with code 1 Trying to pull quay.io/centos/centos:stream9... Getting image source signatures Copying blob sha256:3b5f9e95a32435faa3eb6f6da7e80b533dd450b0a650b81e3c3ef06f641f2468 Copying config sha256:5bf60798e3e8dc1426b5033a3c72b734cb25a374132dab895f89fc9e6b854054 Writing manifest to image destination % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 100 18991 100 18991 0 0 1922 0 0:00:09 0:00:09 --:--:-- 5224 warning: epel-release-latest-9.noarch.rpm: Header V4 RSA/SHA256 Signature, key ID 3228467c: NOKEY 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 Importing GPG key 0x3228467C: Userid : "Fedora (epel9) <epel@fedoraproject.org>" Fingerprint: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9 Cloning into 'opentelemetry-cpp'... Note: switching to 'baecbb95bd63df53e0af16e87bc683967962c5f8'. 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 Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/benchmark' Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/googletest' Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/ms-gsl' Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/nlohmann-json' Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-proto' Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentracing-cpp' Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/prometheus-cpp' Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'tools/vcpkg' Cloning into '/opentelemetry-cpp/third_party/benchmark'... Cloning into '/opentelemetry-cpp/third_party/googletest'... Cloning into '/opentelemetry-cpp/third_party/ms-gsl'... Cloning into '/opentelemetry-cpp/third_party/nlohmann-json'... Cloning into '/opentelemetry-cpp/third_party/opentelemetry-proto'... Cloning into '/opentelemetry-cpp/third_party/opentracing-cpp'... Cloning into '/opentelemetry-cpp/third_party/prometheus-cpp'... Cloning into '/opentelemetry-cpp/tools/vcpkg'... From https://github.com/google/benchmark * branch