Skip to content

Clean up E0745 - #75140

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:cleanup-e0745
Aug 5, 2020
Merged

Clean up E0745#75140
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:cleanup-e0745

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 4, 2020

@pickfirepickfire left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors: r=pickfire rollup

@bors

bors commented Aug 4, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 0275cd7 has been approved by pickfire

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 4, 2020
@bors

bors commented Aug 4, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0275cd7 with merge 039b2282e19ce81f6df39fbb8b95029b67da9c27...

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job i686-msvc-2 of 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 @rust-lang/infra. (Feature Requests)

@bors

bors commented Aug 4, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 4, 2020
@JohnTitor

Copy link
Copy Markdown
Member

The log says:

2020-08-04T17:05:35.4404917Z Caused by:
2020-08-04T17:05:35.4405087Z error inflating zlib stream; class=Zlib (5)
2020-08-04T17:05:35.4484019Z failed to run: D:\a\rust\rust\build\i686-pc-windows-msvc\stage0\bin\cargo.exe build --manifest-path D:\a\rust\rust\src/bootstrap/Cargo.toml --locked
2020-08-04T17:05:35.4485235Z Build completed unsuccessfully in 0:00:23
2020-08-04T17:05:35.4598968Z make: *** [Makefile:60: prepare] Error 1
2020-08-04T17:05:39.4794868Z Command failed. Attempt 5/5:
2020-08-04T17:05:39.8494605Z Updating crates.io index
2020-08-04T17:06:02.8103572Z error: failed to get `cc` as a dependency of package `bootstrap v0.0.0 (D:\a\rust\rust\src\bootstrap)`
2020-08-04T17:06:02.8104465Z 2020-08-04T17:06:02.8105895Z Caused by:
2020-08-04T17:06:02.8106804Z failed to fetch `https://github.com/rust-lang/crates.io-index`
2020-08-04T17:06:02.8106980Z 2020-08-04T17:06:02.8107125Z Caused by:
2020-08-04T17:06:02.8107525Z error inflating zlib stream; class=Zlib (5)
2020-08-04T17:06:02.8187166Z failed to run: D:\a\rust\rust\build\i686-pc-windows-msvc\stage0\bin\cargo.exe build --manifest-path D:\a\rust\rust\src/bootstrap/Cargo.toml --locked
2020-08-04T17:06:02.8187828Z Build completed unsuccessfully in 0:00:23
2020-08-04T17:06:02.8298322Z make: *** [Makefile:60: prepare] Error 1
2020-08-04T17:06:02.8307850Z The command has failed after 5 attempts.

It's spurious, @bors retry

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 4, 2020
Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 5, 2020
@ManishearthManishearth mentioned this pull request Aug 5, 2020
@JohnTitorJohnTitor mentioned this pull request Aug 5, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 5, 2020
Rollup of 5 pull requests
Successful merges:
- rust-lang#75139 (Remove log alias from librustdoc)
- rust-lang#75140 (Clean up E0745)
- rust-lang#75149 (Correct a typo in interpret/memory.rs)
- rust-lang#75152 (Replace `Memoryblock` with `NonNull<[u8]>`)
- rust-lang#75168 (Update books)
Failed merges:
r? @ghost
@bors
bors merged commit 008228a into rust-lang:masterAug 5, 2020
@GuillaumeGomez
GuillaumeGomez deleted the cleanup-e0745 branch August 5, 2020 07:51
@cuvipercuviper added this to the 1.47.0 milestone May 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@GuillaumeGomez@bors@rust-log-analyzer@JohnTitor@pickfire@cuviper@rust-highfive@Dylan-DPC-zz