-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
A-CIArea: CI-related itemsArea: CI-related items
Description
Seeing this for various builds on #1130 and #1146 and probably some other PRs. Errors vary, but some examples are:
Step 1/4 : FROM ubuntu:18.04
error parsing HTTP 404 response body: invalid character 'p' after top-level value: "404 page not found\n"
Step 1/14 : FROM ubuntu:16.04
unauthorized: authentication required
Step 1/5 : FROM ubuntu:17.10
17.10: Pulling from library/ubuntu
age configuration: unknown blob
None of them AFAIK have anything to do with the PRs in question, but are making testing/merging much harder.
Metadata
Metadata
Assignees
Labels
A-CIArea: CI-related itemsArea: CI-related items
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
gnzlbg commentedon Nov 24, 2018
Sometimes CI times out for a variety of reasons. I don't know if there is something that we can do about this specific error.
In the meantime, I've
retry
ed the cited PRs.palfrey commentedon Nov 24, 2018
I'm pretty sure this is actually just something wrong with Travis, and so I've finally given in and emailed their support email :)
gnzlbg commentedon Nov 25, 2018
cc @kennytm
Auto merge of #1149 - palfrey:travis-xenial, r=alexcrichton
palfrey commentedon Nov 26, 2018
Build is improved (at least for #1130), but still slightly off. https://travis-ci.org/rust-lang/libc/jobs/459715534 is the only failure of the last one, and that's a
curl: (28) Operation timed out after 300808 milliseconds with 0 out of 0 bytes received
which might eventually be worth using a travis_retry onAuto merge of #1149 - palfrey:travis-xenial, r=alexcrichton
Auto merge of #1152 - palfrey:retry-curl, r=alexcrichton