Skip to content

fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) #17275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
golang.org/x/net v0.33.0 -> v0.38.0 age adoption passing confidence
golang.org/x/net v0.36.0 -> v0.38.0 age adoption passing confidence

HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

  • CVSS Score: 4.4 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


golang.org/x/net vulnerable to Cross-site Scripting

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

  • CVSS Score: Unknown
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from periklis, xperimental and a team as code owners April 17, 2025 00:51
@renovate renovate bot added area/security dependencies Pull requests that update a dependency file labels Apr 17, 2025
Copy link
Contributor Author

renovate bot commented Apr 17, 2025

ℹ Artifact update notice

File name: operator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.24.2
golang.org/x/crypto v0.31.0 -> v0.36.0
golang.org/x/sync v0.10.0 -> v0.12.0
golang.org/x/sys v0.28.0 -> v0.31.0
golang.org/x/term v0.27.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: pkg/push/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.24.2
golang.org/x/sys v0.28.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0

@renovate renovate bot force-pushed the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch from 76ee8e9 to df465ef Compare April 17, 2025 08:47
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net [security] (release-2.9.x) chore(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) Apr 17, 2025
@renovate renovate bot force-pushed the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch from df465ef to 07d43b9 Compare April 17, 2025 16:21
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) Apr 17, 2025
@renovate renovate bot changed the title fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) chore(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) Apr 24, 2025
@renovate renovate bot force-pushed the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch from 07d43b9 to 1ae6ae1 Compare April 24, 2025 05:19
@pull-request-size pull-request-size bot added size/S and removed size/M labels Apr 24, 2025
@renovate renovate bot force-pushed the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch from 1ae6ae1 to 241be22 Compare April 24, 2025 06:12
@renovate renovate bot changed the title chore(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) Apr 24, 2025
Copy link
Contributor Author

