Skip to content

Conversation

analytically
Copy link
Contributor

No description provided.

@analytically analytically requested a review from a team as a code owner June 1, 2025 16:52
@taylorsilva
Copy link
Member

From the compile-check job

atc/config_diff.go:12:2: missing go.sum entry for module providing package github.com/onsi/gomega/gexec (imported by github.com/concourse/concourse/atc); to add:

	go get github.com/concourse/concourse/atc

../gopath/pkg/mod/google.golang.org/grpc@v1.71.0/trace_withtrace.go:26:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:

	go get google.golang.org/grpc@v1.71.0

../gopath/pkg/mod/google.golang.org/grpc@v1.71.0/internal/transport/client_stream.go:24:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by k8s.io/client-go/rest); to add:

	go get k8s.io/client-go/rest@v0.32.3

../gopath/pkg/mod/google.golang.org/grpc@v1.71.0/internal/transport/controlbuf.go:32:2: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by google.golang.org/grpc/internal/transport); to add:

	go get google.golang.org/grpc/internal/transport@v1.71.0

../gopath/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal_logging.go:7:2: missing go.sum entry for module providing package github.com/go-logr/logr (imported by go.opentelemetry.io/otel); to add:

	go get go.opentelemetry.io/otel@v1.35.0

../gopath/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go:26:2: missing go.sum entry for module providing package github.com/go-logr/logr/funcr (imported by github.com/go-logr/stdr); to add:

	go get github.com/go-logr/stdr@v1.2.2

../gopath/pkg/mod/google.golang.org/grpc@v1.71.0/credentials/alts/internal/handshaker/handshaker.go:30:2: missing go.sum entry for module providing package golang.org/x/sync/semaphore (imported by github.com/concourse/concourse/atc/wrappa); to add:

	go get github.com/concourse/concourse/atc/wrappa

../gopath/pkg/mod/github.com/jackc/pgx/v5@v5.7.5/pgconn/auth_scram.go:27:2: missing go.sum entry for module providing package golang.org/x/text/secure/precis (imported by github.com/jackc/pgx/v5/pgconn); to add:

	go get github.com/jackc/pgx/v5/pgconn@v5.7.5

atc/worker/gardenruntime/worker.go:26:2: missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by github.com/concourse/concourse/atc/worker/gardenruntime); to add:

	go get github.com/concourse/concourse/atc/worker/gardenruntime

../gopath/pkg/mod/github.com/cloudfoundry/go-socks5@v0.0.0-20240831012420-2590b55236ee/request.go:10:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/cloudfoundry/socks5-proxy); to add:

	go get github.com/cloudfoundry/socks5-proxy@v0.2.146

../gopath/pkg/mod/code.cloudfoundry.org/credhub-cli@v0.0.0-20250324130423-abc61188c383/credhub/socksify.go:11:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by code.cloudfoundry.org/credhub-cli/credhub); to add:

	go get code.cloudfoundry.org/credhub-cli/credhub@v0.0.0-20250324130423-abc61188c383

../gopath/pkg/mod/k8s.io/client-go@v0.32.3/plugin/pkg/client/auth/exec/exec.go:35:2: missing go.sum entry for module providing package golang.org/x/term (imported by k8s.io/client-go/tools/clientcmd); to add:

	go get k8s.io/client-go/tools/clientcmd@v0.32.3

../gopath/pkg/mod/github.com/concourse/dex@v1.10.0/server/deviceflowhandlers.go:14:2: missing go.sum entry for module providing package golang.org/x/net/html (imported by github.com/concourse/dex/server); to add:

	go get github.com/concourse/dex/server@v1.10.0

../gopath/pkg/mod/golang.org/x/crypto@v0.38.0/acme/autocert/autocert.go:35:2: missing go.sum entry for module providing package golang.org/x/net/idna (imported by golang.org/x/crypto/acme/autocert); to add:

	go get golang.org/x/crypto/acme/autocert@v0.38.0

../gopath/pkg/mod/github.com/miekg/dns@v1.1.64/udp.go:9:2: missing go.sum entry for module providing package golang.org/x/net/ipv4 (imported by github.com/miekg/dns); to add:

	go get github.com/miekg/dns@v1.1.64

../gopath/pkg/mod/github.com/miekg/dns@v1.1.64/udp.go:10:2: missing go.sum entry for module providing package golang.org/x/net/ipv6 (imported by github.com/miekg/dns); to add:

	go get github.com/miekg/dns@v1.1.64

@taylorsilva
Copy link
Member

I realized you aren't part of the org so I just manually added you to the "all" team in the Concourse org here on GitHub. This will allow you to see the logs from the failed checks now. You have to accept the invite, you should have gotten an email.

@analytically
Copy link
Contributor Author

The UI isn't loading for me, loads of errors:

screentshot-2025-06-04 at 09 24 07@2x

@taylorsilva
Copy link
Member

Weird, all I can recommend is:

…ion option

Signed-off-by: Mathias Bogaert <mathias.bogaert@gmail.com>
@analytically
Copy link
Contributor Author

It was a Chrome extension messing with ELM (weird). Pushed a fix.

@analytically
Copy link
Contributor Author

Seems like the integrations tests are broken?

@taylorsilva
Copy link
Member

might be from me. I'm knee-deep in wrangling the pipelines to produce arm64 artifacts. Focusing on that before I circle back to literally everything else.

@taylorsilva taylorsilva moved this from Todo to In Progress in Pull Requests Jun 23, 2025
Copy link
Member

@taylorsilva taylorsilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - ignoring the formatting PR check, it's been fixed on master.

@taylorsilva taylorsilva merged commit 582a510 into concourse:master Jun 24, 2025
11 of 12 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Pull Requests Jun 24, 2025
@analytically analytically deleted the pgxpatch branch September 1, 2025 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants