Uh oh!
There was an error while loading. Please reload this page.
std: Update jemalloc version - #30434
Conversation
rust-highfive
commented
Dec 17, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Dec 17, 2015
I... forget the reason that this bounced in the past, and it may have been fixed upstream, so I figured we should try again. |
steveklabnik
commented
Dec 17, 2015
@bors: r+ Let's refresh our memories. |
bors
commented
Dec 17, 2015
📌 Commit aed7997 has been approved by |
bors
commented
Dec 19, 2015
⌛ Testing commit aed7997 with merge 8f431fa... |
bors
commented
Dec 19, 2015
💔 Test failed - auto-linux-64-nopt-t |
steveklabnik
commented
Dec 19, 2015
@bors: retry On Dec 19, 2015, 09:07 -0500, borsnotifications@github.com, wrote:
|
bors
commented
Dec 19, 2015
⌛ Testing commit aed7997 with merge a692b0d... |
bors
commented
Dec 19, 2015
💔 Test failed - auto-win-gnu-32-nopt-t |
sfackler
commented
Dec 19, 2015
@bors retry |
bors
commented
Dec 20, 2015
⌛ Testing commit aed7997 with merge aa1075c... |
bors
commented
Dec 20, 2015
💔 Test failed - auto-win-gnu-32-nopt-t |
retep998
commented
Dec 20, 2015
Both bot failures failed with the error code |
aed7997 to
c0b868eComparealexcrichton
commented
Dec 20, 2015
@bors: r+ c0b868e133744dd0d23849671d818f5dcefe25ad |
bors
commented
Dec 20, 2015
⌛ Testing commit c0b868e with merge 980c216... |
bors
commented
Dec 20, 2015
💔 Test failed - auto-win-gnu-64-opt |
It's been awhile since we last updated jemalloc, and there's likely some bugs that have been fixed since the last version we're using, so let's try to update again.
c0b868e to
9929c24Comparealexcrichton
commented
Dec 21, 2015
alexcrichton
commented
Dec 21, 2015
We're currently passing |
bors
commented
Dec 21, 2015
It's been awhile since we last updated jemalloc, and there's likely some bugs that have been fixed since the last version we're using, so let's try to update again.
bors
commented
Dec 22, 2015
alexcrichton
commented
Dec 22, 2015
🌴 |
We've been seeing a lot of timeouts in tests on the bots and investigation ended pointing to jemalloc/jemalloc#315 as the culprit. Unfortunately it looks like that doesn't seem to have a fix on the way soon, so let's temporarily downgrade back to the previous version of jemalloc we were using (where rust-lang#30434 was the most recent upgrade)
We've been seeing a lot of timeouts in tests on the bots and investigation ended pointing to jemalloc/jemalloc#315 as the culprit. Unfortunately it looks like that doesn't seem to have a fix on the way soon, so let's temporarily downgrade back to the previous version of jemalloc we were using (where #30434 was the most recent upgrade)
It's been awhile since we last updated jemalloc, and there's likely some bugs
that have been fixed since the last version we're using, so let's try to update
again.