Skip to content

Docker build issues on Travis #1148

@palfrey

Description

@palfrey
Contributor

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.

Activity

gnzlbg

gnzlbg commented on Nov 24, 2018

@gnzlbg
Contributor

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 retryed the cited PRs.

palfrey

palfrey commented on Nov 24, 2018

@palfrey
ContributorAuthor

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

gnzlbg commented on Nov 25, 2018

@gnzlbg
Contributor
added a commit that references this issue on Nov 26, 2018
6fa76fa
palfrey

palfrey commented on Nov 26, 2018

@palfrey
ContributorAuthor

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 on

added a commit that references this issue on Nov 26, 2018
5058225
added a commit that references this issue on Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-CIArea: CI-related items

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @palfrey@gnzlbg

      Issue actions

        Docker build issues on Travis · Issue #1148 · rust-lang/libc