You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/programmfabrik/apitest.git
cd apitest
go test -race ./...
What did you see happen?
➜ apitest git:(master) go test -race ./...
# github.com/programmfabrik/apitest.test
ld: warning: '/private/var/folders/4f/l31kb4n521d6g89qxrwcx69h0000gp/T/go-link-2150043348/000024.o' has malformed LC_DYSYMTAB, expected 98 undefined symbols to start at index 1626, found 95 undefined symbols starting at index 1626
? github.com/programmfabrik/apitest/internal/httpproxy [no test files]
? github.com/programmfabrik/apitest/pkg/lib/csv [no test files]
# github.com/programmfabrik/apitest/pkg/lib/template.test
ld: warning: '/private/var/folders/4f/l31kb4n521d6g89qxrwcx69h0000gp/T/go-link-3422871741/000024.o' has malformed LC_DYSYMTAB, expected 98 undefined symbols to start at index 1626, found 95 undefined symbols starting at index 1626
? github.com/programmfabrik/apitest/pkg/lib/test_utils [no test files]
ok github.com/programmfabrik/apitest 1.937s
ok github.com/programmfabrik/apitest/pkg/lib/api 1.741s
ok github.com/programmfabrik/apitest/pkg/lib/compare 1.337s
ok github.com/programmfabrik/apitest/pkg/lib/datastore 1.463s
ok github.com/programmfabrik/apitest/pkg/lib/filesystem 1.611s
ok github.com/programmfabrik/apitest/pkg/lib/report 2.272s
ok github.com/programmfabrik/apitest/pkg/lib/template 1.271s
ok github.com/programmfabrik/apitest/pkg/lib/util 1.190s
What did you expect to see?
➜ apitest git:(master) go test ./...
? github.com/programmfabrik/apitest/internal/httpproxy [no test files]
? github.com/programmfabrik/apitest/pkg/lib/csv [no test files]
ok github.com/programmfabrik/apitest (cached)
ok github.com/programmfabrik/apitest/pkg/lib/api (cached)
ok github.com/programmfabrik/apitest/pkg/lib/compare (cached)
ok github.com/programmfabrik/apitest/pkg/lib/datastore (cached)
ok github.com/programmfabrik/apitest/pkg/lib/filesystem (cached)
ok github.com/programmfabrik/apitest/pkg/lib/report (cached)
? github.com/programmfabrik/apitest/pkg/lib/test_utils [no test files]
ok github.com/programmfabrik/apitest/pkg/lib/template (cached)
ok github.com/programmfabrik/apitest/pkg/lib/util (cached)
The text was updated successfully, but these errors were encountered:
martinrode
changed the title
go test --race causes linker error: undefined symbols to start
go test --race causes linker warning: undefined symbols to start
Feb 26, 2024
Go version
go version go1.22.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: