Closed Bug 1594687 Opened 6 years ago Closed 6 years ago

Intermittent OSError: [Errno 2] No such file or directory: '/Users/cltbld/tasks/task_1573122026/checkouts/gecko/layout/reftests/css-grid'

Categories

(Core :: Layout, defect, P5)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1569946

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: malexandru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=275032837&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/HlfBfl5kRpmgXQT2J7sy3w/runs/0/artifacts/public/logs/live_backing.log


[setup 2019-11-07T10:32:07.680Z] run-task started in /Users/cltbld/tasks/task_1573122026
[vcs 2019-11-07T10:32:07.682Z] WARNING: vcs checkout path (./checkouts/gecko) not in cache or volume; performance will likely suffer
[vcs 2019-11-07T10:32:07.682Z] WARNING: HG_STORE_PATH (./checkouts/hg-shared) not in cache or volume; performance will likely suffer
[vcs 2019-11-07T10:32:07.682Z] fetching hgmointernal config from http://taskcluster/secrets/v1/secret/project/taskcluster/gecko/hgmointernal
[vcs 2019-11-07T10:32:07.698Z] Unable to retrieve hgmointernal config using the secret service; falling back to public hg.mozilla.org service
[vcs 2019-11-07T10:32:07.701Z] executing ['hg', 'robustcheckout', '--sharebase', '/Users/cltbld/tasks/task_1573122026/checkouts/hg-shared', '--purge', '--upstream', 'https://hg.mozilla.org/mozilla-unified', '--revision', 'd271c572a9bcd008ed14bf104b2eb81949952e4c', 'https://hg.mozilla.org/mozilla-central', '/Users/cltbld/tasks/task_1573122026/checkouts/gecko']
[vcs 2019-11-07T10:32:07.914Z] (using Mercurial 5.0.2)
[vcs 2019-11-07T10:32:07.915Z] ensuring https://hg.mozilla.org/mozilla-central@d271c572a9bcd008ed14bf104b2eb81949952e4c is available at /Users/cltbld/tasks/task_1573122026/checkouts/gecko
[vcs 2019-11-07T10:32:07.917Z] (existing repository shared store: /Users/cltbld/tasks/task_1565834702/checkouts/hg-shared/8ba995b74e18334ab3707f27e9eb8f4e37ba3d29/.hg)
[vcs 2019-11-07T10:32:07.918Z] (shared store does not exist; deleting destination)
[vcs 2019-11-07T10:32:08.017Z] Traceback (most recent call last):
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/scmutil.py", line 167, in callcatch
[vcs 2019-11-07T10:32:08.017Z] return func()
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 367, in _runcatchfunc
[vcs 2019-11-07T10:32:08.017Z] return _dispatch(req)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 1021, in _dispatch
[vcs 2019-11-07T10:32:08.017Z] cmdpats, cmdoptions)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 756, in runcommand
[vcs 2019-11-07T10:32:08.017Z] ret = _runcommand(ui, options, cmd, d)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 1030, in _runcommand
[vcs 2019-11-07T10:32:08.017Z] return cmdfunc()
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 1018, in <lambda>
[vcs 2019-11-07T10:32:08.017Z] d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/util.py", line 1680, in check
[vcs 2019-11-07T10:32:08.017Z] return func(*args, **kwargs)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/lib/hgext/robustcheckout.py", line 283, in robustcheckout
[vcs 2019-11-07T10:32:08.017Z] sparse_profile=sparseprofile)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/lib/hgext/robustcheckout.py", line 445, in _docheckout
[vcs 2019-11-07T10:32:08.017Z] destvfs.rmtree(forcibly=True)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/vfs.py", line 242, in rmtree
[vcs 2019-11-07T10:32:08.017Z] ignore_errors=ignore_errors, onerror=onerror)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 270, in rmtree
[vcs 2019-11-07T10:32:08.017Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 270, in rmtree
[vcs 2019-11-07T10:32:08.017Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 275, in rmtree
[vcs 2019-11-07T10:32:08.017Z] onerror(os.remove, fullname, sys.exc_info())
[vcs 2019-11-07T10:32:08.017Z] File "/usr/local/Cellar/mercurial/5.0.2/lib/python2.7/site-packages/mercurial/vfs.py", line 234, in onerror
[vcs 2019-11-07T10:32:08.017Z] s = os.stat(path)
[vcs 2019-11-07T10:32:08.017Z] OSError: [Errno 2] No such file or directory: '/Users/cltbld/tasks/task_1573122026/checkouts/gecko/layout/reftests/css-grid'
[vcs 2019-11-07T10:32:08.017Z] abort: No such file or directory: '/Users/cltbld/tasks/task_1573122026/checkouts/gecko/layout/reftests/css-grid'
[taskcluster 2019-11-07T10:32:08.038Z] Exit Code: 255
[taskcluster 2019-11-07T10:32:08.038Z] User Time: 180.929ms
[taskcluster 2019-11-07T10:32:08.038Z] Kernel Time: 93.913ms
[taskcluster 2019-11-07T10:32:08.038Z] Wall Time: 497.645424ms
[taskcluster 2019-11-07T10:32:08.038Z] Result: FAILED
[taskcluster 2019-11-07T10:32:08.038Z] === Task Finished ===
[taskcluster 2019-11-07T10:32:08.038Z] Task Duration: 501.425251ms
[taskcluster 2019-11-07T10:32:08.038Z] [mounts] Preserving cache: Moving "/Users/cltbld/tasks/task_1573122026/checkouts" to "/Users/cltbld/caches/REqgNMR5Q6a-WJSw3uQuaQ"
[taskcluster:error] exit status 255

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.