Skip to content
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

cmd/go: TestScript/mod_prefer_compatible failures #66471

Open
gopherbot opened this issue Mar 22, 2024 · 1 comment
Open

cmd/go: TestScript/mod_prefer_compatible failures #66471

gopherbot opened this issue Mar 22, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/mod_prefer_compatible"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT  TestScript/mod_prefer_compatible
    script_test.go:136: 2024-03-20T19:25:11Z
    script_test.go:138: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/mod_prefer_compatible3060224572
    script_test.go:160: 
        PATH=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/testbin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/cache/tools/bin:/Users/swarming/.swarming/w/ir/bbagent_utility_packages:/Users/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages:/Users/swarming/.swarming/w/ir/cipd_bin_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/Users/swarming/.swarming/w/ir/cache/cipd_client:/Users/swarming/.swarming/w/ir/cache/cipd_client/bin:/Users/swarming/.swarming/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        go: github.com/rsc/legacytest@7303f7796364: invalid version: git ls-remote -q origin in /Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/mod_prefer_compatible3060224572/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
        	12:25:17.281364 http.c:699              == Info: Couldn't find host github.com in the .netrc file; using defaults
        	12:25:17.292742 http.c:699              == Info:   Trying 64:ff9b::8c52:7204...
        	12:25:17.292872 http.c:699              == Info: TCP_NODELAY set
        	12:25:17.388678 http.c:699              == Info: Connected to github.com (64:ff9b::8c52:7204) port 443 (#0)
        	12:25:27.665845 http.c:699              == Info: Server aborted the SSL handshake
        	12:25:27.665885 http.c:699              == Info: Closing connection 0
        	fatal: unable to access 'https://github.com/rsc/legacytest/': Server aborted the SSL handshake
    script_test.go:160: FAIL: testdata/script/mod_prefer_compatible.txt:76: go list -m github.com/rsc/legacytest@7303f7796364: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (17.19s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 22, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/mod_prefer_compatible"
2024-03-20 18:08 gotip-darwin-amd64-longtest go@364687bd cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN   TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT  TestScript/mod_prefer_compatible
    script_test.go:136: 2024-03-20T19:25:11Z
    script_test.go:138: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/mod_prefer_compatible3060224572
    script_test.go:160: 
        PATH=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/testbin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/cache/tools/bin:/Users/swarming/.swarming/w/ir/bbagent_utility_packages:/Users/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages:/Users/swarming/.swarming/w/ir/cipd_bin_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/Users/swarming/.swarming/w/ir/cache/cipd_client:/Users/swarming/.swarming/w/ir/cache/cipd_client/bin:/Users/swarming/.swarming/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        go: github.com/rsc/legacytest@7303f7796364: invalid version: git ls-remote -q origin in /Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2387070046/tmpdir210179505/mod_prefer_compatible3060224572/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
        	12:25:17.281364 http.c:699              == Info: Couldn't find host github.com in the .netrc file; using defaults
        	12:25:17.292742 http.c:699              == Info:   Trying 64:ff9b::8c52:7204...
        	12:25:17.292872 http.c:699              == Info: TCP_NODELAY set
        	12:25:17.388678 http.c:699              == Info: Connected to github.com (64:ff9b::8c52:7204) port 443 (#0)
        	12:25:27.665845 http.c:699              == Info: Server aborted the SSL handshake
        	12:25:27.665885 http.c:699              == Info: Closing connection 0
        	fatal: unable to access 'https://github.com/rsc/legacytest/': Server aborted the SSL handshake
    script_test.go:160: FAIL: testdata/script/mod_prefer_compatible.txt:76: go list -m github.com/rsc/legacytest@7303f7796364: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (17.19s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant