The command "wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}" failed and exited with 8 during

https://travis-ci.org/tompave/fun_with_flags/jobs/660815408?utm_medium=notification&utm_source=github_status

21.3 is not installed. Downloading and installing pre-build binary.

Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/erlang/binaries/ubuntu/18.04/x86_64/erlang-21.3-nonroot.tar.bz2

0.05s$ wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}

The command "wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}" failed and exited with 8 during .

Your build has been stopped.

Can anyone assist with this issue?

Exit status 8 means a server error response.

For this URL, it’s a 404 which means this version is not available.

https://docs.travis-ci.com/user/languages/erlang/#otprelease-versions lists versions available for each Ubuntu release.

Though wget -o <.tar.bz2> is weird: it redirects output messages to the file. The programmer probably meant -O (this is different from curl so easy to mix up).

1 Like

21.3 definitely appears to be on the available versions list, are you saying the change you’re making in that PR is the issue?

Not for Bionic. Mind the Release number in the table entry.

That’s odd, this has definitely downloaded and passed on bionic before. :thinking:

If you check builder system info, that build actually ran in Xenial. Bionic support must have been added only recently.

Do you know how to resolve this?