renovate bot commented Apr 24, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/docker/docker v25.0.8+incompatible
go: downloading github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8
go: downloading github.com/grafana/dskit v0.0.0-20230925094553-c4a1874aadb0
go: downloading github.com/prometheus/client_golang v1.16.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/prometheus v0.43.1-0.20230419161410-69155c6ba1e9
go: downloading github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448
go: downloading github.com/fluent/fluent-bit-go v0.0.0-20190925192703-ea13c021720c
go: downloading github.com/joncrlsn/dque v2.2.1-0.20200515025108-956d14155fa2+incompatible
go: downloading github.com/oschwald/geoip2-golang v1.8.0
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29
go: downloading github.com/hashicorp/consul/api v1.21.0
go: downloading go.uber.org/goleak v1.2.1
go: downloading github.com/Shopify/sarama v1.38.1
go: downloading github.com/felixge/fgprof v0.9.3
go: downloading github.com/prometheus/alertmanager v0.25.1
go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
go: downloading github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
go: downloading github.com/bmatcuk/doublestar v1.3.4
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading cloud.google.com/go/pubsub v1.33.0
go: downloading cloud.google.com/go v0.110.10
go: downloading google.golang.org/api v0.149.0
go: downloading github.com/heroku/x v0.0.59
go: downloading github.com/imdario/mergo v0.3.15
go: downloading github.com/influxdata/go-syslog/v3 v3.0.1-0.20201128200927-a1889d947b48
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/influxdata/telegraf v1.16.3
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/Workiva/go-datastructures v1.1.0
go: downloading github.com/klauspost/compress v1.16.7
go: downloading github.com/pierrec/lz4/v4 v4.1.17
go: downloading google.golang.org/grpc v1.59.0
go: downloading github.com/grafana/regexp v0.0.0-20221005093135-b4c2bcb0a4b6
go: downloading github.com/axiomhq/hyperloglog v0.0.0-20230201085229-3ddf4bad03dc
go: downloading github.com/alicebob/miniredis/v2 v2.30.4
go: downloading github.com/thanos-io/objstore v0.0.0-20230201072718-11ffbc490204
go: downloading github.com/minio/minio-go/v7 v7.0.61
go: downloading github.com/grafana/gomemcache v0.0.0-20230914135007-70d78eaabfe1
go: downloading github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
go: downloading github.com/aws/aws-sdk-go v1.44.321
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: downloading github.com/weaveworks/common v0.0.0-20230511094633-334485600903
go: downloading github.com/MasslessParticle/azure-storage-blob-go v0.14.1-0.20220216145902-b5e698eff68e
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.23
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
go: downloading github.com/mattn/go-ieproxy v0.0.1
go: downloading github.com/baidubce/bce-sdk-go v0.9.141
go: downloading cloud.google.com/go/bigtable v1.18.1
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading github.com/fsouza/fake-gcs-server v1.7.0
go: downloading github.com/cristalhq/hedgedhttp v0.7.2
go: downloading github.com/IBM/go-sdk-core/v5 v5.13.1
go: downloading github.com/IBM/ibm-cos-sdk-go v1.10.0
go: downloading go.etcd.io/bbolt v1.3.10
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/prometheus/procfs v0.10.1
go: downloading github.com/oschwald/maxminddb-golang v1.10.0
go: downloading github.com/prometheus/exporter-toolkit v0.10.1-0.20230714054209-2f4150c63f97
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/eapache/go-resiliency v1.3.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.3
go: downloading github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/@v/v36.2.0+incompatible.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/[email protected]+incompatible: no space left on device
go: downloading github.com/digitalocean/godo v1.98.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/digitalocean/godo/@v/v1.98.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/digitalocean/[email protected]: no space left on device
go: downloading github.com/miekg/dns v1.1.53
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.53.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/miekg/[email protected]: no space left on device
go: downloading k8s.io/api v0.29.0-alpha.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: downloading k8s.io/apimachinery v0.29.0-alpha.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: downloading k8s.io/client-go v0.29.0-alpha.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: downloading github.com/gophercloud/gophercloud v1.2.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: downloading github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20230228050547-1710fef4ab10.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.44.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]: no space left on device
go: downloading go.opentelemetry.io/otel/trace v1.21.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/trace/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/otel/[email protected]: no space left on device
go: downloading cloud.google.com/go/iam v1.1.5
-> unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/iam/@v/v1.1.5.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.12.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/gax-go/[email protected]: no space left on device
go: downloading cloud.google.com/go/compute/metadata v0.3.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/compute/metadata/@v/v0.3.0.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/compute/[email protected]: no space left on device
go: downloading github.com/leodido/ragel-machinery v0.0.0-20181214104525-299bdde78165
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/leodido/ragel-machinery/@v/v0.0.0-20181214104525-299bdde78165.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/leodido/[email protected]: no space left on device
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/alecthomas/[email protected]: no space left on device
go: downloading go.opentelemetry.io/otel v1.21.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/[email protected]: no space left on device
go: downloading github.com/felixge/httpsnoop v1.0.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/felixge/httpsnoop/@v/v1.0.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/felixge/[email protected]: no space left on device
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
-> unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240401170217-c3f982113cda.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]: no space left on device
go: downloading github.com/go-openapi/strfmt v0.21.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/strfmt/@v/v0.21.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: downloading github.com/efficientgo/core v1.0.0-rc.2
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/efficientgo/core/@v/v1.0.0-rc.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/efficientgo/[email protected]: no space left on device
go: downloading github.com/aws/aws-sdk-go-v2 v1.16.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go-v2/@v/v1.16.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]: no space left on device
go: downloading github.com/aws/aws-sdk-go-v2/config v1.15.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go-v2/config/@v/v1.15.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/aws-sdk-go-v2/[email protected]: no space left on device
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v1.11.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v1.6.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: downloading github.com/yuin/gopher-lua v1.1.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/yuin/gopher-lua/@v/v1.1.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/yuin/[email protected]: no space left on device
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.5.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/go-autorest/autorest/azure/[email protected]: no space left on device
go: downloading cloud.google.com/go/longrunning v0.5.4
-> unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/longrunning/@v/v0.5.4.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: downloading google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: downloading github.com/google/btree v1.1.2
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/btree/@v/v1.1.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: downloading github.com/go-playground/validator/v10 v10.11.2
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-playground/validator/v10/@v/v10.11.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-playground/validator/[email protected]: no space left on device
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
-> unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20231120223509-83a465c0220f.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]: no space left on device
go: downloading github.com/google/s2a-go v0.1.7
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/s2a-go/@v/v0.1.7.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: downloading github.com/go-openapi/errors v0.20.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/errors/@v/v0.20.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: downloading github.com/go-openapi/swag v0.22.3
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/swag/@v/v0.22.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: downloading github.com/go-openapi/validate v0.22.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/validate/@v/v0.22.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: downloading github.com/minio/sha256-simd v1.0.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/minio/sha256-simd/@v/v1.0.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/minio/[email protected]: no space left on device
go: downloading github.com/klauspost/cpuid/v2 v2.2.5
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/klauspost/cpuid/v2/@v/v2.2.5.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/klauspost/cpuid/[email protected]: no space left on device
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
-> unzip /runner/cache/others/go/pkg/mod/cache/download/golang.org/x/xerrors/@v/v0.0.0-20220907171357-04be3eba64a2.zip: mkdir /runner/cache/others/go/pkg/mod/golang.org/x/[email protected]: no space left on device
go: downloading github.com/envoyproxy/go-control-plane v0.11.1
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/envoyproxy/go-control-plane/@v/v0.11.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]: no space left on device
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/[email protected]: no space left on device
go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/moby/term/@v/v0.0.0-20210619224110-3f7ff695adc6.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/moby/[email protected]: no space left on device
go: downloading github.com/rs/xid v1.5.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/rs/xid/@v/v1.5.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/rs/[email protected]: no space left on device
go: downloading go.uber.org/multierr v1.8.0
-> unzip /runner/cache/others/go/pkg/mod/cache/download/go.uber.org/multierr/@v/v1.8.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.uber.org/[email protected]: no space left on device
go: downloading github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4
-> unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/cncf/xds/go/@v/v0.0.0-20230607035331-e9ce68804cb4.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/cncf/xds/[email protected]: no space left on device
go: downloading github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/awserr: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/client: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/credentials: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/request: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/session: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/aws/signer/v4: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/service/dynamodb: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/service/s3: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/aws/aws-sdk-go/service/s3/s3iface: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/aws imports
	github.com/aws/aws-sdk-go/aws/credentials/stscreds: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/aws imports
	github.com/aws/aws-sdk-go/aws/ec2metadata: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/aws imports
	github.com/aws/aws-sdk-go/service/ec2: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/aws imports
	github.com/aws/aws-sdk-go/service/lightsail: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go/@v/v1.44.321.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]/models/apis/meteringmarketplace: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/azure imports
	github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/@v/v36.2.0+incompatible.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/[email protected]+incompatible: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/azure imports
	github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/@v/v36.2.0+incompatible.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/[email protected]+incompatible: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/digitalocean imports
	github.com/digitalocean/godo: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/digitalocean/godo/@v/v1.98.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/digitalocean/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/dns imports
	github.com/miekg/dns: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.53.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/miekg/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/api/core/v1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/api/discovery/v1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/api/discovery/v1beta1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/api/networking/v1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/api/networking/v1beta1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/api/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/apis/meta/v1: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/fields: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/labels: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/runtime: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/util/version: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/apimachinery/pkg/watch: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/apimachinery/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/kubernetes: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/plugin/pkg/client/auth/gcp: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/rest: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/cache: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/clientcmd: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/tools/metrics: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/kubernetes imports
	k8s.io/client-go/util/workqueue: unzip /runner/cache/others/go/pkg/mod/cache/download/k8s.io/client-go/@v/v0.29.0-alpha.3.zip: mkdir /runner/cache/others/go/pkg/mod/k8s.io/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud/openstack: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud/openstack/compute/v2/servers: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/openstack imports
	github.com/gophercloud/gophercloud/pagination: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/gophercloud/gophercloud/@v/v1.2.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/gophercloud/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/server imports
	github.com/felixge/fgprof imports
	github.com/google/pprof/profile: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20230228050547-1710fef4ab10.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/docker imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.44.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/docker imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/otel/trace: unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/trace/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/otel/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	cloud.google.com/go/pubsub imports
	cloud.google.com/go/iam: unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/iam/@v/v1.1.5.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	cloud.google.com/go/pubsub imports
	github.com/googleapis/gax-go/v2: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.12.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/gax-go/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	cloud.google.com/go/pubsub imports
	github.com/googleapis/gax-go/v2/apierror: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.12.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/gax-go/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/kafka imports
	crypto/tls imports
	crypto/des: package crypto/des is not in std (/opt/containerbase/tools/golang/1.23.2/src/crypto/des)
