hpc-carpentry / hpc-carpentry.github.io

The HPC Carpentry website
http://www.hpc-carpentry.org/
MIT License
4 stars 7 forks source link

Attempt to clear site build errors by updating dependency versions #72

Closed tkphd closed 1 year ago

reid-a commented 1 year ago

Can you clarify what problem you're solving? It looks like the faraday gem has had a big version jump?

I checked out the branch, and apparently needed to manually update "faraday", which went from 0.17.3. to 1.10.3, which feels like a big jump.

I guess the issue is that the legacy faraday is not retrievable anymore?

tkphd commented 1 year ago

The daily builds have been failing for a week, raising a patched warning from Faraday

Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead!
Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!

... which is a n error on my local build. The dailies died on

error: RPC failed; curl 55 Send failure: Connection reset by peer
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

Updating our dependencies appears to resolve things.