commercialhaskell / commercialhaskell/stack
`parseArchive of GZIP-ed tar file: ZlibException (-3)` is slow
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
In downloading `extra-deps` for `pandoc d6dbbb89`, between two github deps there
is a long pause (on the order of 5-10 minutes per dep) after the line
`[debug] parseArchive of GZIP-ed tar file: ZlibException (-3)`.
Either more work is being done behind the scenes than is being logged, or the
exception causes `stack` to stall unreasonably. Either way, it dominates the
fetch time for these dependencies:
- `texmath`:
- 3429ms to clone+reset+update submods
- 95ms to archive
- 1096564ms for the exception
- `citeproc`:
- 1558ms to clone+reset+update submods
- 46ms to archive
- 289220ms for the exception
Contributor guide
Assessment
This issue has not been assessed yet.