dhall-lang / setup-dhall

Github action to install a specific version of https://dhall-lang.org and run commands
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Setup action fails with `is not a bzip2 file` #5

Closed marianteodorescu closed 1 year ago

marianteodorescu commented 2 years ago

Output of action:

Run dhall-lang/setup-dhall@v4
Fetching dhall releases from https://api.github.com/repos/dhall-lang/dhall-haskell/releases/latest
/home/runner/work/_actions/dhall-lang/setup-dhall/v[4](https://github.com/everquoteinc/omni-k8s/runs/7948120634?check_suite_focus=true#step:3:5)/src/install-dhall.sh https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-1.41.2-x86_64-Linux.tar.bz2 https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-json-1.7.11-x86_64-Linux.tar.bz2 https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-yaml-1.2.11-x86_64-Linux.tar.bz2
Downloading dhall from: https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-1.41.2-x8[6](https://github.com/everquoteinc/omni-k8s/runs/7948120634?check_suite_focus=true#step:3:7)_64-Linux.tar.bz2
Downloading dhall-json from: https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-json-1.[7](https://github.com/everquoteinc/omni-k8s/runs/7948120634?check_suite_focus=true#step:3:8).11-x[8](https://github.com/everquoteinc/omni-k8s/runs/7948120634?check_suite_focus=true#step:3:9)6_64-Linux.tar.bz2
Downloading dhall-yaml from: https://github.com/dhall-lang/dhall-haskell/releases/download/1.41.2/dhall-yaml-1.2.11-x86_64-Linux.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
marianteodorescu commented 2 years ago

Using version 1.41.1 until this is resolved. See https://github.com/marketplace/actions/setup-dhall#with-a-specific-version for details.

K0Te commented 1 year ago

Root-cause and fix: https://github.com/dhall-lang/dhall-haskell/issues/2438 I think that this issue can be resolved.

craig-day commented 1 year ago

Thanks @K0Te , marking as resolved