go: github.com/grafana/loki/clients/pkg/promtail/targets/syslog/syslogparser imports
	github.com/influxdata/go-syslog/v3/nontransparent imports
	github.com/leodido/ragel-machinery/parser: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/leodido/ragel-machinery/@v/v0.0.0-20181214104525-299bdde78165.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/leodido/[email protected]: no space left on device
go: github.com/grafana/loki/cmd/logcli imports
	gopkg.in/alecthomas/kingpin.v2 imports
	github.com/alecthomas/template: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/alecthomas/[email protected]: no space left on device
go: github.com/grafana/loki/cmd/querytee imports
	github.com/prometheus/client_golang/prometheus/collectors imports
	database/sql: package database/sql is not in std (/opt/containerbase/tools/golang/1.23.2/src/database/sql)
go: github.com/grafana/loki/pkg/configs/userconfig imports
	github.com/prometheus/prometheus/rules imports
	go.opentelemetry.io/otel: unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/configs/userconfig imports
	github.com/prometheus/prometheus/rules imports
	go.opentelemetry.io/otel/attribute: unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/configs/userconfig imports
	github.com/prometheus/prometheus/rules imports
	go.opentelemetry.io/otel/codes: unzip /runner/cache/others/go/pkg/mod/cache/download/go.opentelemetry.io/otel/@v/v1.21.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.opentelemetry.io/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ingester/client imports
	github.com/grafana/dskit/middleware imports
	github.com/felixge/httpsnoop: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/felixge/httpsnoop/@v/v1.0.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/felixge/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ingester/client imports
	google.golang.org/grpc/status imports
	google.golang.org/genproto/googleapis/rpc/status: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240401170217-c3f982113cda.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ruler imports
	github.com/prometheus/prometheus/notifier imports
	github.com/go-openapi/strfmt: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/strfmt/@v/v0.21.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ruler/rulestore/bucketclient imports
	github.com/thanos-io/objstore imports
	github.com/efficientgo/core/logerrcapture: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/efficientgo/core/@v/v1.0.0-rc.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/efficientgo/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ruler/rulestore/bucketclient imports
	github.com/thanos-io/objstore imports
	github.com/efficientgo/core/testutil: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/efficientgo/core/@v/v1.0.0-rc.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/efficientgo/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket imports
	github.com/thanos-io/objstore/providers/s3 imports
	github.com/aws/aws-sdk-go-v2/aws: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go-v2/@v/v1.16.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket imports
	github.com/thanos-io/objstore/providers/s3 imports
	github.com/aws/aws-sdk-go-v2/config: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/aws/aws-sdk-go-v2/config/@v/v1.15.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/aws/aws-sdk-go-v2/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/azcore: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v1.11.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/azcore/policy: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v1.11.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/azcore/to: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azcore/@v/v1.11.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/azidentity: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/azidentity/@v/v1.6.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/azure imports
	github.com/thanos-io/objstore/providers/azure imports
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob/@v/v0.5.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket/filesystem imports
	github.com/thanos-io/objstore/providers/filesystem imports
	github.com/efficientgo/core/errcapture: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/efficientgo/core/@v/v1.0.0-rc.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/efficientgo/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/cache imports
	github.com/go-redis/redis/v8 imports
	github.com/dgryski/go-rendezvous: open /home/ubuntu/.cache/go-build/c0/c06a962d0fbbdd2015ac0522a735aaebe4243c68deff3d75a1a22e1c144d6a76-a: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/azure imports
	github.com/Azure/go-autorest/autorest/azure/auth imports
	github.com/Azure/go-autorest/autorest/azure/cli: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/!azure/go-autorest/autorest/azure/cli/@v/v0.4.5.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/!azure/go-autorest/autorest/azure/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	cloud.google.com/go/longrunning: unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/longrunning/@v/v0.5.4.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	cloud.google.com/go/longrunning/autogen: unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/longrunning/@v/v0.5.4.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	google.golang.org/genproto/googleapis/bigtable/admin/v2: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	google.golang.org/genproto/googleapis/bigtable/v2: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	google.golang.org/genproto/protobuf/field_mask: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable/bttest imports
	github.com/google/btree: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/btree/@v/v1.1.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable/bttest imports
	google.golang.org/genproto/googleapis/iam/v1: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable/bttest imports
	google.golang.org/genproto/googleapis/longrunning: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/storage imports
	cloud.google.com/go/compute/metadata: unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/compute/metadata/@v/v0.3.0.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/compute/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/storage imports
	cloud.google.com/go/iam/apiv1/iampb: unzip /runner/cache/others/go/pkg/mod/cache/download/cloud.google.com/go/iam/@v/v1.1.5.zip: mkdir /runner/cache/others/go/pkg/mod/cloud.google.com/go/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/storage imports
	google.golang.org/genproto/googleapis/type/date: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/storage imports
	google.golang.org/genproto/googleapis/type/expr: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20231211222908-989df2bf70f3.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/ibmcloud imports
	github.com/IBM/go-sdk-core/v5/core imports
	github.com/go-playground/validator/v10: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-playground/validator/v10/@v/v10.11.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-playground/validator/[email protected]: no space left on device
