Skip to content

internal/trace: TestTraceCgoCallback/Default fails on new freebsd-amd64-race LUCI builder with FreeBSD 14.1 #71556

@dmitshur

Description

@dmitshur

Running this test on a new LUCI builder configuration that sets the -race flag on FreeBSD 14.1 fails with:

# GOOS=freebsd GOARCH=amd64 go test -race -run=^TestTraceCgoCallback$ internal/trace
--- FAIL: TestTraceCgoCallback (1.04s)
--- FAIL: TestTraceCgoCallback/Default (1.02s)
    reader_test.go:100: unexpected error while reading the trace: bad file format: not a Go execution trace?
    trace_test.go:627: found bad trace; dumping to test log...
    trace_test.go:628: dumping trace: bad file format: not a Go execution trace?
FAIL
FAIL	internal/trace	50.965s

It's the only test that fails, so I'll add a temporary skip to let the builder be added without needing a known issue. Filing this issue to track the next steps of investigating and resolving this.

CC @golang/freebsd.

Metadata

Metadata

Assignees

Labels

NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-FreeBSDRaceDetectorcompiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions