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
If there is a broken symlink somewhere in the file tree, archive creation fails and produced file (.tar.gz or .zip) is invalid.
with --enable-tar-gz
Wed, 10 Jul 2024 13:01:38 +0000 [ERROR] Error during archive creation: ArchiveCreationError("tarball", IoError("Failed to append the content of /tmp/truc/ to the TAR archive", Os { code: 2, kind: NotFound, message: "No such file or directory" }))
with --enable-zip
Wed, 10 Jul 2024 13:09:23 +0000 [ERROR] Error during archive creation: ArchiveCreationError("zip", ArchiveCreationError("Failed to create the ZIP archive", IoError("Could not get file metadata", Os { code: 2, kind: NotFound, message: "No such file or directory" })))
The text was updated successfully, but these errors were encountered:
If there is a broken symlink somewhere in the file tree, archive creation fails and produced file (.tar.gz or .zip) is invalid.
--enable-tar-gz
--enable-zip
The text was updated successfully, but these errors were encountered: