D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/borgbackup-1.2.0-0.a9.1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.U8buTQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf borgbackup-1.2.0a9 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/borgbackup-1.2.0a9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd borgbackup-1.2.0a9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-Remove-codecov.io-and-travis-ci.org-badges.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0002-README.rst-Replace-img-src-with-text-link.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0003-disable-sphinx-man-page-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf borgbackup.egg-info ++ find . -type f -name '*.pyx' + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/algorithms/checksums.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/hashindex.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/chunker.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/compress.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/crypto/low_level.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/item.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/darwin.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/freebsd.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/syncfilerange.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/posix.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/linux.c + for i in $(find . -type f -name "*.pyx") + rm -rf ./src/borg/platform/windows.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rEOdpQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd borgbackup-1.2.0a9 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + BORG_OPENSSL_PREFIX=/usr/lib64 + BORG_LIBB2_PREFIX=/usr/lib64 + BORG_LIBLZ4_PREFIX=/usr/lib64 + BORG_LIBXXHASH_PREFIX=/usr/lib64 + BORG_LIBZSTD_PREFIX=/usr/lib64 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Detected OpenSSL [via BORG_OPENSSL_PREFIX] Detected and preferring libb2 [via BORG_LIBB2_PREFIX] Detected and preferring liblz4 [via BORG_LIBLZ4_PREFIX] Detected and preferring libzstd [via BORG_LIBZSTD_PREFIX] Detected and preferring libxxhash [via BORG_LIBXXHASH_PREFIX] Compiling src/borg/platform/posix.pyx because it changed. Compiling src/borg/platform/linux.pyx because it changed. Compiling src/borg/platform/syncfilerange.pyx because it changed. Compiling src/borg/platform/freebsd.pyx because it changed. Compiling src/borg/platform/darwin.pyx because it changed. Compiling src/borg/platform/windows.pyx because it changed. [5/6] Cythonizing src/borg/platform/syncfilerange.pyx [6/6] Cythonizing src/borg/platform/windows.pyx [4/6] Cythonizing src/borg/platform/posix.pyx [2/6] Cythonizing src/borg/platform/freebsd.pyx [1/6] Cythonizing src/borg/platform/darwin.pyx [3/6] Cythonizing src/borg/platform/linux.pyx Compiling src/borg/crypto/low_level.pyx because it changed. Compiling src/borg/compress.pyx because it changed. Compiling src/borg/hashindex.pyx because it changed. Compiling src/borg/item.pyx because it changed. Compiling src/borg/chunker.pyx because it changed. Compiling src/borg/algorithms/checksums.pyx because it changed. [1/6] Cythonizing src/borg/algorithms/checksums.pyx [2/6] Cythonizing src/borg/chunker.pyx [3/6] Cythonizing src/borg/compress.pyx [6/6] Cythonizing src/borg/item.pyx [5/6] Cythonizing src/borg/hashindex.pyx [4/6] Cythonizing src/borg/crypto/low_level.pyx running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/borg copying src/borg/lrucache.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/locking.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/remote.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/cache.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/shellpattern.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/version.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/fuse.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/upgrader.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/repository.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/constants.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/__init__.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/archive.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/platformflags.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/patterns.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/logger.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/nanorst.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/__main__.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/archiver.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/_version.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/xattr.py -> build/lib.linux-aarch64-3.8/borg copying src/borg/selftest.py -> build/lib.linux-aarch64-3.8/borg creating build/lib.linux-aarch64-3.8/borg/algorithms copying src/borg/algorithms/__init__.py -> build/lib.linux-aarch64-3.8/borg/algorithms creating build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/fs.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/checks.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/msgpack.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/__init__.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/process.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/manifest.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/errors.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/datastruct.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/progress.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/yes.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/time.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/parseformat.py -> build/lib.linux-aarch64-3.8/borg/helpers copying src/borg/helpers/misc.py -> build/lib.linux-aarch64-3.8/borg/helpers creating build/lib.linux-aarch64-3.8/borg/crypto copying src/borg/crypto/key.py -> build/lib.linux-aarch64-3.8/borg/crypto copying src/borg/crypto/__init__.py -> build/lib.linux-aarch64-3.8/borg/crypto copying src/borg/crypto/keymanager.py -> build/lib.linux-aarch64-3.8/borg/crypto copying src/borg/crypto/file_integrity.py -> build/lib.linux-aarch64-3.8/borg/crypto copying src/borg/crypto/nonces.py -> build/lib.linux-aarch64-3.8/borg/crypto creating build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/lrucache.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/locking.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/remote.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/cache.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/platform.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/key.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/helpers.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/item.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/shellpattern.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/version.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/upgrader.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/repository.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/__init__.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/archive.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/crypto.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/chunker.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/patterns.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/logger.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/benchmark.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/file_integrity.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/nanorst.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/hashindex.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/archiver.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/xattr.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/chunker_slow.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/checksums.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/compress.py -> build/lib.linux-aarch64-3.8/borg/testsuite copying src/borg/testsuite/nonces.py -> build/lib.linux-aarch64-3.8/borg/testsuite creating build/lib.linux-aarch64-3.8/borg/platform copying src/borg/platform/base.py -> build/lib.linux-aarch64-3.8/borg/platform copying src/borg/platform/__init__.py -> build/lib.linux-aarch64-3.8/borg/platform copying src/borg/platform/xattr.py -> build/lib.linux-aarch64-3.8/borg/platform running egg_info writing src/borgbackup.egg-info/PKG-INFO writing dependency_links to src/borgbackup.egg-info/dependency_links.txt writing entry points to src/borgbackup.egg-info/entry_points.txt writing requirements to src/borgbackup.egg-info/requires.txt writing top-level names to src/borgbackup.egg-info/top_level.txt reading manifest file 'src/borgbackup.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.coafile' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'Vagrantfile' no previously-included directories found matching '.travis' no previously-included directories found matching '.github' writing manifest file 'src/borgbackup.egg-info/SOURCES.txt' copying src/borg/paperkey.html -> build/lib.linux-aarch64-3.8/borg copying src/borg/testsuite/attic.tar.gz -> build/lib.linux-aarch64-3.8/borg/testsuite running build_ext building 'borg.crypto.low_level' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src creating build/temp.linux-aarch64-3.8/src/borg creating build/temp.linux-aarch64-3.8/src/borg/crypto gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg/crypto -I/usr/lib64/include -I/usr/include/python3.8 -c src/borg/crypto/low_level.c -o build/temp.linux-aarch64-3.8/src/borg/crypto/low_level.o src/borg/crypto/low_level.c: In function '__pyx_pf_4borg_6crypto_9low_level_10_AEAD_BASE_10decrypt': src/borg/crypto/low_level.c:10421:149: warning: passing argument 4 of 'EVP_CIPHER_CTX_ctrl' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 10421 | __pyx_t_6 = ((!(EVP_CIPHER_CTX_ctrl(__pyx_v_self->ctx, EVP_CTRL_GCM_SET_TAG, __pyx_v_self->mac_len, (((unsigned char const *)__pyx_v_idata.buf) + __pyx_v_hlen)) != 0)) != 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from src/borg/crypto/low_level.c:642: /usr/include/openssl/evp.h:684:71: note: expected 'void *' but argument is of type 'const unsigned char *' 684 | int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr); | ~~~~~~^~~ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg/crypto -I/usr/lib64/include -I/usr/include/python3.8 -c src/borg/crypto/_crypto_helpers.c -o build/temp.linux-aarch64-3.8/src/borg/crypto/_crypto_helpers.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/crypto/low_level.o build/temp.linux-aarch64-3.8/src/borg/crypto/_crypto_helpers.o -L/usr/lib64/lib -L/usr/lib64/lib -L/usr/lib64 -lcrypto -lb2 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/crypto/low_level.cpython-38-aarch64-linux-gnu.so building 'borg.compress' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg -I/usr/lib64/include -I/usr/include/python3.8 -c src/borg/compress.c -o build/temp.linux-aarch64-3.8/src/borg/compress.o src/borg/compress.c: In function '__pyx_pf_4borg_8compress_4ZSTD_2_decide': src/borg/compress.c:5960:31: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 5960 | __pyx_t_2 = ((__pyx_v_osize < __pyx_v_isize) != 0); | ^ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/compress.o -L/usr/lib64/lib -L/usr/lib64/lib -L/usr/lib64 -llz4 -lzstd -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/compress.cpython-38-aarch64-linux-gnu.so building 'borg.hashindex' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg -I/usr/include/python3.8 -c src/borg/hashindex.c -o build/temp.linux-aarch64-3.8/src/borg/hashindex.o In file included from src/borg/cache_sync/cache_sync.c:19, from src/borg/hashindex.c:632: src/borg/cache_sync/unpack.h: In function 'unpack_callback_array_end': src/borg/cache_sync/unpack.h:290:58: warning: passing argument 3 of 'hashindex_set' from incompatible pointer type [-Wincompatible-pointer-types] 290 | if(!hashindex_set(u->chunks, u->current.key, cache_values)) { | ^~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} In file included from src/borg/hashindex.c:631: src/borg/_hashindex.c:562:80: note: expected 'const unsigned char *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 562 | hashindex_set(HashIndex *index, const unsigned char *key, const unsigned char *value) | ~~~~~~~~~~~~~~~~~~~~~^~~~~ src/borg/hashindex.c: In function '__pyx_pf_4borg_9hashindex_7NSIndex_2__setitem__': src/borg/hashindex.c:4651:95: warning: passing argument 3 of 'hashindex_set' from incompatible pointer type [-Wincompatible-pointer-types] 4651 | __pyx_t_5 = ((!(hashindex_set(__pyx_v_self->__pyx_base.index, ((unsigned char *)__pyx_t_4), __pyx_v_data) != 0)) != 0); | ^~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} In file included from src/borg/hashindex.c:631: src/borg/_hashindex.c:562:80: note: expected 'const unsigned char *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 562 | hashindex_set(HashIndex *index, const unsigned char *key, const unsigned char *value) | ~~~~~~~~~~~~~~~~~~~~~^~~~~ src/borg/hashindex.c: In function '__pyx_pf_4borg_9hashindex_10ChunkIndex_2__setitem__': src/borg/hashindex.c:5998:95: warning: passing argument 3 of 'hashindex_set' from incompatible pointer type [-Wincompatible-pointer-types] 5998 | __pyx_t_5 = ((!(hashindex_set(__pyx_v_self->__pyx_base.index, ((unsigned char *)__pyx_t_4), __pyx_v_data) != 0)) != 0); | ^~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} In file included from src/borg/hashindex.c:631: src/borg/_hashindex.c:562:80: note: expected 'const unsigned char *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 562 | hashindex_set(HashIndex *index, const unsigned char *key, const unsigned char *value) | ~~~~~~~~~~~~~~~~~~~~~^~~~~ src/borg/hashindex.c: In function '__pyx_f_4borg_9hashindex_10ChunkIndex__add': src/borg/hashindex.c:7789:80: warning: passing argument 3 of 'hashindex_set' from incompatible pointer type [-Wincompatible-pointer-types] 7789 | __pyx_t_1 = ((!(hashindex_set(__pyx_v_self->__pyx_base.index, __pyx_v_key, __pyx_v_data) != 0)) != 0); | ^~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} In file included from src/borg/hashindex.c:631: src/borg/_hashindex.c:562:80: note: expected 'const unsigned char *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 562 | hashindex_set(HashIndex *index, const unsigned char *key, const unsigned char *value) | ~~~~~~~~~~~~~~~~~~~~~^~~~~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/hashindex.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/hashindex.cpython-38-aarch64-linux-gnu.so building 'borg.item' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg -I/usr/include/python3.8 -c src/borg/item.c -o build/temp.linux-aarch64-3.8/src/borg/item.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/item.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/item.cpython-38-aarch64-linux-gnu.so building 'borg.chunker' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg -I/usr/include/python3.8 -c src/borg/chunker.c -o build/temp.linux-aarch64-3.8/src/borg/chunker.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/chunker.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/chunker.cpython-38-aarch64-linux-gnu.so building 'borg.algorithms.checksums' extension creating build/temp.linux-aarch64-3.8/src/borg/algorithms gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Isrc/borg/algorithms -I/usr/lib64/include -I/usr/include/python3.8 -c src/borg/algorithms/checksums.c -o build/temp.linux-aarch64-3.8/src/borg/algorithms/checksums.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/algorithms/checksums.o -L/usr/lib64/lib -L/usr/lib64 -lxxhash -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/algorithms/checksums.cpython-38-aarch64-linux-gnu.so building 'borg.platform.posix' extension creating build/temp.linux-aarch64-3.8/src/borg/platform gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c src/borg/platform/posix.c -o build/temp.linux-aarch64-3.8/src/borg/platform/posix.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/platform/posix.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/platform/posix.cpython-38-aarch64-linux-gnu.so building 'borg.platform.linux' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c src/borg/platform/linux.c -o build/temp.linux-aarch64-3.8/src/borg/platform/linux.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/platform/linux.o -L/usr/lib64 -lacl -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/platform/linux.cpython-38-aarch64-linux-gnu.so building 'borg.platform.syncfilerange' extension gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c src/borg/platform/syncfilerange.c -o build/temp.linux-aarch64-3.8/src/borg/platform/syncfilerange.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/borg/platform/syncfilerange.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/borg/platform/syncfilerange.cpython-38-aarch64-linux-gnu.so + export READTHEDOCS=True + READTHEDOCS=True ++ pwd ++ ls build/ ++ grep lib. + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8 + PYTHONPATH=/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8 + make -C docs man make: Entering directory '/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/docs' sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v3.4.0 making output directory... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 47 added, 0 changed, 0 removed reading sources... [ 2%] authors reading sources... [ 4%] book reading sources... [ 6%] changes reading sources... [ 8%] deployment reading sources... [ 10%] deployment/automated-local reading sources... [ 12%] deployment/central-backup-server reading sources... [ 14%] deployment/hosting-repositories reading sources... [ 17%] deployment/image-backup reading sources... [ 19%] deployment/pull-backup reading sources... [ 21%] development reading sources... [ 23%] faq reading sources... [ 25%] index reading sources... [ 27%] installation reading sources... [ 29%] internals reading sources... [ 31%] internals/data-structures reading sources... [ 34%] internals/frontends reading sources... [ 36%] internals/security reading sources... [ 38%] introduction reading sources... [ 40%] man_intro reading sources... [ 42%] quickstart reading sources... [ 44%] support reading sources... [ 46%] usage reading sources... [ 48%] usage/benchmark reading sources... [ 51%] usage/borgfs reading sources... [ 53%] usage/check reading sources... [ 55%] usage/compact reading sources... [ 57%] usage/config reading sources... [ 59%] usage/create reading sources... [ 61%] usage/debug reading sources... [ 63%] usage/delete reading sources... [ 65%] usage/diff reading sources... [ 68%] usage/extract reading sources... [ 70%] usage/general reading sources... [ 72%] usage/help reading sources... [ 74%] usage/info reading sources... [ 76%] usage/init reading sources... [ 78%] usage/key reading sources... [ 80%] usage/list reading sources... [ 82%] usage/lock reading sources... [ 85%] usage/mount reading sources... [ 87%] usage/notes reading sources... [ 89%] usage/prune reading sources... [ 91%] usage/recreate reading sources... [ 93%] usage/rename reading sources... [ 95%] usage/serve reading sources... [ 97%] usage/tar reading sources... [100%] usage/upgrade /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/docs/installation.rst:51: WARNING: Malformed table. Text in column margin in table line 11. ============ ============================================= ======= Distribution Source Command ============ ============================================= ======= Alpine Linux `Alpine repository`_ ``apk add borgbackup`` Arch Linux `[community]`_ ``pacman -S borg`` Debian `Debian packages`_ ``apt install borgbackup`` Gentoo `ebuild`_ ``emerge borgbackup`` GNU Guix `GNU Guix`_ ``guix package --install borg`` Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup`` FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean`` macOS `Homebrew`_ ``brew install borgbackup`` Mageia `cauldron`_ ``urpmi borgbackup`` NetBSD `pkgsrc`_ ``pkg_add py-borgbackup`` NixOS `.nix file`_ ``nix-env -i borgbackup`` OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup`` OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg`` openSUSE `openSUSE official repository`_ ``zypper in borgbackup`` Raspbian `Raspbian testing`_ ``apt install borgbackup`` Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup`` ============ ============================================= ======= /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/docs/installation.rst:75: WARNING: Duplicate explicit target name: "homebrew". /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/docs/installation.rst:226: WARNING: Duplicate target name, cannot be used as a unique reference: "homebrew". looking for now-outdated files... none found pickling environment... done checking consistency... done writing... borg.1 { usage/general usage/init usage/create usage/extract usage/check usage/rename usage/list usage/diff usage/delete usage/prune usage/compact usage/info usage/mount usage/key usage/upgrade usage/recreate usage/tar usage/serve usage/config usage/lock usage/benchmark usage/help usage/debug usage/notes } done build succeeded, 3 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. make: Leaving directory '/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/docs' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eTHXeN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64 + cd borgbackup-1.2.0a9 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64 Detected OpenSSL [via pkg-config] Detected and preferring libb2 [via pkg-config] Detected and preferring liblz4 [via pkg-config] Detected and preferring libzstd [via pkg-config] Using bundled xxhash running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms copying build/lib.linux-aarch64-3.8/borg/algorithms/checksums.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms copying build/lib.linux-aarch64-3.8/borg/algorithms/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms copying build/lib.linux-aarch64-3.8/borg/lrucache.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/locking.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/remote.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/cache.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/shellpattern.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/version.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/fuse.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/upgrader.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/repository.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/constants.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/archive.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/paperkey.html -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/fs.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/checks.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/msgpack.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/process.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/manifest.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/errors.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/datastruct.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/progress.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/yes.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/time.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/parseformat.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/helpers/misc.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers copying build/lib.linux-aarch64-3.8/borg/hashindex.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/key.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/keymanager.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/file_integrity.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/low_level.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/crypto/nonces.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto copying build/lib.linux-aarch64-3.8/borg/platformflags.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/patterns.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/logger.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/chunker.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/nanorst.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/__main__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/archiver.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/_version.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/compress.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/xattr.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg copying build/lib.linux-aarch64-3.8/borg/selftest.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/lrucache.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/locking.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/remote.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/cache.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/platform.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/key.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/item.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/version.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/repository.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/archive.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/logger.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/benchmark.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/chunker_slow.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/checksums.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/compress.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/attic.tar.gz -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite copying build/lib.linux-aarch64-3.8/borg/item.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg creating /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/posix.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/base.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/syncfilerange.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/linux.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform copying build/lib.linux-aarch64-3.8/borg/platform/xattr.py -> /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/lrucache.py to lrucache.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/locking.py to locking.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/remote.py to remote.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/cache.py to cache.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/shellpattern.py to shellpattern.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/version.py to version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/fuse.py to fuse.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/upgrader.py to upgrader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/repository.py to repository.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/constants.py to constants.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/archive.py to archive.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/fs.py to fs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/checks.py to checks.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/msgpack.py to msgpack.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/process.py to process.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/manifest.py to manifest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/errors.py to errors.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/datastruct.py to datastruct.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/progress.py to progress.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/yes.py to yes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/time.py to time.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/parseformat.py to parseformat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/helpers/misc.py to misc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/key.py to key.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/keymanager.py to keymanager.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/file_integrity.py to file_integrity.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/nonces.py to nonces.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platformflags.py to platformflags.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/patterns.py to patterns.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/logger.py to logger.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/nanorst.py to nanorst.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/__main__.py to __main__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/archiver.py to archiver.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/_version.py to _version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/xattr.py to xattr.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/selftest.py to selftest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/lrucache.py to lrucache.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/locking.py to locking.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/remote.py to remote.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/cache.py to cache.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/platform.py to platform.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/key.py to key.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/helpers.py to helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/item.py to item.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/shellpattern.py to shellpattern.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/version.py to version.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/upgrader.py to upgrader.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/repository.py to repository.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/archive.py to archive.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/crypto.py to crypto.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/chunker.py to chunker.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/patterns.py to patterns.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/logger.py to logger.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/benchmark.py to benchmark.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/file_integrity.py to file_integrity.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/nanorst.py to nanorst.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/hashindex.py to hashindex.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/archiver.py to archiver.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/xattr.py to xattr.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/chunker_slow.py to chunker_slow.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/checksums.py to checksums.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/compress.py to compress.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/testsuite/nonces.py to nonces.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/xattr.py to xattr.cpython-38.pyc writing byte-compilation script '/tmp/tmpk2rszdj5.py' /usr/bin/python3 /tmp/tmpk2rszdj5.py removing /tmp/tmpk2rszdj5.py running install_egg_info running egg_info writing src/borgbackup.egg-info/PKG-INFO writing dependency_links to src/borgbackup.egg-info/dependency_links.txt writing entry points to src/borgbackup.egg-info/entry_points.txt writing requirements to src/borgbackup.egg-info/requires.txt writing top-level names to src/borgbackup.egg-info/top_level.txt reading manifest file 'src/borgbackup.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.coafile' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'Vagrantfile' no previously-included directories found matching '.travis' no previously-included directories found matching '.github' writing manifest file 'src/borgbackup.egg-info/SOURCES.txt' Copying src/borgbackup.egg-info to /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borgbackup-1.2.0a9-py3.8.egg-info running install_scripts Installing borg script to /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/bin Installing borgfs script to /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/bin + rm -rfv /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/bin/__pycache__ + install -D -m 0644 docs/_build/man/borg.1 /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/share/man/man1/borg.1 + install -d /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/share/bash-completion/completions + install -d /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/share/zsh/site-functions + install -D -m 0644 scripts/shell_completions/bash/borg /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/share/bash-completion/completions + install -D -m 0644 scripts/shell_completions/zsh/_borg /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/share/zsh/site-functions + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.2.0-0.a9.1.mga8 --unique-debug-suffix -1.2.0-0.a9.1.mga8.aarch64 --unique-debug-src-base borgbackup-1.2.0-0.a9.1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/chunker.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms/checksums.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/low_level.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/compress.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/hashindex.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/linux.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/item.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/posix.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/crypto/low_level.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/compress.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/algorithms/checksums.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/chunker.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/linux.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/hashindex.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/posix.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/item.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/syncfilerange.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8/site-packages/borg/platform/syncfilerange.cpython-38-aarch64-linux-gnu.so original debug info size: 7640kB, size after compression: 7404kB /usr/lib/rpm/sepdebugcrcfix: Updated 9 CRC32s, 0 CRC32s did match. 9767 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/borgbackup-1.2.0-0.a9.1.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Q5E3hQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd borgbackup-1.2.0a9 + '[' 1 -eq 1 ']' ++ pwd ++ ls build/ ++ grep lib. + export PYTHONPATH=/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8 + PYTHONPATH=/home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8 + py.test-3 -vk 'not test_create_stdin and not test_swidth_mixed and not test_swidth_cjk and not test_non_ascii_acl and not test_fuse and not benchmark and not test_dash_open and not test_mount_hardlinks and not test_readonly_mount and not test_migrate_lock_alive' /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/__init__.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archive.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/benchmark.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/cache.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/checksums.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/chunker_slow.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/compress.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/item.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/key.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/locking.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/logger.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/lrucache.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/platform.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/remote.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/version.py /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache Tests enabled: BSD flags, fuse, root, symlinks, hardlinks, atime/mtime, modes Tests disabled: rootdir: /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9, configfile: setup.cfg collecting ... collected 1429 items / 82 deselected / 1347 selected build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_stats_basic PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::tests_stats_progress PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_stats_format PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::ArchiveTimestampTestCase::test_with_microseconds PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::ArchiveTimestampTestCase::test_without_microseconds PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::ChunkBufferTestCase::test PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::ChunkBufferTestCase::test_partial PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::RobustUnpackerTestCase::test_correct_stream PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::RobustUnpackerTestCase::test_corrupt_chunk PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::RobustUnpackerTestCase::test_extra_garbage_no_sync PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::RobustUnpackerTestCase::test_missing_chunk PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[] PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[x] PASSED [ 0%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[foobar] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xc0] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x00] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xcb\x00\x00\x00\x00\x00\x00\x00\x00] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xc2] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xa0] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x80] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x900] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x901] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[*] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xcb@7k\x85\x1e\xb8Q\xec] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xc3] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\xa6foobar] PASSED [ 1%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x81\xa3foo\xa3bar] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x92\xa3foo\xa3bar0] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_invalid_msgpacked_item[\x92\xa3foo\xa3bar1] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_valid_msgpacked_items[\x81\xa4path\xa6/a/b/c] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_valid_msgpacked_items[\xde\x00\x17\xaaacl_access\xa0\xabacl_default\xa0\xacacl_extended\xa0\xa8acl_nfs4\xa0\xa5atime\xa0\xa9birthtime\xa0\xa8bsdflags\xa0\xa6chunks\xa0\xaechunks_healthy\xa0\xa5ctime\xa0\xa3gid\xa0\xa5group\xa0\xafhardlink_master\xa0\xa4mode\xa0\xa5mtime\xa0\xa4part\xa0\xa4path\xa0\xa4rdev\xa0\xa4size\xa0\xa6source\xa0\xa3uid\xa0\xa4user\xa0\xa6xattrs\xa0] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_valid_msgpacked_items[\xde\x00\x17\xaaacl_access\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xabacl_default\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xacacl_extended\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa8acl_nfs4\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa5atime\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa9birthtime\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa8bsdflags\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa6chunks\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xaechunks_healthy\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa5ctime\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa3gid\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa5group\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xafhardlink_master\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4mode\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa5mtime\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4part\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4path\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4rdev\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4size\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa6source\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa3uid\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa4user\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\xa6xattrs\xda\x03\xe8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_key_length_msgpacked_items PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_backup_io PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archive.py::test_backup_io_iter PASSED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_return_codes[python] FAILED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_disk_full[python] SKIPPED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_aes_counter_uniqueness_keyfile FAILED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_aes_counter_uniqueness_passphrase FAILED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_atime FAILED [ 2%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_bad_filters FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_basic_functionality FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_birthtime SKIPPED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_break_lock FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_change_passphrase FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_check_cache FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_comment FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_common_options FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_auto_compressible FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_auto_uncompressible FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lz4_compressible FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lz4_uncompressible FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lzma_compressible FAILED [ 3%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lzma_uncompressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_none_compressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_none_uncompressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zlib_compressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zlib_uncompressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zstd_compressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zstd_uncompressible FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_config FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_corrupted_repository FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command_missing_command FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_dry_run FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_json FAILED [ 4%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_no_cache_sync FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_exclude_folder_but_recurse FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_exclude_folder_no_recurse FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_file FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_intermediate_folders_first FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_root FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_read_special_broken_symlink FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_read_special_symlink FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_topical FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_without_root FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_archive FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_archive_items FAILED [ 5%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_manifest FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_repo_objs FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_info FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_profile FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_put_get_delete_obj FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_refcount_obj FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_double_force FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_force FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_multiple FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_repo FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_detect_attic_repo FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_caches FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_keep_tagged FAILED [ 6%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_normalization FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_tagged FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_gz FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_strip_components FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_strip_components_links FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_capabilities SKIPPED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks1 FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks2 FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks_tar FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude_regex FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude_regex_from_file FAILED [ 7%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_list_output FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_pattern_opt FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_progress FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_with_pattern FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_xattrs_errors SKIPPED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_cs_cache_mode FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_excluded FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_ms_cache_mode FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_rc_cache_mode FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_help FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_info FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_info_json FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_interrupt FAILED [ 8%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_nested_repositories FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_parent_dirs FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_requires_encryption_option PASSED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_directory FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_keyfile FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_paperkey FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_qr FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_repokey FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_errors FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_keyfile_with_borg_key_file FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_paperkey FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_chunk_counts FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_consider_checkpoints FAILED [ 9%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_format FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_hash FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_json FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_json_args FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_prefix FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_repository_format FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_size FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_log_json FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_nobirthtime SKIPPED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_overwrite FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_path_normalization FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_progress_off FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_progress_on FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository FAILED [ 10%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_glob FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_prefix FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_save_space FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_check FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_diff FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_export_tar FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_extract FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_info FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_list FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_basic FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_dry_run FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_caches FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_keep_tagged FAILED [ 11%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_tagged FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_hardlinked_tags FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_list_output FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_rechunkify FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_recompress FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_skips_nothing_to_do FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_subtree_hardlinks FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_target FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_target_rc FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_timestamp FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_rename FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repeated_files FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_move FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection FAILED [ 12%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection2 FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection2_no_cache FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection_no_cache FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection_repokey_blank_passphrase FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_security_dir_compat FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_sparse_file FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_strip_components FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_symlink_extract FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_umask FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unix_socket FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_cache_sync FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_change_passphrase FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_create FAILED [ 13%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_delete FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_mount FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_read FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_rename FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_mandatory_feature_in_cache FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_unencrypted FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unusual_filenames FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_usage PASSED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_with_lock FAILED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_aes_counter_uniqueness_keyfile SKIPPED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_aes_counter_uniqueness_passphrase SKIPPED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_atime SKIPPED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_bad_filters SKIPPED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_basic_functionality SKIPPED [ 14%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_birthtime SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_break_lock SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_change_passphrase SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_check_cache SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_comment SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_common_options SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_auto_compressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_auto_uncompressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_lz4_compressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_lz4_uncompressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_lzma_compressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_lzma_uncompressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_none_compressible SKIPPED [ 15%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_none_uncompressible SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_zlib_compressible SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_zlib_uncompressible SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_zstd_compressible SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_compression_zstd_uncompressible SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_config SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_corrupted_repository SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_content_from_command SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_content_from_command_missing_command SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_content_from_command_with_failed_command SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_dry_run SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_json SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_no_cache_sync SKIPPED [ 16%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern_exclude_folder_but_recurse SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern_exclude_folder_no_recurse SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern_file SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern_intermediate_folders_first SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_pattern_root SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_read_special_broken_symlink SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_read_special_symlink SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_topical SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_create_without_root SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_dump_archive SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_dump_archive_items SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_dump_manifest SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_dump_repo_objs SKIPPED [ 17%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_info SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_profile SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_put_get_delete_obj SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_debug_refcount_obj SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_delete SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_delete_double_force SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_delete_force SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_delete_multiple SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_delete_repo SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_detect_attic_repo SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_exclude_caches SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_exclude_keep_tagged SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_exclude_normalization SKIPPED [ 18%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_exclude_tagged SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_export_tar SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_export_tar_gz SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_export_tar_strip_components SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_export_tar_strip_components_links SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_capabilities SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_hardlinks1 SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_hardlinks2 SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_hardlinks_tar SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_include_exclude SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_include_exclude_regex SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_include_exclude_regex_from_file SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_list_output SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_pattern_opt SKIPPED [ 19%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_progress SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_with_pattern SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_extract_xattrs_errors SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_file_status SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_file_status_cs_cache_mode SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_file_status_excluded SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_file_status_ms_cache_mode SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_file_status_rc_cache_mode SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_help SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_info SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_info_json SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_init_interrupt SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_init_nested_repositories SKIPPED [ 20%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_init_parent_dirs SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_init_requires_encryption_option SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_export_directory SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_export_keyfile SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_export_paperkey SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_export_qr SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_export_repokey SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_import_errors SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_import_keyfile_with_borg_key_file SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_key_import_paperkey SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_chunk_counts SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_consider_checkpoints SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_format SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_hash SKIPPED [ 21%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_json SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_json_args SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_prefix SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_repository_format SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_list_size SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_log_json SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_nobirthtime SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_overwrite SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_path_normalization SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_progress_off SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_progress_on SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_prune_repository SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_prune_repository_glob SKIPPED [ 22%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_prune_repository_prefix SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_prune_repository_save_space SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_check SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_diff SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_export_tar SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_extract SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_info SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_readonly_list SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_basic SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_dry_run SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_exclude_caches SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_exclude_keep_tagged SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_exclude_tagged SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_hardlinked_tags SKIPPED [ 23%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_list_output SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_rechunkify SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_recompress SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_skips_nothing_to_do SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_subtree_hardlinks SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_target SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_target_rc SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_recreate_timestamp SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_rename SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repeated_files SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_move SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_swap_detection SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_swap_detection2 SKIPPED [ 24%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_swap_detection2_no_cache SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_swap_detection_no_cache SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_repository_swap_detection_repokey_blank_passphrase SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_security_dir_compat SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_sparse_file SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_strip_components SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_symlink_extract SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_umask SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unix_socket SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_cache_sync SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_change_passphrase SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_create SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_delete SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_mount SKIPPED [ 25%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_read SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_feature_on_rename SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_mandatory_feature_in_cache SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unknown_unencrypted SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_unusual_filenames SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_usage SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCaseBinary::test_with_lock SKIPPED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_attic013_acl_bug FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_check_usage FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_corrupted_manifest FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_empty_repository FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_extra_chunks FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_manifest_rebuild_corrupted_chunk FAILED [ 26%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_manifest_rebuild_duplicate_archive FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_archive_item_chunk FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_archive_metadata FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_file_chunk FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_manifest FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_verify_data FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_verify_data_unencrypted FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_disable FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_disable2 FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_fresh_init_tam_required FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_not_required FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_aes_counter_uniqueness_keyfile FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_aes_counter_uniqueness_passphrase FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_atime FAILED [ 27%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_bad_filters FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_basic_functionality FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_birthtime SKIPPED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_break_lock FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_change_passphrase FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_check_cache FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_comment FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_common_options FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_auto_compressible FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_auto_uncompressible FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lz4_compressible FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lz4_uncompressible FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lzma_compressible FAILED [ 28%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lzma_uncompressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_none_compressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_none_uncompressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zlib_compressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zlib_uncompressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zstd_compressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zstd_uncompressible FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_config SKIPPED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_corrupted_repository FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command_missing_command FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_dry_run FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_json FAILED [ 29%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_no_cache_sync FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_exclude_folder_but_recurse FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_exclude_folder_no_recurse FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_file FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_intermediate_folders_first FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_root FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_read_special_broken_symlink FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_read_special_symlink FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_topical FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_without_root FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_archive FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_archive_items FAILED [ 30%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_manifest FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_repo_objs FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_info FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_profile FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_put_get_delete_obj SKIPPED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_refcount_obj FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_double_force FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_force FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_multiple FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_repo FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_detect_attic_repo FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_caches FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_keep_tagged FAILED [ 31%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_normalization FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_tagged FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_gz FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_strip_components FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_strip_components_links FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_capabilities SKIPPED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks1 FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks2 FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks_tar FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude_regex FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude_regex_from_file FAILED [ 32%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_list_output FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_pattern_opt FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_progress FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_with_pattern FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_xattrs_errors SKIPPED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_cs_cache_mode FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_excluded FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_ms_cache_mode FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_rc_cache_mode FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_help FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_info FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_info_json FAILED [ 33%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_interrupt FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_nested_repositories FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_parent_dirs FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_requires_encryption_option PASSED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_directory FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_keyfile FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_paperkey FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_qr FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_repokey FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_errors FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_keyfile_with_borg_key_file FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_paperkey FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_chunk_counts FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_consider_checkpoints FAILED [ 34%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_format FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_hash FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_json FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_json_args FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_prefix FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_repository_format FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_size FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_log_json FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_nobirthtime SKIPPED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_overwrite FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_path_normalization FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_progress_off FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_progress_on FAILED [ 35%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_glob FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_prefix FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_save_space FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_check FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_diff FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_export_tar FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_extract FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_info FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_list FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_basic FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_dry_run FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_caches FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_keep_tagged FAILED [ 36%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_tagged FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_hardlinked_tags FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_list_output FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_rechunkify FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_recompress FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_skips_nothing_to_do FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_subtree_hardlinks FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_target FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_target_rc FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_timestamp FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_remote_repo_restrict_to_path FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_remote_repo_restrict_to_repository FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_rename FAILED [ 37%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repeated_files FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_move FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection2 FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection2_no_cache FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection_no_cache FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection_repokey_blank_passphrase FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_security_dir_compat FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_sparse_file FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_strip_components FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_strip_components_doesnt_leak FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_symlink_extract FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_umask FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unix_socket FAILED [ 38%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_cache_sync FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_change_passphrase FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_create FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_delete FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_mount FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_read FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_rename FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_mandatory_feature_in_cache FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_unencrypted FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unusual_filenames FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_usage PASSED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_with_lock FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_cache_chunks FAILED [ 39%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_cache_files FAILED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_chunks_archive FAILED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_old_version_interfered FAILED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::DiffArchiverTestCase::test_basic_functionality FAILED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::DiffArchiverTestCase::test_sort_option FAILED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_get_args PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_chunk_content_equal PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestBuildFilter::test_basic PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestBuildFilter::test_empty PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestBuildFilter::test_strip_components PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_simple PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[-p-progress-True-before] PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[-p-progress-True-after] PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[-p-progress-True-both] PASSED [ 40%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[--lock-wait=3-lock_wait-3-before] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[--lock-wait=3-lock_wait-3-after] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::TestCommonOptions::test_flag_position_independence[--lock-wait=3-lock_wait-3-both] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_parse_storage_quota PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[borgfs-parser2] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[break-lock-parser3] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[check-parser4] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[compact-parser5] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[config-parser6] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[create-parser7] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug convert-profile-parser8] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug delete-obj-parser9] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug dump-archive-parser10] PASSED [ 41%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug dump-archive-items-parser11] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug dump-manifest-parser12] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug dump-repo-objs-parser13] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug get-obj-parser14] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug info-parser15] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug put-obj-parser16] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug refcount-obj-parser17] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug search-repo-objs-parser18] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[debug-parser19] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[delete-parser20] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[diff-parser21] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[export-tar-parser22] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[extract-parser23] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[help-parser24] PASSED [ 42%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[info-parser25] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[init-parser26] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[key change-passphrase-parser27] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[key export-parser28] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[key import-parser29] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[key migrate-to-repokey-parser30] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[key-parser31] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[list-parser32] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[mount-parser33] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[prune-parser34] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[recreate-parser35] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[rename-parser36] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[serve-parser37] PASSED [ 43%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[umount-parser38] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[upgrade-parser39] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting[with-lock-parser40] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting_helptexts[patterns-\nThe path/filenames used as input for the pattern matching start from the\ncurrently active recursion root. You usually give the recursion root(s)\nwhen invoking borg and these can be either relative or absolute paths.\n\nSo, when you give `relative/` as root, the paths going into the matcher\nwill look like `relative/.../file.ext`. When you give `/absolute/` as\nroot, they will look like `/absolute/.../file.ext`.\n\nFile paths in Borg archives are always stored normalized and relative.\nThis means that e.g. ``borg create /path/to/repo ../some/path`` will\nstore all files as `some/path/.../file.ext` and ``borg create\n/path/to/repo /home/user`` will store all files as\n`home/user/.../file.ext`.\n\nFile patterns support these styles: fnmatch, shell, regular expressions,\npath prefixes and path full-matches. By default, fnmatch is used for\n``--exclude`` patterns and shell-style is used for the experimental\n``--pattern`` option.\n\nStarting with Borg 1.2, for all but regular expression pattern matching\nstyles, all paths are treated as relative, meaning that a leading path\nseparator is removed after normalizing and before matching. This allows\nyou to use absolute or relative patterns arbitrarily.\n\nIf followed by a colon (':') the first two characters of a pattern are\nused as a style selector. Explicit style selection is necessary when a\nnon-default style is desired or when the desired pattern starts with\ntwo alphanumeric characters followed by a colon (i.e. `aa:something/*`).\n\n`Fnmatch `_, selector `fm:`\n This is the default style for ``--exclude`` and ``--exclude-from``.\n These patterns use a variant of shell pattern syntax, with '\\*' matching\n any number of characters, '?' matching any single character, '[...]'\n matching any single character specified, including ranges, and '[!...]'\n matching any character not specified. For the purpose of these patterns,\n the path separator (backslash for Windows and '/' on other systems) is not\n treated specially. Wrap meta-characters in brackets for a literal\n match (i.e. `[?]` to match the literal character `?`). For a path\n to match a pattern, the full path must match, or it must match\n from the start of the full path to just before a path separator. Except\n for the root path, paths will never end in the path separator when\n matching is attempted. Thus, if a given pattern ends in a path\n separator, a '\\*' is appended before matching is attempted. A leading\n path separator is always removed.\n\nShell-style patterns, selector `sh:`\n This is the default style for ``--pattern`` and ``--patterns-from``.\n Like fnmatch patterns these are similar to shell patterns. The difference\n is that the pattern may include `**/` for matching zero or more directory\n levels, `*` for matching zero or more arbitrary characters with the\n exception of any path separator. A leading path separator is always removed.\n\nRegular expressions, selector `re:`\n Regular expressions similar to those found in Perl are supported. Unlike\n shell patterns regular expressions are not required to match the full\n path and any substring match is sufficient. It is strongly recommended to\n anchor patterns to the start ('^'), to the end ('$') or both. Path\n separators (backslash for Windows and '/' on other systems) in paths are\n always normalized to a forward slash ('/') before applying a pattern. The\n regular expression syntax is described in the `Python documentation for\n the re module `_.\n\nPath prefix, selector `pp:`\n This pattern style is useful to match whole sub-directories. The pattern\n `pp:root/somedir` matches `root/somedir` and everything therein. A leading\n path separator is always removed.\n\nPath full-match, selector `pf:`\n This pattern style is (only) useful to match full paths.\n This is kind of a pseudo pattern as it can not have any variable or\n unspecified parts - the full path must be given. `pf:root/file.ext` matches\n `root/file.ext` only. A leading path separator is always removed.\n\n Implementation note: this is implemented via very time-efficient O(1)\n hashtable lookups (this means you can have huge amounts of such patterns\n without impacting performance much).\n Due to that, this kind of pattern does not respect any context or order.\n If you use such a pattern to include a file, it will always be included\n (if the directory recursion encounters it).\n Other include/exclude patterns that would normally match will be ignored.\n Same logic applies for exclude.\n\n.. note::\n\n `re:`, `sh:` and `fm:` patterns are all implemented on top of the Python SRE\n engine. It is very easy to formulate patterns for each of these types which\n requires an inordinate amount of time to match paths. If untrusted users\n are able to supply patterns, ensure they cannot supply `re:` patterns.\n Further, ensure that `sh:` and `fm:` patterns only contain a handful of\n wildcards at most.\n\nExclusions can be passed via the command line option ``--exclude``. When used\nfrom within a shell the patterns should be quoted to protect them from\nexpansion.\n\nThe ``--exclude-from`` option permits loading exclusion patterns from a text\nfile with one pattern per line. Lines empty or starting with the number sign\n('#') after removing whitespace on both ends are ignored. The optional style\nselector prefix is also supported for patterns loaded from a file. Due to\nwhitespace removal paths with whitespace at the beginning or end can only be\nexcluded using regular expressions.\n\nTo test your exclusion patterns without performing an actual backup you can\nrun ``borg create --list --dry-run ...``.\n\nExamples::\n\n # Exclude '/home/user/file.o' but not '/home/user/file.odt':\n $ borg create -e '*.o' backup /\n\n # Exclude '/home/user/junk' and '/home/user/subdir/junk' but\n # not '/home/user/importantjunk' or '/etc/junk':\n $ borg create -e '/home/*/junk' backup /\n\n # Exclude the contents of '/home/user/cache' but not the directory itself:\n $ borg create -e home/user/cache/ backup /\n\n # The file '/home/user/cache/important' is *not* backed up:\n $ borg create -e /home/user/cache/ backup / /home/user/cache/important\n\n # The contents of directories in '/home' are not backed up when their name\n # ends in '.tmp'\n $ borg create --exclude 're:^/home/[^/]+\\.tmp/' backup /\n\n # Load exclusions from file\n $ cat >exclude.txt <`_, e.g. {now:%Y-%m-%d_%H:%M:%S}\n\n{utcnow}\n The current UTC date and time, by default in ISO-8601 format.\n You can also supply your own `format string `_, e.g. {utcnow:%Y-%m-%d_%H:%M:%S}\n\n{user}\n The user name (or UID, if no name is available) of the user running borg.\n\n{pid}\n The current process ID.\n\n{borgversion}\n The version of borg, e.g.: 1.0.8rc1\n\n{borgmajor}\n The version of borg, only the major version, e.g.: 1\n\n{borgminor}\n The version of borg, only major and minor version, e.g.: 1.0\n\n{borgpatch}\n The version of borg, only major, minor and patch version, e.g.: 1.0.8\n\nIf literal curly braces need to be used, double them for escaping::\n\n borg create /path/to/repo::{{literal_text}}\n\nExamples::\n\n borg create /path/to/repo::{hostname}-{user}-{utcnow} ...\n borg create /path/to/repo::{hostname}-{now:%Y-%m-%d_%H:%M:%S} ...\n borg prune --prefix '{hostname}-' ...\n\n.. note::\n systemd uses a difficult, non-standard syntax for command lines in unit files (refer to\n the `systemd.unit(5)` manual page).\n\n When invoking borg from unit files, pay particular attention to escaping,\n especially when using the now/utcnow placeholders, since systemd performs its own\n %-based variable replacement even in quoted text. To avoid interference from systemd,\n double all percent signs (``{hostname}-{now:%Y-%m-%d_%H:%M:%S}``\n becomes ``{hostname}-{now:%%Y-%%m-%%d_%%H:%%M:%%S}``).\n\n] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_help_formatting_helptexts[compression-\nIt is no problem to mix different compression methods in one repo,\ndeduplication is done on the source data chunks (not on the compressed\nor encrypted data).\n\nIf some specific chunk was once compressed and stored into the repo, creating\nanother backup that also uses this chunk will not change the stored chunk.\nSo if you use different compression specs for the backups, whichever stores a\nchunk first determines its compression. See also borg recreate.\n\nCompression is lz4 by default. If you want something else, you have to specify what you want.\n\nValid compression specifiers are:\n\nnone\n Do not compress.\n\nlz4\n Use lz4 compression. Very high speed, very low compression. (default)\n\nzstd[,L]\n Use zstd ("zstandard") compression, a modern wide-range algorithm.\n If you do not explicitly give the compression level L (ranging from 1\n to 22), it will use level 3.\n Archives compressed with zstd are not compatible with borg < 1.1.4.\n\nzlib[,L]\n Use zlib ("gz") compression. Medium speed, medium compression.\n If you do not explicitly give the compression level L (ranging from 0\n to 9), it will use level 6.\n Giving level 0 (means "no compression", but still has zlib protocol\n overhead) is usually pointless, you better use "none" compression.\n\nlzma[,L]\n Use lzma ("xz") compression. Low speed, high compression.\n If you do not explicitly give the compression level L (ranging from 0\n to 9), it will use level 6.\n Giving levels above 6 is pointless and counterproductive because it does\n not compress better due to the buffer size used by borg - but it wastes\n lots of CPU cycles and RAM.\n\nauto,C[,L]\n Use a built-in heuristic to decide per chunk whether to compress or not.\n The heuristic tries with lz4 whether the data is compressible.\n For incompressible data, it will not use compression (uses "none").\n For compressible data, it uses the given C[,L] compression - with C[,L]\n being any valid compression specifier.\n\nExamples::\n\n borg create --compression lz4 REPO::ARCHIVE data\n borg create --compression zstd REPO::ARCHIVE data\n borg create --compression zstd,10 REPO::ARCHIVE data\n borg create --compression zlib REPO::ARCHIVE data\n borg create --compression zlib,1 REPO::ARCHIVE data\n borg create --compression auto,lzma,6 REPO::ARCHIVE data\n borg create --compression auto,lzma ...\n\n] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_no_chunks PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_simple PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_multiple PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-elem0-Unexpected object: map] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-error1] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-1-Unexpected object: integer] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-1.0-Unexpected object: double] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-True-Unexpected object: true] PASSED [ 44%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-False-Unexpected object: false] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[0-None-Unexpected object: nil] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-elem0-Unexpected object: map] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-error1] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-1-Unexpected object: integer] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-1.0-Unexpected object: double] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-True-Unexpected object: true] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-False-Unexpected object: false] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[1-None-Unexpected object: nil] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-elem0-Unexpected object: map] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-error1] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-1-Unexpected object: integer] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-1.0-Unexpected object: double] PASSED [ 45%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-True-Unexpected object: true] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-False-Unexpected object: false] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted[2-None-Unexpected object: nil] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_ancillary[data0-Invalid chunk list entry length] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_ancillary[data1-Invalid chunk list entry length] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_ancillary[data2-Unexpected object: integer] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_ancillary[data3-Unexpected object: integer] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_ancillary[data4-Unexpected object: double] PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_corrupted_refcount PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_refcount_max_value PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestCacheSynchronizer::test_refcount_one_below_max_value PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_does_not_contain_manifest PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_does_not_delete_existing_chunks PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_does_not_overwrite PASSED [ 46%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_seen_chunk_add_chunk_size PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_deletes_chunks_during_lifetime PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_files_cache PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_txn PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_incref_after_add_chunk PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestAdHocCache::test_existing_incref_after_add_chunk PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_plaintext PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile_nonce_rollback_protection PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile_kfenv PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile2 PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile2_kfenv PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_keyfile_blake2 PASSED [ 47%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_passphrase PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_integrity PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[PlaintextKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[AuthenticatedKey0] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[KeyfileKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[RepoKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[AuthenticatedKey1] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[Blake2KeyfileKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[Blake2RepoKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_roundtrip[Blake2AuthenticatedKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[PlaintextKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[AuthenticatedKey0] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[KeyfileKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[RepoKey] PASSED [ 48%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[AuthenticatedKey1] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[Blake2KeyfileKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[Blake2RepoKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_decrypt_decompress[Blake2AuthenticatedKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[PlaintextKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[AuthenticatedKey0] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[KeyfileKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[RepoKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[AuthenticatedKey1] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[Blake2KeyfileKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[Blake2RepoKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_assert_id[Blake2AuthenticatedKey] PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_authenticated_encrypt PASSED [ 49%] build/lib.linux-aarch64-3.8/borg/testsuite/cache.py::TestKey::test_blake2_authenticated_encrypt PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/checksums.py::test_crc32[crc32_slice_by_8] PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/checksums.py::test_xxh64 PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/checksums.py::test_streaming_xxh64 PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py::ChunkerFixedTestCase::test_chunkify_header_and_blocks PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py::ChunkerFixedTestCase::test_chunkify_just_blocks PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py::ChunkerTestCase::test_buzhash PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py::ChunkerTestCase::test_chunkify PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker.py::ChunkerTestCase::test_small_reads PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/chunker_slow.py::ChunkerRegressionTestCase::test_chunkpoints_unchanged PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_get_compressor PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_cnull PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_lz4 PASSED [ 50%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_lz4_buffer_allocation PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_zlib PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_lzma PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_zstd PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_autodetect_invalid PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_zlib_compat PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_compressor PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_auto PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/compress.py::test_compression_specs PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_AE PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_AEAD PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_AES256_CTR_HMAC_SHA256 PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_AES256_CTR_HMAC_SHA256_aad PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_UNENCRYPTED PASSED [ 51%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_blake2b_256 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_bytes_to_int PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_bytes_to_long PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hkdf_hmac_sha512 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hkdf_hmac_sha512_2 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hkdf_hmac_sha512_3 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hkdf_hmac_sha512_4 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hkdf_hmac_sha512_5 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/crypto.py::CryptoTestCase::test_hmac_sha256 PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_no_integrity PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_truncated_integrity PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_unknown_algorithm PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_malformed[{"ALGORITHM": "HMAC_SERIOUSHASH", "digests": "1234"}] PASSED [ 52%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_malformed[[]] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_malformed[1234.5] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_malformed["A string"] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestReadIntegrityFile::test_malformed[Invalid JSON] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_simple PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_corrupted_file PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_corrupted_file_partial_read PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_renamed_file[different_file] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_renamed_file[different_file.different_ext] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_moved_file PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFile::test_no_integrity PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFileParts::test_simple PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFileParts::test_wrong_part_name PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFileParts::test_part_independence[False] PASSED [ 53%] build/lib.linux-aarch64-3.8/borg/testsuite/file_integrity.py::TestDetachedIntegrityCheckedFileParts::test_part_independence[True] PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_chunkindex PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_chunkindex_merge PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_chunkindex_summarize PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_iteritems PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_nsindex PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexTestCase::test_resize PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexExtraTestCase::test_chunk_indexer PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexSizeTestCase::test_size_on_disk PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexSizeTestCase::test_size_on_disk_accurate PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_add PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_limit PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_merge_limit1 PASSED [ 54%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_merge_limit2 PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_merge_limit3 PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_chunkindex_merge_limit4 PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_decref_limit PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_decref_zero PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_incref_decref PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_incref_limit PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_keyerror PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexRefcountingTestCase::test_setitem_raises PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexDataTestCase::test_identical_creation PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexDataTestCase::test_read_known_good PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexIntegrityTestCase::test_identical_creation PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexIntegrityTestCase::test_integrity_checked_file PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexIntegrityTestCase::test_read_known_good PASSED [ 55%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_empty PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_first_empty PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_identical_creation PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_last_used PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_merge PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_read_known_good PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_simple PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::HashIndexCompactTestCase::test_too_few_empty_slots PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::NSIndexTestCase::test_nsindex_segment_limit PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/hashindex.py::AllIndexTestCase::test_max_load_factor PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::BigIntTestCase::test_bigint PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_bin_to_hex PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_ssh PASSED [ 56%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_file PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_scp PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_smb PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_folder PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_long_path PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_abspath PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_relpath PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_with_colons PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_user_parsing PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_underspecified PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_no_slashes PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_canonical_path PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_format_path PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithoutEnv::test_bad_syntax PASSED [ 57%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_ssh PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_file PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_scp PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_folder PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_abspath PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_relpath PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_with_colons PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestLocationWithEnv::test_no_slashes PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::FormatTimedeltaTestCase::test PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_chunkerparams PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::MakePathSafeTestCase::test PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[yearly-3-expected_ids0] PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[monthly-3-expected_ids1] PASSED [ 58%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[weekly-2-expected_ids2] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[daily-3-expected_ids3] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[hourly-3-expected_ids4] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[minutely-3-expected_ids5] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[secondly-4-expected_ids6] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_prune_split[daily-0-expected_ids7] PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::IntervalTestCase::test_interval PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::IntervalTestCase::test_interval_number PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::IntervalTestCase::test_interval_time_unit PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::PruneWithinTestCase::test_prune_within PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::StableDictTestCase::test PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestParseTimestamp::test PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_get_base_dir PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_get_config_dir PASSED [ 59%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_get_cache_dir PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_get_keys_dir PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_get_security_dir PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_file_size PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_file_size_precision PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_file_size_sign PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[1-1] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[20-20] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[5K-5000] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[1.75M-1750000] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[1e+9-1000000000.0] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size[-1T--1000000000000.0] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size_invalid[] PASSED [ 60%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size_invalid[5 \xc4pfel] PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size_invalid[4E] PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size_invalid[2229 bit] PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_parse_file_size_invalid[1B] PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_is_slow_msgpack PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestBuffer::test_type PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestBuffer::test_len PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestBuffer::test_resize PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestBuffer::test_limit PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestBuffer::test_get PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_input PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_input_defaults PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_input_custom PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_env PASSED [ 61%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_env_default PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_defaults PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_retry PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_no_retry PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_output PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_yes_env_output PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_progress_percentage_sameline PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_progress_percentage_step PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_progress_percentage_quiet PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_progress_endless PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_progress_endless_step PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_partial_format PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_chunk_file_wrapper PASSED [ 62%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_chunkit PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_clean_lines PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_format_line PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_format_line_erroneous PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_replace_placeholders PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_swidth_slice SKIPPED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_swidth_slice_mixed_characters SKIPPED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::test_safe_timestamps PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_simple PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_not_found PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_bad_syntax[mismatched "quote] PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_bad_syntax[foo --bar="baz] PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_bad_syntax[] PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/helpers.py::TestPopenWithErrorHandling::test_shell PASSED [ 63%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_empty PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_from_dict PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_from_kw PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_int_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_bigint_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_user_group_none PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_se_str_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_list_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_dict_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_unknown_property PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_file_size PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_file_size_no_chunks PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/item.py::test_item_optr PASSED [ 64%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_plaintext PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile_nonce_rollback_protection PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile_kfenv PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile2 PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile2_kfenv PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_keyfile_blake2 PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_passphrase PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_integrity PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[PlaintextKey] PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[AuthenticatedKey0] PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[KeyfileKey] PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[RepoKey] PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[AuthenticatedKey1] PASSED [ 65%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[Blake2KeyfileKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[Blake2RepoKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_roundtrip[Blake2AuthenticatedKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[PlaintextKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[AuthenticatedKey0] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[KeyfileKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[RepoKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[AuthenticatedKey1] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[Blake2KeyfileKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[Blake2RepoKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_decrypt_decompress[Blake2AuthenticatedKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[PlaintextKey] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[AuthenticatedKey0] PASSED [ 66%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[KeyfileKey] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[RepoKey] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[AuthenticatedKey1] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[Blake2KeyfileKey] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[Blake2RepoKey] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_assert_id[Blake2AuthenticatedKey] PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_authenticated_encrypt PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestKey::test_blake2_authenticated_encrypt PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestPassphrase::test_passphrase_new_verification PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestPassphrase::test_passphrase_new_empty PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestPassphrase::test_passphrase_new_retries PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestPassphrase::test_passphrase_repr PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_unpack_future PASSED [ 67%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_missing_when_required PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_missing PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_unknown_type_when_required PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_unknown_type PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_invalid[tam0-TAMUnsupportedSuiteError] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_invalid[tam1-TAMUnsupportedSuiteError] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_invalid[None-TAMInvalid] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_invalid[1234-TAMInvalid] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_wrong_types[hmac0-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_wrong_types[\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-salt1] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_wrong_types[None-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_wrong_types[\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-None] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_round_trip PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_tampered[hmac] PASSED [ 68%] build/lib.linux-aarch64-3.8/borg/testsuite/key.py::TestTAM::test_tampered[salt] PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestTimeoutTimer::test_timeout PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestTimeoutTimer::test_notimeout_sleep PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_checks PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_acquire_break_reacquire PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_timeout PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_kill_stale PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_migrate_lock PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestExclusiveLock::test_race_condition PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_shared PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_exclusive PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_upgrade PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_downgrade PASSED [ 69%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_got_exclusive_lock PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_break PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_timeout PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_kill_stale PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLock::test_migrate_lock PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLockRoster::test_empty PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLockRoster::test_modify_get PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLockRoster::test_kill_stale PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/locking.py::TestLockRoster::test_migrate_lock PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/logger.py::test_setup_logging PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/logger.py::test_multiple_loggers PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/logger.py::test_parent_module PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/logger.py::test_lazy_logger PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/lrucache.py::TestLRUCache::test_lrucache PASSED [ 70%] build/lib.linux-aarch64-3.8/borg/testsuite/lrucache.py::TestLRUCache::test_dispose PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_inline PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_inline_spread PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_comment_inline PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_inline_escape PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_comment PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_directive_note PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_ref PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nanorst.py::test_undefined_ref PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_empty_cache_and_old_server PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_empty_cache PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_empty_nonce PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_sync_nonce PASSED [ 71%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_server_just_upgraded PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_transaction_abort_no_cache PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_transaction_abort_old_server PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_transaction_abort_on_other_client PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/nonces.py::TestNonceManager::test_interleaved PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/-expected0] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/home-expected1] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/home///-expected2] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/./home-expected3] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/home/user-expected4] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/home/user2-expected5] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full[/home/user/.bashrc-expected6] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full_relative[-expected0] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full_relative[relative-expected1] PASSED [ 72%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full_relative[relative/path/-expected2] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_full_relative[relative/path-expected3] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/-None] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/./-None] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[-expected2] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/home/u-expected3] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/home/user-expected4] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/etc-expected5] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[///etc//////-expected6] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/./home//..//home/user2-expected7] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix[/srv-expected8] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix_relative[-expected0] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix_relative[foo-expected1] PASSED [ 73%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix_relative[relative-expected2] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_prefix_relative[more-expected3] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/*-None] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/./*-None] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[*-None] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[*/*-expected3] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[*///*-expected4] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/home/u-expected5] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/home/*-expected6] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/home/user/*-expected7] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/etc/*-expected8] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[*/.pr????e-expected9] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[///etc//////*-expected10] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/./home//..//home/user2/*-expected11] PASSED [ 74%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/srv*-expected12] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_fnmatch[/home/*/.thumbnails-expected13] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[*-None] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[**/*-None] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/**/*-None] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/./*-None] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[*/*-expected4] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[*///*-expected5] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/home/u-expected6] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/home/*-expected7] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/home/user/*-expected8] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/etc/*/*-expected9] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/etc/**/*-expected10] PASSED [ 75%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/etc/**/*/*-expected11] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[*/.pr????e-expected12] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[**/.pr????e-expected13] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[///etc//////*-expected14] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/./home//..//home/user2/-expected15] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/./home//..//home/user2/**/*-expected16] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/srv*/-expected17] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/srv*-expected18] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/srv/*-expected19] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/srv2/**-expected20] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/srv2/**/-expected21] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/home/*/.thumbnails-expected22] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_shell[/home/*/*/.thumbnails-expected23] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[-None] PASSED [ 76%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[.*-None] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[^/-None] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[^abc$-expected3] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[^[^/]-expected4] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_patterns_regex[^(?!/srv|/foo|/opt)-expected5] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_regex_pattern PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_composed_unicode_pattern[pattern0] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_composed_unicode_pattern[pattern1] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_composed_unicode_pattern[pattern2] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_composed_unicode_pattern[pattern3] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_decomposed_unicode_pattern[pattern0] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_decomposed_unicode_pattern[pattern1] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_decomposed_unicode_pattern[pattern2] PASSED [ 77%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_decomposed_unicode_pattern[pattern3] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_invalid_unicode_pattern[pattern0] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_invalid_unicode_pattern[pattern1] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_invalid_unicode_pattern[pattern2] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_invalid_unicode_pattern[pattern3] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines0-None] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines1-None] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines2-expected2] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines3-expected3] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines4-expected4] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines5-expected5] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines6-expected6] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines7-expected7] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines8-expected8] PASSED [ 78%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines9-expected9] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines10-None] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines11-expected11] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines12-None] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines13-expected13] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines14-expected14] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_exclude_patterns_from_file[lines15-expected15] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines0-expected_roots0-0] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines1-expected_roots1-0] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines2-expected_roots2-1] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines3-expected_roots3-2] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines4-expected_roots4-0] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines5-expected_roots5-0] PASSED [ 79%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_patterns_from_file[lines6-expected_roots6-1] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_switch_patterns_style PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_invalid_patterns_from_file[lines0] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_load_invalid_patterns_from_file[lines1] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines0-None] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines1-None] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines2-expected2] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines3-expected3] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines4-expected4] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines5-expected5] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines6-expected6] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines7-expected7] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines8-expected8] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines9-expected9] PASSED [ 80%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_inclexcl_patterns_from_file[lines10-expected10] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[*-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[/data/*-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[fm:-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[fm:*-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[fm:/data/*-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[fm:fm:/data/*-FnmatchPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[re:-RegexPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[re:.*-RegexPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[re:^/something/-RegexPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[re:re:^/something/-RegexPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[pp:-PathPrefixPattern] PASSED [ 81%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[pp:/-PathPrefixPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[pp:/data/-PathPrefixPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[pp:pp:/data/-PathPrefixPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[sh:-ShellPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[sh:*-ShellPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[sh:/data/*-ShellPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern[sh:sh:/data/*-ShellPattern] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern_error[aa:] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern_error[fo:*] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern_error[00:] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_parse_pattern_error[x1:abc] PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/patterns.py::test_pattern_matcher PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::PlatformLinuxTestCase::test_access_acl PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::PlatformLinuxTestCase::test_default_acl PASSED [ 82%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::PlatformLinuxTestCase::test_utils PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::PlatformDarwinTestCase::test_access_acl SKIPPED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::PlatformPosixTestCase::test_swidth_ascii PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::test_process_alive PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/platform.py::test_process_id PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_plaintext PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile_nonce_rollback_protection PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile_kfenv PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile2 PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile2_kfenv PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_keyfile_blake2 PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_passphrase PASSED [ 83%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_integrity PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[PlaintextKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[AuthenticatedKey0] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[KeyfileKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[RepoKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[AuthenticatedKey1] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[Blake2KeyfileKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[Blake2RepoKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_roundtrip[Blake2AuthenticatedKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[PlaintextKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[AuthenticatedKey0] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[KeyfileKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[RepoKey] PASSED [ 84%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[AuthenticatedKey1] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[Blake2KeyfileKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[Blake2RepoKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_decrypt_decompress[Blake2AuthenticatedKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[PlaintextKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[AuthenticatedKey0] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[KeyfileKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[RepoKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[AuthenticatedKey1] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[Blake2KeyfileKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[Blake2RepoKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_assert_id[Blake2AuthenticatedKey] PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_authenticated_encrypt PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestKey::test_blake2_authenticated_encrypt PASSED [ 85%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestSleepingBandwidthLimiter::test_write_unlimited PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestSleepingBandwidthLimiter::test_write PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestRepositoryCache::test_simple PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestRepositoryCache::test_backoff PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestRepositoryCache::test_enospc PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/remote.py::TestRepositoryCache::test_cache_corruption PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test1 PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test2 PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_consistency PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_consistency2 PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_list PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_max_data_size PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_overwrite_in_same_transaction PASSED [ 86%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_scan PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryTestCase::test_single_kind_transactions PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::LocalRepositoryTestCase::test_sparse1 PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::LocalRepositoryTestCase::test_sparse2 PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::LocalRepositoryTestCase::test_sparse_delete PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::LocalRepositoryTestCase::test_uncommitted_garbage PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_crash_before_compact_segments PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_crash_before_deleting_compacted_segments PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_crash_before_write_index PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_ignores_commit_tag_in_data PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_moved_deletes_are_tracked PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_replay_lock_upgrade PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_replay_lock_upgrade_old PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_replay_of_missing_index PASSED [ 87%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_shadow_index_rollback PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCommitTestCase::test_shadowed_entries_are_preserved PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAppendOnlyTestCase::test_append_only PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAppendOnlyTestCase::test_destroy_append_only PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryFreeSpaceTestCase::test_additional_free_space PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryFreeSpaceTestCase::test_create_free_space PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::QuotaTestCase::test_exceed_quota PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::QuotaTestCase::test_tracking PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::NonceReservation::test_commit_nonce_reservation PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::NonceReservation::test_commit_nonce_reservation_asserts PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::NonceReservation::test_get_free_nonce PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::NonceReservation::test_get_free_nonce_asserts PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_corrupted_hints PASSED [ 88%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_deleted_hints PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_deleted_index PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_index PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_index_corrupted PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_index_corrupted_without_integrity PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_index_outside_transaction PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_subtly_corrupted_hints PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_subtly_corrupted_hints_without_integrity PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_unknown_integrity_version PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_unreadable_hints PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryAuxiliaryCorruptionTestCase::test_unreadable_index PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_crash_before_compact PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_corrupted_commit_segment PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_corrupted_segment PASSED [ 89%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_index_too_new PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_missing_commit_segment PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_missing_index PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_missing_segment PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryCheckTestCase::test_repair_no_commits PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryHintsTestCase::test_hints_behaviour PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RepositoryHintsTestCase::test_hints_persistence PASSED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test1 FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test2 FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_borg_cmd FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_consistency FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_consistency2 FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_invalid_rpc FAILED [ 90%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_list FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_max_data_size FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_overwrite_in_same_transaction FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_rpc_exception_transport FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_scan FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_single_kind_transactions FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_ssh_cmd FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLegacyFree::test_legacy_free FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_crash_before_compact FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_corrupted_commit_segment FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_corrupted_segment FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_index_too_new FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_commit_segment FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_index FAILED [ 91%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_segment FAILED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_no_commits FAILED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_info_to_correct_local_child PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_post11_format_messages PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_pre11_format_messages PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_remote_messages_screened PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_stderr_messages PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLoggerTestCase::test_stderr_progress_messages PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns0] PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo\\bar-patterns1] PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/c/\u0152/e/bar-patterns2] PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[\xe4\xf6\xdc-patterns3] PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns4] PASSED [ 92%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns5] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns6] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns7] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns8] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns9] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns10] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[-patterns11] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns12] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo-patterns13] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foobar-patterns14] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foobar-patterns15] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foobarbaz-patterns16] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[bar-patterns17] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foobar-patterns18] PASSED [ 93%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns19] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns20] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns21] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns22] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns23] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns24] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns25] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns26] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar-patterns27] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/1/bar-patterns28] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/1/22/333/bar-patterns29] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/-patterns30] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/1/-patterns31] PASSED [ 94%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/1/22/333/-patterns32] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[bar-patterns33] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[1/bar-patterns34] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[1/22/333/bar-patterns35] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo/bar/baz-patterns36] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo1-patterns37] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo2-patterns38] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo2/bar-patterns39] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[f??f-patterns40] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo]-patterns41] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo3-patterns42] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo^-patterns43] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match[foo!-patterns44] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[-patterns0] PASSED [ 95%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo-patterns1] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo-patterns2] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo-patterns3] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/ar-patterns4] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns5] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns6] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns7] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns8] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns9] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foobar-patterns10] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns11] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo/bar-patterns12] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo3-patterns13] PASSED [ 96%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo1-patterns14] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_mismatch[foo2-patterns15] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/shellpattern.py::test_match_end PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_convert_segments[True] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_convert_segments[False] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_keys PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_convert_all[True] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_convert_all[False] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_hardlink[True] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/upgrader.py::test_hardlink[False] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a1.dev204-g8866961.d20170606-version_tuple0] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a1.dev204-g8866961-version_tuple1] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0-d20170606-version_tuple2] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a1.dev204+g8866961.d20170606-version_tuple3] PASSED [ 97%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a1.dev204+g8866961-version_tuple4] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0+d20170606-version_tuple5] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a1-version_tuple6] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0a2-version_tuple7] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0b3-version_tuple8] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[1.0.0rc4-version_tuple9] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[0.0.0-version_tuple10] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[0.0.11-version_tuple11] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[0.11.0-version_tuple12] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version[11.0.0-version_tuple13] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_parse_version_invalid PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[1.0.0a1-version_tuple0] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[1.0.0-version_tuple1] PASSED [ 98%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[1.0.0a2-version_tuple2] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[1.0.0b3-version_tuple3] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[1.0.0rc4-version_tuple4] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[0.0.0-version_tuple5] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[0.0.11-version_tuple6] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[0.11.0-version_tuple7] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/version.py::test_format_version[11.0.0-version_tuple8] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::XattrTestCase::test PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::XattrTestCase::test_getxattr_buffer_growth PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::XattrTestCase::test_listxattr_buffer_growth PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::test_split_lstring[-splitted0] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::test_split_lstring[\x00-splitted1] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::test_split_lstring[\x01a-splitted2] PASSED [ 99%] build/lib.linux-aarch64-3.8/borg/testsuite/xattr.py::test_split_lstring[\x01a\x02cd-splitted3] PASSED [100%] =================================== FAILURES =================================== __________________________ test_return_codes[python] ___________________________ cmd = .exec_fn at 0xffffa69590d0> tmpdir = local('/tmp/pytest-of-iurt/pytest-0/test_return_codes_python_0') def test_return_codes(cmd, tmpdir): repo = tmpdir.mkdir('repo') input = tmpdir.mkdir('input') output = tmpdir.mkdir('output') input.join('test_file').write('content') rc, out = cmd('init', '--encryption=none', '%s' % str(repo)) > assert rc == EXIT_SUCCESS E assert 2 == 0 E +2 E -0 build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:154: AssertionError _____________ ArchiverTestCase.test_aes_counter_uniqueness_keyfile _____________ self = def test_aes_counter_uniqueness_keyfile(self): > self.verify_aes_counter_uniqueness('keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2622: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2612: in verify_aes_counter_uniqueness self.cmd('init', '--encryption=' + method, self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ArchiverTestCase.test_aes_counter_uniqueness_passphrase ____________ self = def test_aes_counter_uniqueness_passphrase(self): > self.verify_aes_counter_uniqueness('repokey') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2625: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2612: in verify_aes_counter_uniqueness self.cmd('init', '--encryption=' + method, self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________________ ArchiverTestCase.test_atime __________________________ self = @pytest.mark.skipif(not is_utime_fully_supported(), reason='cannot properly setup and execute test without utime') def test_atime(self): def has_noatime(some_file): atime_before = os.stat(some_file).st_atime_ns try: with open(os.open(some_file, flags_noatime)) as file: file.read() except PermissionError: return False else: atime_after = os.stat(some_file).st_atime_ns noatime_used = flags_noatime != flags_normal return noatime_used and atime_before == atime_after self.create_test_files() atime, mtime = 123456780, 234567890 have_noatime = has_noatime('input/file1') os.utime('input/file1', (atime, mtime)) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:504: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_bad_filters _______________________ self = def test_bad_filters(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2880: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_basic_functionality ___________________ self = def test_basic_functionality(self): have_root = self.create_test_files() # fork required to test show-rc output > output = self.cmd('init', '--encryption=repokey', '--show-version', '--show-rc', self.repository_location, fork=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:390: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- borgbackup version 1.2.0a9 You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. terminating with error status, rc 2 _______________________ ArchiverTestCase.test_break_lock _______________________ self = def test_break_lock(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_change_passphrase ____________________ self = def test_change_passphrase(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_check_cache _______________________ self = def test_check_cache(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2708: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________________ ArchiverTestCase.test_comment _________________________ self = def test_comment(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_common_options _____________________ self = def test_common_options(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2235: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_auto_compressible ______________ self = def test_compression_auto_compressible(self): > size, csize = self._get_sizes('auto,zlib', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2270: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverTestCase.test_compression_auto_uncompressible _____________ self = def test_compression_auto_uncompressible(self): > size, csize = self._get_sizes('auto,zlib', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2275: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_compression_lz4_compressible ______________ self = def test_compression_lz4_compressible(self): > size, csize = self._get_sizes('lz4', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_lz4_uncompressible _____________ self = def test_compression_lz4_uncompressible(self): > size, csize = self._get_sizes('lz4', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2283: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_lzma_compressible ______________ self = def test_compression_lzma_compressible(self): > size, csize = self._get_sizes('lzma', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2287: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverTestCase.test_compression_lzma_uncompressible _____________ self = def test_compression_lzma_uncompressible(self): > size, csize = self._get_sizes('lzma', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2291: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_none_compressible ______________ self = def test_compression_none_compressible(self): > size, csize = self._get_sizes('none', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverTestCase.test_compression_none_uncompressible _____________ self = def test_compression_none_uncompressible(self): > size, csize = self._get_sizes('none', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2257: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_zlib_compressible ______________ self = def test_compression_zlib_compressible(self): > size, csize = self._get_sizes('zlib', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2261: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverTestCase.test_compression_zlib_uncompressible _____________ self = def test_compression_zlib_uncompressible(self): > size, csize = self._get_sizes('zlib', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2266: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_compression_zstd_compressible ______________ self = def test_compression_zstd_compressible(self): > size, csize = self._get_sizes('zstd', compressible=True) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2295: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverTestCase.test_compression_zstd_uncompressible _____________ self = def test_compression_zstd_uncompressible(self): > size, csize = self._get_sizes('zstd', compressible=False) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2299: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________________ ArchiverTestCase.test_config _________________________ self = def test_config(self): self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3134: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_corrupted_repository __________________ self = def test_corrupted_repository(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1559: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_create_content_from_command _______________ self = def test_create_content_from_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1047: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______ ArchiverTestCase.test_create_content_from_command_missing_command _______ self = def test_create_content_from_command_missing_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1069: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____ ArchiverTestCase.test_create_content_from_command_with_failed_command _____ self = def test_create_content_from_command_with_failed_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1061: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_create_dry_run _____________________ self = def test_create_dry_run(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1693: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_create_json _______________________ self = def test_create_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1902: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_create_no_cache_sync __________________ self = def test_create_no_cache_sync(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1176: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_create_pattern _____________________ self = def test_create_pattern(self): """test file patterns during create""" > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1089: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______ ArchiverTestCase.test_create_pattern_exclude_folder_but_recurse ________ self = def test_create_pattern_exclude_folder_but_recurse(self): """test when patterns exclude a parent folder, but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/b\n- input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ ArchiverTestCase.test_create_pattern_exclude_folder_no_recurse ________ self = def test_create_pattern_exclude_folder_no_recurse(self): """test when patterns exclude a parent folder and, but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/b\n! input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_create_pattern_file ___________________ self = def test_create_pattern_file(self): """test file patterns during create""" > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1102: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______ ArchiverTestCase.test_create_pattern_intermediate_folders_first ________ self = def test_create_pattern_intermediate_folders_first(self): """test that intermediate folders appear first when patterns exclude a parent folder but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/a\n+ input/x/b\n- input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1155: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_create_pattern_root ___________________ self = def test_create_pattern_root(self): """test create with only a root pattern""" > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1080: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ArchiverTestCase.test_create_read_special_broken_symlink ___________ self = def test_create_read_special_broken_symlink(self): os.symlink('somewhere doesnt exist', os.path.join(self.input_path, 'link')) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1975: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_create_read_special_symlink _______________ self = @pytest.mark.skipif(not are_fifos_supported(), reason='FIFOs not supported') def test_create_read_special_symlink(self): from threading import Thread def fifo_feeder(fifo_fn, data): fd = os.open(fifo_fn, os.O_WRONLY) try: os.write(fd, data) finally: os.close(fd) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1951: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_create_topical _____________________ self = def test_create_topical(self): self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1921: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_create_without_root ___________________ self = def test_create_without_root(self): """test create without a root""" > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1075: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_debug_dump_archive ___________________ self = def test_debug_dump_archive(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3095: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_debug_dump_archive_items ________________ self = def test_debug_dump_archive_items(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2629: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_debug_dump_manifest ___________________ self = def test_debug_dump_manifest(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3080: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_debug_dump_repo_objs __________________ self = def test_debug_dump_repo_objs(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2639: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_debug_info _______________________ self = def test_debug_info(self): > output = self.cmd('debug', 'info') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_debug_profile ______________________ self = def test_debug_profile(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2221: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_debug_put_get_delete_obj ________________ self = def test_debug_put_get_delete_obj(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2648: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_debug_refcount_obj ___________________ self = def test_debug_refcount_obj(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3108: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________________ ArchiverTestCase.test_delete _________________________ self = def test_delete(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1482: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_delete_double_force ___________________ self = def test_delete_double_force(self): > self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1545: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_delete_force ______________________ self = def test_delete_force(self): > self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1526: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_delete_multiple _____________________ self = def test_delete_multiple(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1502: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_delete_repo _______________________ self = def test_delete_repo(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1514: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_detect_attic_repo ____________________ self = def test_detect_attic_repo(self): path = make_attic_repo(self.repository_path) cmds = [ ['create', path + '::test', self.tmpdir], ['extract', path + '::test'], ['check', path], ['rename', path + '::test', 'newname'], ['list', path], ['delete', path], ['prune', path], ['info', path + '::test'], ['key', 'export', path, 'exported'], ['key', 'import', path, 'import'], ['key', 'change-passphrase', path], ['break-lock', path], ] for args in cmds: output = self.cmd(*args, fork=True, exit_code=2) > assert 'Attic repository detected.' in output E AssertionError: assert 'Attic repository detected.' in 'You do not have a supported version of the msgpack python package installed. Terminating.\nThis should never happen as specific, supported versions are required by our setup.py.\nDo not contact borgbackup support about this.\n' build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3259: AssertionError _____________________ ArchiverTestCase.test_exclude_caches _____________________ self = def test_exclude_caches(self): > self._create_test_caches() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1208: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1021: in _create_test_caches self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_exclude_keep_tagged ___________________ self = def test_exclude_keep_tagged(self): > self._create_test_keep_tagged() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1269: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1243: in _create_test_keep_tagged self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverTestCase.test_exclude_normalization __________________ self = def test_exclude_normalization(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1357: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_exclude_tagged _____________________ self = def test_exclude_tagged(self): > self._create_test_tagged() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1231: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1219: in _create_test_tagged self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_export_tar _______________________ self = @requires_gnutar def test_export_tar(self): self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3177: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_export_tar_gz ______________________ self = @requires_gnutar @requires_gzip def test_export_tar_gz(self): if not shutil.which('gzip'): pytest.skip('gzip is not installed') self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3192: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_export_tar_strip_components _______________ self = @requires_gnutar def test_export_tar_strip_components(self): if not shutil.which('gzip'): pytest.skip('gzip is not installed') self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3207: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ArchiverTestCase.test_export_tar_strip_components_links ____________ self = @requires_hardlinks @requires_gnutar def test_export_tar_strip_components_links(self): > self._extract_hardlinks_setup() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3220: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_extract_hardlinks1 ___________________ self = @requires_hardlinks def test_extract_hardlinks1(self): > self._extract_hardlinks_setup() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:836: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_extract_hardlinks2 ___________________ self = @requires_hardlinks def test_extract_hardlinks2(self): > self._extract_hardlinks_setup() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:847: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverTestCase.test_extract_hardlinks_tar __________________ self = @requires_hardlinks @requires_gnutar def test_extract_hardlinks_tar(self): > self._extract_hardlinks_setup() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3232: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_extract_include_exclude _________________ self = def test_extract_include_exclude(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:864: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_extract_include_exclude_regex ______________ self = def test_extract_include_exclude_regex(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:881: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ ArchiverTestCase.test_extract_include_exclude_regex_from_file _________ self = def test_extract_include_exclude_regex_from_file(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:914: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_extract_list_output ___________________ self = def test_extract_list_output(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:987: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_extract_pattern_opt ___________________ self = def test_extract_pattern_opt(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1190: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_extract_progress ____________________ self = def test_extract_progress(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1012: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_extract_with_pattern __________________ self = def test_extract_with_pattern(self): > self.cmd("init", '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:954: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_file_status _______________________ self = def test_file_status(self): """test that various file status show expected results clearly incomplete: only tests for the weird "unchanged" status for now""" self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1827: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_file_status_cs_cache_mode ________________ self = def test_file_status_cs_cache_mode(self): """test that a changed file with faked "previous" mtime still gets backed up in ctime,size cache_mode""" self.create_regular_file('file1', contents=b'123') time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1843: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_file_status_excluded __________________ self = def test_file_status_excluded(self): """test that excluded paths are listed""" self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) if has_lchflags: self.create_regular_file('file3', size=1024 * 80) platform.set_flags(os.path.join(self.input_path, 'file3'), stat.UF_NODUMP) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1887: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_file_status_ms_cache_mode ________________ self = def test_file_status_ms_cache_mode(self): """test that a chmod'ed file with no content changes does not get chunked again in mtime,size cache_mode""" self.create_regular_file('file1', size=10) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1858: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_file_status_rc_cache_mode ________________ self = def test_file_status_rc_cache_mode(self): """test that files get rechunked unconditionally in rechunk,ctime cache mode""" self.create_regular_file('file1', size=10) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1872: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________________ ArchiverTestCase.test_help __________________________ self = def test_help(self): > assert 'Borg' in self.cmd('help') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2319: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________________ ArchiverTestCase.test_info __________________________ self = def test_info(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1421: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_info_json ________________________ self = def test_info_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1432: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_init_interrupt _____________________ self = def test_init_interrupt(self): def raise_eof(*args): raise EOFError with patch.object(KeyfileKeyBase, 'create', raise_eof): > self.cmd('init', '--encryption=repokey', self.repository_location, exit_code=1) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2671: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 1 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_init_nested_repositories ________________ self = def test_init_nested_repositories(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2678: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_init_parent_dirs ____________________ self = def test_init_parent_dirs(self): parent_path = os.path.join(self.tmpdir, 'parent1', 'parent2') repository_path = os.path.join(parent_path, 'repository') repository_location = self.prefix + repository_path with pytest.raises(Repository.ParentPathDoesNotExist): # normal borg init does NOT create missing parent dirs > self.cmd('init', '--encryption=none', repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:456: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_key_export_directory __________________ self = def test_key_export_directory(self): export_directory = self.output_path + '/exported' os.mkdir(export_directory) > self.cmd('init', self.repository_location, '--encryption', 'repokey') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2979: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_key_export_keyfile ___________________ self = def test_key_export_keyfile(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2886: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_key_export_paperkey ___________________ self = def test_key_export_paperkey(self): repo_id = 'e294423506da4e1ea76e8dcdf1a3919624ae3ae496fddf905610c351d3f09239' export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3011: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_key_export_qr ______________________ self = def test_key_export_qr(self): export_file = self.output_path + '/exported.html' > self.cmd('init', self.repository_location, '--encryption', 'repokey') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2964: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_key_export_repokey ___________________ self = def test_key_export_repokey(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'repokey') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2933: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_key_import_errors ____________________ self = def test_key_import_errors(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2985: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ ArchiverTestCase.test_key_import_keyfile_with_borg_key_file __________ self = def test_key_import_keyfile_with_borg_key_file(self): > self.cmd('init', self.repository_location, '--encryption', 'keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2912: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_key_import_paperkey ___________________ self = def test_key_import_paperkey(self): repo_id = 'e294423506da4e1ea76e8dcdf1a3919624ae3ae496fddf905610c351d3f09239' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3035: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_list_chunk_counts ____________________ self = def test_list_chunk_counts(self): self.create_regular_file('empty_file', size=0) self.create_regular_file('two_chunks') with open(os.path.join(self.input_path, 'two_chunks'), 'wb') as fd: fd.write(b'abba' * 2000000) fd.write(b'baab' * 2000000) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2149: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_list_consider_checkpoints ________________ self = def test_list_consider_checkpoints(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2129: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_list_format _______________________ self = def test_list_format(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2094: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_list_hash ________________________ self = def test_list_hash(self): self.create_regular_file('empty_file', size=0) self.create_regular_file('amb', contents=b'a' * 1000000) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_list_json ________________________ self = def test_list_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2170: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_list_json_args _____________________ self = def test_list_json_args(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2197: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_list_prefix _______________________ self = def test_list_prefix(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2084: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverTestCase.test_list_repository_format _________________ self = def test_list_repository_format(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2104: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_list_size ________________________ self = def test_list_size(self): self.create_regular_file('compressible_file', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2158: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________________ ArchiverTestCase.test_log_json ________________________ self = def test_log_json(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2203: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_overwrite ________________________ self = def test_overwrite(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_path_normalization ___________________ self = def test_path_normalization(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1348: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_progress_off ______________________ self = def test_progress_off(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1816: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_progress_on _______________________ self = def test_progress_on(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1810: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_prune_repository ____________________ self = def test_prune_repository(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1989: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverTestCase.test_prune_repository_glob __________________ self = def test_prune_repository_glob(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2063: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_prune_repository_prefix _________________ self = def test_prune_repository_prefix(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2042: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_prune_repository_save_space _______________ self = def test_prune_repository_save_space(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2027: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_readonly_check _____________________ self = def test_readonly_check(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1574: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_readonly_diff ______________________ self = def test_readonly_diff(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1589: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_readonly_export_tar ___________________ self = def test_readonly_export_tar(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1605: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_readonly_extract ____________________ self = def test_readonly_extract(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1620: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_readonly_info ______________________ self = def test_readonly_info(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1635: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_readonly_list ______________________ self = def test_readonly_list(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1650: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_recreate_basic _____________________ self = def test_recreate_basic(self): self.create_test_files() self.create_regular_file('dir2/file3', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2747: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_recreate_dry_run ____________________ self = def test_recreate_dry_run(self): self.create_regular_file('compressible', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2825: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_recreate_exclude_caches _________________ self = def test_recreate_exclude_caches(self): > self._create_test_caches() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1213: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1021: in _create_test_caches self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_recreate_exclude_keep_tagged ______________ self = def test_recreate_exclude_keep_tagged(self): > self._create_test_keep_tagged() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1275: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1243: in _create_test_keep_tagged self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_recreate_exclude_tagged _________________ self = def test_recreate_exclude_tagged(self): > self._create_test_tagged() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1236: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1219: in _create_test_tagged self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_recreate_hardlinked_tags ________________ self = @pytest.mark.skipif(not are_hardlinks_supported(), reason='hardlinks not supported') def test_recreate_hardlinked_tags(self): # test for issue #4911 > self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1283: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_recreate_list_output __________________ self = def test_recreate_list_output(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2850: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_recreate_rechunkify ___________________ self = def test_recreate_rechunkify(self): with open(os.path.join(self.input_path, 'large_file'), 'wb') as fd: fd.write(b'a' * 280) fd.write(b'b' * 280) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2778: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_recreate_recompress ___________________ self = def test_recreate_recompress(self): self.create_regular_file('compressible', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2795: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverTestCase.test_recreate_skips_nothing_to_do ______________ self = def test_recreate_skips_nothing_to_do(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2835: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_recreate_subtree_hardlinks _______________ self = @pytest.mark.skipif(not are_hardlinks_supported(), reason='hardlinks not supported') def test_recreate_subtree_hardlinks(self): # This is essentially the same problem set as in test_extract_hardlinks > self._extract_hardlinks_setup() build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2760: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_recreate_target _____________________ self = def test_recreate_target(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2726: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_recreate_target_rc ___________________ self = def test_recreate_target_rc(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2720: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_recreate_timestamp ___________________ self = def test_recreate_timestamp(self): local_timezone = datetime.now(timezone(timedelta(0))).astimezone().tzinfo self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2812: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________________ ArchiverTestCase.test_rename _________________________ self = def test_rename(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1402: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ ArchiverTestCase.test_repeated_files _____________________ self = def test_repeated_files(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1377: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_repository_move _____________________ self = def test_repository_move(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:715: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_repository_swap_detection ________________ self = def test_repository_swap_detection(self): self.create_test_files() os.environ['BORG_PASSPHRASE'] = 'passphrase' > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:630: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_repository_swap_detection2 _______________ self = def test_repository_swap_detection2(self): self.create_test_files() > self.cmd('init', '--encryption=none', self.repository_location + '_unencrypted') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:645: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ ArchiverTestCase.test_repository_swap_detection2_no_cache ___________ self = def test_repository_swap_detection2_no_cache(self): self.create_test_files() > self.cmd('init', '--encryption=none', self.repository_location + '_unencrypted') build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:676: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ArchiverTestCase.test_repository_swap_detection_no_cache ___________ self = def test_repository_swap_detection_no_cache(self): self.create_test_files() os.environ['BORG_PASSPHRASE'] = 'passphrase' > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:660: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___ ArchiverTestCase.test_repository_swap_detection_repokey_blank_passphrase ___ self = def test_repository_swap_detection_repokey_blank_passphrase(self): # Check that a repokey repo with a blank passphrase is considered like a plaintext repo. self.create_test_files() # User initializes her repository with her passphrase > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:694: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_security_dir_compat ___________________ self = def test_security_dir_compat(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:734: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_sparse_file _______________________ self = def test_sparse_file(self): def is_sparse(fn, total_size, hole_size): st = os.stat(fn) assert st.st_size == total_size sparse = True if sparse and hasattr(st, 'st_blocks') and st.st_blocks * 512 >= st.st_size: sparse = False if sparse and hasattr(os, 'SEEK_HOLE') and hasattr(os, 'SEEK_DATA'): with open(fn, 'rb') as fd: # only check if the first hole is as expected, because the 2nd hole check # is problematic on xfs due to its "dynamic speculative EOF preallocation try: if fd.seek(0, os.SEEK_HOLE) != 0: sparse = False if fd.seek(0, os.SEEK_DATA) != hole_size: sparse = False except OSError: # OS/FS does not really support SEEK_HOLE/SEEK_DATA sparse = False return sparse filename = os.path.join(self.input_path, 'sparse') content = b'foobar' hole_size = 5 * (1 << CHUNK_MAX_EXP) # 5 full chunker buffers total_size = hole_size + len(content) + hole_size with open(filename, 'wb') as fd: # create a file that has a hole at the beginning and end (if the # OS and filesystem supports sparse files) fd.seek(hole_size, 1) fd.write(content) fd.seek(hole_size, 1) pos = fd.tell() fd.truncate(pos) # we first check if we could create a sparse input file: sparse_support = is_sparse(filename, total_size, hole_size) if sparse_support: # we could create a sparse input file, so creating a backup of it and # extracting it again (as sparse) should also work: > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:601: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_strip_components ____________________ self = def test_strip_components(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:766: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverTestCase.test_symlink_extract _____________________ self = @pytest.mark.skipif(not are_symlinks_supported(), reason='symlinks not supported') def test_symlink_extract(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:480: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________________ ArchiverTestCase.test_umask __________________________ self = @pytest.mark.skipif('BORG_TESTS_IGNORE_MODES' in os.environ, reason='modes unreliable') def test_umask(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1687: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ ArchiverTestCase.test_unix_socket _______________________ self = def test_unix_socket(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverTestCase.test_unknown_feature_on_cache_sync ______________ self = def test_unknown_feature_on_cache_sync(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1721: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ ArchiverTestCase.test_unknown_feature_on_change_passphrase __________ self = def test_unknown_feature_on_change_passphrase(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1727: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_unknown_feature_on_create ________________ self = def test_unknown_feature_on_create(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1716: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_unknown_feature_on_delete ________________ self = def test_unknown_feature_on_delete(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1748: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_unknown_feature_on_mount ________________ self = @unittest.skipUnless(has_llfuse, 'llfuse not installed') def test_unknown_feature_on_mount(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1759: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverTestCase.test_unknown_feature_on_read _________________ self = def test_unknown_feature_on_read(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1732: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ ArchiverTestCase.test_unknown_feature_on_rename ________________ self = def test_unknown_feature_on_rename(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1742: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ArchiverTestCase.test_unknown_mandatory_feature_in_cache ___________ self = @pytest.mark.allow_cache_wipe def test_unknown_mandatory_feature_in_cache(self): if self.prefix: path_prefix = 'ssh://__testsuite__' else: path_prefix = '' > print(self.cmd('init', '--encryption=repokey', self.repository_location)) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1774: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ ArchiverTestCase.test_unknown_unencrypted ___________________ self = def test_unknown_unencrypted(self): > self.cmd('init', '--encryption=none', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:744: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverTestCase.test_unusual_filenames ____________________ self = def test_unusual_filenames(self): filenames = ['normal', 'with some blanks', '(with_parens)', ] for filename in filenames: filename = os.path.join(self.input_path, filename) with open(filename, 'wb'): pass > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:620: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ ArchiverTestCase.test_with_lock ________________________ self = def test_with_lock(self): > self.cmd('init', '--encryption=repokey', self.repository_location) build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2844: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverCheckTestCase.test_attic013_acl_bug __________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverCheckTestCase.test_check_usage ____________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverCheckTestCase.test_corrupted_manifest _________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverCheckTestCase.test_empty_repository __________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ArchiverCheckTestCase.test_extra_chunks ____________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ ArchiverCheckTestCase.test_manifest_rebuild_corrupted_chunk __________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ ArchiverCheckTestCase.test_manifest_rebuild_duplicate_archive _________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverCheckTestCase.test_missing_archive_item_chunk _____________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ ArchiverCheckTestCase.test_missing_archive_metadata ______________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverCheckTestCase.test_missing_file_chunk _________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverCheckTestCase.test_missing_manifest __________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ ArchiverCheckTestCase.test_verify_data ____________________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ ArchiverCheckTestCase.test_verify_data_unencrypted ______________ self = def setUp(self): super().setUp() with patch.object(ChunkBuffer, 'BUFFER_SIZE', 10): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ManifestAuthenticationTest.test_disable ____________________ self = def test_disable(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3600: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ ManifestAuthenticationTest.test_disable2 ___________________ self = def test_disable2(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3608: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ ManifestAuthenticationTest.test_fresh_init_tam_required ____________ self = def test_fresh_init_tam_required(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3553: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ManifestAuthenticationTest.test_not_required _________________ self = def test_not_required(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3568: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_aes_counter_uniqueness_keyfile __________ self = def test_aes_counter_uniqueness_keyfile(self): > self.verify_aes_counter_uniqueness('keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2622: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2612: in verify_aes_counter_uniqueness self.cmd('init', '--encryption=' + method, self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_aes_counter_uniqueness_passphrase _________ self = def test_aes_counter_uniqueness_passphrase(self): > self.verify_aes_counter_uniqueness('repokey') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2625: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2612: in verify_aes_counter_uniqueness self.cmd('init', '--encryption=' + method, self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ RemoteArchiverTestCase.test_atime _______________________ self = @pytest.mark.skipif(not is_utime_fully_supported(), reason='cannot properly setup and execute test without utime') def test_atime(self): def has_noatime(some_file): atime_before = os.stat(some_file).st_atime_ns try: with open(os.open(some_file, flags_noatime)) as file: file.read() except PermissionError: return False else: atime_after = os.stat(some_file).st_atime_ns noatime_used = flags_noatime != flags_normal return noatime_used and atime_before == atime_after self.create_test_files() atime, mtime = 123456780, 234567890 have_noatime = has_noatime('input/file1') os.utime('input/file1', (atime, mtime)) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:504: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_bad_filters ____________________ self = def test_bad_filters(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2880: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_basic_functionality ________________ self = def test_basic_functionality(self): have_root = self.create_test_files() # fork required to test show-rc output > output = self.cmd('init', '--encryption=repokey', '--show-version', '--show-rc', self.repository_location, fork=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:390: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- borgbackup version 1.2.0a9 You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. terminating with error status, rc 2 ____________________ RemoteArchiverTestCase.test_break_lock ____________________ self = def test_break_lock(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_change_passphrase _________________ self = def test_change_passphrase(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2303: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_check_cache ____________________ self = def test_check_cache(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2708: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ RemoteArchiverTestCase.test_comment ______________________ self = def test_comment(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_common_options __________________ self = def test_common_options(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2235: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_auto_compressible ___________ self = def test_compression_auto_compressible(self): > size, csize = self._get_sizes('auto,zlib', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2270: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ RemoteArchiverTestCase.test_compression_auto_uncompressible __________ self = def test_compression_auto_uncompressible(self): > size, csize = self._get_sizes('auto,zlib', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2275: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_compression_lz4_compressible ___________ self = def test_compression_lz4_compressible(self): > size, csize = self._get_sizes('lz4', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_lz4_uncompressible __________ self = def test_compression_lz4_uncompressible(self): > size, csize = self._get_sizes('lz4', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2283: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_lzma_compressible ___________ self = def test_compression_lzma_compressible(self): > size, csize = self._get_sizes('lzma', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2287: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ RemoteArchiverTestCase.test_compression_lzma_uncompressible __________ self = def test_compression_lzma_uncompressible(self): > size, csize = self._get_sizes('lzma', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2291: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_none_compressible ___________ self = def test_compression_none_compressible(self): > size, csize = self._get_sizes('none', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ RemoteArchiverTestCase.test_compression_none_uncompressible __________ self = def test_compression_none_uncompressible(self): > size, csize = self._get_sizes('none', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2257: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_zlib_compressible ___________ self = def test_compression_zlib_compressible(self): > size, csize = self._get_sizes('zlib', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2261: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ RemoteArchiverTestCase.test_compression_zlib_uncompressible __________ self = def test_compression_zlib_uncompressible(self): > size, csize = self._get_sizes('zlib', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2266: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_compression_zstd_compressible ___________ self = def test_compression_zstd_compressible(self): > size, csize = self._get_sizes('zstd', compressible=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2295: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________ RemoteArchiverTestCase.test_compression_zstd_uncompressible __________ self = def test_compression_zstd_uncompressible(self): > size, csize = self._get_sizes('zstd', compressible=False) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2299: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2245: in _get_sizes self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_corrupted_repository _______________ self = def test_corrupted_repository(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1559: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_create_content_from_command ____________ self = def test_create_content_from_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1047: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___ RemoteArchiverTestCase.test_create_content_from_command_missing_command ____ self = def test_create_content_from_command_missing_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1069: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _ RemoteArchiverTestCase.test_create_content_from_command_with_failed_command __ self = def test_create_content_from_command_with_failed_command(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1061: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_create_dry_run __________________ self = def test_create_dry_run(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1693: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_create_json ____________________ self = def test_create_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1902: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_create_no_cache_sync _______________ self = def test_create_no_cache_sync(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1176: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_create_pattern __________________ self = def test_create_pattern(self): """test file patterns during create""" > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1089: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____ RemoteArchiverTestCase.test_create_pattern_exclude_folder_but_recurse _____ self = def test_create_pattern_exclude_folder_but_recurse(self): """test when patterns exclude a parent folder, but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/b\n- input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____ RemoteArchiverTestCase.test_create_pattern_exclude_folder_no_recurse _____ self = def test_create_pattern_exclude_folder_no_recurse(self): """test when patterns exclude a parent folder and, but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/b\n! input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_create_pattern_file ________________ self = def test_create_pattern_file(self): """test file patterns during create""" > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1102: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____ RemoteArchiverTestCase.test_create_pattern_intermediate_folders_first _____ self = def test_create_pattern_intermediate_folders_first(self): """test that intermediate folders appear first when patterns exclude a parent folder but include a child""" self.patterns_file_path2 = os.path.join(self.tmpdir, 'patterns2') with open(self.patterns_file_path2, 'wb') as fd: fd.write(b'+ input/x/a\n+ input/x/b\n- input/x*\n') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1155: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_create_pattern_root ________________ self = def test_create_pattern_root(self): """test create with only a root pattern""" > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1080: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_create_read_special_broken_symlink ________ self = def test_create_read_special_broken_symlink(self): os.symlink('somewhere doesnt exist', os.path.join(self.input_path, 'link')) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1975: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_create_read_special_symlink ____________ self = @pytest.mark.skipif(not are_fifos_supported(), reason='FIFOs not supported') def test_create_read_special_symlink(self): from threading import Thread def fifo_feeder(fifo_fn, data): fd = os.open(fifo_fn, os.O_WRONLY) try: os.write(fd, data) finally: os.close(fd) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1951: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_create_topical __________________ self = def test_create_topical(self): self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1921: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_create_without_root ________________ self = def test_create_without_root(self): """test create without a root""" > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1075: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_debug_dump_archive ________________ self = def test_debug_dump_archive(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3095: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_debug_dump_archive_items _____________ self = def test_debug_dump_archive_items(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2629: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_debug_dump_manifest ________________ self = def test_debug_dump_manifest(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3080: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_debug_dump_repo_objs _______________ self = def test_debug_dump_repo_objs(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2639: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_debug_info ____________________ self = def test_debug_info(self): > output = self.cmd('debug', 'info') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3122: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_debug_profile ___________________ self = def test_debug_profile(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2221: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_debug_refcount_obj ________________ self = def test_debug_refcount_obj(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3108: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ RemoteArchiverTestCase.test_delete ______________________ self = def test_delete(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1482: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_delete_double_force ________________ self = def test_delete_double_force(self): > self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1545: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_delete_force ___________________ self = def test_delete_force(self): > self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1526: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_delete_multiple __________________ self = def test_delete_multiple(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1502: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_delete_repo ____________________ self = def test_delete_repo(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1514: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_detect_attic_repo _________________ self = def test_detect_attic_repo(self): path = make_attic_repo(self.repository_path) cmds = [ ['create', path + '::test', self.tmpdir], ['extract', path + '::test'], ['check', path], ['rename', path + '::test', 'newname'], ['list', path], ['delete', path], ['prune', path], ['info', path + '::test'], ['key', 'export', path, 'exported'], ['key', 'import', path, 'import'], ['key', 'change-passphrase', path], ['break-lock', path], ] for args in cmds: output = self.cmd(*args, fork=True, exit_code=2) > assert 'Attic repository detected.' in output E AssertionError: assert 'Attic repository detected.' in 'You do not have a supported version of the msgpack python package installed. Terminating.\nThis should never happen as specific, supported versions are required by our setup.py.\nDo not contact borgbackup support about this.\n' /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3259: AssertionError __________________ RemoteArchiverTestCase.test_exclude_caches __________________ self = def test_exclude_caches(self): > self._create_test_caches() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1208: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1021: in _create_test_caches self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_exclude_keep_tagged ________________ self = def test_exclude_keep_tagged(self): > self._create_test_keep_tagged() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1269: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1243: in _create_test_keep_tagged self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ RemoteArchiverTestCase.test_exclude_normalization _______________ self = def test_exclude_normalization(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1357: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_exclude_tagged __________________ self = def test_exclude_tagged(self): > self._create_test_tagged() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1231: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1219: in _create_test_tagged self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_export_tar ____________________ self = @requires_gnutar def test_export_tar(self): self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3177: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_export_tar_gz ___________________ self = @requires_gnutar @requires_gzip def test_export_tar_gz(self): if not shutil.which('gzip'): pytest.skip('gzip is not installed') self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3192: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_export_tar_strip_components ____________ self = @requires_gnutar def test_export_tar_strip_components(self): if not shutil.which('gzip'): pytest.skip('gzip is not installed') self.create_test_files() os.unlink('input/flagfile') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3207: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_export_tar_strip_components_links _________ self = @requires_hardlinks @requires_gnutar def test_export_tar_strip_components_links(self): > self._extract_hardlinks_setup() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3220: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_extract_hardlinks1 ________________ self = @requires_hardlinks def test_extract_hardlinks1(self): > self._extract_hardlinks_setup() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:836: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_extract_hardlinks2 ________________ self = @requires_hardlinks def test_extract_hardlinks2(self): > self._extract_hardlinks_setup() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:847: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ RemoteArchiverTestCase.test_extract_hardlinks_tar _______________ self = @requires_hardlinks @requires_gnutar def test_extract_hardlinks_tar(self): > self._extract_hardlinks_setup() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3232: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_extract_include_exclude ______________ self = def test_extract_include_exclude(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:864: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_extract_include_exclude_regex ___________ self = def test_extract_include_exclude_regex(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:881: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____ RemoteArchiverTestCase.test_extract_include_exclude_regex_from_file ______ self = def test_extract_include_exclude_regex_from_file(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:914: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_extract_list_output ________________ self = def test_extract_list_output(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:987: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_extract_pattern_opt ________________ self = def test_extract_pattern_opt(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1190: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_extract_progress _________________ self = def test_extract_progress(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1012: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_extract_with_pattern _______________ self = def test_extract_with_pattern(self): > self.cmd("init", '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:954: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_file_status ____________________ self = def test_file_status(self): """test that various file status show expected results clearly incomplete: only tests for the weird "unchanged" status for now""" self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1827: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_file_status_cs_cache_mode _____________ self = def test_file_status_cs_cache_mode(self): """test that a changed file with faked "previous" mtime still gets backed up in ctime,size cache_mode""" self.create_regular_file('file1', contents=b'123') time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1843: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_file_status_excluded _______________ self = def test_file_status_excluded(self): """test that excluded paths are listed""" self.create_regular_file('file1', size=1024 * 80) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=1024 * 80) if has_lchflags: self.create_regular_file('file3', size=1024 * 80) platform.set_flags(os.path.join(self.input_path, 'file3'), stat.UF_NODUMP) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1887: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_file_status_ms_cache_mode _____________ self = def test_file_status_ms_cache_mode(self): """test that a chmod'ed file with no content changes does not get chunked again in mtime,size cache_mode""" self.create_regular_file('file1', size=10) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1858: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_file_status_rc_cache_mode _____________ self = def test_file_status_rc_cache_mode(self): """test that files get rechunked unconditionally in rechunk,ctime cache mode""" self.create_regular_file('file1', size=10) time.sleep(1) # file2 must have newer timestamps than file1 self.create_regular_file('file2', size=10) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1872: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ RemoteArchiverTestCase.test_help _______________________ self = def test_help(self): > assert 'Borg' in self.cmd('help') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2319: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________________ RemoteArchiverTestCase.test_info _______________________ self = def test_info(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1421: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_info_json _____________________ self = def test_info_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1432: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_init_interrupt __________________ self = def test_init_interrupt(self): def raise_eof(*args): raise EOFError with patch.object(KeyfileKeyBase, 'create', raise_eof): > self.cmd('init', '--encryption=repokey', self.repository_location, exit_code=1) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2671: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 1 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_init_nested_repositories _____________ self = def test_init_nested_repositories(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2678: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_init_parent_dirs _________________ self = def test_init_parent_dirs(self): parent_path = os.path.join(self.tmpdir, 'parent1', 'parent2') repository_path = os.path.join(parent_path, 'repository') repository_location = self.prefix + repository_path with pytest.raises(Repository.ParentPathDoesNotExist): # normal borg init does NOT create missing parent dirs > self.cmd('init', '--encryption=none', repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:456: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_key_export_directory _______________ self = def test_key_export_directory(self): export_directory = self.output_path + '/exported' os.mkdir(export_directory) > self.cmd('init', self.repository_location, '--encryption', 'repokey') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2979: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_key_export_keyfile ________________ self = def test_key_export_keyfile(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2886: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_key_export_paperkey ________________ self = def test_key_export_paperkey(self): repo_id = 'e294423506da4e1ea76e8dcdf1a3919624ae3ae496fddf905610c351d3f09239' export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3011: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_key_export_qr ___________________ self = def test_key_export_qr(self): export_file = self.output_path + '/exported.html' > self.cmd('init', self.repository_location, '--encryption', 'repokey') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2964: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_key_export_repokey ________________ self = def test_key_export_repokey(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'repokey') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2933: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_key_import_errors _________________ self = def test_key_import_errors(self): export_file = self.output_path + '/exported' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2985: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______ RemoteArchiverTestCase.test_key_import_keyfile_with_borg_key_file _______ self = def test_key_import_keyfile_with_borg_key_file(self): > self.cmd('init', self.repository_location, '--encryption', 'keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2912: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_key_import_paperkey ________________ self = def test_key_import_paperkey(self): repo_id = 'e294423506da4e1ea76e8dcdf1a3919624ae3ae496fddf905610c351d3f09239' > self.cmd('init', self.repository_location, '--encryption', 'keyfile') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3035: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_list_chunk_counts _________________ self = def test_list_chunk_counts(self): self.create_regular_file('empty_file', size=0) self.create_regular_file('two_chunks') with open(os.path.join(self.input_path, 'two_chunks'), 'wb') as fd: fd.write(b'abba' * 2000000) fd.write(b'baab' * 2000000) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2149: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_list_consider_checkpoints _____________ self = def test_list_consider_checkpoints(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2129: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_list_format ____________________ self = def test_list_format(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2094: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_list_hash _____________________ self = def test_list_hash(self): self.create_regular_file('empty_file', size=0) self.create_regular_file('amb', contents=b'a' * 1000000) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_list_json _____________________ self = def test_list_json(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2170: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_list_json_args __________________ self = def test_list_json_args(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2197: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_list_prefix ____________________ self = def test_list_prefix(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2084: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ RemoteArchiverTestCase.test_list_repository_format ______________ self = def test_list_repository_format(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2104: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_list_size _____________________ self = def test_list_size(self): self.create_regular_file('compressible_file', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2158: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________________ RemoteArchiverTestCase.test_log_json _____________________ self = def test_log_json(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2203: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_overwrite _____________________ self = def test_overwrite(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_path_normalization ________________ self = def test_path_normalization(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1348: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_progress_off ___________________ self = def test_progress_off(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1816: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_progress_on ____________________ self = def test_progress_on(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1810: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_prune_repository _________________ self = def test_prune_repository(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1989: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________ RemoteArchiverTestCase.test_prune_repository_glob _______________ self = def test_prune_repository_glob(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2063: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_prune_repository_prefix ______________ self = def test_prune_repository_prefix(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2042: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_prune_repository_save_space ____________ self = def test_prune_repository_save_space(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2027: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_readonly_check __________________ self = def test_readonly_check(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1574: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_readonly_diff ___________________ self = def test_readonly_diff(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1589: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_readonly_export_tar ________________ self = def test_readonly_export_tar(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1605: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_readonly_extract _________________ self = def test_readonly_extract(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1620: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_readonly_info ___________________ self = def test_readonly_info(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1635: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_readonly_list ___________________ self = def test_readonly_list(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1650: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_recreate_basic __________________ self = def test_recreate_basic(self): self.create_test_files() self.create_regular_file('dir2/file3', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2747: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_recreate_dry_run _________________ self = def test_recreate_dry_run(self): self.create_regular_file('compressible', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2825: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_recreate_exclude_caches ______________ self = def test_recreate_exclude_caches(self): > self._create_test_caches() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1213: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1021: in _create_test_caches self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_recreate_exclude_keep_tagged ___________ self = def test_recreate_exclude_keep_tagged(self): > self._create_test_keep_tagged() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1275: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1243: in _create_test_keep_tagged self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_recreate_exclude_tagged ______________ self = def test_recreate_exclude_tagged(self): > self._create_test_tagged() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1236: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1219: in _create_test_tagged self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_recreate_hardlinked_tags _____________ self = @pytest.mark.skipif(not are_hardlinks_supported(), reason='hardlinks not supported') def test_recreate_hardlinked_tags(self): # test for issue #4911 > self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1283: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_recreate_list_output _______________ self = def test_recreate_list_output(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2850: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_recreate_rechunkify ________________ self = def test_recreate_rechunkify(self): with open(os.path.join(self.input_path, 'large_file'), 'wb') as fd: fd.write(b'a' * 280) fd.write(b'b' * 280) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2778: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_recreate_recompress ________________ self = def test_recreate_recompress(self): self.create_regular_file('compressible', size=10000) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2795: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_recreate_skips_nothing_to_do ___________ self = def test_recreate_skips_nothing_to_do(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2835: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_recreate_subtree_hardlinks ____________ self = @pytest.mark.skipif(not are_hardlinks_supported(), reason='hardlinks not supported') def test_recreate_subtree_hardlinks(self): # This is essentially the same problem set as in test_extract_hardlinks > self._extract_hardlinks_setup() /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2760: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:795: in _extract_hardlinks_setup self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_recreate_target __________________ self = def test_recreate_target(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2726: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_recreate_target_rc ________________ self = def test_recreate_target_rc(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2720: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_recreate_timestamp ________________ self = def test_recreate_timestamp(self): local_timezone = datetime.now(timezone(timedelta(0))).astimezone().tzinfo self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2812: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_remote_repo_restrict_to_path ___________ self = def test_remote_repo_restrict_to_path(self): # restricted to repo directory itself: with patch.object(RemoteRepository, 'extra_test_args', ['--restrict-to-path', self.repository_path]): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3625: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_remote_repo_restrict_to_repository ________ self = def test_remote_repo_restrict_to_repository(self): # restricted to repo directory itself: with patch.object(RemoteRepository, 'extra_test_args', ['--restrict-to-repository', self.repository_path]): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3646: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ RemoteArchiverTestCase.test_rename ______________________ self = def test_rename(self): self.create_regular_file('file1', size=1024 * 80) self.create_regular_file('dir2/file2', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1402: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________________ RemoteArchiverTestCase.test_repeated_files __________________ self = def test_repeated_files(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1377: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_repository_move __________________ self = def test_repository_move(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:715: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_repository_swap_detection _____________ self = def test_repository_swap_detection(self): self.create_test_files() os.environ['BORG_PASSPHRASE'] = 'passphrase' > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:630: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_repository_swap_detection2 ____________ self = def test_repository_swap_detection2(self): self.create_test_files() > self.cmd('init', '--encryption=none', self.repository_location + '_unencrypted') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:645: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______ RemoteArchiverTestCase.test_repository_swap_detection2_no_cache ________ self = def test_repository_swap_detection2_no_cache(self): self.create_test_files() > self.cmd('init', '--encryption=none', self.repository_location + '_unencrypted') /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:676: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_repository_swap_detection_no_cache ________ self = def test_repository_swap_detection_no_cache(self): self.create_test_files() os.environ['BORG_PASSPHRASE'] = 'passphrase' > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:660: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _ RemoteArchiverTestCase.test_repository_swap_detection_repokey_blank_passphrase _ self = def test_repository_swap_detection_repokey_blank_passphrase(self): # Check that a repokey repo with a blank passphrase is considered like a plaintext repo. self.create_test_files() # User initializes her repository with her passphrase > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:694: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_security_dir_compat ________________ self = def test_security_dir_compat(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:734: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_sparse_file ____________________ self = def test_sparse_file(self): def is_sparse(fn, total_size, hole_size): st = os.stat(fn) assert st.st_size == total_size sparse = True if sparse and hasattr(st, 'st_blocks') and st.st_blocks * 512 >= st.st_size: sparse = False if sparse and hasattr(os, 'SEEK_HOLE') and hasattr(os, 'SEEK_DATA'): with open(fn, 'rb') as fd: # only check if the first hole is as expected, because the 2nd hole check # is problematic on xfs due to its "dynamic speculative EOF preallocation try: if fd.seek(0, os.SEEK_HOLE) != 0: sparse = False if fd.seek(0, os.SEEK_DATA) != hole_size: sparse = False except OSError: # OS/FS does not really support SEEK_HOLE/SEEK_DATA sparse = False return sparse filename = os.path.join(self.input_path, 'sparse') content = b'foobar' hole_size = 5 * (1 << CHUNK_MAX_EXP) # 5 full chunker buffers total_size = hole_size + len(content) + hole_size with open(filename, 'wb') as fd: # create a file that has a hole at the beginning and end (if the # OS and filesystem supports sparse files) fd.seek(hole_size, 1) fd.write(content) fd.seek(hole_size, 1) pos = fd.tell() fd.truncate(pos) # we first check if we could create a sparse input file: sparse_support = is_sparse(filename, total_size, hole_size) if sparse_support: # we could create a sparse input file, so creating a backup of it and # extracting it again (as sparse) should also work: > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:601: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_strip_components _________________ self = def test_strip_components(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:766: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________ RemoteArchiverTestCase.test_strip_components_doesnt_leak ___________ self = def test_strip_components_doesnt_leak(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3665: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ RemoteArchiverTestCase.test_symlink_extract __________________ self = @pytest.mark.skipif(not are_symlinks_supported(), reason='symlinks not supported') def test_symlink_extract(self): self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:480: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ______________________ RemoteArchiverTestCase.test_umask _______________________ self = @pytest.mark.skipif('BORG_TESTS_IGNORE_MODES' in os.environ, reason='modes unreliable') def test_umask(self): self.create_regular_file('file1', size=1024 * 80) > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1687: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ___________________ RemoteArchiverTestCase.test_unix_socket ____________________ self = def test_unix_socket(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:462: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. __________ RemoteArchiverTestCase.test_unknown_feature_on_cache_sync ___________ self = def test_unknown_feature_on_cache_sync(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1721: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______ RemoteArchiverTestCase.test_unknown_feature_on_change_passphrase _______ self = def test_unknown_feature_on_change_passphrase(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1727: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_unknown_feature_on_create _____________ self = def test_unknown_feature_on_create(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1716: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_unknown_feature_on_delete _____________ self = def test_unknown_feature_on_delete(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1748: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_unknown_feature_on_mount _____________ self = @unittest.skipUnless(has_llfuse, 'llfuse not installed') def test_unknown_feature_on_mount(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1759: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _____________ RemoteArchiverTestCase.test_unknown_feature_on_read ______________ self = def test_unknown_feature_on_read(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1732: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ RemoteArchiverTestCase.test_unknown_feature_on_rename _____________ self = def test_unknown_feature_on_rename(self): > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1742: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________ RemoteArchiverTestCase.test_unknown_mandatory_feature_in_cache ________ self = @pytest.mark.allow_cache_wipe def test_unknown_mandatory_feature_in_cache(self): if self.prefix: path_prefix = 'ssh://__testsuite__' else: path_prefix = '' > print(self.cmd('init', '--encryption=repokey', self.repository_location)) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:1774: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _______________ RemoteArchiverTestCase.test_unknown_unencrypted ________________ self = def test_unknown_unencrypted(self): > self.cmd('init', '--encryption=none', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:744: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ RemoteArchiverTestCase.test_unusual_filenames _________________ self = def test_unusual_filenames(self): filenames = ['normal', 'with some blanks', '(with_parens)', ] for filename in filenames: filename = os.path.join(self.input_path, filename) with open(filename, 'wb'): pass > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:620: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ RemoteArchiverTestCase.test_with_lock _____________________ self = def test_with_lock(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:2844: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverCorruptionTestCase.test_cache_chunks _________________ self = def setUp(self): super().setUp() self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3691: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. _________________ ArchiverCorruptionTestCase.test_cache_files __________________ self = def setUp(self): super().setUp() self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3691: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ ArchiverCorruptionTestCase.test_chunks_archive ________________ self = def setUp(self): super().setUp() self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3691: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________ ArchiverCorruptionTestCase.test_old_version_interfered ____________ self = def setUp(self): super().setUp() self.create_test_files() > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3691: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________ DiffArchiverTestCase.test_basic_functionality _________________ self = def test_basic_functionality(self): # Setup files for the first snapshot self.create_regular_file('empty', size=0) self.create_regular_file('file_unchanged', size=128) self.create_regular_file('file_removed', size=256) self.create_regular_file('file_removed2', size=512) self.create_regular_file('file_replaced', size=1024) os.mkdir('input/dir_replaced_with_file') os.chmod('input/dir_replaced_with_file', stat.S_IFDIR | 0o755) os.mkdir('input/dir_removed') if are_symlinks_supported(): os.mkdir('input/dir_replaced_with_link') os.symlink('input/dir_replaced_with_file', 'input/link_changed') os.symlink('input/file_unchanged', 'input/link_removed') os.symlink('input/file_removed2', 'input/link_target_removed') os.symlink('input/empty', 'input/link_target_contents_changed') os.symlink('input/empty', 'input/link_replaced_by_file') if are_hardlinks_supported(): os.link('input/file_replaced', 'input/hardlink_target_replaced') os.link('input/empty', 'input/hardlink_contents_changed') os.link('input/file_removed', 'input/hardlink_removed') os.link('input/file_removed2', 'input/hardlink_target_removed') > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3783: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ____________________ DiffArchiverTestCase.test_sort_option _____________________ self = def test_sort_option(self): > self.cmd('init', '--encryption=repokey', self.repository_location) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:3891: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py:294: in cmd self.assert_equal(ret, exit_code) E AssertionError: 2 != 0 ----------------------------- Captured stdout call ----------------------------- You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. ________________________ RemoteRepositoryTestCase.test1 ________________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpyyj8dfdl/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ________________________ RemoteRepositoryTestCase.test2 ________________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpjnvq8nwg/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ____________________ RemoteRepositoryTestCase.test_borg_cmd ____________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpmh4iaqw4/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. __________________ RemoteRepositoryTestCase.test_consistency ___________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmp05m80zf3/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. __________________ RemoteRepositoryTestCase.test_consistency2 __________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpu4dwp858/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. __________________ RemoteRepositoryTestCase.test_invalid_rpc ___________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmph1xdvb96/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ______________________ RemoteRepositoryTestCase.test_list ______________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpzimkpv4w/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. _________________ RemoteRepositoryTestCase.test_max_data_size __________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpx80npg22/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. _________ RemoteRepositoryTestCase.test_overwrite_in_same_transaction __________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpwfaw661t/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ____________ RemoteRepositoryTestCase.test_rpc_exception_transport _____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmp29t3uzgl/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ______________________ RemoteRepositoryTestCase.test_scan ______________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpj6hlho71/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ____________ RemoteRepositoryTestCase.test_single_kind_transactions ____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmp_5eyo__n/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ____________________ RemoteRepositoryTestCase.test_ssh_cmd _____________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:839: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpjwddnkno/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ______________________ RemoteLegacyFree.test_legacy_free _______________________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:950: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpxtf5xils/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ___________ RemoteRepositoryCheckTestCase.test_crash_before_compact ____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpoo3iyf36/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ______ RemoteRepositoryCheckTestCase.test_repair_corrupted_commit_segment ______ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpgo7bdegv/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. _________ RemoteRepositoryCheckTestCase.test_repair_corrupted_segment __________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpjym3n1dk/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ___________ RemoteRepositoryCheckTestCase.test_repair_index_too_new ____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpf5iruobq/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. _______ RemoteRepositoryCheckTestCase.test_repair_missing_commit_segment _______ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpohqsuf0f/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. ___________ RemoteRepositoryCheckTestCase.test_repair_missing_index ____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpd40b7jup/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. __________ RemoteRepositoryCheckTestCase.test_repair_missing_segment ___________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpo6m8db43/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. _____________ RemoteRepositoryCheckTestCase.test_repair_no_commits _____________ self = def setUp(self): self.tmppath = tempfile.mkdtemp() > self.repository = self.open(create=True) /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:36: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/testsuite/repository.py:973: in open return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = location = Location(proto='ssh', user=None, host='__testsuite__', port=None, path='/tmp/tmpe9aikc0u/repository', archive=None) create = True, exclusive = True, lock_wait = None, lock = True append_only = False, make_parent_dirs = False, args = None def __init__(self, location, create=False, exclusive=False, lock_wait=None, lock=True, append_only=False, make_parent_dirs=False, args=None): self.location = self._location = location self.preload_ids = [] self.msgid = 0 self.rx_bytes = 0 self.tx_bytes = 0 self.to_send = b'' self.stderr_received = b'' # incomplete stderr line bytes received (no \n yet) self.chunkid_to_msgids = {} self.ignore_responses = set() self.responses = {} self.async_responses = {} self.shutdown_time = None self.ratelimit = SleepingBandwidthLimiter(args.remote_ratelimit * 1024 if args and args.remote_ratelimit else 0) self.unpacker = get_limited_unpacker('client') self.server_version = parse_version('1.0.8') # fallback version if server is too old to send version information self.p = None self._args = args testing = location.host == '__testsuite__' # when testing, we invoke and talk to a borg process directly (no ssh). # when not testing, we invoke the system-installed ssh binary to talk to a remote borg. env = prepare_subprocess_env(system=not testing) borg_cmd = self.borg_cmd(args, testing) if not testing: borg_cmd = self.ssh_cmd(location) + borg_cmd logger.debug('SSH command line: %s', borg_cmd) self.p = Popen(borg_cmd, bufsize=0, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env) self.stdin_fd = self.p.stdin.fileno() self.stdout_fd = self.p.stdout.fileno() self.stderr_fd = self.p.stderr.fileno() os.set_blocking(self.stdin_fd, False) os.set_blocking(self.stdout_fd, False) os.set_blocking(self.stderr_fd, False) self.r_fds = [self.stdout_fd, self.stderr_fd] self.x_fds = [self.stdin_fd, self.stdout_fd, self.stderr_fd] try: try: version = self.call('negotiate', {'client_data': { b'client_version': BORG_VERSION, }}) except ConnectionClosed: > raise ConnectionClosedWithHint('Is borg working on the server?') from None E borg.remote.ConnectionClosedWithHint: Connection closed by remote host. Is borg working on the server? /home/iurt/rpmbuild/BUILD/borgbackup-1.2.0a9/build/lib.linux-aarch64-3.8/borg/remote.py:574: ConnectionClosedWithHint ------------------------------ Captured log call ------------------------------- ERROR __main__:remote.py:1043 Remote: You do not have a supported version of the msgpack python package installed. Terminating. ERROR __main__:remote.py:1043 Remote: This should never happen as specific, supported versions are required by our setup.py. ERROR __main__:remote.py:1043 Remote: Do not contact borgbackup support about this. =========================== short test summary info ============================ FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::test_return_codes[python] FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_aes_counter_uniqueness_keyfile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_aes_counter_uniqueness_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_atime FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_bad_filters FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_basic_functionality FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_break_lock FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_change_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_check_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_comment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_common_options FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_auto_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_auto_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lz4_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lz4_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lzma_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_lzma_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_none_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_none_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zlib_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zlib_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zstd_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_compression_zstd_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_config FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_corrupted_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command_missing_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_content_from_command_with_failed_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_dry_run FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_no_cache_sync FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_exclude_folder_but_recurse FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_exclude_folder_no_recurse FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_intermediate_folders_first FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_pattern_root FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_read_special_broken_symlink FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_read_special_symlink FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_topical FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_create_without_root FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_archive FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_archive_items FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_manifest FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_dump_repo_objs FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_profile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_put_get_delete_obj FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_debug_refcount_obj FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_double_force FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_force FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_multiple FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_delete_repo FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_detect_attic_repo FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_caches FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_keep_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_normalization FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_exclude_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_gz FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_strip_components FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_export_tar_strip_components_links FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks1 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_hardlinks_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude_regex FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_include_exclude_regex_from_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_list_output FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_pattern_opt FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_progress FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_extract_with_pattern FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_cs_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_excluded FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_ms_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_file_status_rc_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_help FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_info_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_interrupt FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_nested_repositories FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_init_parent_dirs FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_directory FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_keyfile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_paperkey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_qr FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_export_repokey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_errors FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_keyfile_with_borg_key_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_key_import_paperkey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_chunk_counts FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_consider_checkpoints FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_format FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_hash FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_json_args FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_prefix FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_repository_format FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_list_size FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_log_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_overwrite FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_path_normalization FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_progress_off FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_progress_on FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_glob FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_prefix FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_prune_repository_save_space FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_check FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_diff FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_export_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_extract FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_readonly_list FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_basic FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_dry_run FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_caches FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_keep_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_exclude_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_hardlinked_tags FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_list_output FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_rechunkify FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_recompress FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_skips_nothing_to_do FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_subtree_hardlinks FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_target FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_target_rc FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_recreate_timestamp FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_rename FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repeated_files FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_move FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection2_no_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection_no_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_repository_swap_detection_repokey_blank_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_security_dir_compat FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_sparse_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_strip_components FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_symlink_extract FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_umask FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unix_socket FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_cache_sync FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_change_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_create FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_delete FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_mount FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_read FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_feature_on_rename FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_mandatory_feature_in_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unknown_unencrypted FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_unusual_filenames FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverTestCase::test_with_lock FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_attic013_acl_bug FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_check_usage FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_corrupted_manifest FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_empty_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_extra_chunks FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_manifest_rebuild_corrupted_chunk FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_manifest_rebuild_duplicate_archive FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_archive_item_chunk FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_archive_metadata FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_file_chunk FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_missing_manifest FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_verify_data FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCheckTestCase::test_verify_data_unencrypted FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_disable FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_disable2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_fresh_init_tam_required FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ManifestAuthenticationTest::test_not_required FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_aes_counter_uniqueness_keyfile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_aes_counter_uniqueness_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_atime FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_bad_filters FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_basic_functionality FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_break_lock FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_change_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_check_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_comment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_common_options FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_auto_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_auto_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lz4_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lz4_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lzma_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_lzma_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_none_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_none_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zlib_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zlib_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zstd_compressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_compression_zstd_uncompressible FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_corrupted_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command_missing_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_dry_run FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_no_cache_sync FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_exclude_folder_but_recurse FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_exclude_folder_no_recurse FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_intermediate_folders_first FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_pattern_root FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_read_special_broken_symlink FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_read_special_symlink FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_topical FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_create_without_root FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_archive FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_archive_items FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_manifest FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_dump_repo_objs FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_profile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_debug_refcount_obj FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_double_force FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_force FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_multiple FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_delete_repo FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_detect_attic_repo FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_caches FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_keep_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_normalization FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_exclude_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_gz FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_strip_components FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_export_tar_strip_components_links FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks1 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_hardlinks_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude_regex FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_include_exclude_regex_from_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_list_output FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_pattern_opt FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_progress FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_with_pattern FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_cs_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_excluded FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_ms_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_file_status_rc_cache_mode FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_help FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_info_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_interrupt FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_nested_repositories FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_init_parent_dirs FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_directory FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_keyfile FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_paperkey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_qr FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_export_repokey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_errors FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_keyfile_with_borg_key_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_key_import_paperkey FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_chunk_counts FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_consider_checkpoints FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_format FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_hash FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_json_args FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_prefix FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_repository_format FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_list_size FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_log_json FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_overwrite FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_path_normalization FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_progress_off FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_progress_on FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_glob FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_prefix FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_prune_repository_save_space FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_check FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_diff FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_export_tar FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_extract FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_info FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_readonly_list FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_basic FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_dry_run FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_caches FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_keep_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_exclude_tagged FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_hardlinked_tags FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_list_output FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_rechunkify FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_recompress FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_skips_nothing_to_do FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_subtree_hardlinks FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_target FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_target_rc FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_recreate_timestamp FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_remote_repo_restrict_to_path FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_remote_repo_restrict_to_repository FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_rename FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repeated_files FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_move FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection2_no_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection_no_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_repository_swap_detection_repokey_blank_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_security_dir_compat FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_sparse_file FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_strip_components FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_strip_components_doesnt_leak FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_symlink_extract FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_umask FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unix_socket FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_cache_sync FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_change_passphrase FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_create FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_delete FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_mount FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_read FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_feature_on_rename FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_mandatory_feature_in_cache FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unknown_unencrypted FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_unusual_filenames FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::RemoteArchiverTestCase::test_with_lock FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_cache_chunks FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_cache_files FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_chunks_archive FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::ArchiverCorruptionTestCase::test_old_version_interfered FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::DiffArchiverTestCase::test_basic_functionality FAILED build/lib.linux-aarch64-3.8/borg/testsuite/archiver.py::DiffArchiverTestCase::test_sort_option FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test1 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_borg_cmd FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_consistency FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_consistency2 FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_invalid_rpc FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_list FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_max_data_size FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_overwrite_in_same_transaction FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_rpc_exception_transport FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_scan FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_single_kind_transactions FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryTestCase::test_ssh_cmd FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteLegacyFree::test_legacy_free FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_crash_before_compact FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_corrupted_commit_segment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_corrupted_segment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_index_too_new FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_commit_segment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_index FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_missing_segment FAILED build/lib.linux-aarch64-3.8/borg/testsuite/repository.py::RemoteRepositoryCheckTestCase::test_repair_no_commits === 355 failed, 818 passed, 174 skipped, 82 deselected in 486.95s (0:08:06) ==== error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.Q5E3hQ (%check) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.Q5E3hQ (%check) I: [iurt_root_command] ERROR: chroot