go: github.com/grafana/loki/clients/cmd/docker-driver imports
	github.com/prometheus/client_golang/prometheus imports
	github.com/prometheus/common/expfmt imports
	github.com/matttproud/golang_protobuf_extensions/pbutil: mkdir /runner/cache/others/go/pkg/mod/github.com/matttproud: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	cloud.google.com/go/pubsub imports
	cloud.google.com/go/pubsub/apiv1/pubsubpb imports
	google.golang.org/genproto/googleapis/api/annotations: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20231120223509-83a465c0220f.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	google.golang.org/api/option imports
	google.golang.org/api/internal imports
	github.com/google/s2a-go: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/s2a-go/@v/v0.1.7.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/gcplog imports
	google.golang.org/api/option imports
	google.golang.org/api/internal imports
	github.com/google/s2a-go/fallback: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/google/s2a-go/@v/v0.1.7.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/google/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/targets/kafka imports
	crypto/tls imports
	vendor/golang.org/x/crypto/chacha20poly1305 imports
	vendor/golang.org/x/crypto/internal/alias: package vendor/golang.org/x/crypto/internal/alias is not in std (/opt/containerbase/tools/golang/1.23.2/src/vendor/golang.org/x/crypto/internal/alias)
go: github.com/grafana/loki/pkg/analytics imports
	github.com/grafana/dskit/kv/memberlist imports
	github.com/hashicorp/memberlist imports
	compress/lzw: package compress/lzw is not in std (/opt/containerbase/tools/golang/1.23.2/src/compress/lzw)
go: github.com/grafana/loki/pkg/analytics imports
	github.com/grafana/dskit/kv/memberlist imports
	github.com/hashicorp/memberlist imports
	github.com/hashicorp/go-msgpack/codec: open /home/ubuntu/.cache/go-build/f6/f60c887364fa3beeed72b985cd0fb33b1316b3d2a6792fb82dba877413cdbf21-a: no space left on device
go: github.com/grafana/loki/pkg/ruler imports
	github.com/prometheus/prometheus/notifier imports
	github.com/prometheus/alertmanager/api/v2/models imports
	github.com/go-openapi/errors: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/errors/@v/v0.20.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ruler imports
	github.com/prometheus/prometheus/notifier imports
	github.com/prometheus/alertmanager/api/v2/models imports
	github.com/go-openapi/swag: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/swag/@v/v0.22.3.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/ruler imports
	github.com/prometheus/prometheus/notifier imports
	github.com/prometheus/alertmanager/api/v2/models imports
	github.com/go-openapi/validate: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/go-openapi/validate/@v/v0.22.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/go-openapi/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket imports
	github.com/thanos-io/objstore/providers/s3 imports
	github.com/minio/minio-go/v7 imports
	github.com/minio/sha256-simd: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/minio/sha256-simd/@v/v1.0.1.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/minio/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/cache tested by
	github.com/grafana/loki/pkg/storage/chunk/cache.test imports
	github.com/alicebob/miniredis/v2 imports
	github.com/yuin/gopher-lua: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/yuin/gopher-lua/@v/v1.1.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/yuin/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/cache tested by
	github.com/grafana/loki/pkg/storage/chunk/cache.test imports
	github.com/alicebob/miniredis/v2 imports
	github.com/yuin/gopher-lua/parse: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/yuin/gopher-lua/@v/v1.1.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/yuin/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/aws imports
	github.com/minio/minio-go/v7/pkg/signer imports
	github.com/minio/md5-simd imports
	github.com/klauspost/cpuid/v2: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/klauspost/cpuid/v2/@v/v2.2.5.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/klauspost/cpuid/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	cloud.google.com/go/internal/trace imports
	golang.org/x/xerrors: unzip /runner/cache/others/go/pkg/mod/cache/download/golang.org/x/xerrors/@v/v0.0.0-20220907171357-04be3eba64a2.zip: mkdir /runner/cache/others/go/pkg/mod/golang.org/x/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	cloud.google.com/go/bigtable imports
	cloud.google.com/go/internal/trace imports
	google.golang.org/genproto/googleapis/rpc/code: unzip /runner/cache/others/go/pkg/mod/cache/download/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240401170217-c3f982113cda.zip: mkdir /runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/chunk/client/gcp imports
	google.golang.org/api/transport/http imports
	google.golang.org/api/internal/cert imports
	github.com/googleapis/enterprise-certificate-proxy/client: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.2.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/[email protected]: no space left on device
