Build/core rpm build failing #2238

Merged
mfreeman451 merged 2 commits from refs/pull/2238/head into main 2025-09-24 17:25:36 +00:00
mfreeman451 commented 2025-09-24 17:16:59 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1658
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/1658
Original created: 2025-09-24T17:16:59Z
Original updated: 2025-09-24T17:25:40Z
Original head: carverauto/serviceradar:build/core_rpm_build_failing
Original base: main
Original merged: 2025-09-24T17:25:36Z by @mfreeman451

PR Type

Enhancement


Description

  • Enhanced Kong artifact fetching with configurable versions

  • Added support for both enterprise and community Kong packages

  • Fixed RPM build dependencies across all spec files

  • Created new Kong wrapper package specification


Diagram Walkthrough

flowchart LR
  A["fetch-kong-artifacts.sh"] --> B["Configurable Downloads"]
  B --> C["Enterprise Artifacts"]
  B --> D["Community Artifacts"]
  C --> E["serviceradar-kong Package"]
  D --> E
  F["RPM Spec Files"] --> G["systemd-rpm-macros"]
  G --> H["Fixed Build Dependencies"]

File Walkthrough

Relevant files
Enhancement
3 files
fetch-kong-artifacts.sh
Enhanced artifact fetching with configurable versions       
+51/-21 
Dockerfile.rpm.simple
Added systemd-rpm-macros and empty build handling               
+6/-2     
serviceradar-kong.spec
Created new Kong wrapper package specification                     
+76/-0   
Configuration changes
1 files
components.json
Updated Kong package configuration structure                         
+17/-9   
Documentation
1 files
README.md
Updated documentation for new artifact fetching                   
+12/-8   
Bug fix
21 files
serviceradar-agent.spec
Fixed systemd build requirements                                                 
+2/-2     
serviceradar-core.spec
Fixed systemd build requirements                                                 
+2/-2     
serviceradar-event-writer.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-flowgger.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-goflow2.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-kv.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-mapper.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-nats.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-otel.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-poller.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-profiler.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-proton.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-rperf-checker.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-rperf.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-snmp-checker.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-srql.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-sync.spec
Fixed systemd build requirements                                                 
+2/-2     
serviceradar-sysmon.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-trapd.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-web.spec
Fixed systemd build requirements                                                 
+1/-1     
serviceradar-zen.spec
Fixed systemd build requirements                                                 
+1/-1     

Imported from GitHub pull request. Original GitHub pull request: #1658 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/pull/1658 Original created: 2025-09-24T17:16:59Z Original updated: 2025-09-24T17:25:40Z Original head: carverauto/serviceradar:build/core_rpm_build_failing Original base: main Original merged: 2025-09-24T17:25:36Z by @mfreeman451 --- ### **PR Type** Enhancement ___ ### **Description** - Enhanced Kong artifact fetching with configurable versions - Added support for both enterprise and community Kong packages - Fixed RPM build dependencies across all spec files - Created new Kong wrapper package specification ___ ### Diagram Walkthrough ```mermaid flowchart LR A["fetch-kong-artifacts.sh"] --> B["Configurable Downloads"] B --> C["Enterprise Artifacts"] B --> D["Community Artifacts"] C --> E["serviceradar-kong Package"] D --> E F["RPM Spec Files"] --> G["systemd-rpm-macros"] G --> H["Fixed Build Dependencies"] ``` <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>3 files</summary><table> <tr> <td><strong>fetch-kong-artifacts.sh</strong><dd><code>Enhanced artifact fetching with configurable versions</code>&nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-448068ce58b8f5324251c7496e00a7955fe479b20c43a3111b4f9187b90150cd">+51/-21</a>&nbsp; </td> </tr> <tr> <td><strong>Dockerfile.rpm.simple</strong><dd><code>Added systemd-rpm-macros and empty build handling</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-4064ba5cca15792a3395bec09f98ff4ee5d3612d60b9073ff50c8b731131626b">+6/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-kong.spec</strong><dd><code>Created new Kong wrapper package specification</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-e1be0e25d1d167a40c46c2b32773948a0e0df715f27f9cf4c011fec892b27583">+76/-0</a>&nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Configuration changes</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>components.json</strong><dd><code>Updated Kong package configuration structure</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-3ae5949d89b0252d10fce9bf950231c8151a73b2154dccfe4e7261acc116582c">+17/-9</a>&nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Documentation</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>README.md</strong><dd><code>Updated documentation for new artifact fetching</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-0371346dc2a772957ae98006d92841ad86b86df489bcb6951b15f698f5c65192">+12/-8</a>&nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Bug fix</strong></td><td><details><summary>21 files</summary><table> <tr> <td><strong>serviceradar-agent.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-9fd8b118e9eb1b76ed4cc7664b788115634d3f1978bcc4fee0ea5873de1f6b90">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-core.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-b03570dbdd332568f77902ae5a6dc38255e2639e1fa4bb921c06c1557dbf35e0">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-event-writer.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-2a02c3cc8b4a3ab0ba76ce10f8c2e9168179e0f9f3eaa19807bb77d9a79b30e9">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-flowgger.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-894a88a48d87c8564c8958dff8a5d186cff83a1b48163182436f7f324f765e8c">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-goflow2.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-bab457844021064fedca41f57b7eca08a506f4985a9364da6e1691b7167aebd9">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-kv.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-413b49672fc2bf028e0db1cf08f88fdc57608a82e4dfe3aed2cec699d3237d75">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-mapper.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-169bda1e25390e292d863fec1a7e455de7800143e08312ff3f67349b5edd0270">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-nats.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-3341a04774c8bd3113142b3abaab5c5f4db8e12cc6a6a789b30555f602444172">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-otel.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-593ca55958a2e0326e3eadce02fdd31e240e68bdf31fda39b9607d0c23cdf6c4">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-poller.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-afe5af03df8123f1126cf5b790cca19c707968dae11d300dd75a52097323857f">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-profiler.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-268b89d5448fb107cdfe16cc0d9964781c02dc39dc828725315f482fd48e16b6">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-proton.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-6aa5dc112bfc6b27d076f2a6a5f87cf7a285ec70dbf032f720b9b4c9dc646eab">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-rperf-checker.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-fd3217cc52aeca1a10d4826f4b78fd2319a39a11039d798840baab1d0d174875">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-rperf.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-e29a7a6d3f0619a2460280c62bbd7bb8f608fde56c8078041c42cbe41e9ad95e">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-snmp-checker.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-b29e95ee68a3151965ee19d69ed21f519ddf530dde9dfd1ad8d90e88b48717c7">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-srql.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-0f0d2551b721585ca16456a6217f4633c70f56c4a667e721d6783744ca3e5ff8">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-sync.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-ad03df822d4f446590c2e7f35f39921575ea7f7600209eabd02ea4888fd3f8d9">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-sysmon.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-1140c1c7039cda75a719ccf637cec7bb67e49313ebcbe632f34381901c5c5005">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-trapd.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-230b82e75a46737b86cede13d2b7c9a8b63e11f5ecffd8593d37ca8d637ff65e">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-web.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-c84b985ecad45b6ee62657446e763878a6dd4e9a01e5903053cc923d88c34edb">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>serviceradar-zen.spec</strong><dd><code>Fixed systemd build requirements</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-b09626493d21438651625c21e3a01752c29aff928093ae915b0f738ae1e4404c">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr></tr></tbody></table> </details> ___
qodo-code-review[bot] commented 2025-09-24 17:17:40 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329932449
Original created: 2025-09-24T17:17:40Z

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 3 🔵🔵🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

Robustness

URLs and version/channel derivation are hard-coded patterns; if upstream paths change or alternate distros are needed, downloads will silently fail later. Consider validating HTTP status and artifact integrity (e.g., checksum support) and allowing distro/codename/OS arch to be parameterized.

if [[ "$FETCH_ENTERPRISE" != "0" ]]; then
  echo "[INFO] Fetching Kong enterprise artifacts (version ${ENTERPRISE_VERSION}) into $OUT_DIR"
  download "Kong enterprise RPM (el9 x86_64)" \
    "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/rpm/el/9/x86_64/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.x86_64.rpm" \
    "$OUT_DIR/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.x86_64.rpm"
  download "Kong enterprise RPM (el9 aarch64)" \
    "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/rpm/el/9/aarch64/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.aarch64.rpm" \
    "$OUT_DIR/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.aarch64.rpm"
  download "Kong enterprise DEB (amd64)" \
    "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/deb/debian/pool/bookworm/main/k/ko/kong-enterprise-edition_${ENTERPRISE_VERSION}/kong-enterprise-edition_${ENTERPRISE_VERSION}_amd64.deb" \
    "$OUT_DIR/kong-enterprise-edition_${ENTERPRISE_VERSION}_amd64.deb"
  download "Kong enterprise DEB (arm64)" \
    "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/deb/debian/pool/bookworm/main/k/ko/kong-enterprise-edition_${ENTERPRISE_VERSION}/kong-enterprise-edition_${ENTERPRISE_VERSION}_arm64.deb" \
    "$OUT_DIR/kong-enterprise-edition_${ENTERPRISE_VERSION}_arm64.deb"
else
  echo "[INFO] Skipping enterprise artifact downloads (set KONG_FETCH_ENTERPRISE=1 to enable)"
fi

if [[ "$FETCH_COMMUNITY" != "0" ]]; then
  echo "[INFO] Fetching Kong community artifacts (version ${COMMUNITY_VERSION}) into $OUT_DIR"
  download "Kong community RPM (el9 x86_64)" \
    "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/rpm/el/9/x86_64/kong-${COMMUNITY_VERSION}.el9.x86_64.rpm" \
    "$OUT_DIR/kong-${COMMUNITY_VERSION}.el9.x86_64.rpm"
  download "Kong community RPM (el9 aarch64)" \
    "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/rpm/el/9/aarch64/kong-${COMMUNITY_VERSION}.el9.aarch64.rpm" \
    "$OUT_DIR/kong-${COMMUNITY_VERSION}.el9.aarch64.rpm"
  download "Kong community DEB (amd64)" \
    "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/deb/debian/pool/bookworm/main/k/kong/kong_${COMMUNITY_VERSION}_amd64.deb" \
    "$OUT_DIR/kong_${COMMUNITY_VERSION}_amd64.deb"
  download "Kong community DEB (arm64)" \
    "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/deb/debian/pool/bookworm/main/k/kong/kong_${COMMUNITY_VERSION}_arm64.deb" \
    "$OUT_DIR/kong_${COMMUNITY_VERSION}_arm64.deb"
fi
Build Path Handling

The conditional skip when BINARY_PATH is empty creates a .keep file, but subsequent RPM stages may expect binaries/artifacts. Ensure downstream steps tolerate empty outputs or fail fast with a clear error when a component actually requires a binary.

if [ -z "${BINARY_PATH}" ]; then \
    echo "No build path provided; skipping binary compilation for ${COMPONENT}"; \
    touch /build-out/.keep; \
elif [ -d "${BINARY_PATH}" ] && [ -f "${BINARY_PATH}/main.go" ]; then \
    echo "Building from ${BINARY_PATH}" && \
    cd ${BINARY_PATH} && ls -la && \
    cd /src && \
    GOOS=linux GOARCH=amd64 go build -v -o "/build-out/serviceradar-${COMPONENT}" "./${BINARY_PATH}"; \
Source Path Assumptions

The spec copies files from %{_sourcedir}/packaging/... which presumes the full repo layout is present in SOURCES. This may fail under typical rpmbuild flows where only listed Source files are staged. Consider using Source entries or bundling via tarball to ensure files exist.

%install
mkdir -p %{buildroot}/usr/share/serviceradar-kong/vendor
mkdir -p %{buildroot}/usr/share/serviceradar-kong/scripts
mkdir -p %{buildroot}/etc/kong

# Copy optional configuration if provided
if [ -f %{_sourcedir}/packaging/kong/config/kong.conf ]; then
  install -m 644 %{_sourcedir}/packaging/kong/config/kong.conf %{buildroot}/etc/kong/kong.conf
fi

# Install helper scripts
install -m 755 %{_sourcedir}/packaging/kong/scripts/postinstall.sh \
  %{buildroot}/usr/share/serviceradar-kong/scripts/postinstall.sh
install -m 755 %{_sourcedir}/packaging/kong/scripts/preremove.sh \
  %{buildroot}/usr/share/serviceradar-kong/scripts/preremove.sh

# Copy any bundled vendor artifacts that are present
for artifact in \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \
  %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do
  if [ -f "$artifact" ]; then
    install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/
  fi
done
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329932449 Original created: 2025-09-24T17:17:40Z --- ## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 3 🔵🔵🔵⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://github.com/carverauto/serviceradar/pull/1658/files#diff-448068ce58b8f5324251c7496e00a7955fe479b20c43a3111b4f9187b90150cdR28-R60'><strong>Robustness</strong></a> URLs and version/channel derivation are hard-coded patterns; if upstream paths change or alternate distros are needed, downloads will silently fail later. Consider validating HTTP status and artifact integrity (e.g., checksum support) and allowing distro/codename/OS arch to be parameterized. </summary> ```shell if [[ "$FETCH_ENTERPRISE" != "0" ]]; then echo "[INFO] Fetching Kong enterprise artifacts (version ${ENTERPRISE_VERSION}) into $OUT_DIR" download "Kong enterprise RPM (el9 x86_64)" \ "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/rpm/el/9/x86_64/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.x86_64.rpm" \ "$OUT_DIR/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.x86_64.rpm" download "Kong enterprise RPM (el9 aarch64)" \ "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/rpm/el/9/aarch64/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.aarch64.rpm" \ "$OUT_DIR/kong-enterprise-edition-${ENTERPRISE_VERSION}.el9.aarch64.rpm" download "Kong enterprise DEB (amd64)" \ "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/deb/debian/pool/bookworm/main/k/ko/kong-enterprise-edition_${ENTERPRISE_VERSION}/kong-enterprise-edition_${ENTERPRISE_VERSION}_amd64.deb" \ "$OUT_DIR/kong-enterprise-edition_${ENTERPRISE_VERSION}_amd64.deb" download "Kong enterprise DEB (arm64)" \ "https://packages.konghq.com/public/gateway-${ENTERPRISE_CHANNEL}/deb/debian/pool/bookworm/main/k/ko/kong-enterprise-edition_${ENTERPRISE_VERSION}/kong-enterprise-edition_${ENTERPRISE_VERSION}_arm64.deb" \ "$OUT_DIR/kong-enterprise-edition_${ENTERPRISE_VERSION}_arm64.deb" else echo "[INFO] Skipping enterprise artifact downloads (set KONG_FETCH_ENTERPRISE=1 to enable)" fi if [[ "$FETCH_COMMUNITY" != "0" ]]; then echo "[INFO] Fetching Kong community artifacts (version ${COMMUNITY_VERSION}) into $OUT_DIR" download "Kong community RPM (el9 x86_64)" \ "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/rpm/el/9/x86_64/kong-${COMMUNITY_VERSION}.el9.x86_64.rpm" \ "$OUT_DIR/kong-${COMMUNITY_VERSION}.el9.x86_64.rpm" download "Kong community RPM (el9 aarch64)" \ "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/rpm/el/9/aarch64/kong-${COMMUNITY_VERSION}.el9.aarch64.rpm" \ "$OUT_DIR/kong-${COMMUNITY_VERSION}.el9.aarch64.rpm" download "Kong community DEB (amd64)" \ "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/deb/debian/pool/bookworm/main/k/kong/kong_${COMMUNITY_VERSION}_amd64.deb" \ "$OUT_DIR/kong_${COMMUNITY_VERSION}_amd64.deb" download "Kong community DEB (arm64)" \ "https://packages.konghq.com/public/gateway-${COMMUNITY_CHANNEL}/deb/debian/pool/bookworm/main/k/kong/kong_${COMMUNITY_VERSION}_arm64.deb" \ "$OUT_DIR/kong_${COMMUNITY_VERSION}_arm64.deb" fi ``` </details> <details><summary><a href='https://github.com/carverauto/serviceradar/pull/1658/files#diff-4064ba5cca15792a3395bec09f98ff4ee5d3612d60b9073ff50c8b731131626bR43-R50'><strong>Build Path Handling</strong></a> The conditional skip when BINARY_PATH is empty creates a .keep file, but subsequent RPM stages may expect binaries/artifacts. Ensure downstream steps tolerate empty outputs or fail fast with a clear error when a component actually requires a binary. </summary> ```txt if [ -z "${BINARY_PATH}" ]; then \ echo "No build path provided; skipping binary compilation for ${COMPONENT}"; \ touch /build-out/.keep; \ elif [ -d "${BINARY_PATH}" ] && [ -f "${BINARY_PATH}/main.go" ]; then \ echo "Building from ${BINARY_PATH}" && \ cd ${BINARY_PATH} && ls -la && \ cd /src && \ GOOS=linux GOARCH=amd64 go build -v -o "/build-out/serviceradar-${COMPONENT}" "./${BINARY_PATH}"; \ ``` </details> <details><summary><a href='https://github.com/carverauto/serviceradar/pull/1658/files#diff-e1be0e25d1d167a40c46c2b32773948a0e0df715f27f9cf4c011fec892b27583R21-R46'><strong>Source Path Assumptions</strong></a> The spec copies files from %{_sourcedir}/packaging/... which presumes the full repo layout is present in SOURCES. This may fail under typical rpmbuild flows where only listed Source files are staged. Consider using Source entries or bundling via tarball to ensure files exist. </summary> ```txt %install mkdir -p %{buildroot}/usr/share/serviceradar-kong/vendor mkdir -p %{buildroot}/usr/share/serviceradar-kong/scripts mkdir -p %{buildroot}/etc/kong # Copy optional configuration if provided if [ -f %{_sourcedir}/packaging/kong/config/kong.conf ]; then install -m 644 %{_sourcedir}/packaging/kong/config/kong.conf %{buildroot}/etc/kong/kong.conf fi # Install helper scripts install -m 755 %{_sourcedir}/packaging/kong/scripts/postinstall.sh \ %{buildroot}/usr/share/serviceradar-kong/scripts/postinstall.sh install -m 755 %{_sourcedir}/packaging/kong/scripts/preremove.sh \ %{buildroot}/usr/share/serviceradar-kong/scripts/preremove.sh # Copy any bundled vendor artifacts that are present for artifact in \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \ %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do if [ -f "$artifact" ]; then install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/ fi done ``` </details> </td></tr> </table>
qodo-code-review[bot] commented 2025-09-24 17:18:43 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329935875
Original created: 2025-09-24T17:18:43Z

PR Code Suggestions

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
High-level
Avoid bundling unnecessary package formats

The serviceradar-kong.spec file should be modified to only include .rpm
artifacts in the final RPM package, excluding .deb files to reduce unnecessary
package size.

Examples:

packaging/specs/serviceradar-kong.spec [38-46]
for artifact in \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \
  %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do
  if [ -f "$artifact" ]; then
    install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/
  fi
done

Solution Walkthrough:

Before:

# packaging/specs/serviceradar-kong.spec

%install
# ...
# Copy any bundled vendor artifacts that are present
for artifact in \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \
  %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do
  if [ -f "$artifact" ]; then
    install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/
  fi
done
# ...

After:

# packaging/specs/serviceradar-kong.spec

%install
# ...
# Copy only RPM artifacts for the RPM build
for artifact in \
  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \
  %{_sourcedir}/packaging/kong/vendor/kong-*.rpm; do
  if [ -f "$artifact" ]; then
    install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/
  fi
done
# ...

Suggestion importance[1-10]: 8

__

Why: The suggestion correctly identifies a significant flaw in the new serviceradar-kong.spec file, where unnecessary .deb files are bundled into the RPM package, leading to package bloat.

Medium
General
Use find instead of overlapping globs

Replace the for loop with overlapping shell globs with a find command to prevent
artifacts from being processed multiple times.

packaging/specs/serviceradar-kong.spec [37-46]

 # Copy any bundled vendor artifacts that are present
-for artifact in \
-  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \
-  %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \
-  %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \
-  %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do
-  if [ -f "$artifact" ]; then
-    install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/
-  fi
-done
+find %{_sourcedir}/packaging/kong/vendor -type f \( \
+    -name "kong-enterprise-edition-*.rpm" -o \
+    -name "kong-enterprise-edition_*.deb" -o \
+    -name "kong-*.rpm" -o \
+    -name "kong-*.deb" \
+  \) -exec install -m 644 {} %{buildroot}/usr/share/serviceradar-kong/vendor/ \;
  • Apply / Chat
Suggestion importance[1-10]: 5

__

Why: The suggestion correctly identifies that the shell globbing patterns overlap, which could lead to processing files multiple times. Using find is a more robust way to handle this, as it processes each found file only once, solving the immediate issue.

Low
Use explicit return code in function

In the download function, change the implicit return to an explicit return 0 to
clearly indicate a successful exit when a download is skipped.

scripts/fetch-kong-artifacts.sh [14-26]

 download() {
   local label="$1"
   local url="$2"
   local dest="$3"
 
   if [[ -f "$dest" ]]; then
     echo "[SKIP] $label already present at $dest"
-    return
+    return 0
   fi
 
   echo "[GET ] $label -> $dest"
   curl -fL --retry 3 --retry-delay 2 -o "$dest" "$url"
 }
  • Apply / Chat
Suggestion importance[1-10]: 3

__

Why: The suggestion correctly points out that an explicit return 0 is better practice than an implicit one. However, the script has set -e enabled, so if echo were to fail, the script would exit, making the implicit return safe in this context. The change improves clarity but has a minor impact.

Low
  • More
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329935875 Original created: 2025-09-24T17:18:43Z --- ## PR Code Suggestions ✨ <!-- cb39bb6 --> Explore these optional code suggestions: <table><thead><tr><td><strong>Category</strong></td><td align=left><strong>Suggestion&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </strong></td><td align=center><strong>Impact</strong></td></tr><tbody><tr><td rowspan=1>High-level</td> <td> <details><summary>Avoid bundling unnecessary package formats</summary> ___ **The <code>serviceradar-kong.spec</code> file should be modified to only include <code>.rpm</code> <br>artifacts in the final RPM package, excluding <code>.deb</code> files to reduce unnecessary <br>package size.** ### Examples: <details> <summary> <a href="https://github.com/carverauto/serviceradar/pull/1658/files#diff-e1be0e25d1d167a40c46c2b32773948a0e0df715f27f9cf4c011fec892b27583R38-R46">packaging/specs/serviceradar-kong.spec [38-46]</a> </summary> ```spec for artifact in \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \ %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do if [ -f "$artifact" ]; then install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/ fi done ``` </details> ### Solution Walkthrough: #### Before: ```spec # packaging/specs/serviceradar-kong.spec %install # ... # Copy any bundled vendor artifacts that are present for artifact in \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \ %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do if [ -f "$artifact" ]; then install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/ fi done # ... ``` #### After: ```spec # packaging/specs/serviceradar-kong.spec %install # ... # Copy only RPM artifacts for the RPM build for artifact in \ %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \ %{_sourcedir}/packaging/kong/vendor/kong-*.rpm; do if [ -f "$artifact" ]; then install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/ fi done # ... ``` <details><summary>Suggestion importance[1-10]: 8</summary> __ Why: The suggestion correctly identifies a significant flaw in the new `serviceradar-kong.spec` file, where unnecessary `.deb` files are bundled into the RPM package, leading to package bloat. </details></details></td><td align=center>Medium </td></tr><tr><td rowspan=2>General</td> <td> <details><summary>Use find instead of overlapping globs</summary> ___ **Replace the <code>for</code> loop with overlapping shell globs with a <code>find</code> command to prevent <br>artifacts from being processed multiple times.** [packaging/specs/serviceradar-kong.spec [37-46]](https://github.com/carverauto/serviceradar/pull/1658/files#diff-e1be0e25d1d167a40c46c2b32773948a0e0df715f27f9cf4c011fec892b27583R37-R46) ```diff # Copy any bundled vendor artifacts that are present -for artifact in \ - %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition-*.rpm \ - %{_sourcedir}/packaging/kong/vendor/kong-enterprise-edition_*.deb \ - %{_sourcedir}/packaging/kong/vendor/kong-*.rpm \ - %{_sourcedir}/packaging/kong/vendor/kong-*.deb; do - if [ -f "$artifact" ]; then - install -m 644 "$artifact" %{buildroot}/usr/share/serviceradar-kong/vendor/ - fi -done +find %{_sourcedir}/packaging/kong/vendor -type f \( \ + -name "kong-enterprise-edition-*.rpm" -o \ + -name "kong-enterprise-edition_*.deb" -o \ + -name "kong-*.rpm" -o \ + -name "kong-*.deb" \ + \) -exec install -m 644 {} %{buildroot}/usr/share/serviceradar-kong/vendor/ \; ``` - [ ] **Apply / Chat** <!-- /improve --apply_suggestion=1 --> <details><summary>Suggestion importance[1-10]: 5</summary> __ Why: The suggestion correctly identifies that the shell globbing patterns overlap, which could lead to processing files multiple times. Using `find` is a more robust way to handle this, as it processes each found file only once, solving the immediate issue. </details></details></td><td align=center>Low </td></tr><tr><td> <details><summary>Use explicit return code in function</summary> ___ **In the <code>download</code> function, change the implicit <code>return</code> to an explicit <code>return 0</code> to <br>clearly indicate a successful exit when a download is skipped.** [scripts/fetch-kong-artifacts.sh [14-26]](https://github.com/carverauto/serviceradar/pull/1658/files#diff-448068ce58b8f5324251c7496e00a7955fe479b20c43a3111b4f9187b90150cdR14-R26) ```diff download() { local label="$1" local url="$2" local dest="$3" if [[ -f "$dest" ]]; then echo "[SKIP] $label already present at $dest" - return + return 0 fi echo "[GET ] $label -> $dest" curl -fL --retry 3 --retry-delay 2 -o "$dest" "$url" } ``` - [ ] **Apply / Chat** <!-- /improve --apply_suggestion=2 --> <details><summary>Suggestion importance[1-10]: 3</summary> __ Why: The suggestion correctly points out that an explicit `return 0` is better practice than an implicit one. However, the script has `set -e` enabled, so if `echo` were to fail, the script would exit, making the implicit return safe in this context. The change improves clarity but has a minor impact. </details></details></td><td align=center>Low </td></tr> <tr><td align="center" colspan="2"> - [ ] More <!-- /improve --more_suggestions=true --> </td><td></td></tr></tbody></table>
qodo-code-review[bot] commented 2025-09-24 17:19:46 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329939374
Original created: 2025-09-24T17:19:46Z

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: build

Failed stage: Test []

Failure summary:

Bazel failed during analysis because the opam toolchain setup (module extension
@@tools_opam+//extensions:opam.bzl%opam) could not create the OCaml switch 4.14.2. The root cause is
a sandboxing/network namespace error while compiling ocaml-base-compiler:
- At
/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl:242:17, the build
calls fail(...) after opam switch create exits with rc=31.
- stderr from opam shows the configure
step failed with: bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted (lines 1945-1947).
-
This indicates bubblewrap (used by opam sandbox) attempted to configure a loopback address in the
container/runner and was denied due to permissions.
- Because the opam extension failed, many
targets could not be analyzed, leading to Bazel reporting "command succeeded, but not all targets
were analyzed" and ultimately "No test targets were found, yet testing was requested."

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

302:  (17:18:34) ^[[35mWARNING: ^[[0mThe following configs were expanded more than once: [remote]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
303:  (17:18:34) ^[[35mWARNING: ^[[0moption '--remote_timeout' was expanded to from both option '--config=ci' (source command line options) and option '--config=ci' (source command line options)
304:  (17:18:34) ^[[32mINFO: ^[[0mInvocation ID: 787aaf15-650e-4863-ada1-ff6584e87374
305:  (17:18:34) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://app.buildbuddy.io/invocation/787aaf15-650e-4863-ada1-ff6584e87374^[[0m
306:  (17:18:34) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/work/serviceradar/serviceradar/.bazelrc: --max_idle_secs=60
307:  (17:18:34) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/.bazelrc: --output_base=/home/runner/.bazel
308:  (17:18:34) ^[[32mINFO: ^[[0mOptions provided by the client:
309:  Inherited 'common' options: --isatty=0 --terminal_columns=80
310:  (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc:
311:  Inherited 'common' options: --announce_rc --experimental_convenience_symlinks=clean --color=yes --curses=yes
312:  (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc.remote:
313:  Inherited 'common' options: --remote_header=x-buildbuddy-api-key=***
314:  (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc:
315:  Inherited 'build' options: --keep_going --jobs=auto --show_timestamps --action_env=OPENSSL_NO_PKG_CONFIG=1 --java_runtime_version=local_jdk --tool_java_runtime_version=local_jdk --build_metadata=REPO_URL=git@github.com:carverauto/serviceradar.git
316:  (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc:
317:  'test' options: --test_output=errors --action_env=OPENSSL_NO_PKG_CONFIG=1 --flaky_test_attempts=2
318:  (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:ci in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --keep_going --build_tag_filters=-manual --config=remote --build_metadata=ROLE=CI --bes_results_url=https://app.buildbuddy.io/invocation/ --bes_backend=grpcs://remote.buildbuddy.io --remote_timeout=15m
319:  (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//:rbe_linux_amd64 --platforms=//:rbe_linux_amd64 --extra_execution_platforms=//:rbe_linux_amd64,//:rbe_linux_arm64 --crosstool_top=@buildbuddy_toolchain//:toolchain --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 --copt=-Wno-use-after-free --java_language_version=11 --tool_java_language_version=11 --java_runtime_version=remotejdk_11 --tool_java_runtime_version=remotejdk_11 --define=EXECUTOR=remote --incompatible_strict_action_env --remote_timeout=10m --strategy=CompileOCamlModule=local --strategy=CompileOCamlLibrary=local --strategy=CompileOCamlArchive=local --strategy=OcamlPack=local --strategy=OcamlLink=local
320:  (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition test:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --copt=-Wno-use-after-free
321:  (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition test:ci in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --config=remote --test_tag_filters=-manual --test_output=errors
322:  (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//:rbe_linux_amd64 --platforms=//:rbe_linux_amd64 --extra_execution_platforms=//:rbe_linux_amd64,//:rbe_linux_arm64 --crosstool_top=@buildbuddy_toolchain//:toolchain --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 --copt=-Wno-use-after-free --java_language_version=11 --tool_java_language_version=11 --java_runtime_version=remotejdk_11 --tool_java_runtime_version=remotejdk_11 --define=EXECUTOR=remote --incompatible_strict_action_env --remote_timeout=10m --strategy=CompileOCamlModule=local --strategy=CompileOCamlLibrary=local --strategy=CompileOCamlArchive=local --strategy=OcamlPack=local --strategy=OcamlLink=local
...

1891:  ^[[1A^[[K
1892:  ^[[1A^[[K
1893:  ^[[1A^[[K
1894:  ^[[1A^[[K
1895:  ^[[1A^[[K(17:19:26) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
1896:  )
1897:  ^[[32m[1 / 1]^[[0m no actions running
1898:  Fetching ...l%opam; 
1899:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
1900:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
1901:  ^[[1A^[[K
1902:  ^[[1A^[[K
1903:  ^[[1A^[[K
1904:  ^[[1A^[[K
1905:  ^[[1A^[[K
1906:  ^[[1A^[[K(17:19:27) ^[[31m^[[1mERROR: ^[[0m/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl:242:17: Traceback (most recent call last):
1907:  File "/home/runner/.bazel/external/tools_opam+/extensions/opam.bzl", line 422, column 53, in _opam_ext_impl
1908:  ocaml_version, deps) = config_xdg_toolchain(
1909:  File "/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl", line 308, column 45, in config_xdg_toolchain
1910:  ocaml_version) = _create_switch(mctx, opambin,
1911:  File "/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl", line 242, column 17, in _create_switch
1912:  fail("opam switch create failed; cmd=%s rc=%s\nstdout:%s\nstderr:%s" % (
1913:  Error in fail: opam switch create failed; cmd=["/home/runner/.local/share/obazl/opam/2.3.0/bin/opam", "switch", "create", "4.14.2", "4.14.2", "--root=/home/runner/.local/share/obazl/opam/2.3.0/root"] rc=31
1914:  stdout:
1915:  <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
1916:  Switch invariant: ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
1917:  <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
1918:  ∗ installed base-bigarray.base
1919:  ∗ installed base-threads.base
1920:  ∗ installed base-unix.base
1921:  ∗ installed ocaml-options-vanilla.1
1922:  ⬇ retrieved ocaml-config.2  (2 extra sources)
1923:  ⬇ retrieved ocaml-config.2  (2 extra sources)
1924:  ⬇ retrieved ocaml-base-compiler.4.14.2  (https://opam.ocaml.org/cache)
1925:  <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
1926:  ┌─ The following actions failed
1927:  │ λ build ocaml-base-compiler 4.14.2
1928:  └─ 
1929:  ┌─ The following changes have been performed (the rest was aborted)
1930:  │ ∗ install base-bigarray         base
1931:  │ ∗ install base-threads          base
1932:  │ ∗ install base-unix             base
1933:  │ ∗ install ocaml-options-vanilla 1
1934:  └─ 
1935:  # To update the current shell environment, run: eval $(opam env --root=/home/runner/.local/share/obazl/opam/2.3.0/root --switch=4.14.2)
1936:  Switch initialisation failed: clean up? ('n' will leave the switch partially installed) [y/n] n
1937:  stderr:[ERROR] The compilation of ocaml-base-compiler.4.14.2 failed at "./configure --prefix=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2 --docdir=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2/doc/ocaml -C".
1938:  #=== ERROR while compiling ocaml-base-compiler.4.14.2 =========================#
1939:  # context              2.3.0 | linux/x86_64 |  | https://opam.ocaml.org#5f4fdc0704abf51f92d9cde86eaaeb31f259ae59
1940:  # path                 ~/.local/share/obazl/opam/2.3.0/root/4.14.2/.opam-switch/build/ocaml-base-compiler.4.14.2
1941:  # command              ~/.local/share/obazl/opam/2.3.0/root/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2 --docdir=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2/doc/ocaml -C
1942:  # exit-code            1
1943:  # env-file             ~/.local/share/obazl/opam/2.3.0/root/log/ocaml-base-compiler-4630-6ca126.env
1944:  # output-file          ~/.local/share/obazl/opam/2.3.0/root/log/ocaml-base-compiler-4630-6ca126.out
1945:  ### output ###
1946:  # bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted
1947:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
1948:  )
1949:  ^[[32m[1 / 1]^[[0m no actions running
1950:  Fetching ...l%opam; 
1951:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
1952:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
1953:  ^[[1A^[[K
1954:  ^[[1A^[[K
1955:  ^[[1A^[[K
1956:  ^[[1A^[[K
1957:  ^[[1A^[[K
1958:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/kv:kv_lib', it will not be built.
1959:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
1960:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
1961:  )
1962:  ^[[32m[1 / 1]^[[0m no actions running
1963:  Fetching ...l%opam; 
1964:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
1965:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
1966:  ^[[1A^[[K
1967:  ^[[1A^[[K
1968:  ^[[1A^[[K
1969:  ^[[1A^[[K
1970:  ^[[1A^[[K
1971:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng:build_script', it will not be built.
1972:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
1973:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
1974:  )
1975:  ^[[32m[1 / 1]^[[0m no actions running
1976:  Fetching ...l%opam; 
1977:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
1978:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
1979:  ^[[1A^[[K
1980:  ^[[1A^[[K
1981:  ^[[1A^[[K
1982:  ^[[1A^[[K
1983:  ^[[1A^[[K
1984:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/metrics:metrics', it will not be built.
1985:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
1986:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
1987:  )
1988:  ^[[32m[1 / 1]^[[0m no actions running
1989:  Fetching ...l%opam; 
1990:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
1991:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
1992:  ^[[1A^[[K
1993:  ^[[1A^[[K
1994:  ^[[1A^[[K
1995:  ^[[1A^[[K
1996:  ^[[1A^[[K
1997:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:binary_files', it will not be built.
1998:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
1999:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2000:  )
2001:  ^[[32m[1 / 1]^[[0m no actions running
2002:  Fetching ...l%opam; 
2003:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2004:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2005:  ^[[1A^[[K
2006:  ^[[1A^[[K
2007:  ^[[1A^[[K
2008:  ^[[1A^[[K
2009:  ^[[1A^[[K
2010:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/agent:agent_test', it will not be built.
2011:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2012:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2013:  )
2014:  ^[[32m[1 / 1]^[[0m no actions running
2015:  Fetching ...l%opam; 
2016:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2017:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2018:  ^[[1A^[[K
2019:  ^[[1A^[[K
2020:  ^[[1A^[[K
2021:  ^[[1A^[[K
2022:  ^[[1A^[[K
2023:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/consumers/db-event-writer:db-event-writer', it will not be built.
2024:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2025:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2026:  )
2027:  ^[[32m[1 / 1]^[[0m no actions running
2028:  Fetching ...l%opam; 
2029:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2030:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2031:  ^[[1A^[[K
2032:  ^[[1A^[[K
2033:  ^[[1A^[[K
2034:  ^[[1A^[[K
2035:  ^[[1A^[[K
2036:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/ebpf/profiler/proto/profiler:profiler', it will not be built.
2037:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2038:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2039:  )
2040:  ^[[32m[1 / 1]^[[0m no actions running
2041:  Fetching ...l%opam; 
2042:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2043:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2044:  ^[[1A^[[K
2045:  ^[[1A^[[K
2046:  ^[[1A^[[K
2047:  ^[[1A^[[K
2048:  ^[[1A^[[K
2049:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/logs/v1:v1_proto', it will not be built.
2050:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2051:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2052:  )
2053:  ^[[32m[1 / 1]^[[0m no actions running
2054:  Fetching ...l%opam; 
2055:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2056:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2057:  ^[[1A^[[K
2058:  ^[[1A^[[K
2059:  ^[[1A^[[K
2060:  ^[[1A^[[K
2061:  ^[[1A^[[K
2062:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//google/protobuf:wrappers_proto', it will not be built.
2063:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2064:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2065:  )
2066:  ^[[32m[1 / 1]^[[0m no actions running
2067:  Fetching ...l%opam; 
2068:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2069:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2070:  ^[[1A^[[K
2071:  ^[[1A^[[K
2072:  ^[[1A^[[K
2073:  ^[[1A^[[K
2074:  ^[[1A^[[K
2075:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/grpc:grpc', it will not be built.
2076:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2077:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2078:  )
2079:  ^[[32m[1 / 1]^[[0m no actions running
2080:  Fetching ...l%opam; 
2081:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2082:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2083:  ^[[1A^[[K
2084:  ^[[1A^[[K
2085:  ^[[1A^[[K
2086:  ^[[1A^[[K
2087:  ^[[1A^[[K
2088:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/cli:cli_lib', it will not be built.
2089:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2090:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2091:  )
2092:  ^[[32m[1 / 1]^[[0m no actions running
2093:  Fetching ...l%opam; 
2094:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2095:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2096:  ^[[1A^[[K
2097:  ^[[1A^[[K
2098:  ^[[1A^[[K
2099:  ^[[1A^[[K
2100:  ^[[1A^[[K
2101:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/common/v1:v1_go_proto', it will not be built.
2102:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2103:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2104:  )
2105:  ^[[32m[1 / 1]^[[0m no actions running
2106:  Fetching ...l%opam; 
2107:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2108:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2109:  ^[[1A^[[K
2110:  ^[[1A^[[K
2111:  ^[[1A^[[K
2112:  ^[[1A^[[K
2113:  ^[[1A^[[K
2114:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/cli:cli', it will not be built.
2115:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2116:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2117:  )
2118:  ^[[32m[1 / 1]^[[0m no actions running
2119:  Fetching ...l%opam; 
2120:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2121:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2122:  ^[[1A^[[K
2123:  ^[[1A^[[K
2124:  ^[[1A^[[K
2125:  ^[[1A^[[K
2126:  ^[[1A^[[K
2127:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:standalone_server', it will not be built.
2128:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2129:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2130:  )
2131:  ^[[32m[1 / 1]^[[0m no actions running
2132:  Fetching ...l%opam; 
2133:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2134:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2135:  ^[[1A^[[K
2136:  ^[[1A^[[K
2137:  ^[[1A^[[K
2138:  ^[[1A^[[K
2139:  ^[[1A^[[K
2140:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/checker:checker', it will not be built.
2141:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2142:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2143:  )
2144:  ^[[32m[1 / 1]^[[0m no actions running
2145:  Fetching ...l%opam; 
2146:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2147:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2148:  ^[[1A^[[K
2149:  ^[[1A^[[K
2150:  ^[[1A^[[K
2151:  ^[[1A^[[K
2152:  ^[[1A^[[K
2153:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/sync:sync', it will not be built.
2154:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2155:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2156:  )
2157:  ^[[32m[1 / 1]^[[0m no actions running
2158:  Fetching ...l%opam; 
2159:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2160:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2161:  ^[[1A^[[K
2162:  ^[[1A^[[K
2163:  ^[[1A^[[K
2164:  ^[[1A^[[K
2165:  ^[[1A^[[K
2166:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config:config', it will not be built.
2167:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2168:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2169:  )
2170:  ^[[32m[1 / 1]^[[0m no actions running
2171:  Fetching ...l%opam; 
2172:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2173:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2174:  ^[[1A^[[K
2175:  ^[[1A^[[K
2176:  ^[[1A^[[K
2177:  ^[[1A^[[K
2178:  ^[[1A^[[K
2179:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:typecheck_typecheck', it will not be built.
2180:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2181:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2182:  )
2183:  ^[[32m[1 / 1]^[[0m no actions running
2184:  Fetching ...l%opam; 
2185:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2186:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2187:  ^[[1A^[[K
2188:  ^[[1A^[[K
2189:  ^[[1A^[[K
2190:  ^[[1A^[[K
2191:  ^[[1A^[[K
2192:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/common/v1:common', it will not be built.
2193:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2194:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2195:  )
2196:  ^[[32m[1 / 1]^[[0m no actions running
2197:  Fetching ...l%opam; 
2198:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2199:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2200:  ^[[1A^[[K
2201:  ^[[1A^[[K
2202:  ^[[1A^[[K
2203:  ^[[1A^[[K
2204:  ^[[1A^[[K
2205:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/version:version', it will not be built.
2206:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2207:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2208:  )
2209:  ^[[32m[1 / 1]^[[0m no actions running
2210:  Fetching ...l%opam; 
2211:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2212:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2213:  ^[[1A^[[K
2214:  ^[[1A^[[K
2215:  ^[[1A^[[K
2216:  ^[[1A^[[K
2217:  ^[[1A^[[K
2218:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:otel_lib_test', it will not be built.
2219:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2220:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2221:  )
2222:  ^[[32m[1 / 1]^[[0m no actions running
2223:  Fetching ...l%opam; 
2224:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2225:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2226:  ^[[1A^[[K
2227:  ^[[1A^[[K
2228:  ^[[1A^[[K
2229:  ^[[1A^[[K
2230:  ^[[1A^[[K
2231:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller:poller', it will not be built.
2232:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2233:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2234:  )
2235:  ^[[32m[1 / 1]^[[0m no actions running
2236:  Fetching ...l%opam; 
2237:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2238:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2239:  ^[[1A^[[K
2240:  ^[[1A^[[K
2241:  ^[[1A^[[K
2242:  ^[[1A^[[K
2243:  ^[[1A^[[K
2244:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/api/web:bundle', it will not be built.
2245:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2246:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2247:  )
2248:  ^[[32m[1 / 1]^[[0m no actions running
2249:  Fetching ...l%opam; 
2250:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2251:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2252:  ^[[1A^[[K
2253:  ^[[1A^[[K
2254:  ^[[1A^[[K
2255:  ^[[1A^[[K
2256:  ^[[1A^[[K
2257:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:next_js_binary', it will not be built.
2258:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2259:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2260:  )
2261:  ^[[32m[1 / 1]^[[0m no actions running
2262:  Fetching ...l%opam; 
2263:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2264:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2265:  ^[[1A^[[K
2266:  ^[[1A^[[K
2267:  ^[[1A^[[K
2268:  ^[[1A^[[K
2269:  ^[[1A^[[K
2270:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sync/integrations/armis:armis_test', it will not be built.
2271:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2272:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2273:  )
2274:  ^[[32m[1 / 1]^[[0m no actions running
2275:  Fetching ...l%opam; 
2276:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2277:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2278:  ^[[1A^[[K
2279:  ^[[1A^[[K
2280:  ^[[1A^[[K
2281:  ^[[1A^[[K
2282:  ^[[1A^[[K
2283:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/mapper:mapper', it will not be built.
2284:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2285:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2286:  )
2287:  ^[[32m[1 / 1]^[[0m no actions running
2288:  Fetching ...l%opam; 
2289:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2290:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2291:  ^[[1A^[[K
2292:  ^[[1A^[[K
2293:  ^[[1A^[[K
2294:  ^[[1A^[[K
2295:  ^[[1A^[[K
2296:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/api/web:files', it will not be built.
2297:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2298:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2299:  )
2300:  ^[[32m[1 / 1]^[[0m no actions running
2301:  Fetching ...l%opam; 
2302:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2303:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2304:  ^[[1A^[[K
2305:  ^[[1A^[[K
2306:  ^[[1A^[[K
2307:  ^[[1A^[[K
2308:  ^[[1A^[[K
2309:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/mapper:mapper', it will not be built.
2310:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2311:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2312:  )
2313:  ^[[32m[1 / 1]^[[0m no actions running
2314:  Fetching ...l%opam; 
2315:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2316:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2317:  ^[[1A^[[K
2318:  ^[[1A^[[K
2319:  ^[[1A^[[K
2320:  ^[[1A^[[K
2321:  ^[[1A^[[K
2322:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/snmp:snmp', it will not be built.
2323:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2324:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2325:  )
2326:  ^[[32m[1 / 1]^[[0m no actions running
2327:  Fetching ...l%opam; 
2328:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2329:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2330:  ^[[1A^[[K
2331:  ^[[1A^[[K
2332:  ^[[1A^[[K
2333:  ^[[1A^[[K
2334:  ^[[1A^[[K
2335:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/sync:sync_lib', it will not be built.
2336:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2337:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2338:  )
2339:  ^[[32m[1 / 1]^[[0m no actions running
2340:  Fetching ...l%opam; 
2341:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2342:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2343:  ^[[1A^[[K
2344:  ^[[1A^[[K
2345:  ^[[1A^[[K
2346:  ^[[1A^[[K
2347:  ^[[1A^[[K
2348:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto', it will not be built.
2349:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2350:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2351:  )
2352:  ^[[32m[1 / 1]^[[0m no actions running
2353:  Fetching ...l%opam; 
2354:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2355:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2356:  ^[[1A^[[K
2357:  ^[[1A^[[K
2358:  ^[[1A^[[K
2359:  ^[[1A^[[K
2360:  ^[[1A^[[K
2361:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config/kvgrpc:kvgrpc', it will not be built.
2362:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2363:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2364:  )
2365:  ^[[32m[1 / 1]^[[0m no actions running
2366:  Fetching ...l%opam; 
2367:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2368:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2369:  ^[[1A^[[K
2370:  ^[[1A^[[K
2371:  ^[[1A^[[K
2372:  ^[[1A^[[K
2373:  ^[[1A^[[K
2374:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//internal/fastsum:fastsum_test', it will not be built.
2375:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2376:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2377:  )
2378:  ^[[32m[1 / 1]^[[0m no actions running
2379:  Fetching ...l%opam; 
2380:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2381:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2382:  ^[[1A^[[K
2383:  ^[[1A^[[K
2384:  ^[[1A^[[K
2385:  ^[[1A^[[K
2386:  ^[[1A^[[K
2387:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_go_proto', it will not be built.
2388:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2389:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2390:  )
2391:  ^[[32m[1 / 1]^[[0m no actions running
2392:  Fetching ...l%opam; 
2393:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2394:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2395:  ^[[1A^[[K
2396:  ^[[1A^[[K
2397:  ^[[1A^[[K
2398:  ^[[1A^[[K
2399:  ^[[1A^[[K
2400:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/logs/v1:v1_go_proto', it will not be built.
2401:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2402:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2403:  )
2404:  ^[[32m[1 / 1]^[[0m no actions running
2405:  Fetching ...l%opam; 
2406:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2407:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2408:  ^[[1A^[[K
2409:  ^[[1A^[[K
2410:  ^[[1A^[[K
2411:  ^[[1A^[[K
2412:  ^[[1A^[[K
2413:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/mapper:mapper_lib', it will not be built.
2414:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2415:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2416:  )
2417:  ^[[32m[1 / 1]^[[0m no actions running
2418:  Fetching ...l%opam; 
2419:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2420:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2421:  ^[[1A^[[K
2422:  ^[[1A^[[K
2423:  ^[[1A^[[K
2424:  ^[[1A^[[K
2425:  ^[[1A^[[K
2426:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//internal/fastsum:fastsum', it will not be built.
2427:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2428:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2429:  )
2430:  ^[[32m[1 / 1]^[[0m no actions running
2431:  Fetching ...l%opam; 
2432:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2433:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2434:  ^[[1A^[[K
2435:  ^[[1A^[[K
2436:  ^[[1A^[[K
2437:  ^[[1A^[[K
2438:  ^[[1A^[[K
2439:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/rperf:rperf_proto', it will not be built.
2440:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2441:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2442:  )
2443:  ^[[32m[1 / 1]^[[0m no actions running
2444:  Fetching ...l%opam; 
2445:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2446:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2447:  ^[[1A^[[K
2448:  ^[[1A^[[K
2449:  ^[[1A^[[K
2450:  ^[[1A^[[K
2451:  ^[[1A^[[K
2452:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler_proto', it will not be built.
2453:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2454:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2455:  )
2456:  ^[[32m[1 / 1]^[[0m no actions running
2457:  Fetching ...l%opam; 
2458:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2459:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2460:  ^[[1A^[[K
2461:  ^[[1A^[[K
2462:  ^[[1A^[[K
2463:  ^[[1A^[[K
2464:  ^[[1A^[[K
2465:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/rperf:rperf', it will not be built.
2466:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2467:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2468:  )
2469:  ^[[32m[1 / 1]^[[0m no actions running
2470:  Fetching ...l%opam; 
2471:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2472:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2473:  ^[[1A^[[K
2474:  ^[[1A^[[K
2475:  ^[[1A^[[K
2476:  ^[[1A^[[K
2477:  ^[[1A^[[K
2478:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/auth:auth', it will not be built.
2479:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2480:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2481:  )
2482:  ^[[32m[1 / 1]^[[0m no actions running
2483:  Fetching ...l%opam; 
2484:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2485:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2486:  ^[[1A^[[K
2487:  ^[[1A^[[K
2488:  ^[[1A^[[K
2489:  ^[[1A^[[K
2490:  ^[[1A^[[K
2491:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto_go_proto', it will not be built.
2492:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2493:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2494:  )
2495:  ^[[32m[1 / 1]^[[0m no actions running
2496:  Fetching ...l%opam; 
2497:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2498:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2499:  ^[[1A^[[K
2500:  ^[[1A^[[K
2501:  ^[[1A^[[K
2502:  ^[[1A^[[K
2503:  ^[[1A^[[K
2504:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/dusk:dusk', it will not be built.
2505:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2506:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2507:  )
2508:  ^[[32m[1 / 1]^[[0m no actions running
2509:  Fetching ...l%opam; 
2510:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2511:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2512:  ^[[1A^[[K
2513:  ^[[1A^[[K
2514:  ^[[1A^[[K
2515:  ^[[1A^[[K
2516:  ^[[1A^[[K
2517:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/integration_test:integration_test', it will not be built.
2518:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2519:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2520:  )
2521:  ^[[32m[1 / 1]^[[0m no actions running
2522:  Fetching ...l%opam; 
2523:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2524:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2525:  ^[[1A^[[K
2526:  ^[[1A^[[K
2527:  ^[[1A^[[K
2528:  ^[[1A^[[K
2529:  ^[[1A^[[K
2530:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:typecheck', it will not be built.
2531:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2532:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2533:  )
2534:  ^[[32m[1 / 1]^[[0m no actions running
2535:  Fetching ...l%opam; 
2536:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2537:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2538:  ^[[1A^[[K
2539:  ^[[1A^[[K
2540:  ^[[1A^[[K
2541:  ^[[1A^[[K
2542:  ^[[1A^[[K
2543:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen_put_rule', it will not be built.
2544:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2545:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2546:  )
2547:  ^[[32m[1 / 1]^[[0m no actions running
2548:  Fetching ...l%opam; 
2549:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2550:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2551:  ^[[1A^[[K
2552:  ^[[1A^[[K
2553:  ^[[1A^[[K
2554:  ^[[1A^[[K
2555:  ^[[1A^[[K
2556:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//tools/test:coverage_report_generator', it will not be built.
2557:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2558:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2559:  )
2560:  ^[[32m[1 / 1]^[[0m no actions running
2561:  Fetching ...l%opam; 
2562:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2563:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2564:  ^[[1A^[[K
2565:  ^[[1A^[[K
2566:  ^[[1A^[[K
2567:  ^[[1A^[[K
2568:  ^[[1A^[[K
2569:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_go', it will not be built.
2570:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2571:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2572:  )
2573:  ^[[32m[1 / 1]^[[0m no actions running
2574:  Fetching ...l%opam; 
2575:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2576:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2577:  ^[[1A^[[K
2578:  ^[[1A^[[K
2579:  ^[[1A^[[K
2580:  ^[[1A^[[K
2581:  ^[[1A^[[K
2582:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/scan:scan_test', it will not be built.
2583:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2584:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2585:  )
2586:  ^[[32m[1 / 1]^[[0m no actions running
2587:  Fetching ...l%opam; 
2588:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2589:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2590:  ^[[1A^[[K
2591:  ^[[1A^[[K
2592:  ^[[1A^[[K
2593:  ^[[1A^[[K
2594:  ^[[1A^[[K
2595:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:build_script', it will not be built.
2596:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2597:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2598:  )
2599:  ^[[32m[1 / 1]^[[0m no actions running
2600:  Fetching ...l%opam; 
2601:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2602:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2603:  ^[[1A^[[K
2604:  ^[[1A^[[K
2605:  ^[[1A^[[K
2606:  ^[[1A^[[K
2607:  ^[[1A^[[K
2608:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core:core_test', it will not be built.
2609:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2610:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2611:  )
2612:  ^[[32m[1 / 1]^[[0m no actions running
2613:  Fetching ...l%opam; 
2614:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2615:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2616:  ^[[1A^[[K
2617:  ^[[1A^[[K
2618:  ^[[1A^[[K
2619:  ^[[1A^[[K
2620:  ^[[1A^[[K
2621:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler_go_proto', it will not be built.
2622:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2623:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2624:  )
2625:  ^[[32m[1 / 1]^[[0m no actions running
2626:  Fetching ...l%opam; 
2627:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2628:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2629:  ^[[1A^[[K
2630:  ^[[1A^[[K
2631:  ^[[1A^[[K
2632:  ^[[1A^[[K
2633:  ^[[1A^[[K
2634:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen', it will not be built.
2635:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2636:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2637:  )
2638:  ^[[32m[1 / 1]^[[0m no actions running
2639:  Fetching ...l%opam; 
2640:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2641:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2642:  ^[[1A^[[K
2643:  ^[[1A^[[K
2644:  ^[[1A^[[K
2645:  ^[[1A^[[K
2646:  ^[[1A^[[K
2647:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto_proto', it will not be built.
2648:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2649:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2650:  )
2651:  ^[[32m[1 / 1]^[[0m no actions running
2652:  Fetching ...l%opam; 
2653:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2654:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2655:  ^[[1A^[[K
2656:  ^[[1A^[[K
2657:  ^[[1A^[[K
2658:  ^[[1A^[[K
2659:  ^[[1A^[[K
2660:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:standalone_app', it will not be built.
2661:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2662:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2663:  )
2664:  ^[[32m[1 / 1]^[[0m no actions running
2665:  Fetching ...l%opam; 
2666:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2667:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2668:  ^[[1A^[[K
2669:  ^[[1A^[[K
2670:  ^[[1A^[[K
2671:  ^[[1A^[[K
2672:  ^[[1A^[[K
2673:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/discovery:discovery_proto', it will not be built.
2674:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2675:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2676:  )
2677:  ^[[32m[1 / 1]^[[0m no actions running
2678:  Fetching ...l%opam; 
2679:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2680:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2681:  ^[[1A^[[K
2682:  ^[[1A^[[K
2683:  ^[[1A^[[K
2684:  ^[[1A^[[K
2685:  ^[[1A^[[K
2686:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config/kv:kv', it will not be built.
2687:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2688:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2689:  )
2690:  ^[[32m[1 / 1]^[[0m no actions running
2691:  Fetching ...l%opam; 
2692:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2693:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2694:  ^[[1A^[[K
2695:  ^[[1A^[[K
2696:  ^[[1A^[[K
2697:  ^[[1A^[[K
2698:  ^[[1A^[[K
2699:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:core_deb', it will not be built.
2700:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2701:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2702:  )
2703:  ^[[32m[1 / 1]^[[0m no actions running
2704:  Fetching ...l%opam; 
2705:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2706:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2707:  ^[[1A^[[K
2708:  ^[[1A^[[K
2709:  ^[[1A^[[K
2710:  ^[[1A^[[K
2711:  ^[[1A^[[K
2712:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/alerts:alerts', it will not be built.
2713:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2714:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2715:  )
2716:  ^[[32m[1 / 1]^[[0m no actions running
2717:  Fetching ...l%opam; 
2718:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2719:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2720:  ^[[1A^[[K
2721:  ^[[1A^[[K
2722:  ^[[1A^[[K
2723:  ^[[1A^[[K
2724:  ^[[1A^[[K
2725:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/http:http_test', it will not be built.
2726:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2727:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2728:  )
2729:  ^[[32m[1 / 1]^[[0m no actions running
2730:  Fetching ...l%opam; 
2731:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2732:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2733:  ^[[1A^[[K
2734:  ^[[1A^[[K
2735:  ^[[1A^[[K
2736:  ^[[1A^[[K
2737:  ^[[1A^[[K
2738:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/collector/trace/v1:trace', it will not be built.
2739:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2740:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2741:  )
2742:  ^[[32m[1 / 1]^[[0m no actions running
2743:  Fetching ...l%opam; 
2744:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2745:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2746:  ^[[1A^[[K
2747:  ^[[1A^[[K
2748:  ^[[1A^[[K
2749:  ^[[1A^[[K
2750:  ^[[1A^[[K
2751:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/snmp:snmp_lib', it will not be built.
2752:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2753:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2754:  )
2755:  ^[[32m[1 / 1]^[[0m no actions running
2756:  Fetching ...l%opam; 
2757:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2758:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2759:  ^[[1A^[[K
2760:  ^[[1A^[[K
2761:  ^[[1A^[[K
2762:  ^[[1A^[[K
2763:  ^[[1A^[[K
2764:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//tools/test:lcov_merger', it will not be built.
2765:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2766:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2767:  )
2768:  ^[[32m[1 / 1]^[[0m no actions running
2769:  Fetching ...l%opam; 
2770:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2771:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2772:  ^[[1A^[[K
2773:  ^[[1A^[[K
2774:  ^[[1A^[[K
2775:  ^[[1A^[[K
2776:  ^[[1A^[[K
2777:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/ebpf/profiler/proto/profiler:profiler_go_proto', it will not be built.
2778:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2779:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2780:  )
2781:  ^[[32m[1 / 1]^[[0m no actions running
2782:  Fetching ...l%opam; 
2783:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2784:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2785:  ^[[1A^[[K
2786:  ^[[1A^[[K
2787:  ^[[1A^[[K
2788:  ^[[1A^[[K
2789:  ^[[1A^[[K
2790:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/poller:poller_test', it will not be built.
2791:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2792:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2793:  )
2794:  ^[[32m[1 / 1]^[[0m no actions running
2795:  Fetching ...l%opam; 
2796:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2797:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2798:  ^[[1A^[[K
2799:  ^[[1A^[[K
2800:  ^[[1A^[[K
2801:  ^[[1A^[[K
2802:  ^[[1A^[[K
2803:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/perl:perl_tool', it will not be built.
2804:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2805:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2806:  )
2807:  ^[[32m[1 / 1]^[[0m no actions running
2808:  Fetching ...l%opam; 
2809:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2810:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2811:  ^[[1A^[[K
2812:  ^[[1A^[[K
2813:  ^[[1A^[[K
2814:  ^[[1A^[[K
2815:  ^[[1A^[[K
2816:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/metrics:metrics_test', it will not be built.
2817:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2818:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2819:  )
2820:  ^[[32m[1 / 1]^[[0m no actions running
2821:  Fetching ...l%opam; 
2822:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2823:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2824:  ^[[1A^[[K
2825:  ^[[1A^[[K
2826:  ^[[1A^[[K
2827:  ^[[1A^[[K
2828:  ^[[1A^[[K
2829:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/trace/v1:v1_proto', it will not be built.
2830:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2831:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2832:  )
2833:  ^[[32m[1 / 1]^[[0m no actions running
2834:  Fetching ...l%opam; 
2835:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2836:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2837:  ^[[1A^[[K
2838:  ^[[1A^[[K
2839:  ^[[1A^[[K
2840:  ^[[1A^[[K
2841:  ^[[1A^[[K
2842:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng:poller_ng', it will not be built.
2843:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2844:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2845:  )
2846:  ^[[32m[1 / 1]^[[0m no actions running
2847:  Fetching ...l%opam; 
2848:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2849:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2850:  ^[[1A^[[K
2851:  ^[[1A^[[K
2852:  ^[[1A^[[K
2853:  ^[[1A^[[K
2854:  ^[[1A^[[K
2855:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/cli:cli', it will not be built.
2856:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2857:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2858:  )
2859:  ^[[32m[1 / 1]^[[0m no actions running
2860:  Fetching ...l%opam; 
2861:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2862:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2863:  ^[[1A^[[K
2864:  ^[[1A^[[K
2865:  ^[[1A^[[K
2866:  ^[[1A^[[K
2867:  ^[[1A^[[K
2868:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sweeper:sweeper_test', it will not be built.
2869:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2870:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2871:  )
2872:  ^[[32m[1 / 1]^[[0m no actions running
2873:  Fetching ...l%opam; 
2874:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2875:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2876:  ^[[1A^[[K
2877:  ^[[1A^[[K
2878:  ^[[1A^[[K
2879:  ^[[1A^[[K
2880:  ^[[1A^[[K
2881:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen_lib', it will not be built.
2882:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2883:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2884:  )
2885:  ^[[32m[1 / 1]^[[0m no actions running
2886:  Fetching ...l%opam; 
2887:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2888:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2889:  ^[[1A^[[K
2890:  ^[[1A^[[K
2891:  ^[[1A^[[K
2892:  ^[[1A^[[K
2893:  ^[[1A^[[K
2894:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/collector/trace/v1:v1_go_proto', it will not be built.
2895:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2896:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2897:  )
2898:  ^[[32m[1 / 1]^[[0m no actions running
2899:  Fetching ...l%opam; 
2900:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2901:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2902:  ^[[1A^[[K
2903:  ^[[1A^[[K
2904:  ^[[1A^[[K
2905:  ^[[1A^[[K
2906:  ^[[1A^[[K
2907:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sync:sync', it will not be built.
2908:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2909:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2910:  )
2911:  ^[[32m[1 / 1]^[[0m no actions running
2912:  Fetching ...l%opam; 
2913:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2914:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2915:  ^[[1A^[[K
2916:  ^[[1A^[[K
2917:  ^[[1A^[[K
2918:  ^[[1A^[[K
2919:  ^[[1A^[[K
2920:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/resource/v1:v1_go_proto', it will not be built.
2921:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2922:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2923:  )
2924:  ^[[32m[1 / 1]^[[0m no actions running
2925:  Fetching ...l%opam; 
2926:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2927:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2928:  ^[[1A^[[K
2929:  ^[[1A^[[K
2930:  ^[[1A^[[K
2931:  ^[[1A^[[K
2932:  ^[[1A^[[K
2933:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:otel_lib', it will not be built.
2934:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2935:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2936:  )
2937:  ^[[32m[1 / 1]^[[0m no actions running
2938:  Fetching ...l%opam; 
2939:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2940:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2941:  ^[[1A^[[K
2942:  ^[[1A^[[K
2943:  ^[[1A^[[K
2944:  ^[[1A^[[K
2945:  ^[[1A^[[K
2946:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/mcp:mcp', it will not be built.
2947:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2948:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2949:  )
2950:  ^[[32m[1 / 1]^[[0m no actions running
2951:  Fetching ...l%opam; 
2952:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2953:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2954:  ^[[1A^[[K
2955:  ^[[1A^[[K
2956:  ^[[1A^[[K
2957:  ^[[1A^[[K
2958:  ^[[1A^[[K
2959:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:web_assets', it will not be built.
2960:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2961:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2962:  )
2963:  ^[[32m[1 / 1]^[[0m no actions running
2964:  Fetching ...l%opam; 
2965:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2966:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2967:  ^[[1A^[[K
2968:  ^[[1A^[[K
2969:  ^[[1A^[[K
2970:  ^[[1A^[[K
2971:  ^[[1A^[[K
2972:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/consumers/db-event-writer:db-event-writer_test', it will not be built.
2973:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2974:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2975:  )
2976:  ^[[32m[1 / 1]^[[0m no actions running
2977:  Fetching ...l%opam; 
2978:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2979:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2980:  ^[[1A^[[K
2981:  ^[[1A^[[K
2982:  ^[[1A^[[K
2983:  ^[[1A^[[K
2984:  ^[[1A^[[K
2985:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/trapd:build_script', it will not be built.
2986:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
2987:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
2988:  )
2989:  ^[[32m[1 / 1]^[[0m no actions running
2990:  Fetching ...l%opam; 
2991:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
2992:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
2993:  ^[[1A^[[K
2994:  ^[[1A^[[K
2995:  ^[[1A^[[K
2996:  ^[[1A^[[K
2997:  ^[[1A^[[K
2998:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/registry:registry', it will not be built.
2999:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3000:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3001:  )
3002:  ^[[32m[1 / 1]^[[0m no actions running
3003:  Fetching ...l%opam; 
3004:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3005:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3006:  ^[[1A^[[K
3007:  ^[[1A^[[K
3008:  ^[[1A^[[K
3009:  ^[[1A^[[K
3010:  ^[[1A^[[K
3011:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_proto', it will not be built.
3012:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3013:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3014:  )
3015:  ^[[32m[1 / 1]^[[0m no actions running
3016:  Fetching ...l%opam; 
3017:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3018:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3019:  ^[[1A^[[K
3020:  ^[[1A^[[K
3021:  ^[[1A^[[K
3022:  ^[[1A^[[K
3023:  ^[[1A^[[K
3024:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/checker/snmp:snmp', it will not be built.
3025:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3026:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3027:  )
3028:  ^[[32m[1 / 1]^[[0m no actions running
3029:  Fetching ...l%opam; 
3030:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3031:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3032:  ^[[1A^[[K
3033:  ^[[1A^[[K
3034:  ^[[1A^[[K
3035:  ^[[1A^[[K
3036:  ^[[1A^[[K
3037:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/grpc:grpc_test', it will not be built.
3038:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3039:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3040:  )
3041:  ^[[32m[1 / 1]^[[0m no actions running
3042:  Fetching ...l%opam; 
3043:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3044:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3045:  ^[[1A^[[K
3046:  ^[[1A^[[K
3047:  ^[[1A^[[K
3048:  ^[[1A^[[K
3049:  ^[[1A^[[K
3050:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/dusk:dusk_lib', it will not be built.
3051:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3052:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3053:  )
3054:  ^[[32m[1 / 1]^[[0m no actions running
3055:  Fetching ...l%opam; 
3056:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3057:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3058:  ^[[1A^[[K
3059:  ^[[1A^[[K
3060:  ^[[1A^[[K
3061:  ^[[1A^[[K
3062:  ^[[1A^[[K
3063:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/integration_test:integration_test_test', it will not be built.
3064:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3065:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3066:  )
3067:  ^[[32m[1 / 1]^[[0m no actions running
3068:  Fetching ...l%opam; 
3069:  ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2
3070:  in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s
3071:  ^[[1A^[[K
3072:  ^[[1A^[[K
3073:  ^[[1A^[[K
3074:  ^[[1A^[[K
3075:  ^[[1A^[[K
3076:  ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler', it will not be built.
3077:  error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam
3078:  (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\
3079:  )
3080:  ^[[32m[1 / 1]^[[0m no actions running
3081:  Fetching ...l%opam; 
3082:  ^[[0;33mIN...
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1658#issuecomment-3329939374 Original created: 2025-09-24T17:19:46Z --- ## CI Feedback 🧐 A test triggered by this PR failed. Here is an AI-generated analysis of the failure: <table><tr><td> **Action:** build</td></tr> <tr><td> **Failed stage:** [Test](https://github.com/carverauto/serviceradar/actions/runs/17984304835/job/51158401939) [❌] </td></tr> <tr><td> **Failure summary:** Bazel failed during analysis because the <code>opam</code> toolchain setup (module extension <br><code>@@tools_opam+//extensions:opam.bzl%opam</code>) could not create the OCaml switch <code>4.14.2</code>. The root cause is <br>a sandboxing/network namespace error while compiling <code>ocaml-base-compiler</code>:<br> - At <br><code>/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl:242:17</code>, the build <br>calls <code>fail(...)</code> after <code>opam switch create</code> exits with rc=31.<br> - <code>stderr</code> from opam shows the configure <br>step failed with: <code>bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted</code> (lines 1945-1947).<br> - <br>This indicates bubblewrap (used by opam sandbox) attempted to configure a loopback address in the <br>container/runner and was denied due to permissions.<br> - Because the opam extension failed, many <br>targets could not be analyzed, leading to Bazel reporting "command succeeded, but not all targets <br>were analyzed" and ultimately "No test targets were found, yet testing was requested."<br> </td></tr> <tr><td> <details><summary>Relevant error logs:</summary> ```yaml 1: ##[group]Runner Image Provisioner 2: Hosted Compute Agent ... 302: (17:18:34) ^[[35mWARNING: ^[[0mThe following configs were expanded more than once: [remote]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior. 303: (17:18:34) ^[[35mWARNING: ^[[0moption '--remote_timeout' was expanded to from both option '--config=ci' (source command line options) and option '--config=ci' (source command line options) 304: (17:18:34) ^[[32mINFO: ^[[0mInvocation ID: 787aaf15-650e-4863-ada1-ff6584e87374 305: (17:18:34) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://app.buildbuddy.io/invocation/787aaf15-650e-4863-ada1-ff6584e87374^[[0m 306: (17:18:34) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/work/serviceradar/serviceradar/.bazelrc: --max_idle_secs=60 307: (17:18:34) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/.bazelrc: --output_base=/home/runner/.bazel 308: (17:18:34) ^[[32mINFO: ^[[0mOptions provided by the client: 309: Inherited 'common' options: --isatty=0 --terminal_columns=80 310: (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc: 311: Inherited 'common' options: --announce_rc --experimental_convenience_symlinks=clean --color=yes --curses=yes 312: (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc.remote: 313: Inherited 'common' options: --remote_header=x-buildbuddy-api-key=*** 314: (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc: 315: Inherited 'build' options: --keep_going --jobs=auto --show_timestamps --action_env=OPENSSL_NO_PKG_CONFIG=1 --java_runtime_version=local_jdk --tool_java_runtime_version=local_jdk --build_metadata=REPO_URL=git@github.com:carverauto/serviceradar.git 316: (17:18:34) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/work/serviceradar/serviceradar/.bazelrc: 317: 'test' options: --test_output=errors --action_env=OPENSSL_NO_PKG_CONFIG=1 --flaky_test_attempts=2 318: (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:ci in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --keep_going --build_tag_filters=-manual --config=remote --build_metadata=ROLE=CI --bes_results_url=https://app.buildbuddy.io/invocation/ --bes_backend=grpcs://remote.buildbuddy.io --remote_timeout=15m 319: (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//:rbe_linux_amd64 --platforms=//:rbe_linux_amd64 --extra_execution_platforms=//:rbe_linux_amd64,//:rbe_linux_arm64 --crosstool_top=@buildbuddy_toolchain//:toolchain --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 --copt=-Wno-use-after-free --java_language_version=11 --tool_java_language_version=11 --java_runtime_version=remotejdk_11 --tool_java_runtime_version=remotejdk_11 --define=EXECUTOR=remote --incompatible_strict_action_env --remote_timeout=10m --strategy=CompileOCamlModule=local --strategy=CompileOCamlLibrary=local --strategy=CompileOCamlArchive=local --strategy=OcamlPack=local --strategy=OcamlLink=local 320: (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition test:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --copt=-Wno-use-after-free 321: (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition test:ci in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --config=remote --test_tag_filters=-manual --test_output=errors 322: (17:18:34) ^[[32mINFO: ^[[0mFound applicable config definition build:remote in file /home/runner/work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//:rbe_linux_amd64 --platforms=//:rbe_linux_amd64 --extra_execution_platforms=//:rbe_linux_amd64,//:rbe_linux_arm64 --crosstool_top=@buildbuddy_toolchain//:toolchain --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 --copt=-Wno-use-after-free --java_language_version=11 --tool_java_language_version=11 --java_runtime_version=remotejdk_11 --tool_java_runtime_version=remotejdk_11 --define=EXECUTOR=remote --incompatible_strict_action_env --remote_timeout=10m --strategy=CompileOCamlModule=local --strategy=CompileOCamlLibrary=local --strategy=CompileOCamlArchive=local --strategy=OcamlPack=local --strategy=OcamlLink=local ... 1891: ^[[1A^[[K 1892: ^[[1A^[[K 1893: ^[[1A^[[K 1894: ^[[1A^[[K 1895: ^[[1A^[[K(17:19:26) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 1896: ) 1897: ^[[32m[1 / 1]^[[0m no actions running 1898: Fetching ...l%opam; 1899: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 1900: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 1901: ^[[1A^[[K 1902: ^[[1A^[[K 1903: ^[[1A^[[K 1904: ^[[1A^[[K 1905: ^[[1A^[[K 1906: ^[[1A^[[K(17:19:27) ^[[31m^[[1mERROR: ^[[0m/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl:242:17: Traceback (most recent call last): 1907: File "/home/runner/.bazel/external/tools_opam+/extensions/opam.bzl", line 422, column 53, in _opam_ext_impl 1908: ocaml_version, deps) = config_xdg_toolchain( 1909: File "/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl", line 308, column 45, in config_xdg_toolchain 1910: ocaml_version) = _create_switch(mctx, opambin, 1911: File "/home/runner/.bazel/external/tools_opam+/extensions/opam/opam_toolchain_xdg.bzl", line 242, column 17, in _create_switch 1912: fail("opam switch create failed; cmd=%s rc=%s\nstdout:%s\nstderr:%s" % ( 1913: Error in fail: opam switch create failed; cmd=["/home/runner/.local/share/obazl/opam/2.3.0/bin/opam", "switch", "create", "4.14.2", "4.14.2", "--root=/home/runner/.local/share/obazl/opam/2.3.0/root"] rc=31 1914: stdout: 1915: <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> 1916: Switch invariant: ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}] 1917: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> 1918: ∗ installed base-bigarray.base 1919: ∗ installed base-threads.base 1920: ∗ installed base-unix.base 1921: ∗ installed ocaml-options-vanilla.1 1922: ⬇ retrieved ocaml-config.2 (2 extra sources) 1923: ⬇ retrieved ocaml-config.2 (2 extra sources) 1924: ⬇ retrieved ocaml-base-compiler.4.14.2 (https://opam.ocaml.org/cache) 1925: <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> 1926: ┌─ The following actions failed 1927: │ λ build ocaml-base-compiler 4.14.2 1928: └─ 1929: ┌─ The following changes have been performed (the rest was aborted) 1930: │ ∗ install base-bigarray base 1931: │ ∗ install base-threads base 1932: │ ∗ install base-unix base 1933: │ ∗ install ocaml-options-vanilla 1 1934: └─ 1935: # To update the current shell environment, run: eval $(opam env --root=/home/runner/.local/share/obazl/opam/2.3.0/root --switch=4.14.2) 1936: Switch initialisation failed: clean up? ('n' will leave the switch partially installed) [y/n] n 1937: stderr:[ERROR] The compilation of ocaml-base-compiler.4.14.2 failed at "./configure --prefix=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2 --docdir=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2/doc/ocaml -C". 1938: #=== ERROR while compiling ocaml-base-compiler.4.14.2 =========================# 1939: # context 2.3.0 | linux/x86_64 | | https://opam.ocaml.org#5f4fdc0704abf51f92d9cde86eaaeb31f259ae59 1940: # path ~/.local/share/obazl/opam/2.3.0/root/4.14.2/.opam-switch/build/ocaml-base-compiler.4.14.2 1941: # command ~/.local/share/obazl/opam/2.3.0/root/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2 --docdir=/home/runner/.local/share/obazl/opam/2.3.0/root/4.14.2/doc/ocaml -C 1942: # exit-code 1 1943: # env-file ~/.local/share/obazl/opam/2.3.0/root/log/ocaml-base-compiler-4630-6ca126.env 1944: # output-file ~/.local/share/obazl/opam/2.3.0/root/log/ocaml-base-compiler-4630-6ca126.out 1945: ### output ### 1946: # bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted 1947: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 1948: ) 1949: ^[[32m[1 / 1]^[[0m no actions running 1950: Fetching ...l%opam; 1951: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 1952: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 1953: ^[[1A^[[K 1954: ^[[1A^[[K 1955: ^[[1A^[[K 1956: ^[[1A^[[K 1957: ^[[1A^[[K 1958: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/kv:kv_lib', it will not be built. 1959: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 1960: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 1961: ) 1962: ^[[32m[1 / 1]^[[0m no actions running 1963: Fetching ...l%opam; 1964: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 1965: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 1966: ^[[1A^[[K 1967: ^[[1A^[[K 1968: ^[[1A^[[K 1969: ^[[1A^[[K 1970: ^[[1A^[[K 1971: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng:build_script', it will not be built. 1972: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 1973: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 1974: ) 1975: ^[[32m[1 / 1]^[[0m no actions running 1976: Fetching ...l%opam; 1977: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 1978: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 1979: ^[[1A^[[K 1980: ^[[1A^[[K 1981: ^[[1A^[[K 1982: ^[[1A^[[K 1983: ^[[1A^[[K 1984: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/metrics:metrics', it will not be built. 1985: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 1986: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 1987: ) 1988: ^[[32m[1 / 1]^[[0m no actions running 1989: Fetching ...l%opam; 1990: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 1991: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 1992: ^[[1A^[[K 1993: ^[[1A^[[K 1994: ^[[1A^[[K 1995: ^[[1A^[[K 1996: ^[[1A^[[K 1997: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:binary_files', it will not be built. 1998: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 1999: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2000: ) 2001: ^[[32m[1 / 1]^[[0m no actions running 2002: Fetching ...l%opam; 2003: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2004: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2005: ^[[1A^[[K 2006: ^[[1A^[[K 2007: ^[[1A^[[K 2008: ^[[1A^[[K 2009: ^[[1A^[[K 2010: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/agent:agent_test', it will not be built. 2011: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2012: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2013: ) 2014: ^[[32m[1 / 1]^[[0m no actions running 2015: Fetching ...l%opam; 2016: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2017: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2018: ^[[1A^[[K 2019: ^[[1A^[[K 2020: ^[[1A^[[K 2021: ^[[1A^[[K 2022: ^[[1A^[[K 2023: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/consumers/db-event-writer:db-event-writer', it will not be built. 2024: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2025: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2026: ) 2027: ^[[32m[1 / 1]^[[0m no actions running 2028: Fetching ...l%opam; 2029: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2030: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2031: ^[[1A^[[K 2032: ^[[1A^[[K 2033: ^[[1A^[[K 2034: ^[[1A^[[K 2035: ^[[1A^[[K 2036: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/ebpf/profiler/proto/profiler:profiler', it will not be built. 2037: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2038: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2039: ) 2040: ^[[32m[1 / 1]^[[0m no actions running 2041: Fetching ...l%opam; 2042: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2043: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2044: ^[[1A^[[K 2045: ^[[1A^[[K 2046: ^[[1A^[[K 2047: ^[[1A^[[K 2048: ^[[1A^[[K 2049: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/logs/v1:v1_proto', it will not be built. 2050: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2051: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2052: ) 2053: ^[[32m[1 / 1]^[[0m no actions running 2054: Fetching ...l%opam; 2055: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2056: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2057: ^[[1A^[[K 2058: ^[[1A^[[K 2059: ^[[1A^[[K 2060: ^[[1A^[[K 2061: ^[[1A^[[K 2062: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//google/protobuf:wrappers_proto', it will not be built. 2063: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2064: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2065: ) 2066: ^[[32m[1 / 1]^[[0m no actions running 2067: Fetching ...l%opam; 2068: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2069: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2070: ^[[1A^[[K 2071: ^[[1A^[[K 2072: ^[[1A^[[K 2073: ^[[1A^[[K 2074: ^[[1A^[[K 2075: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/grpc:grpc', it will not be built. 2076: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2077: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2078: ) 2079: ^[[32m[1 / 1]^[[0m no actions running 2080: Fetching ...l%opam; 2081: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2082: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2083: ^[[1A^[[K 2084: ^[[1A^[[K 2085: ^[[1A^[[K 2086: ^[[1A^[[K 2087: ^[[1A^[[K 2088: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/cli:cli_lib', it will not be built. 2089: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2090: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2091: ) 2092: ^[[32m[1 / 1]^[[0m no actions running 2093: Fetching ...l%opam; 2094: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2095: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2096: ^[[1A^[[K 2097: ^[[1A^[[K 2098: ^[[1A^[[K 2099: ^[[1A^[[K 2100: ^[[1A^[[K 2101: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/common/v1:v1_go_proto', it will not be built. 2102: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2103: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2104: ) 2105: ^[[32m[1 / 1]^[[0m no actions running 2106: Fetching ...l%opam; 2107: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2108: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2109: ^[[1A^[[K 2110: ^[[1A^[[K 2111: ^[[1A^[[K 2112: ^[[1A^[[K 2113: ^[[1A^[[K 2114: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/cli:cli', it will not be built. 2115: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2116: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2117: ) 2118: ^[[32m[1 / 1]^[[0m no actions running 2119: Fetching ...l%opam; 2120: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2121: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2122: ^[[1A^[[K 2123: ^[[1A^[[K 2124: ^[[1A^[[K 2125: ^[[1A^[[K 2126: ^[[1A^[[K 2127: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:standalone_server', it will not be built. 2128: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2129: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2130: ) 2131: ^[[32m[1 / 1]^[[0m no actions running 2132: Fetching ...l%opam; 2133: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2134: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2135: ^[[1A^[[K 2136: ^[[1A^[[K 2137: ^[[1A^[[K 2138: ^[[1A^[[K 2139: ^[[1A^[[K 2140: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/checker:checker', it will not be built. 2141: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2142: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2143: ) 2144: ^[[32m[1 / 1]^[[0m no actions running 2145: Fetching ...l%opam; 2146: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2147: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2148: ^[[1A^[[K 2149: ^[[1A^[[K 2150: ^[[1A^[[K 2151: ^[[1A^[[K 2152: ^[[1A^[[K 2153: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/sync:sync', it will not be built. 2154: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2155: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2156: ) 2157: ^[[32m[1 / 1]^[[0m no actions running 2158: Fetching ...l%opam; 2159: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2160: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2161: ^[[1A^[[K 2162: ^[[1A^[[K 2163: ^[[1A^[[K 2164: ^[[1A^[[K 2165: ^[[1A^[[K 2166: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config:config', it will not be built. 2167: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2168: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2169: ) 2170: ^[[32m[1 / 1]^[[0m no actions running 2171: Fetching ...l%opam; 2172: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2173: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2174: ^[[1A^[[K 2175: ^[[1A^[[K 2176: ^[[1A^[[K 2177: ^[[1A^[[K 2178: ^[[1A^[[K 2179: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:typecheck_typecheck', it will not be built. 2180: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2181: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2182: ) 2183: ^[[32m[1 / 1]^[[0m no actions running 2184: Fetching ...l%opam; 2185: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2186: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2187: ^[[1A^[[K 2188: ^[[1A^[[K 2189: ^[[1A^[[K 2190: ^[[1A^[[K 2191: ^[[1A^[[K 2192: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/common/v1:common', it will not be built. 2193: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2194: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2195: ) 2196: ^[[32m[1 / 1]^[[0m no actions running 2197: Fetching ...l%opam; 2198: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2199: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2200: ^[[1A^[[K 2201: ^[[1A^[[K 2202: ^[[1A^[[K 2203: ^[[1A^[[K 2204: ^[[1A^[[K 2205: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/version:version', it will not be built. 2206: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2207: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2208: ) 2209: ^[[32m[1 / 1]^[[0m no actions running 2210: Fetching ...l%opam; 2211: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2212: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2213: ^[[1A^[[K 2214: ^[[1A^[[K 2215: ^[[1A^[[K 2216: ^[[1A^[[K 2217: ^[[1A^[[K 2218: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:otel_lib_test', it will not be built. 2219: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2220: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2221: ) 2222: ^[[32m[1 / 1]^[[0m no actions running 2223: Fetching ...l%opam; 2224: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2225: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2226: ^[[1A^[[K 2227: ^[[1A^[[K 2228: ^[[1A^[[K 2229: ^[[1A^[[K 2230: ^[[1A^[[K 2231: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller:poller', it will not be built. 2232: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2233: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2234: ) 2235: ^[[32m[1 / 1]^[[0m no actions running 2236: Fetching ...l%opam; 2237: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2238: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2239: ^[[1A^[[K 2240: ^[[1A^[[K 2241: ^[[1A^[[K 2242: ^[[1A^[[K 2243: ^[[1A^[[K 2244: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/api/web:bundle', it will not be built. 2245: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2246: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2247: ) 2248: ^[[32m[1 / 1]^[[0m no actions running 2249: Fetching ...l%opam; 2250: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2251: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2252: ^[[1A^[[K 2253: ^[[1A^[[K 2254: ^[[1A^[[K 2255: ^[[1A^[[K 2256: ^[[1A^[[K 2257: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:next_js_binary', it will not be built. 2258: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2259: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2260: ) 2261: ^[[32m[1 / 1]^[[0m no actions running 2262: Fetching ...l%opam; 2263: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2264: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2265: ^[[1A^[[K 2266: ^[[1A^[[K 2267: ^[[1A^[[K 2268: ^[[1A^[[K 2269: ^[[1A^[[K 2270: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sync/integrations/armis:armis_test', it will not be built. 2271: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2272: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2273: ) 2274: ^[[32m[1 / 1]^[[0m no actions running 2275: Fetching ...l%opam; 2276: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2277: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2278: ^[[1A^[[K 2279: ^[[1A^[[K 2280: ^[[1A^[[K 2281: ^[[1A^[[K 2282: ^[[1A^[[K 2283: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/mapper:mapper', it will not be built. 2284: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2285: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2286: ) 2287: ^[[32m[1 / 1]^[[0m no actions running 2288: Fetching ...l%opam; 2289: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2290: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2291: ^[[1A^[[K 2292: ^[[1A^[[K 2293: ^[[1A^[[K 2294: ^[[1A^[[K 2295: ^[[1A^[[K 2296: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/api/web:files', it will not be built. 2297: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2298: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2299: ) 2300: ^[[32m[1 / 1]^[[0m no actions running 2301: Fetching ...l%opam; 2302: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2303: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2304: ^[[1A^[[K 2305: ^[[1A^[[K 2306: ^[[1A^[[K 2307: ^[[1A^[[K 2308: ^[[1A^[[K 2309: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/mapper:mapper', it will not be built. 2310: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2311: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2312: ) 2313: ^[[32m[1 / 1]^[[0m no actions running 2314: Fetching ...l%opam; 2315: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2316: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2317: ^[[1A^[[K 2318: ^[[1A^[[K 2319: ^[[1A^[[K 2320: ^[[1A^[[K 2321: ^[[1A^[[K 2322: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/snmp:snmp', it will not be built. 2323: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2324: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2325: ) 2326: ^[[32m[1 / 1]^[[0m no actions running 2327: Fetching ...l%opam; 2328: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2329: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2330: ^[[1A^[[K 2331: ^[[1A^[[K 2332: ^[[1A^[[K 2333: ^[[1A^[[K 2334: ^[[1A^[[K 2335: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/sync:sync_lib', it will not be built. 2336: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2337: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2338: ) 2339: ^[[32m[1 / 1]^[[0m no actions running 2340: Fetching ...l%opam; 2341: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2342: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2343: ^[[1A^[[K 2344: ^[[1A^[[K 2345: ^[[1A^[[K 2346: ^[[1A^[[K 2347: ^[[1A^[[K 2348: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto', it will not be built. 2349: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2350: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2351: ) 2352: ^[[32m[1 / 1]^[[0m no actions running 2353: Fetching ...l%opam; 2354: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2355: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2356: ^[[1A^[[K 2357: ^[[1A^[[K 2358: ^[[1A^[[K 2359: ^[[1A^[[K 2360: ^[[1A^[[K 2361: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config/kvgrpc:kvgrpc', it will not be built. 2362: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2363: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2364: ) 2365: ^[[32m[1 / 1]^[[0m no actions running 2366: Fetching ...l%opam; 2367: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2368: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2369: ^[[1A^[[K 2370: ^[[1A^[[K 2371: ^[[1A^[[K 2372: ^[[1A^[[K 2373: ^[[1A^[[K 2374: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//internal/fastsum:fastsum_test', it will not be built. 2375: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2376: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2377: ) 2378: ^[[32m[1 / 1]^[[0m no actions running 2379: Fetching ...l%opam; 2380: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2381: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2382: ^[[1A^[[K 2383: ^[[1A^[[K 2384: ^[[1A^[[K 2385: ^[[1A^[[K 2386: ^[[1A^[[K 2387: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_go_proto', it will not be built. 2388: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2389: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2390: ) 2391: ^[[32m[1 / 1]^[[0m no actions running 2392: Fetching ...l%opam; 2393: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2394: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2395: ^[[1A^[[K 2396: ^[[1A^[[K 2397: ^[[1A^[[K 2398: ^[[1A^[[K 2399: ^[[1A^[[K 2400: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/logs/v1:v1_go_proto', it will not be built. 2401: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2402: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2403: ) 2404: ^[[32m[1 / 1]^[[0m no actions running 2405: Fetching ...l%opam; 2406: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2407: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2408: ^[[1A^[[K 2409: ^[[1A^[[K 2410: ^[[1A^[[K 2411: ^[[1A^[[K 2412: ^[[1A^[[K 2413: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/mapper:mapper_lib', it will not be built. 2414: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2415: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2416: ) 2417: ^[[32m[1 / 1]^[[0m no actions running 2418: Fetching ...l%opam; 2419: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2420: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2421: ^[[1A^[[K 2422: ^[[1A^[[K 2423: ^[[1A^[[K 2424: ^[[1A^[[K 2425: ^[[1A^[[K 2426: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//internal/fastsum:fastsum', it will not be built. 2427: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2428: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2429: ) 2430: ^[[32m[1 / 1]^[[0m no actions running 2431: Fetching ...l%opam; 2432: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2433: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2434: ^[[1A^[[K 2435: ^[[1A^[[K 2436: ^[[1A^[[K 2437: ^[[1A^[[K 2438: ^[[1A^[[K 2439: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/rperf:rperf_proto', it will not be built. 2440: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2441: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2442: ) 2443: ^[[32m[1 / 1]^[[0m no actions running 2444: Fetching ...l%opam; 2445: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2446: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2447: ^[[1A^[[K 2448: ^[[1A^[[K 2449: ^[[1A^[[K 2450: ^[[1A^[[K 2451: ^[[1A^[[K 2452: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler_proto', it will not be built. 2453: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2454: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2455: ) 2456: ^[[32m[1 / 1]^[[0m no actions running 2457: Fetching ...l%opam; 2458: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2459: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2460: ^[[1A^[[K 2461: ^[[1A^[[K 2462: ^[[1A^[[K 2463: ^[[1A^[[K 2464: ^[[1A^[[K 2465: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/rperf:rperf', it will not be built. 2466: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2467: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2468: ) 2469: ^[[32m[1 / 1]^[[0m no actions running 2470: Fetching ...l%opam; 2471: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2472: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2473: ^[[1A^[[K 2474: ^[[1A^[[K 2475: ^[[1A^[[K 2476: ^[[1A^[[K 2477: ^[[1A^[[K 2478: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/auth:auth', it will not be built. 2479: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2480: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2481: ) 2482: ^[[32m[1 / 1]^[[0m no actions running 2483: Fetching ...l%opam; 2484: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2485: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2486: ^[[1A^[[K 2487: ^[[1A^[[K 2488: ^[[1A^[[K 2489: ^[[1A^[[K 2490: ^[[1A^[[K 2491: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto_go_proto', it will not be built. 2492: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2493: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2494: ) 2495: ^[[32m[1 / 1]^[[0m no actions running 2496: Fetching ...l%opam; 2497: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2498: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2499: ^[[1A^[[K 2500: ^[[1A^[[K 2501: ^[[1A^[[K 2502: ^[[1A^[[K 2503: ^[[1A^[[K 2504: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/dusk:dusk', it will not be built. 2505: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2506: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2507: ) 2508: ^[[32m[1 / 1]^[[0m no actions running 2509: Fetching ...l%opam; 2510: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2511: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2512: ^[[1A^[[K 2513: ^[[1A^[[K 2514: ^[[1A^[[K 2515: ^[[1A^[[K 2516: ^[[1A^[[K 2517: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/integration_test:integration_test', it will not be built. 2518: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2519: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2520: ) 2521: ^[[32m[1 / 1]^[[0m no actions running 2522: Fetching ...l%opam; 2523: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2524: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2525: ^[[1A^[[K 2526: ^[[1A^[[K 2527: ^[[1A^[[K 2528: ^[[1A^[[K 2529: ^[[1A^[[K 2530: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:typecheck', it will not be built. 2531: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2532: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2533: ) 2534: ^[[32m[1 / 1]^[[0m no actions running 2535: Fetching ...l%opam; 2536: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2537: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2538: ^[[1A^[[K 2539: ^[[1A^[[K 2540: ^[[1A^[[K 2541: ^[[1A^[[K 2542: ^[[1A^[[K 2543: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen_put_rule', it will not be built. 2544: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2545: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2546: ) 2547: ^[[32m[1 / 1]^[[0m no actions running 2548: Fetching ...l%opam; 2549: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2550: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2551: ^[[1A^[[K 2552: ^[[1A^[[K 2553: ^[[1A^[[K 2554: ^[[1A^[[K 2555: ^[[1A^[[K 2556: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//tools/test:coverage_report_generator', it will not be built. 2557: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2558: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2559: ) 2560: ^[[32m[1 / 1]^[[0m no actions running 2561: Fetching ...l%opam; 2562: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2563: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2564: ^[[1A^[[K 2565: ^[[1A^[[K 2566: ^[[1A^[[K 2567: ^[[1A^[[K 2568: ^[[1A^[[K 2569: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_go', it will not be built. 2570: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2571: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2572: ) 2573: ^[[32m[1 / 1]^[[0m no actions running 2574: Fetching ...l%opam; 2575: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2576: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2577: ^[[1A^[[K 2578: ^[[1A^[[K 2579: ^[[1A^[[K 2580: ^[[1A^[[K 2581: ^[[1A^[[K 2582: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/scan:scan_test', it will not be built. 2583: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2584: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2585: ) 2586: ^[[32m[1 / 1]^[[0m no actions running 2587: Fetching ...l%opam; 2588: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2589: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2590: ^[[1A^[[K 2591: ^[[1A^[[K 2592: ^[[1A^[[K 2593: ^[[1A^[[K 2594: ^[[1A^[[K 2595: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:build_script', it will not be built. 2596: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2597: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2598: ) 2599: ^[[32m[1 / 1]^[[0m no actions running 2600: Fetching ...l%opam; 2601: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2602: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2603: ^[[1A^[[K 2604: ^[[1A^[[K 2605: ^[[1A^[[K 2606: ^[[1A^[[K 2607: ^[[1A^[[K 2608: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core:core_test', it will not be built. 2609: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2610: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2611: ) 2612: ^[[32m[1 / 1]^[[0m no actions running 2613: Fetching ...l%opam; 2614: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2615: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2616: ^[[1A^[[K 2617: ^[[1A^[[K 2618: ^[[1A^[[K 2619: ^[[1A^[[K 2620: ^[[1A^[[K 2621: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler_go_proto', it will not be built. 2622: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2623: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2624: ) 2625: ^[[32m[1 / 1]^[[0m no actions running 2626: Fetching ...l%opam; 2627: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2628: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2629: ^[[1A^[[K 2630: ^[[1A^[[K 2631: ^[[1A^[[K 2632: ^[[1A^[[K 2633: ^[[1A^[[K 2634: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen', it will not be built. 2635: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2636: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2637: ) 2638: ^[[32m[1 / 1]^[[0m no actions running 2639: Fetching ...l%opam; 2640: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2641: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2642: ^[[1A^[[K 2643: ^[[1A^[[K 2644: ^[[1A^[[K 2645: ^[[1A^[[K 2646: ^[[1A^[[K 2647: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto:proto_proto', it will not be built. 2648: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2649: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2650: ) 2651: ^[[32m[1 / 1]^[[0m no actions running 2652: Fetching ...l%opam; 2653: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2654: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2655: ^[[1A^[[K 2656: ^[[1A^[[K 2657: ^[[1A^[[K 2658: ^[[1A^[[K 2659: ^[[1A^[[K 2660: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//web:standalone_app', it will not be built. 2661: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2662: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2663: ) 2664: ^[[32m[1 / 1]^[[0m no actions running 2665: Fetching ...l%opam; 2666: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2667: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2668: ^[[1A^[[K 2669: ^[[1A^[[K 2670: ^[[1A^[[K 2671: ^[[1A^[[K 2672: ^[[1A^[[K 2673: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/discovery:discovery_proto', it will not be built. 2674: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2675: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2676: ) 2677: ^[[32m[1 / 1]^[[0m no actions running 2678: Fetching ...l%opam; 2679: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2680: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2681: ^[[1A^[[K 2682: ^[[1A^[[K 2683: ^[[1A^[[K 2684: ^[[1A^[[K 2685: ^[[1A^[[K 2686: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/config/kv:kv', it will not be built. 2687: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2688: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2689: ) 2690: ^[[32m[1 / 1]^[[0m no actions running 2691: Fetching ...l%opam; 2692: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2693: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2694: ^[[1A^[[K 2695: ^[[1A^[[K 2696: ^[[1A^[[K 2697: ^[[1A^[[K 2698: ^[[1A^[[K 2699: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:core_deb', it will not be built. 2700: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2701: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2702: ) 2703: ^[[32m[1 / 1]^[[0m no actions running 2704: Fetching ...l%opam; 2705: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2706: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2707: ^[[1A^[[K 2708: ^[[1A^[[K 2709: ^[[1A^[[K 2710: ^[[1A^[[K 2711: ^[[1A^[[K 2712: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/core/alerts:alerts', it will not be built. 2713: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2714: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2715: ) 2716: ^[[32m[1 / 1]^[[0m no actions running 2717: Fetching ...l%opam; 2718: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2719: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2720: ^[[1A^[[K 2721: ^[[1A^[[K 2722: ^[[1A^[[K 2723: ^[[1A^[[K 2724: ^[[1A^[[K 2725: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/http:http_test', it will not be built. 2726: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2727: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2728: ) 2729: ^[[32m[1 / 1]^[[0m no actions running 2730: Fetching ...l%opam; 2731: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2732: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2733: ^[[1A^[[K 2734: ^[[1A^[[K 2735: ^[[1A^[[K 2736: ^[[1A^[[K 2737: ^[[1A^[[K 2738: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/collector/trace/v1:trace', it will not be built. 2739: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2740: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2741: ) 2742: ^[[32m[1 / 1]^[[0m no actions running 2743: Fetching ...l%opam; 2744: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2745: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2746: ^[[1A^[[K 2747: ^[[1A^[[K 2748: ^[[1A^[[K 2749: ^[[1A^[[K 2750: ^[[1A^[[K 2751: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/snmp:snmp_lib', it will not be built. 2752: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2753: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2754: ) 2755: ^[[32m[1 / 1]^[[0m no actions running 2756: Fetching ...l%opam; 2757: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2758: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2759: ^[[1A^[[K 2760: ^[[1A^[[K 2761: ^[[1A^[[K 2762: ^[[1A^[[K 2763: ^[[1A^[[K 2764: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//tools/test:lcov_merger', it will not be built. 2765: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2766: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2767: ) 2768: ^[[32m[1 / 1]^[[0m no actions running 2769: Fetching ...l%opam; 2770: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2771: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2772: ^[[1A^[[K 2773: ^[[1A^[[K 2774: ^[[1A^[[K 2775: ^[[1A^[[K 2776: ^[[1A^[[K 2777: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/ebpf/profiler/proto/profiler:profiler_go_proto', it will not be built. 2778: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2779: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2780: ) 2781: ^[[32m[1 / 1]^[[0m no actions running 2782: Fetching ...l%opam; 2783: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2784: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2785: ^[[1A^[[K 2786: ^[[1A^[[K 2787: ^[[1A^[[K 2788: ^[[1A^[[K 2789: ^[[1A^[[K 2790: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/poller:poller_test', it will not be built. 2791: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2792: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2793: ) 2794: ^[[32m[1 / 1]^[[0m no actions running 2795: Fetching ...l%opam; 2796: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2797: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2798: ^[[1A^[[K 2799: ^[[1A^[[K 2800: ^[[1A^[[K 2801: ^[[1A^[[K 2802: ^[[1A^[[K 2803: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/perl:perl_tool', it will not be built. 2804: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2805: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2806: ) 2807: ^[[32m[1 / 1]^[[0m no actions running 2808: Fetching ...l%opam; 2809: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2810: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2811: ^[[1A^[[K 2812: ^[[1A^[[K 2813: ^[[1A^[[K 2814: ^[[1A^[[K 2815: ^[[1A^[[K 2816: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/metrics:metrics_test', it will not be built. 2817: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2818: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2819: ) 2820: ^[[32m[1 / 1]^[[0m no actions running 2821: Fetching ...l%opam; 2822: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2823: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2824: ^[[1A^[[K 2825: ^[[1A^[[K 2826: ^[[1A^[[K 2827: ^[[1A^[[K 2828: ^[[1A^[[K 2829: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/trace/v1:v1_proto', it will not be built. 2830: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2831: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2832: ) 2833: ^[[32m[1 / 1]^[[0m no actions running 2834: Fetching ...l%opam; 2835: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2836: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2837: ^[[1A^[[K 2838: ^[[1A^[[K 2839: ^[[1A^[[K 2840: ^[[1A^[[K 2841: ^[[1A^[[K 2842: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng:poller_ng', it will not be built. 2843: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2844: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2845: ) 2846: ^[[32m[1 / 1]^[[0m no actions running 2847: Fetching ...l%opam; 2848: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2849: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2850: ^[[1A^[[K 2851: ^[[1A^[[K 2852: ^[[1A^[[K 2853: ^[[1A^[[K 2854: ^[[1A^[[K 2855: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/cli:cli', it will not be built. 2856: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2857: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2858: ) 2859: ^[[32m[1 / 1]^[[0m no actions running 2860: Fetching ...l%opam; 2861: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2862: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2863: ^[[1A^[[K 2864: ^[[1A^[[K 2865: ^[[1A^[[K 2866: ^[[1A^[[K 2867: ^[[1A^[[K 2868: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sweeper:sweeper_test', it will not be built. 2869: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2870: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2871: ) 2872: ^[[32m[1 / 1]^[[0m no actions running 2873: Fetching ...l%opam; 2874: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2875: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2876: ^[[1A^[[K 2877: ^[[1A^[[K 2878: ^[[1A^[[K 2879: ^[[1A^[[K 2880: ^[[1A^[[K 2881: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/consumers/zen:zen_lib', it will not be built. 2882: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2883: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2884: ) 2885: ^[[32m[1 / 1]^[[0m no actions running 2886: Fetching ...l%opam; 2887: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2888: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2889: ^[[1A^[[K 2890: ^[[1A^[[K 2891: ^[[1A^[[K 2892: ^[[1A^[[K 2893: ^[[1A^[[K 2894: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/collector/trace/v1:v1_go_proto', it will not be built. 2895: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2896: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2897: ) 2898: ^[[32m[1 / 1]^[[0m no actions running 2899: Fetching ...l%opam; 2900: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2901: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2902: ^[[1A^[[K 2903: ^[[1A^[[K 2904: ^[[1A^[[K 2905: ^[[1A^[[K 2906: ^[[1A^[[K 2907: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/sync:sync', it will not be built. 2908: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2909: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2910: ) 2911: ^[[32m[1 / 1]^[[0m no actions running 2912: Fetching ...l%opam; 2913: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2914: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2915: ^[[1A^[[K 2916: ^[[1A^[[K 2917: ^[[1A^[[K 2918: ^[[1A^[[K 2919: ^[[1A^[[K 2920: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel/proto/opentelemetry/proto/resource/v1:v1_go_proto', it will not be built. 2921: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2922: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2923: ) 2924: ^[[32m[1 / 1]^[[0m no actions running 2925: Fetching ...l%opam; 2926: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2927: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2928: ^[[1A^[[K 2929: ^[[1A^[[K 2930: ^[[1A^[[K 2931: ^[[1A^[[K 2932: ^[[1A^[[K 2933: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/otel:otel_lib', it will not be built. 2934: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2935: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2936: ) 2937: ^[[32m[1 / 1]^[[0m no actions running 2938: Fetching ...l%opam; 2939: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2940: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2941: ^[[1A^[[K 2942: ^[[1A^[[K 2943: ^[[1A^[[K 2944: ^[[1A^[[K 2945: ^[[1A^[[K 2946: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/mcp:mcp', it will not be built. 2947: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2948: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2949: ) 2950: ^[[32m[1 / 1]^[[0m no actions running 2951: Fetching ...l%opam; 2952: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2953: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2954: ^[[1A^[[K 2955: ^[[1A^[[K 2956: ^[[1A^[[K 2957: ^[[1A^[[K 2958: ^[[1A^[[K 2959: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//packaging/core:web_assets', it will not be built. 2960: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2961: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2962: ) 2963: ^[[32m[1 / 1]^[[0m no actions running 2964: Fetching ...l%opam; 2965: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2966: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2967: ^[[1A^[[K 2968: ^[[1A^[[K 2969: ^[[1A^[[K 2970: ^[[1A^[[K 2971: ^[[1A^[[K 2972: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/consumers/db-event-writer:db-event-writer_test', it will not be built. 2973: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2974: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2975: ) 2976: ^[[32m[1 / 1]^[[0m no actions running 2977: Fetching ...l%opam; 2978: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2979: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2980: ^[[1A^[[K 2981: ^[[1A^[[K 2982: ^[[1A^[[K 2983: ^[[1A^[[K 2984: ^[[1A^[[K 2985: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/trapd:build_script', it will not be built. 2986: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 2987: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 2988: ) 2989: ^[[32m[1 / 1]^[[0m no actions running 2990: Fetching ...l%opam; 2991: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 2992: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 2993: ^[[1A^[[K 2994: ^[[1A^[[K 2995: ^[[1A^[[K 2996: ^[[1A^[[K 2997: ^[[1A^[[K 2998: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/registry:registry', it will not be built. 2999: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3000: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3001: ) 3002: ^[[32m[1 / 1]^[[0m no actions running 3003: Fetching ...l%opam; 3004: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3005: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3006: ^[[1A^[[K 3007: ^[[1A^[[K 3008: ^[[1A^[[K 3009: ^[[1A^[[K 3010: ^[[1A^[[K 3011: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/poller-ng/src/proto:proto_proto', it will not be built. 3012: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3013: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3014: ) 3015: ^[[32m[1 / 1]^[[0m no actions running 3016: Fetching ...l%opam; 3017: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3018: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3019: ^[[1A^[[K 3020: ^[[1A^[[K 3021: ^[[1A^[[K 3022: ^[[1A^[[K 3023: ^[[1A^[[K 3024: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/checker/snmp:snmp', it will not be built. 3025: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3026: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3027: ) 3028: ^[[32m[1 / 1]^[[0m no actions running 3029: Fetching ...l%opam; 3030: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3031: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3032: ^[[1A^[[K 3033: ^[[1A^[[K 3034: ^[[1A^[[K 3035: ^[[1A^[[K 3036: ^[[1A^[[K 3037: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/grpc:grpc_test', it will not be built. 3038: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3039: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3040: ) 3041: ^[[32m[1 / 1]^[[0m no actions running 3042: Fetching ...l%opam; 3043: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3044: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3045: ^[[1A^[[K 3046: ^[[1A^[[K 3047: ^[[1A^[[K 3048: ^[[1A^[[K 3049: ^[[1A^[[K 3050: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//cmd/checkers/dusk:dusk_lib', it will not be built. 3051: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3052: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3053: ) 3054: ^[[32m[1 / 1]^[[0m no actions running 3055: Fetching ...l%opam; 3056: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3057: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3058: ^[[1A^[[K 3059: ^[[1A^[[K 3060: ^[[1A^[[K 3061: ^[[1A^[[K 3062: ^[[1A^[[K 3063: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//pkg/integration_test:integration_test_test', it will not be built. 3064: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3065: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3066: ) 3067: ^[[32m[1 / 1]^[[0m no actions running 3068: Fetching ...l%opam; 3069: ^[[0;33mINFO^[[0;0m: Creating opam switch 4.14.2 with OCaml version 4.14.2 3070: in opam 2.3.0 root: /home/runner/.local/share/obazl/opam/2.3.0/root 38s 3071: ^[[1A^[[K 3072: ^[[1A^[[K 3073: ^[[1A^[[K 3074: ^[[1A^[[K 3075: ^[[1A^[[K 3076: ^[[1A^[[K(17:19:27) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//proto/profiler:profiler', it will not be built. 3077: error evaluating module extension @@tools_opam+//extensions:opam.bzl%opam 3078: (17:19:27) ^[[32mAnalyzing:^[[0m 226 targets (206 packages loaded, 391 targets configured\ 3079: ) 3080: ^[[32m[1 / 1]^[[0m no actions running 3081: Fetching ...l%opam; 3082: ^[[0;33mIN...
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2238
No description provided.