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/test_fuzz_match failures #72151

Open
gopherbot opened this issue Mar 7, 2025 · 1 comment
Open

cmd/go: TestScript/test_fuzz_match failures #72151

gopherbot opened this issue Mar 7, 2025 · 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
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/test_fuzz_match
=== PAUSE TestScript/test_fuzz_match
=== CONT  TestScript/test_fuzz_match
    script_test.go:139: 2025-03-06T22:05:01Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3204964171/tmpdir3648983001/test_fuzz_match1372817018
    script_test.go:163: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3204964171/tmpdir3648983001/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        > env GOCACHE=$WORK/cache
        # Matches only fuzz targets to test. (56.572s)
        > go test standalone_fuzz_test.go
        [stdout]
        FAIL	command-line-arguments [build failed]
        FAIL
        [stderr]
        go/scanner: ../../../../../../w/goroot/src/go/ast/resolve.go:11:2: cannot find package
    script_test.go:163: FAIL: testdata/script/test_fuzz_match.txt:6: go test standalone_fuzz_test.go: exit status 1
--- FAIL: TestScript/test_fuzz_match (56.86s)

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 7, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/test_fuzz_match"
2025-03-06 21:44 gotip-linux-amd64-longtest-race go@8a7742e7 cmd/go.TestScript/test_fuzz_match (log)
=== RUN   TestScript/test_fuzz_match
=== PAUSE TestScript/test_fuzz_match
=== CONT  TestScript/test_fuzz_match
    script_test.go:139: 2025-03-06T22:05:01Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3204964171/tmpdir3648983001/test_fuzz_match1372817018
    script_test.go:163: 
        PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3204964171/tmpdir3648983001/testbin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/x/w/goroot/bin:/home/swarming/.swarming/w/ir/cache/tools/bin:/home/swarming/.swarming/w/ir/bbagent_utility_packages:/home/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/home/swarming/.swarming/w/ir/cipd_bin_packages:/home/swarming/.swarming/w/ir/cipd_bin_packages/bin:/home/swarming/.swarming/w/ir/cache/cipd_client:/home/swarming/.swarming/w/ir/cache/cipd_client/bin:/home/swarming/.swarming/cipd_cache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        HOME=/no-home
        CCACHE_DISABLE=1
        GOARCH=amd64
...
        > env GOCACHE=$WORK/cache
        # Matches only fuzz targets to test. (56.572s)
        > go test standalone_fuzz_test.go
        [stdout]
        FAIL	command-line-arguments [build failed]
        FAIL
        [stderr]
        go/scanner: ../../../../../../w/goroot/src/go/ast/resolve.go:11:2: cannot find package
    script_test.go:163: FAIL: testdata/script/test_fuzz_match.txt:6: go test standalone_fuzz_test.go: exit status 1
--- FAIL: TestScript/test_fuzz_match (56.86s)

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