Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tar test cases failing on systems with tape drives #2955

Closed
sunwire opened this issue Dec 24, 2021 · 0 comments · Fixed by #2956
Closed

Tar test cases failing on systems with tape drives #2955

sunwire opened this issue Dec 24, 2021 · 0 comments · Fixed by #2956
Labels
release-blocking Must be done by the release

Comments

@sunwire
Copy link

sunwire commented Dec 24, 2021

If $TAPE is set tar uses the tape drive instead of stdout as default and tests fail

===>  tar extension tests 

tmp.tar              : 29.84%   (  70.0 KiB =>   20.9 KiB, tmp.tzst)           
tmp.tzst            : 71680 bytes                                              
tar: /dev/nst0: Cannot open: No medium found
tar: Error is not recoverable: exiting now
tmp.tgz             : 0 bytes                                                  
tar: /dev/nst0: Cannot open: No medium found
tar: Error is not recoverable: exiting now
tmp.txz             : 0 bytes                                                  



tar: /dev/nst0: Cannot open: No medium found
tar: Error is not recoverable: exiting now
tmp.tlz4            : 0 bytes                                                  
zstd: tmp.t: unknown suffix (.zst/.tzst/.gz/.tgz/.lzma/.xz/.txz/.lz4/.tlz4 expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring.
zstd: tmp.tz: unknown suffix (.zst/.tzst/.gz/.tgz/.lzma/.xz/.txz/.lz4/.tlz4 expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring.
zstd: tmp.tzs: unknown suffix (.zst/.tzst/.gz/.tgz/.lzma/.xz/.txz/.lz4/.tlz4 expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring.
@terrelln terrelln added the release-blocking Must be done by the release label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocking Must be done by the release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants