You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the cached buildpack ($HOME/.pack/dl-cache/$sha256/buildpack.toml) gets corrupted with an extra ], leading to errors like this:
ERROR: failed to generate layer for buildpack io.projectriff.riff: reading buildpack.toml from buildpack: /Users/fbiville/.pack/dl-cache/50d30c4c48f8533f9ddbfa2dafc539b49892469417e0883adb0eb0ed1f49d675: Near line 61 (last key parsed 'metadata'): bare keys cannot contain ']'
make: *** [build] Error 1
This is symptomatic of an I/O error in Golang (e.g. resource not closed).
The text was updated successfully, but these errors were encountered:
fbiville
pushed a commit
to fbiville/pack
that referenced
this issue
Feb 11, 2019
Sometimes, the cached buildpack (
$HOME/.pack/dl-cache/$sha256/buildpack.toml
) gets corrupted with an extra]
, leading to errors like this:This is symptomatic of an I/O error in Golang (e.g. resource not closed).
The text was updated successfully, but these errors were encountered: