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 rewriting (Michael-F-Bryan/mdbook-linkcheck#11) a lot of the internals for mdbook-linkcheck to take advantage of caching and generate better diagnostics and think I've found a broken link in rustc-guide.
$ RUST_LOG=mdbook_linkcheck=debug mdbook build
[2019-07-21T08:43:12Z DEBUG mdbook_linkcheck] Loading cache from /home/michael/Documents/forks/rustc-guide/book/linkcheck/cache.json
[2019-07-21T08:43:13Z INFO mdbook_linkcheck] Started the link checker
[2019-07-21T08:43:13Z INFO mdbook_linkcheck] Scanning book for links
[2019-07-21T08:43:13Z INFO mdbook_linkcheck] Found 823 links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Checking 242 local links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Checking 581 web links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://crates.io/" in tests/intro.md, line 176
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=hOLAGYmUQV0" in rustdoc.md, line 181
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=rZqS4bLPL24" in traits/specialization.md, line 46
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://dl.acm.org/citation.cfm?id=868380" in traits/bibliography.md, line 15
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://dl.acm.org/citation.cfm?id=651202" in traits/bibliography.md, line 23
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://gcc.godbolt.org/" in codegen/debugging.md, line 105
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=elBxMRSNYr4" in debugging-support-in-rustc.md, line 8
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "http://dl.acm.org/citation.cfm?id=1953616&dl=ACM&coll=DL&CFID=524387192&CFTOKEN=44362705" in appendix/bibliography.md, line 32
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck] cache hits: 573, cache misses: 0
error: Unable to retrieve "https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf": https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf: error trying to connect: Connection refused (os error 111)
- appendix/bibliography.md:46:3
|
46 | * [GPU Programming in Rust: Implementing High Level Abstractions in a Systems
|
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck] Saving the cache to /home/michael/Documents/forks/rustc-guide/book/linkcheck/cache.json
[2019-07-21T08:43:13Z INFO mdbook_linkcheck] 1 broken links found
Error: ErrorMessage { msg: "One or more incorrect links" }
The text was updated successfully, but these errors were encountered:
Hmm, that's interesting. I was getting a "Connection Refused" error from my laptop at home and mobile phone (both behind a VPN), but it works fine from work.
The link isn't actually broken, so this I'll close the issue.
I'm rewriting (Michael-F-Bryan/mdbook-linkcheck#11) a lot of the internals for
mdbook-linkcheck
to take advantage of caching and generate better diagnostics and think I've found a broken link inrustc-guide
.Is anyone able to access GPU Programming in Rust: Implementing High Level Abstractions in a Systems Level Language?
The text was updated successfully, but these errors were encountered: