wasm-pandoc icon indicating copy to clipboard operation
wasm-pandoc copied to clipboard

no space left on device

Open pasicopan opened this issue 2 years ago • 0 comments

replace 'docker run ' to 'podman run' in Makefile and type make start, get error 'no space left on device'.

  • podman version 3.4.4
  • macOS 12.2.1

console detail

wasm-pandoc git:(main) ✗ make start
podman run --rm -v /Users/xxx/code/test/wasm-pandoc:/workspace -w /workspace terrorjack/asterius \
                ahc-cabal install \
                        --builddir _build/ahc-cabal --installdir _build \
                        --install-method copy --overwrite-policy always
Resolving "terrorjack/asterius" using unqualified-search registries (/etc/containers/registries.conf.d/999-podman-machine.conf)
Trying to pull docker.io/terrorjack/asterius:latest...
Getting image source signatures
Copying blob sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747
Copying blob sha256:202e395991f57f0835b7d65ed999a31de118bbe18e4624d575597730800c95db
Copying blob sha256:840f69ab81c8b6eae57982901c6aa91041eb768ae2965d715f2dbc17bf888a92
Copying blob sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747
Error: writing blob: adding layer with blob "sha256:972d552e121bdc57dc4153bf43e513f26bad0d29b128c4a8526decb212038747": Error processing tar file(exit status 1): write /root/.asterius/.stack-work/install/x86_64-linux-tinfo6/3445437948fd86ce7ef120ae609b3b54e4a1ea68fb09256c10b6b2a6394fb17d/8.8.4/share/x86_64-linux-ghc-8.8.4/asterius-0.0.1/.boot/asterius_lib/lib/x86_64-linux-ghc-8.8.4/amazonka-cloudsearch-1.6.1-4tsRzvJUAIQCe8Gm7ym9wI/libHSamazonka-cloudsearch-1.6.1-4tsRzvJUAIQCe8Gm7ym9wI.a: no space left on device
make: *** [compile] Error 125

pasicopan avatar Mar 13 '22 08:03 pasicopan