Open pnkfelix opened 6 years ago
(Probably) related: https://github.com/rust-lang/rust/issues/52528.
(This did not reproduce for me in a recent checkout of master
; so either it depended on some other (mostly test shuffling) i had done in this branch, or something else changed that fixed it...)
With https://github.com/rust-lang/rust/issues/52528, sometimes after checking out a new version, the problem goes away, only to return some time later.
I have been getting errors in our run-pass test suite on OS X for some amount of time. I'm not sure if the problem is in a malconstructed
ld
invocation, or something else.I'm posted a full transcript of the message from the
x.py test
run below in this gist, but here is probably the most relevant snippet of that output:it is annoying and I don't yet know when it started. I suppose I might attempt to bisect.
But I just wanted to make sure the problem was registered somewhere.
Oh, in case its relevant, here is my current
ld
andxcode
version info:(Oh, and also: I am observing this for both stage 1 and stage 2 compilers.)