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
I'm not sure if this would be related, but it looks like it's contacting github which I've seen fail on the bots occasionally. Maybe sporadic failures could be github network trouble?
Is this still an issue? I thought I saw a commit go by awhile back which used a local repo instead of a remote git repo. If we still use a remote, though, carry on :)
Activity
catamorphism commentedon Jun 11, 2013
In the logs for #7040, this also failed on Mac
alexcrichton commentedon Jul 1, 2013
I'm not sure if this would be related, but it looks like it's contacting github which I've seen fail on the bots occasionally. Maybe sporadic failures could be github network trouble?
catamorphism commentedon Jul 1, 2013
@alexcrichton Could be. I'm not sure what to do about it, though; github can be flaky, but I want to have tests for remote packages.
alexcrichton commentedon Aug 13, 2013
Is this still an issue? I thought I saw a commit go by awhile back which used a local repo instead of a remote git repo. If we still use a remote, though, carry on :)
catamorphism commentedon Aug 21, 2013
Somehow, this test lost its
#[test]
attribute. Re-testing.catamorphism commentedon Aug 22, 2013
This can close when #8570 lands
Auto merge of rust-lang#7216 - ThibsG:OptionIfLetElse7006, r=llogiq