Closed Bug 1590695 Opened 6 years ago Closed 5 years ago

Intermittent OSError: [Errno 2] No such file or directory: '/Users/cltbld/tasks/task_1571826677/checkouts/gecko/testing/web-platform/tests/gamepad/timestamp-manual.html'

Categories

(Core :: DOM: Device Interfaces, defect, P5)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1569946

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

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


[taskcluster 2019-10-23T10:31:27.301Z] Executing command 1: /usr/local/bin/python3 run-task '--gecko-checkout=./checkouts/gecko' --task-cwd checkouts/gecko -- bash -cx 'LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 ./mach python-test --python /usr/local/bin/python3 --subsuite mozbase'
[setup 2019-10-23T10:31:27.389Z] run-task started in /Users/cltbld/tasks/task_1571826677
[vcs 2019-10-23T10:31:27.394Z] WARNING: vcs checkout path (./checkouts/gecko) not in cache or volume; performance will likely suffer
[vcs 2019-10-23T10:31:27.395Z] WARNING: HG_STORE_PATH (./checkouts/hg-shared) not in cache or volume; performance will likely suffer
[vcs 2019-10-23T10:31:27.395Z] fetching hgmointernal config from http://taskcluster/secrets/v1/secret/project/taskcluster/gecko/hgmointernal
[vcs 2019-10-23T10:31:27.407Z] Unable to retrieve hgmointernal config using the secret service; falling back to public hg.mozilla.org service
[vcs 2019-10-23T10:31:27.410Z] executing ['hg', 'robustcheckout', '--sharebase', '/Users/cltbld/tasks/task_1571826677/checkouts/hg-shared', '--purge', '--upstream', 'https://hg.mozilla.org/mozilla-unified', '--revision', 'ad7a152bc66c0d411a6fb0b210d675abed9693c7', 'https://hg.mozilla.org/mozilla-central', '/Users/cltbld/tasks/task_1571826677/checkouts/gecko']
[vcs 2019-10-23T10:31:27.667Z] (using Mercurial 5.1)
[vcs 2019-10-23T10:31:27.668Z] ensuring https://hg.mozilla.org/mozilla-central@ad7a152bc66c0d411a6fb0b210d675abed9693c7 is available at /Users/cltbld/tasks/task_1571826677/checkouts/gecko
[vcs 2019-10-23T10:31:27.670Z] (existing repository shared store: /Users/cltbld/tasks/task_1565834497/checkouts/hg-shared/8ba995b74e18334ab3707f27e9eb8f4e37ba3d29/.hg)
[vcs 2019-10-23T10:31:27.670Z] (shared store does not exist; deleting destination)
[vcs 2019-10-23T10:31:27.771Z] Traceback (most recent call last):
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/scmutil.py", line 167, in callcatch
[vcs 2019-10-23T10:31:27.771Z] return func()
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 367, in _runcatchfunc
[vcs 2019-10-23T10:31:27.771Z] return _dispatch(req)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 1021, in _dispatch
[vcs 2019-10-23T10:31:27.771Z] cmdpats, cmdoptions)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 756, in runcommand
[vcs 2019-10-23T10:31:27.771Z] ret = _runcommand(ui, options, cmd, d)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 1030, in _runcommand
[vcs 2019-10-23T10:31:27.771Z] return cmdfunc()
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 1018, in <lambda>
[vcs 2019-10-23T10:31:27.771Z] d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/util.py", line 1682, in check
[vcs 2019-10-23T10:31:27.771Z] return func(*args, **kwargs)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/lib/hgext/robustcheckout.py", line 283, in robustcheckout
[vcs 2019-10-23T10:31:27.771Z] sparse_profile=sparseprofile)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/lib/hgext/robustcheckout.py", line 445, in _docheckout
[vcs 2019-10-23T10:31:27.771Z] destvfs.rmtree(forcibly=True)
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/vfs.py", line 242, in rmtree
[vcs 2019-10-23T10:31:27.771Z] ignore_errors=ignore_errors, onerror=onerror)
[vcs 2019-10-23T10:31:27.771Z] 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-10-23T10:31:27.771Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-10-23T10:31:27.771Z] 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-10-23T10:31:27.771Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-10-23T10:31:27.771Z] 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-10-23T10:31:27.771Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-10-23T10:31:27.771Z] 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-10-23T10:31:27.771Z] rmtree(fullname, ignore_errors, onerror)
[vcs 2019-10-23T10:31:27.771Z] 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-10-23T10:31:27.771Z] onerror(os.remove, fullname, sys.exc_info())
[vcs 2019-10-23T10:31:27.771Z] File "/usr/local/Cellar/mercurial/5.1/lib/python2.7/site-packages/mercurial/vfs.py", line 234, in onerror
[vcs 2019-10-23T10:31:27.771Z] s = os.stat(path)
[vcs 2019-10-23T10:31:27.771Z] OSError: [Errno 2] No such file or directory: '/Users/cltbld/tasks/task_1571826677/checkouts/gecko/testing/web-platform/tests/gamepad/timestamp-manual.html'
[vcs 2019-10-23T10:31:27.771Z] abort: No such file or directory: '/Users/cltbld/tasks/task_1571826677/checkouts/gecko/testing/web-platform/tests/gamepad/timestamp-manual.html'
[taskcluster 2019-10-23T10:31:27.794Z] Exit Code: 255
[taskcluster 2019-10-23T10:31:27.794Z] User Time: 187.124ms

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Resolution: INCOMPLETE → DUPLICATE
You need to log in before you can comment on or make changes to this bug.