ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

lib/tar: Add much more error context #605

Closed cgwalters closed 4 months ago

cgwalters commented 4 months ago

It turns out that the error we were seeing is that inside osbuild it wasn't mounting /var/tmp, and the tmpdir allocation was failing. This was not an obvious error, so add a bunch of error contexts.

jeckersb commented 4 months ago

Yay I do afterall! :smile:

cgwalters commented 4 months ago

Followup in https://github.com/ostreedev/ostree-rs-ext/pull/606