Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pulldown-cmark #71682

Merged
merged 1 commit into from
May 1, 2020
Merged

Bump pulldown-cmark #71682

merged 1 commit into from
May 1, 2020

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Apr 29, 2020

Pulls in 0.7.1 with the following fixes:

  • Update html5ever to 0.25
  • Fix hang on unclosed html element

Closes #70871

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 29, 2020
@Dylan-DPC-zz
Copy link

@bors p=1 r+

@bors
Copy link
Contributor

bors commented Apr 29, 2020

📌 Commit 1776de9 has been approved by Dylan-DPC

@bors bors 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 Apr 29, 2020
@Mark-Simulacrum Mark-Simulacrum added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 30, 2020
@Mark-Simulacrum
Copy link
Member

Cc @rust-lang/rustdoc - beta nominated. This is a hopefully small fix, though the issue in question has already slipped into stable it seems good to fix it on beta if we can (as it only just slipped).

@bors
Copy link
Contributor

bors commented Apr 30, 2020

⌛ Testing commit 1776de9 with merge 610ed566d190e7ccc2e1dbc6895978b78e9af471...

@bors
Copy link
Contributor

bors commented Apr 30, 2020

💔 Test failed - checks-azure

@bors bors 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 Apr 30, 2020
@ehuss
Copy link
Contributor Author

ehuss commented Apr 30, 2020

@bors retry
dist-mips64el-linux failed while building graphviz (as part of rustc) with signal 11 (SIGSEGV).

[RUSTC-TIMING] graphviz test:false 0.343
rustc exited with signal: 11
error: could not compile `graphviz`.

Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc --crate-name graphviz --edition=2018 src/libgraphviz/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=0 -C metadata=c7b3392305f79bf9 -C extra-filename=-c7b3392305f79bf9 --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/mips64el-unknown-linux-gnuabi64/release/deps --target mips64el-unknown-linux-gnuabi64 -C linker=mips64el-linux-gnuabi64-gcc -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/mips64el-unknown-linux-gnuabi64/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps -Zdual-proc-macros -Zmacro-backtrace '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -Zunstable-options '-Wrustc::internal' -Cprefer-dynamic -Zbinary-dep-depinfo` (exit code: 254)
warning: build failed, waiting for other jobs to finish...
[RUSTC-TIMING] build_script_build test:false 0.164
{"reason":"build-finished","success":false}
error: build failed
command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "mips64el-unknown-linux-gnuabi64" "-Zdual-proc-macros" "-Zbinary-dep-depinfo" "-j" "2" "--release" "--locked" "--color" "always" "--features" " llvm" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
expected success, got: exit code: 101
failed to run: /checkout/obj/build/bootstrap/debug/bootstrap dist --host mips64el-unknown-linux-gnuabi64 --target mips64el-unknown-linux-gnuabi64

@bors bors 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 Apr 30, 2020
@bors
Copy link
Contributor

bors commented Apr 30, 2020

⌛ Testing commit 1776de9 with merge 99fded5f4eec8b1a4a566d09a230b42880a371d8...

@bors
Copy link
Contributor

bors commented Apr 30, 2020

💔 Test failed - checks-azure

@bors bors 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 Apr 30, 2020
@ehuss
Copy link
Contributor Author

ehuss commented Apr 30, 2020

@bors retry

Err:1 http://azure.archive.ubuntu.com/ubuntu xenial/main amd64 python3-setuptools all 20.7.0-1
  503  Service Unavailable
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/p/python-setuptools/python3-setuptools_20.7.0-1_all.deb  503  Service Unavailable

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

@bors bors 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 Apr 30, 2020
@Mark-Simulacrum Mark-Simulacrum added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Apr 30, 2020
@bors
Copy link
Contributor

bors commented Apr 30, 2020

⌛ Testing commit 1776de9 with merge 30f0c14c30324ee8b77f893b5a41afc222bc4270...

@tmandry
Copy link
Member

tmandry commented Apr 30, 2020

@bors retry rolled up

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 30, 2020
Rollup of 8 pull requests

Successful merges:

 - rust-lang#71148 (Vec drop and truncate: drop using raw slice *mut [T])
 - rust-lang#71465 (Add a convenience method on `TyCtxt` for checking for thread locals)
 - rust-lang#71567 (Handle build completion message from Cargo)
 - rust-lang#71590 (MIR dump: print pointers consistently with Miri output)
 - rust-lang#71682 (Bump pulldown-cmark)
 - rust-lang#71688 (Allow `Downcast` projections unconditionally in const-checking)
 - rust-lang#71691 (Allow `Unreachable` terminators unconditionally in const-checking)
 - rust-lang#71719 (Update backtrace-sys)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented May 1, 2020

⌛ Testing commit 1776de9 with merge 614f273...

@bors bors merged commit 8192cb6 into rust-lang:master May 1, 2020
@pnkfelix
Copy link
Member

beta-accepted

@pnkfelix pnkfelix added the beta-accepted Accepted for backporting to the compiler in the beta channel. label May 21, 2020
@Mark-Simulacrum Mark-Simulacrum removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label May 22, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 23, 2020
[beta] Rollup backports

This includes:
* Fail if I/O error occurs during testing rust-lang#72089
* Fix hang in lexical_region_resolve rust-lang#72087
* Fix E0284 to not use incorrect wording rust-lang#71960
* Bump pulldown-cmark rust-lang#71682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'<' followed by a letter makes cargo doc hang on nightly
8 participants