go: github.com/grafana/loki/clients/cmd/docker-driver imports
	github.com/docker/docker/api/types/backend imports
	github.com/docker/docker/pkg/streamformatter imports
	github.com/docker/docker/pkg/jsonmessage imports
	github.com/moby/term: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/moby/term/@v/v0.0.0-20210619224110-3f7ff695adc6.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/moby/[email protected]: no space left on device
go: github.com/grafana/loki/clients/pkg/promtail/scrapeconfig imports
	github.com/prometheus/prometheus/discovery/gce imports
	google.golang.org/api/compute/v1 imports
	google.golang.org/api/internal/gensupport imports
	github.com/googleapis/gax-go/v2/callctx: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.12.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/googleapis/gax-go/[email protected]: no space left on device
go: github.com/grafana/loki/pkg/storage/bucket imports
	github.com/thanos-io/objstore/providers/s3 imports
	github.com/minio/minio-go/v7 imports
	github.com/minio/minio-go/v7/pkg/replication imports
	github.com/rs/xid: unzip /runner/cache/others/go/pkg/mod/cache/download/github.com/rs/xid/@v/v1.5.0.zip: mkdir /runner/cache/others/go/pkg/mod/github.com/rs/[email protected]: no space left on device
go: github.com/grafana/loki/tools/doc-generator/parse imports
	github.com/grafana/dskit/kv/etcd imports
	go.etcd.io/etcd/client/pkg/v3/transport imports
	go.uber.org/zap imports
	go.uber.org/multierr: unzip /runner/cache/others/go/pkg/mod/cache/download/go.uber.org/multierr/@v/v1.8.0.zip: mkdir /runner/cache/others/go/pkg/mod/go.uber.org/[email protected]: no space left on device
go: module github.com/Azure/go-autorest/autorest is deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azcore instead.
go: module github.com/Azure/go-autorest/autorest/adal is deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead.
go: module github.com/Azure/go-autorest/autorest/azure/auth is deprecated: use github.com/Azure/azure-sdk-for-go/sdk/azidentity instead.
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

File name: operator/apis/loki/go.sum
Command failed: install-tool golang 1.24.3

File name: operator/go.sum
Command failed: install-tool golang 1.24.3

File name: pkg/push/go.sum
Command failed: install-tool golang 1.24.3

File name: tools/lambda-promtail/go.sum
Command failed: install-tool golang 1.24.3

@renovate renovate bot changed the title fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) - autoclosed May 9, 2025
@renovate renovate bot closed this May 9, 2025
@renovate renovate bot deleted the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch May 9, 2025 04:29
@renovate renovate bot changed the title fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) - autoclosed fix(deps): update module golang.org/x/net to v0.38.0 [security] (release-2.9.x) May 9, 2025
@renovate renovate bot reopened this May 9, 2025
@renovate renovate bot force-pushed the deps-update/release-2.9.x-go-golang.org-x-net-vulnerability branch from bb5ad35 to 241be22 Compare May 9, 2025 06:57
@pull-request-size pull-request-size bot added size/M and removed size/S labels May 29, 2025
@paul1r paul1r merged commit 6297508 into release-2.9.x May 29, 2025
47 checks passed
Copy link
Contributor Author

renovate bot commented May 29, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security dependencies Pull requests that update a dependency file sig/operator size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant