[Webkit-unassigned] [Bug 207986] New: [GTK][Tests] Layout test result upload step fails with too many files exception (needs Zip64)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 19:56:18 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207986

            Bug ID: 207986
           Summary: [GTK][Tests] Layout test result upload step fails with
                    too many files exception (needs Zip64)
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com

Sample trace:

18:14:23.533 85898 Finished writing JSON file for the test results server.
18:14:23.533 85898 Uploading JSON files for builder: GTK Linux 64-bit Release (Tests)
18:14:27.317 85898 JSON uploaded.
18:14:27.361 85898 
18:14:27.361 85898 Preparing to upload test archive ...

LargeZipFile raised: Files count would require ZIP64 extensions
Traceback (most recent call last):
  File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 91, in main
    run_details = run(port, options, args, stderr)
  File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 485, in run
    run_details = manager.run(args)
  File "/home/slave/webkitgtk/gtk-linux-64-release-tests/build/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 325, in run
    shutil.make_archive(archive, 'zip', self._results_directory)
  File "/usr/lib/python2.7/shutil.py", line 595, in make_archive
    filename = func(base_name, base_dir, **kwargs)
  File "/usr/lib/python2.7/shutil.py", line 497, in _make_zipfile
    zf.write(path, path)
  File "/usr/lib/python2.7/zipfile.py", line 1171, in write
    self._writecheck(zinfo)
  File "/usr/lib/python2.7/zipfile.py", line 1137, in _writecheck
    " would require ZIP64 extensions")
LargeZipFile: Files count would require ZIP64 extensions
program finished with exit code 254
elapsedTime=3965.470351


Python 3.4 enabled by allowZip64 by default (in 2014), but shutil.make_archive does not expose this option.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200220/b2e646cf/attachment.htm>


More information about the webkit-unassigned mailing list