Uh oh!
There was an error while loading. Please reload this page.
ci: use python from the correct path - #70116
Conversation
rust-highfive
commented
Mar 18, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
emilyalbini
commented
Mar 18, 2020
@bors try |
bors
commented
Mar 18, 2020
⌛ Trying commit e958ccf3e89ca82f598e5db35c1754e404977d18 with merge 95992c163b7300535652916cf07b3f1e764c9e13... |
There was a problem hiding this comment.
I can't say that this directory name exactly inspires confidence :)
rust-highfive
commented
Mar 18, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
emilyalbini
commented
Mar 18, 2020
@bors try |
bors
commented
Mar 18, 2020
⌛ Trying commit 389b4a8e2351e795c32113f92401b923f38e2789 with merge 53f6756b58da4fd288d3994309ce95ef5343063e... |
rust-highfive
commented
Mar 18, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Mar 18, 2020
💔 Test failed - checks-azure |
389b4a8 to
3c2c4f1Compareemilyalbini
commented
Mar 18, 2020
@bors try |
bors
commented
Mar 18, 2020
⌛ Trying commit 3c2c4f1701704e1cfdd06e960553d67dac4c4e8b with merge 5434638a2d9607ecbb9be95a4c6f905f8f536b79... |
3c2c4f1 to
679e148Compareemilyalbini
commented
Mar 18, 2020
Ok this works now 🎉 @bors r=Mark-Simulacrum p=1000 |
bors
commented
Mar 18, 2020
📌 Commit 679e14837946f272d163c0c3c1dd825ab683a517 has been approved by |
bors
commented
Mar 18, 2020
🌲 The tree is currently closed for pull requests below priority 5, this pull request will be tested once the tree is reopened |
bors
commented
Mar 18, 2020
⌛ Testing commit 679e14837946f272d163c0c3c1dd825ab683a517 with merge 6a305af9cf7511487b83085a8db359f9e754a440... |
rust-highfive
commented
Mar 18, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Mar 18, 2020
💔 Test failed - checks-azure |
Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path.
679e148 to
779e592Compareemilyalbini
commented
Mar 18, 2020
Fixed tidy. @bors r=Mark-Simulacrum p=1 |
bors
commented
Mar 18, 2020
📌 Commit 779e592 has been approved by |
bors
commented
Mar 18, 2020
⌛ Testing commit 779e592 with merge add58520c194e8658888efdf1ffc4f81fb5af833... |
emilyalbini
commented
Mar 18, 2020
@bors retry Yield priority. |
Mark-Simulacrum
commented
Mar 20, 2020
(Accepting for stable backport as intrinsically required for any stable release, but obviously not going to produce one just because of this). |
…ulacrum [beta] backport rollup This backports: * can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. rust-lang#70058 * ci: use python from the correct path rust-lang#70116 * Update stdarch submodule rust-lang#70151 (superseding and closing rust-lang#70221) * Beta: Update cargo, clippy rust-lang#70105 (also closing that beta-targeted PR) It also switches the bootstrap compiler to download from static.rust-lang.org from dev-static.rust-lang.org.
cuviper
commented
May 1, 2020
Clearing stable-nominated -- we never did a point release for 1.42, and #70244 went into 1.43. |
Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path.
See #70112 (comment) for the actual failure.