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/script_test_basics failures #70356

Open
gopherbot opened this issue Nov 15, 2024 · 1 comment
Open

cmd/compile: TestScript/script_test_basics failures #70356

gopherbot opened this issue Nov 15, 2024 · 1 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.

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestScript/script_test_basics
=== PAUSE TestScript/script_test_basics
=== CONT  TestScript/script_test_basics
    run.go:223: 2024-11-14T20:19:02Z
    run.go:225: $WORK=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001
    run.go:232: 
        BOTO_CONFIG=/home/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto
        CIPD_ARCHITECTURE=arm64
        CIPD_CACHE_DIR=/home/swarming/.swarming/w/ir/cache/cipd_cache
        CIPD_PROTOCOL=v2
...
        WORK=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001
        TMPDIR=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001/tmp
        
        # Test of the linker's script test harness. (21.847s)
        > go build
        > [!cgo] skip
        [condition not met]
        > cc -c testdata/mumble.c
    run.go:232: FAIL: testdata/script/script_test_basics.txt:6: cc -c testdata/mumble.c: exec: WaitDelay expired before I/O complete
--- FAIL: TestScript/script_test_basics (21.87s)

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 Nov 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile" && test == "TestScript/script_test_basics"
2024-11-14 18:20 gotip-netbsd-arm64 go@672a53de cmd/compile.TestScript/script_test_basics (log)
=== RUN   TestScript/script_test_basics
=== PAUSE TestScript/script_test_basics
=== CONT  TestScript/script_test_basics
    run.go:223: 2024-11-14T20:19:02Z
    run.go:225: $WORK=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001
    run.go:232: 
        BOTO_CONFIG=/home/swarming/.swarming/w/ir/x/a/gsutil-bbagent/.boto
        CIPD_ARCHITECTURE=arm64
        CIPD_CACHE_DIR=/home/swarming/.swarming/w/ir/cache/cipd_cache
        CIPD_PROTOCOL=v2
...
        WORK=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001
        TMPDIR=/home/swarming/.swarming/w/ir/x/t/TestScriptscript_test_basics3024012314/001/tmp
        
        # Test of the linker's script test harness. (21.847s)
        > go build
        > [!cgo] skip
        [condition not met]
        > cc -c testdata/mumble.c
    run.go:232: FAIL: testdata/script/script_test_basics.txt:6: cc -c testdata/mumble.c: exec: WaitDelay expired before I/O complete
--- FAIL: TestScript/script_test_basics (21.87s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 15, 2024
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.
Projects
Status: No status
Development

No branches or pull requests

1 participant