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 · 2 comments
Open

cmd/compile: TestScript/script_test_basics failures #70356

gopherbot opened this issue Nov 15, 2024 · 2 comments
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Milestone

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
@mknyszek mknyszek added this to the Backlog milestone Nov 20, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile" && test == "TestScript/script_test_basics"
2024-12-05 19:15 gotip-windows-amd64-longtest go@1fe65836 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-12-05T19:21:46Z
    run.go:225: $WORK=C:\b\s\w\ir\x\t\TestScriptscript_test_basics1676875631\001
    run.go:232: 
        ALLUSERSPROFILE=C:\ProgramData
        APPDATA=C:\Users\chrome-bot\AppData\Roaming
        AR=ar
        BOTO_CONFIG=C:\b\s\w\ir\x\a\gsutil-bbagent\.boto
...
        WORK=C:\b\s\w\ir\x\t\TestScriptscript_test_basics1676875631\001
        TMP=C:\b\s\w\ir\x\t\TestScriptscript_test_basics1676875631\001\tmp
        
        # Test of the linker's script test harness. (10.330s)
        > 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 (10.51s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Projects
Status: No status
Development

No branches or pull requests

2 participants