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/work_get_toolchain failures #67052

Open
gopherbot opened this issue Apr 26, 2024 · 1 comment
Open

cmd/go: TestScript/work_get_toolchain failures #67052

gopherbot opened this issue Apr 26, 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/work_get_toolchain"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/work_get_toolchain
=== PAUSE TestScript/work_get_toolchain
=== CONT  TestScript/work_get_toolchain
    script_test.go:136: 2024-04-25T16:11:10Z
    script_test.go:138: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-209487777/tmpdir3309035903/work_get_toolchain739904739
    script_test.go:160: 
        PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-209487777/tmpdir3309035903/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=arm64
...
        > cp go.work.new go.work
        > go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall
        [stderr]
        go: downloading rsc.io/needall v0.0.1
        go: downloading rsc.io/needgo121 v0.0.1
        go: downloading rsc.io/needgo123 v0.0.1
        go: downloading rsc.io/needgo122 v0.0.1
        go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9
    script_test.go:160: FAIL: testdata/script/work_get_toolchain.txt:7: go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall: signal: illegal instruction
--- FAIL: TestScript/work_get_toolchain (0.05s)

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 Apr 26, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/work_get_toolchain"
2024-04-25 16:05 gotip-darwin-arm64_12 go@8c0da423 cmd/go.TestScript/work_get_toolchain (log)
=== RUN   TestScript/work_get_toolchain
=== PAUSE TestScript/work_get_toolchain
=== CONT  TestScript/work_get_toolchain
    script_test.go:136: 2024-04-25T16:11:10Z
    script_test.go:138: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-209487777/tmpdir3309035903/work_get_toolchain739904739
    script_test.go:160: 
        PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-209487777/tmpdir3309035903/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=arm64
...
        > cp go.work.new go.work
        > go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall
        [stderr]
        go: downloading rsc.io/needall v0.0.1
        go: downloading rsc.io/needgo121 v0.0.1
        go: downloading rsc.io/needgo123 v0.0.1
        go: downloading rsc.io/needgo122 v0.0.1
        go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9
    script_test.go:160: FAIL: testdata/script/work_get_toolchain.txt:7: go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall: signal: illegal instruction
--- FAIL: TestScript/work_get_toolchain (0.05s)

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