bpo-28494: Test existing zipfile working behavior. by gpshead · Pull Request #15853 · python/cpython (original) (raw)
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2469, in test_read_zip64_with_exe_prepended self._test_zip_works(self.exe_zip64) File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2457, in _test_zip_works self.assertTrue(zipfile.is_zipfile(name), AssertionError: False is not true : is_zipfile failed on ziptestdata/exe_with_z64
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2482, in test_execute_zip64 output = subprocess.check_output([self.exe_zip64, sys.executable]) File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 489, in run with Popen(*popenargs, **kwargs) as process: File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 845, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 1689, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'ziptestdata/exe_with_z64'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2466, in test_read_zip_with_exe_prepended self._test_zip_works(self.exe_zip) File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2457, in _test_zip_works self.assertTrue(zipfile.is_zipfile(name), AssertionError: False is not true : is_zipfile failed on ziptestdata/exe_with_zip
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_zipfile.py", line 2475, in test_execute_zip2 output = subprocess.check_output([self.exe_zip, sys.executable]) File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 489, in run with Popen(*popenargs, **kwargs) as process: File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 845, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/subprocess.py", line 1689, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'ziptestdata/exe_with_zip'