golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.4k stars 17.71k forks source link

x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures #70649

Open gopherbot opened 1 day ago

gopherbot commented 1 day ago
#!watchflakes
default <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweetEndToEnd"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestSweetEndToEnd
    integration_test.go:36: phase setup @0s (duration: 1.690814682s)
    integration_test.go:36: phase sweet-get @1.690814682s (duration: 25.079331613s)
    integration_test.go:131:    phase sweet-run-tile38 @26.77226649s (duration: 2m39.396455735s)
    integration_test.go:131:    phase sweet-run-etcd @26.772219613s (duration: 2m46.225737556s)
    integration_test.go:131:    phase sweet-run-go-build @26.772238392s (duration: 3m32.888872074s)
    integration_test.go:131:    phase sweet-run-bleve-index @3m12.998030008s (duration: 1m13.089130537s)
    integration_test.go:131:    phase sweet-run-gopher-lua @3m59.661207171s (duration: 39.735472257s)
    integration_test.go:162: no go.results results
    integration_test.go:176: output for esbuild:
...
        panic: Internal error

        goroutine 1 [running]:
        github.com/evanw/esbuild/internal/helpers.(*Timer).Log(0x0?, {0xc0070700e0, 0xc007bb2240, 0xc007bb2258, 0xc006bb0080, 0x3, 0xc000b6a3f0})
            /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/internal/helpers/timer.go:83 +0x6ee
        github.com/evanw/esbuild/pkg/api.rebuildImpl({0xc009f761e0, {0xc007bb21f8, 0x1, 0x1}, {0x0, 0x0, 0x0}, {0x6, 0x1, 0x0, ...}, ...}, ...)
            /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/pkg/api/api_impl.go:1635 +0x143a
        github.com/evanw/esbuild/pkg/api.(*internalContext).rebuild(_)
            /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/pkg/api/api_impl.go:990 +0x29c
        github.com/evanw/esbuild/pkg/api.(*internalContext).Rebuild(...)
...
            /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/cmd/esbuild/main.go:368 +0x9bc
        exit status 2
        [sweet] error: error preparing PGO profiles: failed to execute any profile benchmarks, see logs for more details
    integration_test.go:197: exit status 1
    integration_test.go:131:    phase sweet-run-esbuild @3m6.168859846s (duration: 1m41.91694443s)
    integration_test.go:131:    phase sweet-run-markdown @4m26.087241639s (duration: 22.346004884s)
    integration_test.go:131:    phase sweet-run-gvisor @4m39.396760271s (duration: 2m35.249026287s)
    integration_test.go:131:    phase sweet-run-cockroachdb @26.77230934s (duration: 32m12.812836519s)
    integration_test.go:36: phase sweet-run @26.770146295s (duration: 32m12.815137315s)
--- FAIL: TestSweetEndToEnd (1965.68s)

watchflakes

gopherbot commented 1 day ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweetEndToEnd"
2024-12-02 19:20 x_benchmarks-go1.22-linux-amd64-longtest benchmarks@c5b09ce6 release-branch.go1.22@6d7a95ab x/benchmarks/sweet/cmd/sweet.TestSweetEndToEnd (log) === RUN TestSweetEndToEnd integration_test.go:36: phase setup @0s (duration: 1.690814682s) integration_test.go:36: phase sweet-get @1.690814682s (duration: 25.079331613s) integration_test.go:131: phase sweet-run-tile38 @26.77226649s (duration: 2m39.396455735s) integration_test.go:131: phase sweet-run-etcd @26.772219613s (duration: 2m46.225737556s) integration_test.go:131: phase sweet-run-go-build @26.772238392s (duration: 3m32.888872074s) integration_test.go:131: phase sweet-run-bleve-index @3m12.998030008s (duration: 1m13.089130537s) integration_test.go:131: phase sweet-run-gopher-lua @3m59.661207171s (duration: 39.735472257s) integration_test.go:162: no go.results results integration_test.go:176: output for esbuild: ... panic: Internal error goroutine 1 [running]: github.com/evanw/esbuild/internal/helpers.(*Timer).Log(0x0?, {0xc0070700e0, 0xc007bb2240, 0xc007bb2258, 0xc006bb0080, 0x3, 0xc000b6a3f0}) /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/internal/helpers/timer.go:83 +0x6ee github.com/evanw/esbuild/pkg/api.rebuildImpl({0xc009f761e0, {0xc007bb21f8, 0x1, 0x1}, {0x0, 0x0, 0x0}, {0x6, 0x1, 0x0, ...}, ...}, ...) /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/pkg/api/api_impl.go:1635 +0x143a github.com/evanw/esbuild/pkg/api.(*internalContext).rebuild(_) /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/pkg/api/api_impl.go:990 +0x29c github.com/evanw/esbuild/pkg/api.(*internalContext).Rebuild(...) ... /home/swarming/.swarming/w/ir/x/w/targetrepo385663626/sweet/tmp/tmp-4/esbuild/src/cmd/esbuild/main.go:368 +0x9bc exit status 2 [sweet] error: error preparing PGO profiles: failed to execute any profile benchmarks, see logs for more details integration_test.go:197: exit status 1 integration_test.go:131: phase sweet-run-esbuild @3m6.168859846s (duration: 1m41.91694443s) integration_test.go:131: phase sweet-run-markdown @4m26.087241639s (duration: 22.346004884s) integration_test.go:131: phase sweet-run-gvisor @4m39.396760271s (duration: 2m35.249026287s) integration_test.go:131: phase sweet-run-cockroachdb @26.77230934s (duration: 32m12.812836519s) integration_test.go:36: phase sweet-run @26.770146295s (duration: 32m12.815137315s) --- FAIL: TestSweetEndToEnd (1965.68s)

watchflakes