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/compile: TestScript/issue70173 failures #71300

Open
gopherbot opened this issue Jan 17, 2025 · 3 comments
Open

cmd/compile: TestScript/issue70173 failures #71300

gopherbot opened this issue Jan 17, 2025 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/compile" && test == "TestScript/issue70173"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/issue70173
=== PAUSE TestScript/issue70173
=== CONT  TestScript/issue70173
    run.go:223: 2025-01-16T23:23:33Z
    run.go:225: $WORK=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
    run.go:232: 
        BOTO_CONFIG=/Users/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto
        CIPD_ARCHITECTURE=amd64
        CIPD_CACHE_DIR=/Users/swarming/.swarming/w/ir/cache/cipd_cache
        CIPD_PROTOCOL=v2
...
        PWD=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
        WORK=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
        TMPDIR=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001/tmp
        
        > go run main.go
        [stderr]
        # runtime
        ThreadSanitizer: CHECK failed: tsan_sync.cpp:95 "((0)) != (0)" (0x0, 0x0) (tid=478668)
    run.go:232: FAIL: testdata/script/issue70173.txt:1: go run main.go: exit status 1
--- FAIL: TestScript/issue70173 (23.51s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile" && test == "TestScript/issue70173"
2025-01-16 20:14 gotip-darwin-amd64-race go@0b632d26 cmd/compile.TestScript/issue70173 (log)
=== RUN   TestScript/issue70173
=== PAUSE TestScript/issue70173
=== CONT  TestScript/issue70173
    run.go:223: 2025-01-16T23:23:33Z
    run.go:225: $WORK=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
    run.go:232: 
        BOTO_CONFIG=/Users/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto
        CIPD_ARCHITECTURE=amd64
        CIPD_CACHE_DIR=/Users/swarming/.swarming/w/ir/cache/cipd_cache
        CIPD_PROTOCOL=v2
...
        PWD=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
        WORK=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001
        TMPDIR=/Users/swarming/.swarming/w/ir/x/t/TestScriptissue701733273506122/001/tmp
        
        > go run main.go
        [stderr]
        # runtime
        ThreadSanitizer: CHECK failed: tsan_sync.cpp:95 "((0)) != (0)" (0x0, 0x0) (tid=478668)
    run.go:232: FAIL: testdata/script/issue70173.txt:1: go run main.go: exit status 1
--- FAIL: TestScript/issue70173 (23.51s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 17, 2025
@mknyszek
Copy link
Contributor

Notes from triage:

With respect to #70173, Keith notes that this should be failing consistently if it was the same issue. Perhaps a Darwin machine bug is triggering this?

Michael P notes that the same machine has had an x/oscar failure that looked like a segfault in init.

This machine is possibly just bad.

@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 29, 2025
@mknyszek mknyszek added this to the Backlog milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Status: No status
Development

No branches or pull requests

3 participants