cmd/link,x/sys/unix: unix.TestMmap
failing on netbsd
as of CL 470298
#58660
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-NetBSD
Milestone
CL 470298 defaulted to external linking for Go programs that import the standard-library packages
net
,os/user
, andcrypto/x509
when cgo is used to build those packages.The tests for
golang.org/x/sys/unix
happen to import thenet
package:https://cs.opensource.google/search?q=%5C%22net%5C%22&ss=go%2Fx%2Fsys:unix%2F
Somehow, the change in linking seems to have caused all of the
netbsd
builders to start failingunix.TestMmap
(https://build.golang.org/log/1335867d48cb1aa20e21d276efe7e282e1f4938e):It isn't clear to me why changing the linker behavior would have that effect, but there is a clear inflection point in the dashboard logs at that CL (https://build.golang.org/?repo=golang.org%2fx%2fsys).
(attn @golang/compiler @golang/netbsd)
The text was updated successfully, but these errors were encountered: