increase from 5g to 100g for cnpg #2471

Merged
mfreeman451 merged 1 commit from refs/pull/2471/head into main 2025-11-24 15:17:11 +00:00
mfreeman451 commented 2025-11-24 15:13:34 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2005
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/2005
Original created: 2025-11-24T15:13:34Z
Original updated: 2025-11-24T15:17:15Z
Original head: carverauto/serviceradar:2003-chorek8shelm-increase-size-for-cnpg
Original base: main
Original merged: 2025-11-24T15:17:11Z by @mfreeman451

User description

IMPORTANT: Please sign the Developer Certificate of Origin

Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:

Signed-off-by: J. Doe <j.doe@domain.com>

Describe your changes

Code checklist before requesting a review

  • I have signed the DCO?
  • The build completes without errors?
  • All tests are passing when running make test?

PR Type

Enhancement


Description

  • Increase CNPG PostgreSQL storage from 5Gi to 100Gi

  • Updates default storage size across Helm templates

  • Updates base Kubernetes deployment configuration

  • Updates documentation to reflect new storage allocation


Diagram Walkthrough

flowchart LR
  A["CNPG Storage Config"] -->|"5Gi → 100Gi"| B["Helm values.yaml"]
  A -->|"5Gi → 100Gi"| C["Helm spire-postgres.yaml"]
  A -->|"5Gi → 100Gi"| D["K8s cnpg-cluster.yaml"]
  E["Documentation"] -->|"Updated"| F["DEPLOYMENT.md"]

File Walkthrough

Relevant files
Configuration changes
values.yaml
Update default CNPG storage size to 100Gi                               

helm/serviceradar/values.yaml

  • Updated default CNPG storage size from 5Gi to 100Gi
  • Changes the storageSize parameter in postgres configuration
+1/-1     
spire-postgres.yaml
Update Helm template storage default to 100Gi                       

helm/serviceradar/templates/spire-postgres.yaml

  • Updated default storage size in Helm template from 5Gi to 100Gi
  • Affects the storage specification for CNPG cluster deployment
+1/-1     
cnpg-cluster.yaml
Update base K8s CNPG storage to 100Gi                                       

k8s/demo/base/spire/cnpg-cluster.yaml

  • Updated CNPG cluster storage size from 5Gi to 100Gi
  • Modifies base Kubernetes deployment configuration
+1/-1     
Documentation
DEPLOYMENT.md
Update documentation for new storage size                               

k8s/demo/DEPLOYMENT.md

  • Updated documentation to reflect new 100Gi storage allocation
  • Clarifies CNPG data persistence size in deployment guide
+1/-1     

Imported from GitHub pull request. Original GitHub pull request: #2005 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/pull/2005 Original created: 2025-11-24T15:13:34Z Original updated: 2025-11-24T15:17:15Z Original head: carverauto/serviceradar:2003-chorek8shelm-increase-size-for-cnpg Original base: main Original merged: 2025-11-24T15:17:11Z by @mfreeman451 --- ### **User description** ## IMPORTANT: Please sign the Developer Certificate of Origin Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include a [DCO sign-off statement]( https://developercertificate.org/) indicating the DCO acceptance in one commit message. Here is an example DCO Signed-off-by line in a commit message: ``` Signed-off-by: J. Doe <j.doe@domain.com> ``` ## Describe your changes ## Issue ticket number and link ## Code checklist before requesting a review - [ ] I have signed the DCO? - [ ] The build completes without errors? - [ ] All tests are passing when running make test? ___ ### **PR Type** Enhancement ___ ### **Description** - Increase CNPG PostgreSQL storage from 5Gi to 100Gi - Updates default storage size across Helm templates - Updates base Kubernetes deployment configuration - Updates documentation to reflect new storage allocation ___ ### Diagram Walkthrough ```mermaid flowchart LR A["CNPG Storage Config"] -->|"5Gi → 100Gi"| B["Helm values.yaml"] A -->|"5Gi → 100Gi"| C["Helm spire-postgres.yaml"] A -->|"5Gi → 100Gi"| D["K8s cnpg-cluster.yaml"] E["Documentation"] -->|"Updated"| F["DEPLOYMENT.md"] ``` <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>values.yaml</strong><dd><code>Update default CNPG storage size to 100Gi</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> helm/serviceradar/values.yaml <ul><li>Updated default CNPG storage size from 5Gi to 100Gi<br> <li> Changes the <code>storageSize</code> parameter in postgres configuration</ul> </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2005/files#diff-d4449c7cb70362554b274f81eae5a4b81a8e81df494282e383d1b7ea3871c452">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>spire-postgres.yaml</strong><dd><code>Update Helm template storage default to 100Gi</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> helm/serviceradar/templates/spire-postgres.yaml <ul><li>Updated default storage size in Helm template from 5Gi to 100Gi<br> <li> Affects the storage specification for CNPG cluster deployment</ul> </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2005/files#diff-1ca173bb2b8cb20ea64a4f1901850a229c0c9f40286f074e00b3301be99299bd">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>cnpg-cluster.yaml</strong><dd><code>Update base K8s CNPG storage to 100Gi</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> k8s/demo/base/spire/cnpg-cluster.yaml <ul><li>Updated CNPG cluster storage size from 5Gi to 100Gi<br> <li> Modifies base Kubernetes deployment configuration</ul> </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2005/files#diff-7295774b8f05fee8f0f2b054f94381aa4c2581344117e9386f62c50baf64de53">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>DEPLOYMENT.md</strong><dd><code>Update documentation for new storage size</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> k8s/demo/DEPLOYMENT.md <ul><li>Updated documentation to reflect new 100Gi storage allocation<br> <li> Clarifies CNPG data persistence size in deployment guide</ul> </details> </td> <td><a href="https://github.com/carverauto/serviceradar/pull/2005/files#diff-5f3fed1076fa76a981a6d79e8047dfdb15c6f53c62790064823bb9fd3548c315">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> </details> ___
qodo-code-review[bot] commented 2025-11-24 15:14:01 +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/2005#issuecomment-3571282655
Original created: 2025-11-24T15:14:01Z

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Resource overprovisioning

Description: Setting a default CNPG storage size to 100Gi may unintentionally provision large
persistent volumes across environments, potentially exceeding quotas or incurring
unexpected costs; consider scoping defaults per environment or documenting overrides.
values.yaml [183-183]

Referred Code
storageSize: 100Gi
secretName: spire-db-credentials
Ticket Compliance
🟢
🎫 #2003
🟢 Increase CNPG PostgreSQL storage size from 5Gi to a larger size to resolve space issues in
the demo namespace.
Update Helm templates to default to the new CNPG storage size.
Update base Kubernetes CNPG cluster configuration to the new storage size.
Update documentation to reflect the new CNPG storage allocation and how to resize.
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
Not Applicable Scope: The PR only updates storage size configuration and documentation without introducing code
paths related to auditable actions, so applicability of audit trail requirements cannot be
determined from this diff.

Referred Code
  size: {{ default "100Gi" $pg.storageSize }}
  {{- if $pg.storageClass }}
  storageClass: {{ $pg.storageClass }}
  {{- end }}
bootstrap:
  initdb:
    database: {{ default "spire" $pg.database }}

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No Error Paths: The changes are declarative config updates for storage size and do not introduce
executable logic where error handling would apply, so compliance cannot be assessed from
this diff.

Referred Code
storage:
  size: 100Gi
  storageClass: local-path

bootstrap:
  initdb:
    database: spire

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
No User Errors: The PR alters storage documentation only and does not change user-facing error messages,
so secure error handling compliance cannot be evaluated from this diff.

Referred Code
## Persistence

### Persistent Volumes
- **CNPG Data**: 100Gi per instance (local-path by default); resize via `k8s/demo/resize-cnpg-pvc.sh` which patches the `Cluster` storage size
- **Core Data**: 5Gi for application metadata
- **NATS Data**: 30Gi for message persistence
- **Certificates**: 1Gi shared TLS material

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
Config Change Only: The update only increases the default storage size parameter and does not touch input
handling or data processing logic, so validation/security implications cannot be
determined from this diff.

Referred Code
storageSize: 100Gi
secretName: spire-db-credentials
username: spire
password: changeme
image: ghcr.io/carverauto/serviceradar-cnpg

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
- Requires Further Human Verification
🏷️ - Compliance label
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2005#issuecomment-3571282655 Original created: 2025-11-24T15:14:01Z --- ## PR Compliance Guide 🔍 <!-- https://github.com/carverauto/serviceradar/commit/3a8c711974eacdec621004ae62f0e12747c7788d --> Below is a summary of compliance checks for this PR:<br> <table><tbody><tr><td colspan='2'><strong>Security Compliance</strong></td></tr> <tr><td rowspan=1>⚪</td> <td><details><summary><strong>Resource overprovisioning</strong></summary><br> <b>Description:</b> Setting a default CNPG storage size to 100Gi may unintentionally provision large <br>persistent volumes across environments, potentially exceeding quotas or incurring <br>unexpected costs; consider scoping defaults per environment or documenting overrides.<br> <strong><a href='https://github.com/carverauto/serviceradar/pull/2005/files#diff-d4449c7cb70362554b274f81eae5a4b81a8e81df494282e383d1b7ea3871c452R183-R183'>values.yaml [183-183]</a></strong><br> <details open><summary>Referred Code</summary> ```yaml storageSize: 100Gi secretName: spire-db-credentials ``` </details></details></td></tr> <tr><td colspan='2'><strong>Ticket Compliance</strong></td></tr> <tr><td>🟢</td> <td> <details> <summary>🎫 <a href=https://github.com/carverauto/serviceradar/issues/2003>#2003</a></summary> <table width='100%'><tbody> <tr><td rowspan=4>🟢</td> <td>Increase CNPG PostgreSQL storage size from 5Gi to a larger size to resolve space issues in <br>the demo namespace.</td></tr> <tr><td>Update Helm templates to default to the new CNPG storage size.</td></tr> <tr><td>Update base Kubernetes CNPG cluster configuration to the new storage size.</td></tr> <tr><td>Update documentation to reflect the new CNPG storage allocation and how to resize.</td></tr> </tbody></table> </details> </td></tr> <tr><td colspan='2'><strong>Codebase Duplication Compliance</strong></td></tr> <tr><td>⚪</td><td><details><summary><strong>Codebase context is not defined </strong></summary> Follow the <a href='https://qodo-merge-docs.qodo.ai/core-abilities/rag_context_enrichment/'>guide</a> to enable codebase context checks. </details></td></tr> <tr><td colspan='2'><strong>Custom Compliance</strong></td></tr> <tr><td rowspan=2>🟢</td><td> <details><summary><strong>Generic: Meaningful Naming and Self-Documenting Code</strong></summary><br> **Objective:** Ensure all identifiers clearly express their purpose and intent, making code <br>self-documenting<br> **Status:** Passed<br> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td> <details><summary><strong>Generic: Secure Logging Practices</strong></summary><br> **Objective:** To ensure logs are useful for debugging and auditing without exposing sensitive <br>information like PII, PHI, or cardholder data.<br> **Status:** Passed<br> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td rowspan=4>⚪</td> <td><details> <summary><strong>Generic: Comprehensive Audit Trails</strong></summary><br> **Objective:** To create a detailed and reliable record of critical system actions for security analysis <br>and compliance.<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2005/files#diff-1ca173bb2b8cb20ea64a4f1901850a229c0c9f40286f074e00b3301be99299bdR106-R112'><strong>Not Applicable Scope</strong></a>: The PR only updates storage size configuration and documentation without introducing code <br>paths related to auditable actions, so applicability of audit trail requirements cannot be <br>determined from this diff.<br> <details open><summary>Referred Code</summary> ```yaml size: {{ default "100Gi" $pg.storageSize }} {{- if $pg.storageClass }} storageClass: {{ $pg.storageClass }} {{- end }} bootstrap: initdb: database: {{ default "spire" $pg.database }} ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Robust Error Handling and Edge Case Management</strong></summary><br> **Objective:** Ensure comprehensive error handling that provides meaningful context and graceful <br>degradation<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2005/files#diff-7295774b8f05fee8f0f2b054f94381aa4c2581344117e9386f62c50baf64de53R12-R18'><strong>No Error Paths</strong></a>: The changes are declarative config updates for storage size and do not introduce <br>executable logic where error handling would apply, so compliance cannot be assessed from <br>this diff.<br> <details open><summary>Referred Code</summary> ```yaml storage: size: 100Gi storageClass: local-path bootstrap: initdb: database: spire ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Secure Error Handling</strong></summary><br> **Objective:** To prevent the leakage of sensitive system information through error messages while <br>providing sufficient detail for internal debugging.<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2005/files#diff-5f3fed1076fa76a981a6d79e8047dfdb15c6f53c62790064823bb9fd3548c315R198-R204'><strong>No User Errors</strong></a>: The PR alters storage documentation only and does not change user-facing error messages, <br>so secure error handling compliance cannot be evaluated from this diff.<br> <details open><summary>Referred Code</summary> ```markdown ## Persistence ### Persistent Volumes - **CNPG Data**: 100Gi per instance (local-path by default); resize via `k8s/demo/resize-cnpg-pvc.sh` which patches the `Cluster` storage size - **Core Data**: 5Gi for application metadata - **NATS Data**: 30Gi for message persistence - **Certificates**: 1Gi shared TLS material ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td><details> <summary><strong>Generic: Security-First Input Validation and Data Handling</strong></summary><br> **Objective:** Ensure all data inputs are validated, sanitized, and handled securely to prevent <br>vulnerabilities<br> **Status:** <br><a href='https://github.com/carverauto/serviceradar/pull/2005/files#diff-d4449c7cb70362554b274f81eae5a4b81a8e81df494282e383d1b7ea3871c452R183-R187'><strong>Config Change Only</strong></a>: The update only increases the default storage size parameter and does not touch input <br>handling or data processing logic, so validation/security implications cannot be <br>determined from this diff.<br> <details open><summary>Referred Code</summary> ```yaml storageSize: 100Gi secretName: spire-db-credentials username: spire password: changeme image: ghcr.io/carverauto/serviceradar-cnpg ``` </details> > Learn more about managing compliance <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#configuration-options'>generic rules</a> or creating your own <a href='https://qodo-merge-docs.qodo.ai/tools/compliance/#custom-compliance'>custom rules</a> </details></td></tr> <tr><td align="center" colspan="2"> <!-- placeholder --> <!-- /compliance --update_compliance=true --> </td></tr></tbody></table> <details><summary>Compliance status legend</summary> 🟢 - Fully Compliant<br> 🟡 - Partial Compliant<br> 🔴 - Not Compliant<br> ⚪ - Requires Further Human Verification<br> 🏷️ - Compliance label<br> </details>
qodo-code-review[bot] commented 2025-11-24 15:14:56 +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/2005#issuecomment-3571289286
Original created: 2025-11-24T15:14:56Z

PR Code Suggestions

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Reduce default storage for broader compatibility

Reduce the default storageSize from 100Gi to a more moderate value like 20Gi to
prevent deployment failures in resource-constrained environments. Add a comment
guiding users to increase this for production.

helm/serviceradar/values.yaml [183]

-storageSize: 100Gi
+# The amount of storage to allocate for each PostgreSQL instance.
+# It is strongly recommended to override this value for production deployments.
+storageSize: 20Gi
  • Apply / Chat
Suggestion importance[1-10]: 8

__

Why: The suggestion correctly identifies that a 100Gi default storage size is excessive for development or testing environments and could cause deployment failures, proposing a more reasonable default to improve usability.

Medium
  • More
Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2005#issuecomment-3571289286 Original created: 2025-11-24T15:14:56Z --- ## PR Code Suggestions ✨ <!-- 3a8c711 --> 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>General</td> <td> <details><summary>Reduce default storage for broader compatibility</summary> ___ **Reduce the default <code>storageSize</code> from <code>100Gi</code> to a more moderate value like <code>20Gi</code> to <br>prevent deployment failures in resource-constrained environments. Add a comment <br>guiding users to increase this for production.** [helm/serviceradar/values.yaml [183]](https://github.com/carverauto/serviceradar/pull/2005/files#diff-d4449c7cb70362554b274f81eae5a4b81a8e81df494282e383d1b7ea3871c452R183-R183) ```diff -storageSize: 100Gi +# The amount of storage to allocate for each PostgreSQL instance. +# It is strongly recommended to override this value for production deployments. +storageSize: 20Gi ``` - [ ] **Apply / Chat** <!-- /improve --apply_suggestion=0 --> <details><summary>Suggestion importance[1-10]: 8</summary> __ Why: The suggestion correctly identifies that a 100Gi default storage size is excessive for development or testing environments and could cause deployment failures, proposing a more reasonable default to improve usability. </details></details></td><td align=center>Medium </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-11-24 15:16:00 +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/2005#issuecomment-3571296793
Original created: 2025-11-24T15:16:00Z

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:

The action failed due to Bazel loading phase errors caused by failed external repository fetches:
-
Could not download bison-3.8.2.tar.gz from https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz: Connect
timed out.
- Errors reported at:
- /external/bazel_tools/tools/build_defs/repo/http.bzl:155:45
during fetch of repository +_repo_rules3+bison_src
-
third_party/pg_extension_toolchain/bison/BUILD.bazel:5:18 which depends on
@@+_repo_rules3+bison_src//:all_srcs
- Could not download gperf-3.1.tar.gz from
https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz: Connect timed out.
- Errors reported at:
-
/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45 during fetch of repository
+_repo_rules3+gperf_src
- third_party/pg_extension_toolchain/gperf/BUILD.bazel:5:18 which
depends on @@+_repo_rules3+gperf_src//:all_srcs
- These timeouts led to "no such package" errors for
@@+_repo_rules3+bison_src// and @@+repo_rules3+gperf_src//, causing multiple image-related targets
(e.g., //docker/images:cnpg_image_amd64
*) to fail analysis.
- Bazel concluded: "command succeeded,
but there were loading phase errors" and "Build did NOT complete successfully", resulting in exit
code 1.
- Note: Tests themselves passed (executed 0 due to caching; reported "All tests passed but
there were other errors during the build"); the failure is due to repository fetch/network issues,
not test failures.

Relevant error logs:
1:  Runner name: 'arc-runner-set-xv4mv-runner-bgf46'
2:  Runner group name: 'Default'
...

128:  ^[[36;1mif command -v apt-get >/dev/null 2>&1; then^[[0m
129:  ^[[36;1m  sudo apt-get update^[[0m
130:  ^[[36;1m  sudo apt-get install -y build-essential pkg-config libssl-dev protobuf-compiler cmake flex bison^[[0m
131:  ^[[36;1melif command -v dnf >/dev/null 2>&1; then^[[0m
132:  ^[[36;1m  sudo dnf install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m
133:  ^[[36;1melif command -v yum >/dev/null 2>&1; then^[[0m
134:  ^[[36;1m  sudo yum install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m
135:  ^[[36;1melif command -v microdnf >/dev/null 2>&1; then^[[0m
136:  ^[[36;1m  sudo microdnf install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m
137:  ^[[36;1melse^[[0m
138:  ^[[36;1m  echo "Unsupported package manager; please install gcc, g++ (or clang), make, OpenSSL headers, pkg-config, and protoc manually." >&2^[[0m
139:  ^[[36;1m  exit 1^[[0m
140:  ^[[36;1mfi^[[0m
141:  ^[[36;1m^[[0m
142:  ^[[36;1mensure_pkg_config^[[0m
143:  ^[[36;1mprotoc --version || (echo "protoc installation failed" && exit 1)^[[0m
144:  shell: /usr/bin/bash -e {0}
...

748:  with:
749:  bazelisk-version: 1.x
750:  token: ***
751:  env:
752:  BUILDBUDDY_ORG_API_KEY: ***
753:  SRQL_TEST_DATABASE_URL: ***
754:  SRQL_TEST_ADMIN_URL: ***
755:  DOCKERHUB_USERNAME: ***
756:  DOCKERHUB_TOKEN: ***
757:  ##[endgroup]
758:  Attempting to download 1.x...
759:  Acquiring v1.27.0 from https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-amd64
760:  Adding to the cache ...
761:  Successfully cached bazelisk to /home/runner/_work/_tool/bazelisk/1.27.0/x64
762:  Added bazelisk to the path
763:  ##[warning]Failed to restore: Cache service responded with 400
764:  Restored bazelisk cache dir @ /home/runner/.cache/bazelisk
...

800:  2025/11/24 15:14:13 Downloading https://releases.bazel.build/8.4.1/release/bazel-8.4.1-linux-x86_64...
801:  Extracting Bazel installation...
802:  Starting local Bazel server (8.4.1) and connecting to it...
803:  (15:14:19) ^[[32mINFO: ^[[0mInvocation ID: ad5c944b-bd19-4ae7-86cd-da4c38752dec
804:  (15:14:19) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://carverauto.buildbuddy.io/invocation/ad5c944b-bd19-4ae7-86cd-da4c38752dec^[[0m
805:  (15:14:19) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/_work/serviceradar/serviceradar/.bazelrc: --max_idle_secs=60
806:  (15:14:19) ^[[32mINFO: ^[[0mOptions provided by the client:
807:  Inherited 'common' options: --isatty=0 --terminal_columns=80
808:  (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc:
809:  Inherited 'common' options: --announce_rc --experimental_convenience_symlinks=clean --color=yes --curses=yes
810:  (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc.remote:
811:  Inherited 'common' options: --remote_header=x-buildbuddy-api-key=***
812:  (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc:
813:  Inherited 'build' options: --keep_going --jobs=auto --show_timestamps --action_env=SRQL_TEST_DATABASE_URL --action_env=SRQL_TEST_ADMIN_URL --action_env=NATS_URL --action_env=NATS_SERVER_NAME --action_env=NATS_CA_FILE --action_env=NATS_CERT_FILE --action_env=NATS_KEY_FILE --action_env=NATS_CA_B64 --action_env=NATS_CERT_B64 --action_env=NATS_KEY_B64 --action_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --action_env=TURBOPACK= --action_env=NEXT_SKIP_TURBO=1 --action_env=OPENSSL_DIR=/usr --action_env=OPENSSL_LIB_DIR=/usr/lib64 --action_env=OPENSSL_INCLUDE_DIR=/usr/include --action_env=OPENSSL_NO_VENDOR= --action_env=OPENSSL_NO_PKG_CONFIG= --repo_env=OPENSSL_DIR=/usr --repo_env=OPENSSL_LIB_DIR=/usr/lib64 --repo_env=OPENSSL_INCLUDE_DIR=/usr/include --repo_env=OPENSSL_NO_VENDOR= --repo_env=OPENSSL_NO_PKG_CONFIG= --repo_env=NEXT_SKIP_TURBO=1 --repo_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --repo_env=TURBOPACK= --java_runtime_version=local_jdk --tool_java_runtime_version=local_jdk --@io_bazel_rules_go//go/config:pure --workspace_status_command=$(pwd)/scripts/workspace_status.sh --build_metadata=REPO_URL=git@github.com:carverauto/serviceradar.git
814:  (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc:
815:  'test' options: --test_output=errors --action_env=SRQL_TEST_DATABASE_URL --action_env=SRQL_TEST_ADMIN_URL --action_env=NATS_URL --action_env=NATS_SERVER_NAME --action_env=NATS_CA_FILE --action_env=NATS_CERT_FILE --action_env=NATS_KEY_FILE --action_env=NATS_CA_B64 --action_env=NATS_CERT_B64 --action_env=NATS_KEY_B64 --@io_bazel_rules_go//go/config:pure --flaky_test_attempts=2
816:  (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition build:ci in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --keep_going --build_tag_filters=-manual --config=remote_base --build_metadata=ROLE=CI --bes_results_url=https://carverauto.buildbuddy.io/invocation/ --bes_backend=grpcs://carverauto.buildbuddy.io --remote_cache=grpcs://carverauto.buildbuddy.io --remote_timeout=15m --strategy=ExpandTemplate=local --strategy=NpmPackageExtract=local --strategy=CopyDirectory=local
817:  (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition build:remote_base in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//build/rbe:rbe_platform --platforms=//build/rbe:rbe_platform --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_download_minimal --remote_upload_local_results --jobs=100 --strategy=ExpandTemplate=local --strategy=NpmPackageExtract=local --strategy=CopyDirectory=local --action_env=OPENSSL_DIR=/usr --action_env=OPENSSL_LIB_DIR=/usr/lib64 --action_env=OPENSSL_INCLUDE_DIR=/usr/include --action_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --action_env=TURBOPACK= --action_env=NEXT_SKIP_TURBO=1
818:  (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition test:ci in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --test_tag_filters=-manual --test_output=errors
819:  (15:14:19) ^[[32mINFO: ^[[0mCurrent date is 2025-11-24
...

2553:  Fetching https://ghcr.io/...3cc2d703e1e64f8df05b404f4d9d; 60.7 MiB (86.7%)
2554:  Fetching https://github.com/....30.4-linux-x86_64.tar.gz; 26.7 MiB (52.1%)
2555:  Fetching ...@@aspect_bazel_lib++toolchains+coreutils_linux_amd64; starting
2556:  Fetching repository @@rules_nodejs++node+nodejs_linux_amd64; starting
2557:  Fetching ...ules_js++npm+npm__scheduler__0.27.0; starting ... (34 fetches)
2558:  ^[[1A^[[K
2559:  ^[[1A^[[K
2560:  ^[[1A^[[K
2561:  ^[[1A^[[K
2562:  ^[[1A^[[K
2563:  ^[[1A^[[K
2564:  ^[[1A^[[K
2565:  ^[[1A^[[K
2566:  ^[[1A^[[K
2567:  ^[[1A^[[K
2568:  ^[[1A^[[K(15:14:42) ^[[35mWARNING: ^[[0mDownload from https://unofficial-builds.nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-x64.tar.xz failed: class java.io.FileNotFoundException GET returned 404 Not Found
2569:  (15:14:42) ^[[32mAnalyzing:^[[0m 961 targets (314 packages loaded, 4739 targets configure\
...

4789:  ^[[1A^[[K
4790:  ^[[1A^[[K
4791:  ^[[1A^[[K
4792:  ^[[1A^[[K
4793:  ^[[1A^[[K
4794:  ^[[1A^[[K
4795:  ^[[1A^[[K
4796:  ^[[1A^[[K
4797:  ^[[1A^[[K
4798:  ^[[1A^[[K
4799:  ^[[1A^[[K
4800:  ^[[1A^[[K
4801:  ^[[1A^[[K
4802:  ^[[1A^[[K
4803:  ^[[1A^[[K(15:15:01) ^[[32mINFO: ^[[0mFrom Executing genrule //docker/images:cnpg_postgresql_16_6_rootfs_tar:
4804:  Error: pulling layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout: parsing reference "layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout": could not parse reference: layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout
4805:  (15:15:01) ^[[32mAnalyzing:^[[0m 961 targets (1813 packages loaded, 83762 targets configu\
...

5173:  -- Check for working C compiler: /usr/bin/gcc - skipped
5174:  -- Detecting C compile features
5175:  -- Detecting C compile features - done
5176:  -- TimescaleDB version 2.23.1. Can be updated from version 2.23.0
5177:  -- Build type is RelWithDebInfo
5178:  -- Install method is 'docker'
5179:  -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG
5180:  -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success
5181:  -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION
5182:  -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Success
5183:  -- Performing Test CC_STRINGOP_TRUNCATION
5184:  -- Performing Test CC_STRINGOP_TRUNCATION - Success
5185:  -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH
5186:  -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success
5187:  -- Performing Test CC_SUPPORTS_NEWLINE_EOF
5188:  -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Failed
5189:  -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN
...

7713:  ^[[1A^[[K
7714:  ^[[1A^[[K
7715:  ^[[1A^[[K
7716:  ^[[1A^[[K
7717:  ^[[1A^[[K
7718:  ^[[1A^[[K
7719:  ^[[1A^[[K
7720:  ^[[1A^[[K(15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
7721:  red)
7722:  ^[[32m[8,880 / 11,276]^[[0m 35 / 41 tests;^[[0m 81 actions, 8 running^[[0m; last test: ^[[32m...core_test^[[0m
7723:  @@rules_rust++crate+rust_crates__openssl-sys-0.9.111//:_bs-; 0s local
7724:  @@rules_rust++crate+rust_crates__rustix-0.38.44//:_bs-; 0s local
7725:  @@rules_rust++crate+rust_crates__zerocopy-0.8.27//:_bs-; 0s local
7726:  @@rules_rust++crate+rust_crates__protobuf-3.7.2//:_bs-; 0s local
7727:  @@rules_rust++crate+rust_crates__ref-cast-1.0.25//:_bs-; 0s local
7728:  @@rules_rust++crate+rust_crates__thiserror-1.0.69//:_bs-; 0s local
7729:  //docker/images:trapd_image_amd64_push_cmd; 0s local
...

7916:  from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/compiler/kotlin/_virtual_includes/kotlin_internal/google/protobuf/compiler/kotlin/file.h:18,
7917:  from external/protobuf+/src/google/protobuf/compiler/kotlin/file.cc:8:
7918:  bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const std::string&, const std::vector<int>&, std::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]':
7919:  bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8:   required from here
7920:  bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7921:  127 |     for (int i = 0; i < path.size(); ++i) {
7922:  |                     ~~^~~~~~~~~~~~~
7923:  (15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
7924:  red)
7925:  ^[[32m[9,160 / 11,276]^[[0m 35 / 41 tests;^[[0m 7 actions, 0 running^[[0m; last test: ^[[32m...:core_test^[[0m
7926:  Running Cargo build script serde [for tool]; 0s remote, remote-cache
7927:  Running Cargo build script num-traits [for tool]; 0s remote, remote-cache
7928:  Compiling .../compiler/kotlin/generator.cc; 0s remote, remote-cache
7929:  Running Cargo build script proc-macro2 [for tool]; 0s remote, remote-cache
7930:  Compiling .../protobuf/compiler/kotlin/file.cc; 0s remote, remote-cache
7931:  Running Cargo build script thiserror [for tool]; 0s remote, remote-cache
7932:  ...//:typeid; 0s remote, remote-cache
...

7960:  ...//:proc_macro2; 0s remote, remote-cache
7961:  Fetching repository @@+_repo_rules3+bison_src; starting 28s
7962:  Fetching repository @@+_repo_rules3+gperf_src; starting 28s
7963:  ^[[1A^[[K
7964:  ^[[1A^[[K
7965:  ^[[1A^[[K
7966:  ^[[1A^[[K
7967:  ^[[1A^[[K
7968:  ^[[1A^[[K
7969:  ^[[1A^[[K
7970:  ^[[1A^[[K
7971:  ^[[1A^[[K(15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
7972:  red)
7973:  ^[[32m[9,178 / 11,276]^[[0m 35 / 41 tests;^[[0m 2 actions, 0 running^[[0m; last test: ^[[32m...:core_test^[[0m
7974:  ...//:zerovec_derive; 0s remote, remote-cache
7975:  [Prepa] Compiling Rust rlib thiserror v1.0.69 (50 files) [for tool]
7976:  Fetching repository @@+_repo_rules3+bison_src; starting 28s
...

8070:  ^[[1A^[[K
8071:  ^[[1A^[[K
8072:  ^[[1A^[[K
8073:  ^[[1A^[[K
8074:  ^[[1A^[[K
8075:  ^[[1A^[[K
8076:  ^[[1A^[[K
8077:  ^[[1A^[[K
8078:  ^[[1A^[[K
8079:  ^[[1A^[[K
8080:  ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8081:  red)
8082:  ^[[32m[9,885 / 11,276]^[[0m 35 / 41 tests;^[[0m 98 actions, 0 running^[[0m; last test: ^[[32m...core_test^[[0m
8083:  Running Cargo build script crc32fast; 0s remote, remote-cache
8084:  Running Cargo build script instability [for tool]; 0s remote, remote-cache
8085:  Running Cargo build script core-error; 0s remote, remote-cache
8086:  ...//:cargo_toml_env_vars; 0s remote, remote-cache
...

8120:  ^[[1A^[[K
8121:  ^[[1A^[[K
8122:  ^[[1A^[[K
8123:  ^[[1A^[[K
8124:  ^[[1A^[[K
8125:  ^[[1A^[[K
8126:  ^[[1A^[[K
8127:  ^[[1A^[[K
8128:  ^[[1A^[[K
8129:  ^[[1A^[[K
8130:  ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8131:  red)
8132:  ^[[32m[10,363 / 11,276]^[[0m 35 / 41 tests;^[[0m 100 actions, 0 running^[[0m; last test: ^[[32m...re_test^[[0m
8133:  Running Cargo build script typenum; 0s remote, remote-cache
8134:  Running Cargo build script parking_lot_core; 0s remote, remote-cache
8135:  Running Cargo build script thiserror [for tool]; 0s remote, remote-cache
8136:  Compiling Rust rlib nom v7.1.3 (43 files); 0s remote, remote-cache
...

8143:  ^[[1A^[[K
8144:  ^[[1A^[[K
8145:  ^[[1A^[[K
8146:  ^[[1A^[[K
8147:  ^[[1A^[[K
8148:  ^[[1A^[[K
8149:  ^[[1A^[[K
8150:  ^[[1A^[[K
8151:  ^[[1A^[[K
8152:  ^[[1A^[[K
8153:  ^[[1A^[[K
8154:  ^[[1A^[[K
8155:  ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8156:  red)
8157:  ^[[32m[10,580 / 11,276]^[[0m 35 / 41 tests;^[[0m 99 actions, 0 running^[[0m; last test: ^[[32m...ore_test^[[0m
8158:  Running Cargo build script thiserror; 0s remote, remote-cache
8159:  Compiling Rust rlib utf8parse v0.2.2 (3 files); 0s remote, remote-cache
...

8726:  Fetching repository @@+_repo_rules3+bison_src; starting 54s
8727:  Fetching repository @@+_repo_rules3+gperf_src; starting 54s
8728:  ^[[1A^[[K
8729:  ^[[1A^[[K
8730:  ^[[1A^[[K
8731:  ^[[1A^[[K
8732:  ^[[1A^[[K(15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8733:  red)
8734:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8735:  Fetching repository @@+_repo_rules3+bison_src; starting 55s
8736:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8737:  ^[[1A^[[K
8738:  ^[[1A^[[K
8739:  ^[[1A^[[K
8740:  ^[[1A^[[K
8741:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0mDownload from https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz failed: class java.io.IOException Connect timed out
8742:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
...

8749:  ^[[1A^[[K
8750:  ^[[1A^[[K
8751:  ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mRepository +_repo_rules3+bison_src instantiated at:
8752:  <builtin>: in <toplevel>
8753:  Repository rule http_archive defined at:
8754:  /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
8755:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8756:  red)
8757:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8758:  Fetching repository @@+_repo_rules3+bison_src; starting 55s
8759:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8760:  ^[[1A^[[K
8761:  ^[[1A^[[K
8762:  ^[[1A^[[K
8763:  ^[[1A^[[K
8764:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45: An error occurred during the fetch of repository '+_repo_rules3+bison_src':
8765:  Traceback (most recent call last):
8766:  File "/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl", line 155, column 45, in _http_archive_impl
8767:  download_info = ctx.download_and_extract(
8768:  Error in download_and_extract: java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out
8769:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8770:  red)
8771:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8772:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8773:  ^[[1A^[[K
8774:  ^[[1A^[[K
8775:  ^[[1A^[[K
8776:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mno such package '@@+_repo_rules3+bison_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out
8777:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8778:  red)
8779:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8780:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8781:  ^[[1A^[[K
8782:  ^[[1A^[[K
8783:  ^[[1A^[[K
8784:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/_work/serviceradar/serviceradar/third_party/pg_extension_toolchain/bison/BUILD.bazel:5:18: //third_party/pg_extension_toolchain/bison:source_tree depends on @@+_repo_rules3+bison_src//:all_srcs in repository @@+_repo_rules3+bison_src which failed to fetch. no such package '@@+_repo_rules3+bison_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out
8785:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8786:  red)
8787:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8788:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8789:  ^[[1A^[[K
8790:  ^[[1A^[[K
8791:  ^[[1A^[[K
8792:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0mDownload from https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz failed: class java.io.IOException Connect timed out
8793:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
...

8796:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8797:  ^[[1A^[[K
8798:  ^[[1A^[[K
8799:  ^[[1A^[[K
8800:  ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mRepository +_repo_rules3+gperf_src instantiated at:
8801:  <builtin>: in <toplevel>
8802:  Repository rule http_archive defined at:
8803:  /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
8804:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8805:  red)
8806:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8807:  Fetching repository @@+_repo_rules3+gperf_src; starting 55s
8808:  ^[[1A^[[K
8809:  ^[[1A^[[K
8810:  ^[[1A^[[K
8811:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45: An error occurred during the fetch of repository '+_repo_rules3+gperf_src':
8812:  Traceback (most recent call last):
8813:  File "/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl", line 155, column 45, in _http_archive_impl
8814:  download_info = ctx.download_and_extract(
8815:  Error in download_and_extract: java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out
8816:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8817:  red)
8818:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8819:  ^[[1A^[[K
8820:  ^[[1A^[[K
8821:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mno such package '@@+_repo_rules3+gperf_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out
8822:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8823:  red)
8824:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8825:  ^[[1A^[[K
8826:  ^[[1A^[[K
8827:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/_work/serviceradar/serviceradar/third_party/pg_extension_toolchain/gperf/BUILD.bazel:5:18: //third_party/pg_extension_toolchain/gperf:source_tree depends on @@+_repo_rules3+gperf_src//:all_srcs in repository @@+_repo_rules3+gperf_src which failed to fetch. no such package '@@+_repo_rules3+gperf_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out
8828:  (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\
8829:  red)
8830:  ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m
8831:  ^[[1A^[[K
8832:  ^[[1A^[[K
8833:  ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mAnalyzed 961 targets (2270 packages loaded, 90707 targets configured).
8834:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8835:  ust/srql:srql_comprehensive_test^[[0m
8836:  ^[[1A^[[K
8837:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_index_json', it will not be built.
8838:  Analysis failed
8839:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8840:  ust/srql:srql_comprehensive_test^[[0m
8841:  ^[[1A^[[K
8842:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_tar', it will not be built.
8843:  Analysis failed
8844:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8845:  ust/srql:srql_comprehensive_test^[[0m
8846:  ^[[1A^[[K
8847:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64.digest', it will not be built.
8848:  Analysis failed
8849:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8850:  ust/srql:srql_comprehensive_test^[[0m
8851:  ^[[1A^[[K
8852:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:push_all', it will not be built.
8853:  Analysis failed
8854:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8855:  ust/srql:srql_comprehensive_test^[[0m
8856:  ^[[1A^[[K
8857:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push_tags', it will not be built.
8858:  Analysis failed
8859:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8860:  ust/srql:srql_comprehensive_test^[[0m
8861:  ^[[1A^[[K
8862:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64', it will not be built.
8863:  Analysis failed
8864:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8865:  ust/srql:srql_comprehensive_test^[[0m
8866:  ^[[1A^[[K
8867:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_index_json_cp', it will not be built.
8868:  Analysis failed
8869:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8870:  ust/srql:srql_comprehensive_test^[[0m
8871:  ^[[1A^[[K
8872:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/pg_extension_toolchain/bison:source_tree', it will not be built.
8873:  Analysis failed
8874:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8875:  ust/srql:srql_comprehensive_test^[[0m
8876:  ^[[1A^[[K
8877:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/pg_extension_toolchain/gperf:source_tree', it will not be built.
8878:  Analysis failed
8879:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8880:  ust/srql:srql_comprehensive_test^[[0m
8881:  ^[[1A^[[K
8882:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:age_extension_layer', it will not be built.
8883:  Analysis failed
8884:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8885:  ust/srql:srql_comprehensive_test^[[0m
8886:  ^[[1A^[[K
8887:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push_cmd', it will not be built.
8888:  Analysis failed
8889:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8890:  ust/srql:srql_comprehensive_test^[[0m
8891:  ^[[1A^[[K
8892:  ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push', it will not be built.
8893:  Analysis failed
8894:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8895:  ust/srql:srql_comprehensive_test^[[0m
8896:  ^[[1A^[[K
8897:  ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mBuild succeeded for only 949 of 961 top-level targets
8898:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8899:  ust/srql:srql_comprehensive_test^[[0m
8900:  ^[[1A^[[K
8901:  ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mFound 908 targets and 41 test targets...
8902:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8903:  ust/srql:srql_comprehensive_test^[[0m
8904:  ^[[1A^[[K
8905:  ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mcommand succeeded, but there were loading phase errors
8906:  (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8907:  ust/srql:srql_comprehensive_test^[[0m
8908:  ^[[1A^[[K
8909:  ^[[1A^[[K(15:15:46) ^[[32mINFO: ^[[0mElapsed time: 91.129s, Critical Path: 10.49s
8910:  (15:15:46) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8911:  ust/srql:srql_comprehensive_test^[[0m
8912:  ^[[1A^[[K
8913:  ^[[1A^[[K(15:15:46) ^[[32mINFO: ^[[0m10062 processes: 5540 remote cache hit, 4466 internal, 56 remote.
8914:  (15:15:46) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\
8915:  ust/srql:srql_comprehensive_test^[[0m
8916:  ^[[1A^[[K
8917:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mERROR: ^[[0mBuild did NOT complete successfully
8918:  (15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8919:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8920:  //cmd/consumers/zen:zen_lib_test                                ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8921:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8922:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8923:  //cmd/otel:otel_lib_test                                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8924:  //docs:lint                                                     ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8925:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8926:  //internal/fastsum:fastsum_test                                 ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8927:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8928:  //pkg/agent:agent_test                                          ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8929:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8930:  //pkg/checker/snmp:snmp_test                                    ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8931:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8932:  //pkg/checker/sysmonvm:sysmonvm_test                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8933:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8934:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8935:  //pkg/consumers/db-event-writer:db-event-writer_test            ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8936:  //pkg/core:core_test                                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.4s
8937:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8938:  //pkg/core/api:api_test                                         ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8939:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8940:  //pkg/core/auth:auth_test                                       ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8941:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8942:  //pkg/core/templateregistry:templateregistry_test               ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8943:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8944:  //pkg/cpufreq:cpufreq_test                                      ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8945:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8946:  //pkg/datasvc:datasvc_test                                      ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8947:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8948:  //pkg/db:db_test                                                ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8949:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8950:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8951:  //pkg/devicealias:devicealias_test                              ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8952:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8953:  //pkg/deviceupdate:deviceupdate_test                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8954:  //pkg/grpc:grpc_test                                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8955:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8956:  //pkg/hashutil:hashutil_test                                    ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8957:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8958:  //pkg/http:http_test                                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8959:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8960:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8961:  //pkg/identitymap:identitymap_test                              ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8962:  //pkg/integration_test:integration_test_test                    ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8963:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8964:  //pkg/logger:logger_test                                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8965:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8966:  //pkg/mapper:mapper_test                                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8967:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8968:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8969:  //pkg/mcp:mcp_test                                              ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8970:  //pkg/metrics:metrics_test                                      ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8971:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8972:  //pkg/metricstore:metricstore_test                              ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8973:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8974:  //pkg/models:models_test                                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8975:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8976:  //pkg/poller:poller_test                                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8977:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8978:  //pkg/registry:registry_test                                    ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8979:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8980:  //pkg/scan:scan_test                                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8981:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8982:  //pkg/sweeper:sweeper_test                                      ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8983:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8984:  //pkg/sync:sync_test                                            ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s
8985:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8986:  //pkg/sync/integrations/armis:armis_test                        ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8987:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8988:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8989:  //pkg/sync/integrations/netbox:netbox_test                      ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8990:  //rust/config-bootstrap:config_bootstrap_test                   ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8991:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8992:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8993:  //rust/kvutil:kvutil_test                                       ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8994:  //rust/srql:srql_api_test                                       ^[[0m^[[32m(cached) PASSED^[[0m in 3.6s
8995:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8996:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
8997:  //rust/srql:srql_comprehensive_test                             ^[[0m^[[32m(cached) PASSED^[[0m in 1.3s
8998:  //tests/kvseeding:kvseeding_test                                ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
8999:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9000:  //web:typecheck_typecheck_test                                  ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s
9001:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9002:  Executed 0 out of 41 tests: 41 tests pass.
9003:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9004:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9005:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
9006:  ^[[0m^[[31m^[[1mAll tests passed but there were other errors during the build.
9007:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9008:  ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 
9009:  ^[[0m
9010:  ^[[1A^[[K(15:15:47) ^[[31m^[[1mFAILED:^[[0m 
9011:  Waiting for build events upload: Build Event Service 1s
9012:  ^[[1A^[[K
9013:  ^[[1A^[[K(15:15:47) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://carverauto.buildbuddy.io/invocation/ad5c944b-bd19-4ae7-86cd-da4c38752dec^[[0m
9014:  ^[[0m
9015:  ##[error]Process completed with exit code 1.
9016:  Post job cleanup.

Imported GitHub PR comment. Original author: @qodo-code-review[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2005#issuecomment-3571296793 Original created: 2025-11-24T15:16:00Z --- ## 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/19639216849/job/56237854063) [❌] </td></tr> <tr><td> **Failure summary:** The action failed due to Bazel loading phase errors caused by failed external repository fetches:<br> - <br>Could not download <code>bison-3.8.2.tar.gz</code> from <code>https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz</code>: Connect <br>timed out.<br> - Errors reported at:<br> - <code>/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45</code> <br>during fetch of repository <code>+_repo_rules3+bison_src</code><br> - <br><code>third_party/pg_extension_toolchain/bison/BUILD.bazel:5:18</code> which depends on <br><code>@@+_repo_rules3+bison_src//:all_srcs</code><br> - Could not download <code>gperf-3.1.tar.gz</code> from <br><code>https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz</code>: Connect timed out.<br> - Errors reported at:<br> - <br><code>/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45</code> during fetch of repository <br><code>+_repo_rules3+gperf_src</code><br> - <code>third_party/pg_extension_toolchain/gperf/BUILD.bazel:5:18</code> which <br>depends on <code>@@+_repo_rules3+gperf_src//:all_srcs</code><br> - These timeouts led to "no such package" errors for <br><code>@@+_repo_rules3+bison_src//</code> and <code>@@+_repo_rules3+gperf_src//</code>, causing multiple image-related targets <br>(e.g., <code>//docker/images:cnpg_image_amd64_*</code>) to fail analysis.<br> - Bazel concluded: "command succeeded, <br>but there were loading phase errors" and "Build did NOT complete successfully", resulting in exit <br>code 1.<br> - Note: Tests themselves passed (executed 0 due to caching; reported "All tests passed but <br>there were other errors during the build"); the failure is due to repository fetch/network issues, <br>not test failures.<br> </td></tr> <tr><td> <details><summary>Relevant error logs:</summary> ```yaml 1: Runner name: 'arc-runner-set-xv4mv-runner-bgf46' 2: Runner group name: 'Default' ... 128: ^[[36;1mif command -v apt-get >/dev/null 2>&1; then^[[0m 129: ^[[36;1m sudo apt-get update^[[0m 130: ^[[36;1m sudo apt-get install -y build-essential pkg-config libssl-dev protobuf-compiler cmake flex bison^[[0m 131: ^[[36;1melif command -v dnf >/dev/null 2>&1; then^[[0m 132: ^[[36;1m sudo dnf install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m 133: ^[[36;1melif command -v yum >/dev/null 2>&1; then^[[0m 134: ^[[36;1m sudo yum install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m 135: ^[[36;1melif command -v microdnf >/dev/null 2>&1; then^[[0m 136: ^[[36;1m sudo microdnf install -y gcc gcc-c++ make openssl-devel protobuf-compiler cmake flex bison^[[0m 137: ^[[36;1melse^[[0m 138: ^[[36;1m echo "Unsupported package manager; please install gcc, g++ (or clang), make, OpenSSL headers, pkg-config, and protoc manually." >&2^[[0m 139: ^[[36;1m exit 1^[[0m 140: ^[[36;1mfi^[[0m 141: ^[[36;1m^[[0m 142: ^[[36;1mensure_pkg_config^[[0m 143: ^[[36;1mprotoc --version || (echo "protoc installation failed" && exit 1)^[[0m 144: shell: /usr/bin/bash -e {0} ... 748: with: 749: bazelisk-version: 1.x 750: token: *** 751: env: 752: BUILDBUDDY_ORG_API_KEY: *** 753: SRQL_TEST_DATABASE_URL: *** 754: SRQL_TEST_ADMIN_URL: *** 755: DOCKERHUB_USERNAME: *** 756: DOCKERHUB_TOKEN: *** 757: ##[endgroup] 758: Attempting to download 1.x... 759: Acquiring v1.27.0 from https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-amd64 760: Adding to the cache ... 761: Successfully cached bazelisk to /home/runner/_work/_tool/bazelisk/1.27.0/x64 762: Added bazelisk to the path 763: ##[warning]Failed to restore: Cache service responded with 400 764: Restored bazelisk cache dir @ /home/runner/.cache/bazelisk ... 800: 2025/11/24 15:14:13 Downloading https://releases.bazel.build/8.4.1/release/bazel-8.4.1-linux-x86_64... 801: Extracting Bazel installation... 802: Starting local Bazel server (8.4.1) and connecting to it... 803: (15:14:19) ^[[32mINFO: ^[[0mInvocation ID: ad5c944b-bd19-4ae7-86cd-da4c38752dec 804: (15:14:19) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://carverauto.buildbuddy.io/invocation/ad5c944b-bd19-4ae7-86cd-da4c38752dec^[[0m 805: (15:14:19) ^[[32mINFO: ^[[0mReading 'startup' options from /home/runner/_work/serviceradar/serviceradar/.bazelrc: --max_idle_secs=60 806: (15:14:19) ^[[32mINFO: ^[[0mOptions provided by the client: 807: Inherited 'common' options: --isatty=0 --terminal_columns=80 808: (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc: 809: Inherited 'common' options: --announce_rc --experimental_convenience_symlinks=clean --color=yes --curses=yes 810: (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc.remote: 811: Inherited 'common' options: --remote_header=x-buildbuddy-api-key=*** 812: (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc: 813: Inherited 'build' options: --keep_going --jobs=auto --show_timestamps --action_env=SRQL_TEST_DATABASE_URL --action_env=SRQL_TEST_ADMIN_URL --action_env=NATS_URL --action_env=NATS_SERVER_NAME --action_env=NATS_CA_FILE --action_env=NATS_CERT_FILE --action_env=NATS_KEY_FILE --action_env=NATS_CA_B64 --action_env=NATS_CERT_B64 --action_env=NATS_KEY_B64 --action_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --action_env=TURBOPACK= --action_env=NEXT_SKIP_TURBO=1 --action_env=OPENSSL_DIR=/usr --action_env=OPENSSL_LIB_DIR=/usr/lib64 --action_env=OPENSSL_INCLUDE_DIR=/usr/include --action_env=OPENSSL_NO_VENDOR= --action_env=OPENSSL_NO_PKG_CONFIG= --repo_env=OPENSSL_DIR=/usr --repo_env=OPENSSL_LIB_DIR=/usr/lib64 --repo_env=OPENSSL_INCLUDE_DIR=/usr/include --repo_env=OPENSSL_NO_VENDOR= --repo_env=OPENSSL_NO_PKG_CONFIG= --repo_env=NEXT_SKIP_TURBO=1 --repo_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --repo_env=TURBOPACK= --java_runtime_version=local_jdk --tool_java_runtime_version=local_jdk --@io_bazel_rules_go//go/config:pure --workspace_status_command=$(pwd)/scripts/workspace_status.sh --build_metadata=REPO_URL=git@github.com:carverauto/serviceradar.git 814: (15:14:19) ^[[32mINFO: ^[[0mReading rc options for 'test' from /home/runner/_work/serviceradar/serviceradar/.bazelrc: 815: 'test' options: --test_output=errors --action_env=SRQL_TEST_DATABASE_URL --action_env=SRQL_TEST_ADMIN_URL --action_env=NATS_URL --action_env=NATS_SERVER_NAME --action_env=NATS_CA_FILE --action_env=NATS_CERT_FILE --action_env=NATS_KEY_FILE --action_env=NATS_CA_B64 --action_env=NATS_CERT_B64 --action_env=NATS_KEY_B64 --@io_bazel_rules_go//go/config:pure --flaky_test_attempts=2 816: (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition build:ci in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --keep_going --build_tag_filters=-manual --config=remote_base --build_metadata=ROLE=CI --bes_results_url=https://carverauto.buildbuddy.io/invocation/ --bes_backend=grpcs://carverauto.buildbuddy.io --remote_cache=grpcs://carverauto.buildbuddy.io --remote_timeout=15m --strategy=ExpandTemplate=local --strategy=NpmPackageExtract=local --strategy=CopyDirectory=local 817: (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition build:remote_base in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --remote_executor=grpcs://remote.buildbuddy.io --host_platform=//build/rbe:rbe_platform --platforms=//build/rbe:rbe_platform --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_download_minimal --remote_upload_local_results --jobs=100 --strategy=ExpandTemplate=local --strategy=NpmPackageExtract=local --strategy=CopyDirectory=local --action_env=OPENSSL_DIR=/usr --action_env=OPENSSL_LIB_DIR=/usr/lib64 --action_env=OPENSSL_INCLUDE_DIR=/usr/include --action_env=NEXT_PRIVATE_SKIP_TURBOPACK=1 --action_env=TURBOPACK= --action_env=NEXT_SKIP_TURBO=1 818: (15:14:19) ^[[32mINFO: ^[[0mFound applicable config definition test:ci in file /home/runner/_work/serviceradar/serviceradar/.bazelrc: --test_tag_filters=-manual --test_output=errors 819: (15:14:19) ^[[32mINFO: ^[[0mCurrent date is 2025-11-24 ... 2553: Fetching https://ghcr.io/...3cc2d703e1e64f8df05b404f4d9d; 60.7 MiB (86.7%) 2554: Fetching https://github.com/....30.4-linux-x86_64.tar.gz; 26.7 MiB (52.1%) 2555: Fetching ...@@aspect_bazel_lib++toolchains+coreutils_linux_amd64; starting 2556: Fetching repository @@rules_nodejs++node+nodejs_linux_amd64; starting 2557: Fetching ...ules_js++npm+npm__scheduler__0.27.0; starting ... (34 fetches) 2558: ^[[1A^[[K 2559: ^[[1A^[[K 2560: ^[[1A^[[K 2561: ^[[1A^[[K 2562: ^[[1A^[[K 2563: ^[[1A^[[K 2564: ^[[1A^[[K 2565: ^[[1A^[[K 2566: ^[[1A^[[K 2567: ^[[1A^[[K 2568: ^[[1A^[[K(15:14:42) ^[[35mWARNING: ^[[0mDownload from https://unofficial-builds.nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-x64.tar.xz failed: class java.io.FileNotFoundException GET returned 404 Not Found 2569: (15:14:42) ^[[32mAnalyzing:^[[0m 961 targets (314 packages loaded, 4739 targets configure\ ... 4789: ^[[1A^[[K 4790: ^[[1A^[[K 4791: ^[[1A^[[K 4792: ^[[1A^[[K 4793: ^[[1A^[[K 4794: ^[[1A^[[K 4795: ^[[1A^[[K 4796: ^[[1A^[[K 4797: ^[[1A^[[K 4798: ^[[1A^[[K 4799: ^[[1A^[[K 4800: ^[[1A^[[K 4801: ^[[1A^[[K 4802: ^[[1A^[[K 4803: ^[[1A^[[K(15:15:01) ^[[32mINFO: ^[[0mFrom Executing genrule //docker/images:cnpg_postgresql_16_6_rootfs_tar: 4804: Error: pulling layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout: parsing reference "layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout": could not parse reference: layout:/buildbuddy-execroot/bazel-out/k8-fastbuild/bin/external/rules_oci++oci+cloudnativepg_postgresql_16_6_linux_amd64/layout 4805: (15:15:01) ^[[32mAnalyzing:^[[0m 961 targets (1813 packages loaded, 83762 targets configu\ ... 5173: -- Check for working C compiler: /usr/bin/gcc - skipped 5174: -- Detecting C compile features 5175: -- Detecting C compile features - done 5176: -- TimescaleDB version 2.23.1. Can be updated from version 2.23.0 5177: -- Build type is RelWithDebInfo 5178: -- Install method is 'docker' 5179: -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG 5180: -- Performing Test CC_SUPPORTS_NO_UNUSED_CLI_ARG - Success 5181: -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION 5182: -- Performing Test CC_SUPPORTS_NO_FORMAT_TRUNCATION - Success 5183: -- Performing Test CC_STRINGOP_TRUNCATION 5184: -- Performing Test CC_STRINGOP_TRUNCATION - Success 5185: -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH 5186: -- Performing Test CC_SUPPORTS_IMPLICIT_FALLTHROUGH - Success 5187: -- Performing Test CC_SUPPORTS_NEWLINE_EOF 5188: -- Performing Test CC_SUPPORTS_NEWLINE_EOF - Failed 5189: -- Performing Test CC_SUPPORTS_VISIBILITY_HIDDEN ... 7713: ^[[1A^[[K 7714: ^[[1A^[[K 7715: ^[[1A^[[K 7716: ^[[1A^[[K 7717: ^[[1A^[[K 7718: ^[[1A^[[K 7719: ^[[1A^[[K 7720: ^[[1A^[[K(15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 7721: red) 7722: ^[[32m[8,880 / 11,276]^[[0m 35 / 41 tests;^[[0m 81 actions, 8 running^[[0m; last test: ^[[32m...core_test^[[0m 7723: @@rules_rust++crate+rust_crates__openssl-sys-0.9.111//:_bs-; 0s local 7724: @@rules_rust++crate+rust_crates__rustix-0.38.44//:_bs-; 0s local 7725: @@rules_rust++crate+rust_crates__zerocopy-0.8.27//:_bs-; 0s local 7726: @@rules_rust++crate+rust_crates__protobuf-3.7.2//:_bs-; 0s local 7727: @@rules_rust++crate+rust_crates__ref-cast-1.0.25//:_bs-; 0s local 7728: @@rules_rust++crate+rust_crates__thiserror-1.0.69//:_bs-; 0s local 7729: //docker/images:trapd_image_amd64_push_cmd; 0s local ... 7916: from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/compiler/kotlin/_virtual_includes/kotlin_internal/google/protobuf/compiler/kotlin/file.h:18, 7917: from external/protobuf+/src/google/protobuf/compiler/kotlin/file.cc:8: 7918: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const std::string&, const std::vector<int>&, std::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]': 7919: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8: required from here 7920: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 7921: 127 | for (int i = 0; i < path.size(); ++i) { 7922: | ~~^~~~~~~~~~~~~ 7923: (15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 7924: red) 7925: ^[[32m[9,160 / 11,276]^[[0m 35 / 41 tests;^[[0m 7 actions, 0 running^[[0m; last test: ^[[32m...:core_test^[[0m 7926: Running Cargo build script serde [for tool]; 0s remote, remote-cache 7927: Running Cargo build script num-traits [for tool]; 0s remote, remote-cache 7928: Compiling .../compiler/kotlin/generator.cc; 0s remote, remote-cache 7929: Running Cargo build script proc-macro2 [for tool]; 0s remote, remote-cache 7930: Compiling .../protobuf/compiler/kotlin/file.cc; 0s remote, remote-cache 7931: Running Cargo build script thiserror [for tool]; 0s remote, remote-cache 7932: ...//:typeid; 0s remote, remote-cache ... 7960: ...//:proc_macro2; 0s remote, remote-cache 7961: Fetching repository @@+_repo_rules3+bison_src; starting 28s 7962: Fetching repository @@+_repo_rules3+gperf_src; starting 28s 7963: ^[[1A^[[K 7964: ^[[1A^[[K 7965: ^[[1A^[[K 7966: ^[[1A^[[K 7967: ^[[1A^[[K 7968: ^[[1A^[[K 7969: ^[[1A^[[K 7970: ^[[1A^[[K 7971: ^[[1A^[[K(15:15:18) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 7972: red) 7973: ^[[32m[9,178 / 11,276]^[[0m 35 / 41 tests;^[[0m 2 actions, 0 running^[[0m; last test: ^[[32m...:core_test^[[0m 7974: ...//:zerovec_derive; 0s remote, remote-cache 7975: [Prepa] Compiling Rust rlib thiserror v1.0.69 (50 files) [for tool] 7976: Fetching repository @@+_repo_rules3+bison_src; starting 28s ... 8070: ^[[1A^[[K 8071: ^[[1A^[[K 8072: ^[[1A^[[K 8073: ^[[1A^[[K 8074: ^[[1A^[[K 8075: ^[[1A^[[K 8076: ^[[1A^[[K 8077: ^[[1A^[[K 8078: ^[[1A^[[K 8079: ^[[1A^[[K 8080: ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8081: red) 8082: ^[[32m[9,885 / 11,276]^[[0m 35 / 41 tests;^[[0m 98 actions, 0 running^[[0m; last test: ^[[32m...core_test^[[0m 8083: Running Cargo build script crc32fast; 0s remote, remote-cache 8084: Running Cargo build script instability [for tool]; 0s remote, remote-cache 8085: Running Cargo build script core-error; 0s remote, remote-cache 8086: ...//:cargo_toml_env_vars; 0s remote, remote-cache ... 8120: ^[[1A^[[K 8121: ^[[1A^[[K 8122: ^[[1A^[[K 8123: ^[[1A^[[K 8124: ^[[1A^[[K 8125: ^[[1A^[[K 8126: ^[[1A^[[K 8127: ^[[1A^[[K 8128: ^[[1A^[[K 8129: ^[[1A^[[K 8130: ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8131: red) 8132: ^[[32m[10,363 / 11,276]^[[0m 35 / 41 tests;^[[0m 100 actions, 0 running^[[0m; last test: ^[[32m...re_test^[[0m 8133: Running Cargo build script typenum; 0s remote, remote-cache 8134: Running Cargo build script parking_lot_core; 0s remote, remote-cache 8135: Running Cargo build script thiserror [for tool]; 0s remote, remote-cache 8136: Compiling Rust rlib nom v7.1.3 (43 files); 0s remote, remote-cache ... 8143: ^[[1A^[[K 8144: ^[[1A^[[K 8145: ^[[1A^[[K 8146: ^[[1A^[[K 8147: ^[[1A^[[K 8148: ^[[1A^[[K 8149: ^[[1A^[[K 8150: ^[[1A^[[K 8151: ^[[1A^[[K 8152: ^[[1A^[[K 8153: ^[[1A^[[K 8154: ^[[1A^[[K 8155: ^[[1A^[[K(15:15:20) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8156: red) 8157: ^[[32m[10,580 / 11,276]^[[0m 35 / 41 tests;^[[0m 99 actions, 0 running^[[0m; last test: ^[[32m...ore_test^[[0m 8158: Running Cargo build script thiserror; 0s remote, remote-cache 8159: Compiling Rust rlib utf8parse v0.2.2 (3 files); 0s remote, remote-cache ... 8726: Fetching repository @@+_repo_rules3+bison_src; starting 54s 8727: Fetching repository @@+_repo_rules3+gperf_src; starting 54s 8728: ^[[1A^[[K 8729: ^[[1A^[[K 8730: ^[[1A^[[K 8731: ^[[1A^[[K 8732: ^[[1A^[[K(15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8733: red) 8734: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8735: Fetching repository @@+_repo_rules3+bison_src; starting 55s 8736: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8737: ^[[1A^[[K 8738: ^[[1A^[[K 8739: ^[[1A^[[K 8740: ^[[1A^[[K 8741: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0mDownload from https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz failed: class java.io.IOException Connect timed out 8742: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ ... 8749: ^[[1A^[[K 8750: ^[[1A^[[K 8751: ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mRepository +_repo_rules3+bison_src instantiated at: 8752: <builtin>: in <toplevel> 8753: Repository rule http_archive defined at: 8754: /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel> 8755: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8756: red) 8757: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8758: Fetching repository @@+_repo_rules3+bison_src; starting 55s 8759: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8760: ^[[1A^[[K 8761: ^[[1A^[[K 8762: ^[[1A^[[K 8763: ^[[1A^[[K 8764: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45: An error occurred during the fetch of repository '+_repo_rules3+bison_src': 8765: Traceback (most recent call last): 8766: File "/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl", line 155, column 45, in _http_archive_impl 8767: download_info = ctx.download_and_extract( 8768: Error in download_and_extract: java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out 8769: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8770: red) 8771: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8772: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8773: ^[[1A^[[K 8774: ^[[1A^[[K 8775: ^[[1A^[[K 8776: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mno such package '@@+_repo_rules3+bison_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out 8777: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8778: red) 8779: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8780: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8781: ^[[1A^[[K 8782: ^[[1A^[[K 8783: ^[[1A^[[K 8784: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/_work/serviceradar/serviceradar/third_party/pg_extension_toolchain/bison/BUILD.bazel:5:18: //third_party/pg_extension_toolchain/bison:source_tree depends on @@+_repo_rules3+bison_src//:all_srcs in repository @@+_repo_rules3+bison_src which failed to fetch. no such package '@@+_repo_rules3+bison_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+bison_src/temp630635439984150451/bison-3.8.2.tar.gz: Connect timed out 8785: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8786: red) 8787: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8788: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8789: ^[[1A^[[K 8790: ^[[1A^[[K 8791: ^[[1A^[[K 8792: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0mDownload from https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz failed: class java.io.IOException Connect timed out 8793: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ ... 8796: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8797: ^[[1A^[[K 8798: ^[[1A^[[K 8799: ^[[1A^[[K 8800: ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mRepository +_repo_rules3+gperf_src instantiated at: 8801: <builtin>: in <toplevel> 8802: Repository rule http_archive defined at: 8803: /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel> 8804: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8805: red) 8806: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8807: Fetching repository @@+_repo_rules3+gperf_src; starting 55s 8808: ^[[1A^[[K 8809: ^[[1A^[[K 8810: ^[[1A^[[K 8811: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45: An error occurred during the fetch of repository '+_repo_rules3+gperf_src': 8812: Traceback (most recent call last): 8813: File "/home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/bazel_tools/tools/build_defs/repo/http.bzl", line 155, column 45, in _http_archive_impl 8814: download_info = ctx.download_and_extract( 8815: Error in download_and_extract: java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out 8816: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8817: red) 8818: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8819: ^[[1A^[[K 8820: ^[[1A^[[K 8821: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mno such package '@@+_repo_rules3+gperf_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out 8822: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8823: red) 8824: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8825: ^[[1A^[[K 8826: ^[[1A^[[K 8827: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0m/home/runner/_work/serviceradar/serviceradar/third_party/pg_extension_toolchain/gperf/BUILD.bazel:5:18: //third_party/pg_extension_toolchain/gperf:source_tree depends on @@+_repo_rules3+gperf_src//:all_srcs in repository @@+_repo_rules3+gperf_src which failed to fetch. no such package '@@+_repo_rules3+gperf_src//': java.io.IOException: Error downloading [https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz] to /home/runner/.cache/bazel/_bazel_runner/5267be34ed6226e5181c0e8ea3f399cd/external/+_repo_rules3+gperf_src/temp5704910439732450654/gperf-3.1.tar.gz: Connect timed out 8828: (15:15:45) ^[[32mAnalyzing:^[[0m 961 targets (2270 packages loaded, 90707 targets configu\ 8829: red) 8830: ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m...ensive_test^[[0m 8831: ^[[1A^[[K 8832: ^[[1A^[[K 8833: ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mAnalyzed 961 targets (2270 packages loaded, 90707 targets configured). 8834: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8835: ust/srql:srql_comprehensive_test^[[0m 8836: ^[[1A^[[K 8837: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_index_json', it will not be built. 8838: Analysis failed 8839: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8840: ust/srql:srql_comprehensive_test^[[0m 8841: ^[[1A^[[K 8842: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_tar', it will not be built. 8843: Analysis failed 8844: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8845: ust/srql:srql_comprehensive_test^[[0m 8846: ^[[1A^[[K 8847: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64.digest', it will not be built. 8848: Analysis failed 8849: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8850: ust/srql:srql_comprehensive_test^[[0m 8851: ^[[1A^[[K 8852: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:push_all', it will not be built. 8853: Analysis failed 8854: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8855: ust/srql:srql_comprehensive_test^[[0m 8856: ^[[1A^[[K 8857: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push_tags', it will not be built. 8858: Analysis failed 8859: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8860: ust/srql:srql_comprehensive_test^[[0m 8861: ^[[1A^[[K 8862: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64', it will not be built. 8863: Analysis failed 8864: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8865: ust/srql:srql_comprehensive_test^[[0m 8866: ^[[1A^[[K 8867: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_index_json_cp', it will not be built. 8868: Analysis failed 8869: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8870: ust/srql:srql_comprehensive_test^[[0m 8871: ^[[1A^[[K 8872: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/pg_extension_toolchain/bison:source_tree', it will not be built. 8873: Analysis failed 8874: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8875: ust/srql:srql_comprehensive_test^[[0m 8876: ^[[1A^[[K 8877: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//third_party/pg_extension_toolchain/gperf:source_tree', it will not be built. 8878: Analysis failed 8879: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8880: ust/srql:srql_comprehensive_test^[[0m 8881: ^[[1A^[[K 8882: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:age_extension_layer', it will not be built. 8883: Analysis failed 8884: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8885: ust/srql:srql_comprehensive_test^[[0m 8886: ^[[1A^[[K 8887: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push_cmd', it will not be built. 8888: Analysis failed 8889: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8890: ust/srql:srql_comprehensive_test^[[0m 8891: ^[[1A^[[K 8892: ^[[1A^[[K(15:15:45) ^[[35mWARNING: ^[[0merrors encountered while analyzing target '//docker/images:cnpg_image_amd64_push', it will not be built. 8893: Analysis failed 8894: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8895: ust/srql:srql_comprehensive_test^[[0m 8896: ^[[1A^[[K 8897: ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mBuild succeeded for only 949 of 961 top-level targets 8898: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8899: ust/srql:srql_comprehensive_test^[[0m 8900: ^[[1A^[[K 8901: ^[[1A^[[K(15:15:45) ^[[32mINFO: ^[[0mFound 908 targets and 41 test targets... 8902: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8903: ust/srql:srql_comprehensive_test^[[0m 8904: ^[[1A^[[K 8905: ^[[1A^[[K(15:15:45) ^[[31m^[[1mERROR: ^[[0mcommand succeeded, but there were loading phase errors 8906: (15:15:45) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8907: ust/srql:srql_comprehensive_test^[[0m 8908: ^[[1A^[[K 8909: ^[[1A^[[K(15:15:46) ^[[32mINFO: ^[[0mElapsed time: 91.129s, Critical Path: 10.49s 8910: (15:15:46) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8911: ust/srql:srql_comprehensive_test^[[0m 8912: ^[[1A^[[K 8913: ^[[1A^[[K(15:15:46) ^[[32mINFO: ^[[0m10062 processes: 5540 remote cache hit, 4466 internal, 56 remote. 8914: (15:15:46) ^[[32m[11,282 / 11,282]^[[0m 41 / 41 tests;^[[0m no actions running^[[0m; last test: ^[[32m//r\ 8915: ust/srql:srql_comprehensive_test^[[0m 8916: ^[[1A^[[K 8917: ^[[1A^[[K(15:15:46) ^[[31m^[[1mERROR: ^[[0mBuild did NOT complete successfully 8918: (15:15:46) ^[[31m^[[1mFAILED:^[[0m 8919: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8920: //cmd/consumers/zen:zen_lib_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8921: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8922: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8923: //cmd/otel:otel_lib_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8924: //docs:lint ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8925: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8926: //internal/fastsum:fastsum_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8927: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8928: //pkg/agent:agent_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8929: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8930: //pkg/checker/snmp:snmp_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8931: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8932: //pkg/checker/sysmonvm:sysmonvm_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8933: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8934: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8935: //pkg/consumers/db-event-writer:db-event-writer_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8936: //pkg/core:core_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.4s 8937: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8938: //pkg/core/api:api_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8939: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8940: //pkg/core/auth:auth_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8941: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8942: //pkg/core/templateregistry:templateregistry_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8943: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8944: //pkg/cpufreq:cpufreq_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8945: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8946: //pkg/datasvc:datasvc_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8947: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8948: //pkg/db:db_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8949: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8950: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8951: //pkg/devicealias:devicealias_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8952: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8953: //pkg/deviceupdate:deviceupdate_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8954: //pkg/grpc:grpc_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8955: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8956: //pkg/hashutil:hashutil_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8957: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8958: //pkg/http:http_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8959: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8960: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8961: //pkg/identitymap:identitymap_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8962: //pkg/integration_test:integration_test_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8963: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8964: //pkg/logger:logger_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8965: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8966: //pkg/mapper:mapper_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8967: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8968: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8969: //pkg/mcp:mcp_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8970: //pkg/metrics:metrics_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8971: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8972: //pkg/metricstore:metricstore_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8973: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8974: //pkg/models:models_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8975: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8976: //pkg/poller:poller_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8977: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8978: //pkg/registry:registry_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8979: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8980: //pkg/scan:scan_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8981: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8982: //pkg/sweeper:sweeper_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8983: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8984: //pkg/sync:sync_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.1s 8985: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8986: //pkg/sync/integrations/armis:armis_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8987: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8988: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8989: //pkg/sync/integrations/netbox:netbox_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8990: //rust/config-bootstrap:config_bootstrap_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8991: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8992: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8993: //rust/kvutil:kvutil_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8994: //rust/srql:srql_api_test ^[[0m^[[32m(cached) PASSED^[[0m in 3.6s 8995: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8996: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 8997: //rust/srql:srql_comprehensive_test ^[[0m^[[32m(cached) PASSED^[[0m in 1.3s 8998: //tests/kvseeding:kvseeding_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 8999: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9000: //web:typecheck_typecheck_test ^[[0m^[[32m(cached) PASSED^[[0m in 0.0s 9001: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9002: Executed 0 out of 41 tests: 41 tests pass. 9003: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9004: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9005: There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 9006: ^[[0m^[[31m^[[1mAll tests passed but there were other errors during the build. 9007: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9008: ^[[1A^[[K(15:15:46) ^[[31m^[[1mFAILED:^[[0m 9009: ^[[0m 9010: ^[[1A^[[K(15:15:47) ^[[31m^[[1mFAILED:^[[0m 9011: Waiting for build events upload: Build Event Service 1s 9012: ^[[1A^[[K 9013: ^[[1A^[[K(15:15:47) ^[[32mINFO: ^[[0mStreaming build results to: ^[[36mhttps://carverauto.buildbuddy.io/invocation/ad5c944b-bd19-4ae7-86cd-da4c38752dec^[[0m 9014: ^[[0m 9015: ##[error]Process completed with exit code 1. 9016: Post job cleanup. ``` </details></td></tr></table>
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!2471
No description provided.