Closed
Bug 1299255
Opened 9 years ago
Closed 9 years ago
install of installer.tar.bz2 fails in tests
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1306189
People
(Reporter: aryx, Unassigned)
Details
(Keywords: regression)
This started with https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=75ab2126e8087b538868ecf9439c7f9163bce9f3
E.g. https://treeherder.mozilla.org/logviewer.html#?job_id=34978845&repo=mozilla-inbound contains
18:29:26 INFO - Getting output from command: ['/home/worker/workspace/build/venv/bin/mozinstall', '/home/worker/workspace/build/installer.tar.bz2', '--destination', '/home/worker/workspace/build/application']
18:29:26 INFO - Copy/paste: /home/worker/workspace/build/venv/bin/mozinstall /home/worker/workspace/build/installer.tar.bz2 --destination /home/worker/workspace/build/application
18:29:27 INFO - Reading from file tmpfile_stdout
18:29:27 INFO - Output received:
18:29:27 INFO - src: /home/worker/workspace/build/installer.tar.bz2
18:29:27 ERROR - Errors received:
18:29:27 INFO - Reading from file tmpfile_stderr
18:29:27 ERROR - Traceback (most recent call last):
18:29:27 ERROR - File "/home/worker/workspace/build/venv/bin/mozinstall", line 9, in <module>
18:29:27 ERROR - load_entry_point('mozInstall==1.12', 'console_scripts', 'mozinstall')()
18:29:27 ERROR - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/mozinstall/mozinstall.py", line 328, in install_cli
18:29:27 ERROR - install_path = install(src, options.dest)
18:29:27 ERROR - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/mozinstall/mozinstall.py", line 118, in install
18:29:27 ERROR - install_dir = mozfile.extract(src, dest)[0]
18:29:27 ERROR - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/mozfile/mozfile.py", line 103, in extract
18:29:27 ERROR - namelist = extract_zip(src, dest)
18:29:27 ERROR - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/mozfile/mozfile.py", line 55, in extract_zip
18:29:27 ERROR - bundle = zipfile.ZipFile(src)
18:29:27 ERROR - File "/usr/lib/python2.7/zipfile.py", line 714, in __init__
18:29:27 ERROR - self._GetContents()
18:29:27 ERROR - File "/usr/lib/python2.7/zipfile.py", line 748, in _GetContents
18:29:27 ERROR - self._RealGetContents()
18:29:27 ERROR - File "/usr/lib/python2.7/zipfile.py", line 781, in _RealGetContents
18:29:27 ERROR - fp.seek(self.start_dir, 0)
18:29:27 ERROR - mozinstall.mozinstall.InstallError: Failed to install "/home/worker/workspace/build/installer.tar.bz2 ([Errno 22] Invalid argument)"
18:29:27 ERROR - Return code: 1
18:29:27 WARNING - setting return code to 3
18:29:27 FATAL - Halting on failure while running ['/home/worker/workspace/build/venv/bin/mozinstall', '/home/worker/workspace/build/installer.tar.bz2', '--destination', '/home/worker/workspace/build/application']
The previous, successful run https://treeherder.mozilla.org/logviewer.html#?job_id=34973918&repo=mozilla-inbound contained:
17:52:01 INFO - Getting output from command: ['/home/worker/workspace/build/venv/bin/mozinstall', '/home/worker/workspace/build/installer.tar.bz2', '--destination', '/home/worker/workspace/build/application']
17:52:01 INFO - Copy/paste: /home/worker/workspace/build/venv/bin/mozinstall /home/worker/workspace/build/installer.tar.bz2 --destination /home/worker/workspace/build/application
17:54:18 INFO - Reading from file tmpfile_stdout
17:54:18 INFO - Output received:
17:54:18 INFO - /home/worker/workspace/build/application/firefox/firefox
| Reporter | ||
Comment 1•9 years ago
|
||
Jobs on newer pushs run without issues at the moment, reopened inbound.
Severity: blocker → normal
Comment 2•9 years ago
|
||
I'm going to take a wild guess based on the traceback that this is the case of a truncated zipfile again..
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•