Skip to content

build: build failure on x_telemetry-gotip-linux-amd64-misccompile #67480

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

Closed
gopherbot opened this issue May 17, 2024 · 2 comments
Closed

build: build failure on x_telemetry-gotip-linux-amd64-misccompile #67480

gopherbot opened this issue May 17, 2024 · 2 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
Contributor

#!watchflakes
default <- builder == "x_telemetry-gotip-linux-amd64-misccompile" && repo == "telemetry" && mode == "build"

Issue created automatically to collect these failures.

Example (log):

[I2024-05-17T18:43:24.797779Z 99402 0 sink.go:276] SinkServer: warm-up started
[I2024-05-17T18:43:24.800207Z 99402 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-05-17T18:43:24.801629Z 99402 0 sink.go:281] SinkServer: warm-up ended
[I2024-05-17T18:43:24.801996Z 99402 0 cmd_stream.go:475] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "test" "-json" "-c" "-o" "/dev/null" "./..."]
# golang.org/x/telemetry/godev/cmd/telemetrygodev.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/cmd/worker.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/internal/content.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/internal/storage.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[I2024-05-17T18:45:51.609281Z 99402 0 cmd_stream.go:471] rdb-stream: the test process terminated
[I2024-05-17T18:45:51.609419Z 99402 0 sink.go:371] SinkServer: shutdown started
[I2024-05-17T18:45:51.609520Z 99402 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-05-17T18:45:51.609549Z 99402 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-05-17T18:45:51.708231Z 99402 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-05-17T18:45:51.708285Z 99402 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-05-17T18:45:51.877572Z 99402 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-05-17T18:45:51.877641Z 99402 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-05-17T18:45:51.877704Z 99402 0 cmd_stream.go:403] rdb-stream: exiting with 1

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

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "x_telemetry-gotip-linux-amd64-misccompile" && repo == "telemetry" && mode == "build"
2024-05-16 18:58 x_telemetry-gotip-linux-amd64-misccompile telemetry@98772af8 go@192d65e4 [build] (log)
[I2024-05-17T18:43:24.797779Z 99402 0 sink.go:276] SinkServer: warm-up started
[I2024-05-17T18:43:24.800207Z 99402 0 sink.go:346] SinkServer: starting HTTP server...
[I2024-05-17T18:43:24.801629Z 99402 0 sink.go:281] SinkServer: warm-up ended
[I2024-05-17T18:43:24.801996Z 99402 0 cmd_stream.go:475] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "test" "-json" "-c" "-o" "/dev/null" "./..."]
# golang.org/x/telemetry/godev/cmd/telemetrygodev.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/cmd/worker.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/internal/content.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
# golang.org/x/telemetry/godev/internal/storage.test
link: sync/atomic: invalid reference to internal/runtime/atomic.And32
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[I2024-05-17T18:45:51.609281Z 99402 0 cmd_stream.go:471] rdb-stream: the test process terminated
[I2024-05-17T18:45:51.609419Z 99402 0 sink.go:371] SinkServer: shutdown started
[I2024-05-17T18:45:51.609520Z 99402 0 sink.go:349] SinkServer: HTTP server stopped with "http: Server closed"
[I2024-05-17T18:45:51.609549Z 99402 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2024-05-17T18:45:51.708231Z 99402 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2024-05-17T18:45:51.708285Z 99402 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2024-05-17T18:45:51.877572Z 99402 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2024-05-17T18:45:51.877641Z 99402 0 sink.go:374] SinkServer: shutdown completed successfully
[I2024-05-17T18:45:51.877704Z 99402 0 cmd_stream.go:403] rdb-stream: exiting with 1

watchflakes

@mauri870
Copy link
Member

Duplicate of #67487

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
Archived in project
Development

No branches or pull requests

2 participants