GithubHelp home page GithubHelp logo

Comments (19)

annevk avatar annevk commented on June 6, 2024

https://travis-ci.org/whatwg/fetch/builds/269117879

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

Is this a flaky failure? I can currently access https://resources.whatwg.org/build/deploy.sh just fine.

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

I've restarted the build to see.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

FWIW, I already had restarted it four times while being able to access that resource just fine myself. It's rather unclear what's going on.

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

Might be because of the new deploy method for resources.whatwg.org, perhaps?

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

But I can't see exactly how that could be, since the resource is there.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

Nah, this happened before this switch as well.

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

whatwg/fetch#587 didn't give much of a clue :/

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

Has this been happening for all repos?

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

Yeah, they just haven't been updated much recently so I haven't hit it a lot.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

Saw it on whatwg/dom too and whatwg/encoding. https://travis-ci.org/whatwg/encoding/builds/265476353 is slightly different though. Maybe it's @sideshowbarker's server that is unresponsive and the problem is with fetching that happens in the deploy.sh script?

from whatwg.org.

domenic avatar domenic commented on June 6, 2024

To me the first failing build looks like the deploy.sh fetch succeeds but the first curl inside deploy.sh fails. That would be this one:

SERVICE_WORKER_SHA=$(curl https://api.github.com/repos/whatwg/resources.whatwg.org/contents/standard-service-worker.js \
                     -H "Accept: application/vnd.github.v3+json" \
                     | grep -Po '(?<="sha": ")[^"]*') # Hacky JSON parsing but works for SHAs

That gives a 404 since the repo move, so that's probably the issue here.

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

Ah, good, I can fix that.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

That does not really explain the whatwg/encoding failure though, which was before the repository move.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

Or the other failures before the repository move.

from whatwg.org.

foolip avatar foolip commented on June 6, 2024

Do those failures look the same in the logs? Maybe try adding --verbose to them, might not all be the same cause...

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

They all look the same more or less. You can't really use verbose since you'd have to add that to the central script.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

Anyway, I guess we can first fix the service-worker thing and go from there.

from whatwg.org.

annevk avatar annevk commented on June 6, 2024

So @foolip sorted this out in #73.

from whatwg.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.