Closed Bug 1484170 Opened 6 years ago Closed 6 years ago

Intermittent Exception: ['unzip', '/home/cltbld/fetches/target.jsshell.zip'] exited 9

Categories

(Firefox Build System :: General, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1484790

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: nerli [at] mozilla.com

https://treeherder.mozilla.org/logviewer.html#?job_id=194479309&repo=mozilla-inbound

https://queue.taskcluster.net/v1/task/B5Uf9tqfSYi54y5cLR5New/runs/0/artifacts/public/logs/live_backing.log

Extracting /home/cltbld/fetches/target.jsshell.zip to /home/cltbld/fetches using ['unzip', '/home/cltbld/fetches/target.jsshell.zip']
Archive:  /home/cltbld/fetches/target.jsshell.zip
  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 one of /home/cltbld/fetches/target.jsshell.zip or
        /home/cltbld/fetches/target.jsshell.zip.zip, and cannot find /home/cltbld/fetches/target.jsshell.zip.ZIP, period.
Traceback (most recent call last):
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 338, in <module>
    sys.exit(main())
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 334, in main
    return args.func(args)
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 298, in command_task_artifacts
    fetch_urls(downloads)
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 249, in fetch_urls
    f.result()
  File "/usr/lib/python3.5/concurrent/futures/_base.py", line 405, in result
    return self.__get_result()
  File "/usr/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result
    raise self._exception
  File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 235, in fetch_and_extract
    extract_archive(dest_path, dest_dir, typ)
  File "/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content", line 215, in extract_archive
    raise Exception('%r exited %d' % (args, p.returncode))
Exception: ['unzip', '/home/cltbld/fetches/target.jsshell.zip'] exited 9
Traceback (most recent call last):
  File "./run-task", line 755, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./run-task", line 742, in main
    fetch_artifacts(fetches)
  File "./run-task", line 496, in fetch_artifacts
    subprocess.run(cmd, check=True, env=os.environ)
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/home/cltbld/checkouts/gecko/taskcluster/scripts/misc/fetch-content', 'task-artifacts', 'public/build/target.jsshell.zip@AFiQ68ZGR0mQoO47Jh1edQ', 'public/d8-6.7.17.zip@LcoynlitTteA4BmkQv8CBg']' returned non-zero exit status 1
https://taskcluster-artifacts.net/QSHp5gf_RcqTPAVeI_6K4A/0/public/logs/live_backing.log

Extracting /home/cltbld/fetches/target.jsshell.zip to /home/cltbld/fetches using ['unzip', '/home/cltbld/fetches/target.jsshell.zip']
Archive:  /home/cltbld/fetches/target.jsshell.zip
replace js? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)
I don't think this is taskcluster doing anything wrong from what I can tell. This seems to be something with the actual task itself? Please reasign to us if I'm reading this wrong.
Component: Operations → General
Flags: needinfo?(nerli)
Product: Taskcluster → Firefox Build System
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.