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

time: TestChan failures #66321

Closed
gopherbot opened this issue Mar 14, 2024 · 59 comments
Closed

time: TestChan failures #66321

gopherbot opened this issue Mar 14, 2024 · 59 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Mar 14, 2024

#!watchflakes
default <- pkg == "time" && test ~ `TestChan`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:505: early done

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-14 20:20 android-386-emu go@386dcf4c time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-15 16:01 android-amd64-emu go@d838e4dc time.TestChan (log)
--- FAIL: TestChan (0.90s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-15 16:11 android-386-emu go@88480fad time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-15 17:49 android-386-emu go@73cac618 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-15 17:12 linux-riscv64-jsing go@6f121623 time.TestChan (log)
--- FAIL: TestChan (0.85s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-17 15:57 linux-mips64le-rtrk go@0a6f05e3 time.TestChan (log)
--- FAIL: TestChan (1.54s)
    --- FAIL: TestChan/asynctimerchan=1 (0.45s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.17s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-18 16:56 linux-ppc64-sid-buildlet go@efa608e6 time.TestChan (log)
--- FAIL: TestChan (2.25s)
    --- FAIL: TestChan/asynctimerchan=1 (1.56s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.33s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@ianlancetaylor
Copy link
Contributor

All failures are TestChan/asynctimerchan=1/Ticker. Most are early done, one is missing tick.

CC @rsc

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-18 23:40 android-386-emu go@190d0d3e time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-18 23:57 openbsd-amd64-72 go@1e9875ca time.TestChan (log)
--- FAIL: TestChan (5.76s)
    --- FAIL: TestChan/asynctimerchan=1 (4.61s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (4.29s)
            tick_test.go:464: len(C) = 0, want 1
            tick_test.go:465: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-19 11:20 android-amd64-emu go@0b7b90cf time.TestChan (log)
--- FAIL: TestChan (0.90s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-19 11:21 linux-mips-rtrk go@3e82b5ee time.TestChan (log)
--- FAIL: TestChan (1.57s)
    --- FAIL: TestChan/asynctimerchan=1 (0.48s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.17s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-20 11:31 android-amd64-emu go@81a32eff time.TestChan (log)
--- FAIL: TestChan (0.90s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done
2024-03-20 14:15 android-386-emu go@9c94baa7 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done
2024-03-20 14:19 android-386-emu go@db423dde time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-03-20 18:08 android-386-emu go@364687bd time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-03-21 00:10 android-amd64-emu go@7d4d71e5 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.27s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-21 09:16 android-amd64-emu go@dc0527ee time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-03-21 11:49 linux-mips-rtrk go@cff7267e time.TestChan (log)
--- FAIL: TestChan (1.60s)
    --- FAIL: TestChan/asynctimerchan=1 (0.48s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.17s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-21 22:02 linux-mips64-rtrk go@41bd9a51 time.TestChan (log)
--- FAIL: TestChan (1.57s)
    --- FAIL: TestChan/asynctimerchan=1 (0.45s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.14s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-22 04:42 android-amd64-emu go@a6ecdf29 time.TestChan (log)
--- FAIL: TestChan (0.92s)
    --- FAIL: TestChan/asynctimerchan=1 (0.28s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-23 04:28 linux-mips64le-rtrk go@c2c4a32f time.TestChan (log)
--- FAIL: TestChan (1.52s)
    --- FAIL: TestChan/asynctimerchan=1 (0.46s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.14s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-03-25 09:37 linux-ppc64le-buildlet go@aaecd755 time.TestChan (log)
--- FAIL: TestChan (3.66s)
    --- FAIL: TestChan/asynctimerchan=1 (2.84s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (2.63s)
            tick_test.go:464: len(C) = 0, want 1
            tick_test.go:465: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-25 19:21 android-386-emu go@b37fb8c6 time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-26 06:18 linux-mipsle-rtrk go@f6b93a4c time.TestChan (log)
--- FAIL: TestChan (1.56s)
    --- FAIL: TestChan/asynctimerchan=1 (0.46s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.15s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-26 21:33 android-amd64-emu go@b47f2feb time.TestChan (log)
--- FAIL: TestChan (0.90s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-26 19:58 linux-mips64le-rtrk go@1e12eab8 time.TestChan (log)
--- FAIL: TestChan (1.55s)
    --- FAIL: TestChan/asynctimerchan=1 (0.43s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.12s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-28 18:16 linux-ppc64-sid-buildlet go@33fd95b8 time.TestChan (log)
--- FAIL: TestChan (3.49s)
    --- FAIL: TestChan/asynctimerchan=1 (2.84s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (2.63s)
            tick_test.go:464: len(C) = 0, want 1
            tick_test.go:465: missing tick
            tick_test.go:526: drain
2024-03-28 18:16 linux-ppc64le-power9osu go@33fd95b8 time.TestChan (log)
--- FAIL: TestChan (0.82s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done
2024-03-28 21:25 android-386-emu go@fae6eb5f time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-29 14:35 linux-ppc64-sid-buildlet go@bb7a2999 time.TestChan (log)
--- FAIL: TestChan (2.66s)
    --- FAIL: TestChan/asynctimerchan=1 (1.94s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.75s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-29 16:41 linux-loong64-3a5000 go@8f59b28f time.TestChan (log)
--- FAIL: TestChan (0.83s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-03-29 21:55 linux-mips64le-rtrk go@dcf046f0 time.TestChan (log)
--- FAIL: TestChan (1.57s)
    --- FAIL: TestChan/asynctimerchan=1 (0.45s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.14s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-01 20:28 linux-mipsle-rtrk go@cd294f55 time.TestChan (log)
--- FAIL: TestChan (1.56s)
    --- FAIL: TestChan/asynctimerchan=1 (0.46s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.15s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-02 13:59 darwin-amd64-13 go@06118162 time.TestChan (log)
--- FAIL: TestChan (1.03s)
    --- FAIL: TestChan/asynctimerchan=1 (0.31s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.11s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-02 21:54 android-386-emu go@cf8010d2 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-02 17:16 darwin-amd64-nocgo go@5038ce82 time.TestChan (log)
--- FAIL: TestChan (0.86s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-02 21:56 android-amd64-emu go@d8e47e25 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-02 15:00 linux-riscv64-unmatched go@88b1d611 time.TestChan (log)
--- FAIL: TestChan (0.86s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-04 14:21 android-386-emu go@397453f6 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-04 22:54 android-386-emu go@99b65ae9 time.TestChan (log)
--- FAIL: TestChan (0.90s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-05 17:45 darwin-amd64-13 go@74cce866 time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-05 18:02 android-386-emu go@62791eb4 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-04-05 20:42 linux-ppc64-sid-buildlet go@5879bf7e time.TestChan (log)
--- FAIL: TestChan (2.63s)
    --- FAIL: TestChan/asynctimerchan=1 (1.76s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (1.57s)
            tick_test.go:438: missing tick
            tick_test.go:526: drain

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-05 20:50 darwin-amd64-13 go@d6a3d093 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-05 20:51 android-386-emu go@5ec7395a time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-08 15:53 android-amd64-emu go@da732dd1 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-08 20:33 android-amd64-emu go@50a50590 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-08 21:43 android-amd64-emu go@d4395ebc time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-09 17:45 darwin-amd64-longtest go@ecfddf48 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-09 20:48 darwin-amd64-12_0 go@bdd27c4d time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-04-10 17:07 android-386-emu go@236fe24e time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-10 18:53 android-386-emu go@3504da45 time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-11 00:32 android-amd64-emu go@b6778c52 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-11 21:23 darwin-amd64-11_0 go@bfb1f563 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.28s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-12 18:04 android-amd64-emu go@28b5d80d time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-12 19:15 android-386-emu go@2f3ff1fc time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-12 20:57 darwin-amd64-13 go@19626726 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-10 16:37 linux-mips-rtrk go@1bac2528 time.TestChan (log)
--- FAIL: TestChan (1.56s)
    --- FAIL: TestChan/asynctimerchan=1 (0.47s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.16s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-14 18:23 darwin-amd64-longtest go@71d84ee7 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-14 18:23 linux-mips-rtrk go@71d84ee7 time.TestChan (log)
--- FAIL: TestChan (1.48s)
    --- FAIL: TestChan/asynctimerchan=1 (0.40s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-15 03:10 linux-mips64-rtrk go@91c04826 time.TestChan (log)
--- FAIL: TestChan (1.52s)
    --- FAIL: TestChan/asynctimerchan=1 (0.42s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.13s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-16 17:59 darwin-amd64-13 go@330bc950 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.28s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-17 21:11 darwin-amd64-13 go@334ce510 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done
2024-04-18 15:37 linux-loong64-3a5000 go@4084bc1a time.TestChan (log)
--- FAIL: TestChan (0.80s)
    --- FAIL: TestChan/asynctimerchan=1 (0.23s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-19 16:08 android-amd64-emu go@d428a638 time.TestChan (log)
--- FAIL: TestChan (0.87s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.07s)
            tick_test.go:505: early done
2024-04-19 17:39 android-amd64-emu go@35c61939 time.TestChan (log)
--- FAIL: TestChan (0.93s)
    --- FAIL: TestChan/asynctimerchan=1 (0.29s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.11s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-04-19 17:39 linux-amd64-clang go@35c61939 time.TestChan (log)
--- FAIL: TestChan (0.85s)
    --- FAIL: TestChan/asynctimerchan=1 (0.26s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-19 16:31 linux-mips-rtrk go@1a0b8637 time.TestChan (log)
--- FAIL: TestChan (1.56s)
    --- FAIL: TestChan/asynctimerchan=1 (0.51s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.19s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-19 14:35 linux-mips64-rtrk go@104c293f time.TestChan (log)
--- FAIL: TestChan (1.58s)
    --- FAIL: TestChan/asynctimerchan=1 (0.48s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.17s)
            tick_test.go:526: drain
            tick_test.go:557: early done
2024-04-19 21:11 android-amd64-emu go@7f76c00f time.TestChan (log)
--- FAIL: TestChan (0.91s)
    --- FAIL: TestChan/asynctimerchan=1 (0.28s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.11s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-22 17:13 android-386-emu go@ed2671aa time.TestChan (log)
--- FAIL: TestChan (0.86s)
    --- FAIL: TestChan/asynctimerchan=1 (0.24s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.06s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-23 16:49 android-386-emu go@8d880da1 time.TestChan (log)
--- FAIL: TestChan (0.89s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-22 22:07 linux-mips64-rtrk go@552faa89 time.TestChan (log)
--- FAIL: TestChan (1.51s)
    --- FAIL: TestChan/asynctimerchan=1 (0.41s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.10s)
            tick_test.go:505: early done
2024-04-23 17:45 android-amd64-emu go@a62c290c time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.25s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.08s)
            tick_test.go:505: early done

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "time" && test == "TestChan"
2024-04-23 16:49 darwin-amd64-race go@08e73e61 time.TestChan (log)
--- FAIL: TestChan (0.88s)
    --- FAIL: TestChan/asynctimerchan=1 (0.27s)
        --- FAIL: TestChan/asynctimerchan=1/Ticker (0.09s)
            tick_test.go:526: drain
            tick_test.go:557: early done

watchflakes

@cherrymui
Copy link
Member

Dup of #66322

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
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
None yet
Development

No branches or pull requests

3 participants