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

travis nightly builds are failing due to missing links in the docs #710

Closed
erickt opened this issue Jan 25, 2019 · 3 comments
Closed

travis nightly builds are failing due to missing links in the docs #710

erickt opened this issue Jan 25, 2019 · 3 comments
Labels
E-help-wanted Participation: help wanted P-high Priority: high

Comments

@erickt
Copy link
Contributor

erickt commented Jan 25, 2019

#706 is failing with what I think is a failure unrelated to the PR. Instead, it appears that #691 added a check for broken doc links to travis, which is now failing due to these errors: https://travis-ci.org/rust-random/rand/jobs/484131698#L1450-L2200, like:

warning: `[impls::next_u32_via_fill]` cannot be resolved, ignoring it...
   --> /home/travis/build/rust-random/rand/rand_core/src/lib.rs:144:24
    |
144 |     /// [`fill_bytes`][impls::next_u32_via_fill].
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring
    |
    = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
@dhardy
Copy link
Member

dhardy commented Jan 25, 2019

Those warnings are incorrect — if you build the doc, they actually work. Why we still get them I don't know.

The error messages at the end appeared recently in another PR. I didn't realise they were also on master. 😒

The Android build has been failing for a couple of weeks, reason unknown. 😕

@dhardy dhardy added P-high Priority: high E-help-wanted Participation: help wanted labels Jan 25, 2019
@dhardy
Copy link
Member

dhardy commented Jan 25, 2019

@dhardy
Copy link
Member

dhardy commented Jan 25, 2019

#711 takes care of most of this; rust-lang/rust#57892 the rest.
#701 documents the Android issue.

@dhardy dhardy closed this as completed Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-help-wanted Participation: help wanted P-high Priority: high
Projects
None yet
Development

No branches or pull requests

2 participants