fix: resolve CI failures from dependency bump#172
Merged
rmanibus merged 2 commits intoMar 19, 2026
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix dependency update issues
fix: resolve CI failures from dependency bump
Mar 19, 2026
This was referenced Mar 19, 2026
…atrix probe issue Co-authored-by: rmanibus <10419172+rmanibus@users.noreply.github.com>
959a311 to
1f0e6ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two CI failures introduced by the
google.golang.org/apiv0.256→v0.272 andtestcontainers-gov0.40→v0.41 updates.pkg/source/gdrive.go— deprecated Google API credential optionsoption.WithCredentialsFileandoption.WithCredentialsJSONwere deprecated ingoogle.golang.org/apiv0.272 (SA1019). Replaced with the type-explicit variants, which are appropriate here since this path exclusively handles service accounts:e2e/e2e_test.go— spurious Docker containers in matrix probe loopThe matrix loop called
srcFn(t)/storeFn(t)in the outer scope just to readName()andEnv(), unintentionally starting full Docker containers (SFTP, MinIO) for each(source, store)pair before any subtest ran. With 3 sources × 3 stores this created ~9 extra containers that lived for the duration of all parallel subtests, causing resource contention and intermittentsftp_to_localfailures.Fixed by introducing local
matrixSource/matrixStorestructs that carry name and env directly, so factories are only invoked inside the subtests:Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
dl.min.io/usr/bin/minio minio server /data ux-amd64/pkg/too-trimpath 4432�� g_.a olang.org/protobinternal/coverage/uleb128 ux-amd64/pkg/tool/linux_amd64/compile . es/blkiodev m ux-amd64/pkg/tool/linux_amd64/compile -I zWhcQ00Fd .cfg 0.1-go1.26.0.lin-nolocalimports --gdwarf-5 e/s2a-go/fallbac/tmp/go-build3213534583/b605/importcfg mpile 0.1-go1.26.0.lin/home/REDACTED/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.0.linux-amd64/src/int--log-format(dns block)/usr/bin/minio minio server /data ux-amd64/pkg/too-mode 4432�� g_.a 0a9d635c8e9c656e136328f67e1bc0d6c80 ux-amd64/pkg/tool/linux_amd64/compile 0576eae1247775ad6399b5f03b477ca42c4/log.json 4432744/b339/(dns block)/usr/bin/minio minio server /data 0.1-go1.26.0.lin-address -o(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.