Closed
Bug 647136
Opened 15 years ago
Closed 15 years ago
mozilla-central Windows XP jetpack test runs fail with "cannot find zipfile directory"
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: lsblakk)
References
Details
The mozilla-central Windows XP jetpack test runs fail with "cannot find zipfile directory":
--21:34:56-- http://hg.mozilla.org/projects/addon-sdk/archive/tip.tar.bz2
=> `jetpack.tar.bz2'
Resolving hg.mozilla.org... 10.2.74.67
Connecting to hg.mozilla.org|10.2.74.67|:80... connected.
HTTP request sent, awaiting response... 200 Script output follows
Length: 2,024,424 (1.9M) [application/x-tar]
0K .......... .......... .......... .......... .......... 2% 82.10 KB/s
...
1950K .......... .......... ...... 100% 391.03 KB/s
21:35:00 (467.59 KB/s) - `jetpack.tar.bz2' saved [2024424/2024424]
FINISHED --21:35:00--
Downloaded: 2,024,424 bytes in 1 files
Archive: jetpack-location.txt
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in jetpack-location.txt,
and cannot find jetpack-location.txt.zip, period.
program finished with exit code 9
See for example this Windows XP test run for one push today:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1301635905.1301636121.24257.gz
This appears to be a problem in the run_jetpack.sh script, which appears to be feeding a bzip2-compressed tar archive to an unzip tool. run_jetpack.sh should either download the ZIP archive of the tip of the Add-on SDK source tree <http://hg.mozilla.org/projects/addon-sdk/archive/tip.zip> or use the tar tool to expand the bzip2-compressed tar archive it downloads.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lsblakk
| Reporter | ||
Comment 1•15 years ago
|
||
Here's an example of this from today, after Add-on SDK tests were reenabled on moz-central:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1303247495.1303247575.20975.gz&fulltext=1
| Assignee | ||
Comment 2•15 years ago
|
||
landed https://bugzilla.mozilla.org/attachment.cgi?id=527163&action=diff which fixed this issue.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•