Closed Bug 1590714 Opened 5 years ago Closed 5 years ago

Perma tier2 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL

Categories

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

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: intermittent-bug-filer, Assigned: marco)

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 obsolete file)

Filed by: aciure [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=272547050&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/FsUBsWV1Qx-Fy7hV_K-kAg/runs/0/artifacts/public/logs/live_backing.log


[task 2019-10-23T11:18:50.788Z] 0:58.57 /Users/cltbld/tasks/task_1571829203/checkouts/gecko/python/mozbuild/mozbuild/test/configure/lint.py
[task 2019-10-23T11:18:50.788Z] 0:58.57 ============================= test session starts ==============================
[task 2019-10-23T11:18:50.788Z] 0:58.57 platform darwin -- Python 2.7.10, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /Users/cltbld/tasks/task_1571829203/checkouts/gecko/obj-x86_64-apple-darwin18.6.0/_virtualenvs/gecko-XcVmxOFd-2/bin/python
[task 2019-10-23T11:18:50.788Z] 0:58.57 rootdir: /Users/cltbld/tasks/task_1571829203/checkouts/gecko, inifile: /Users/cltbld/tasks/task_1571829203/checkouts/gecko/config/mozunit/mozunit/pytest.ini
[task 2019-10-23T11:18:50.792Z] 0:58.57 collecting ... collected 5 items
[task 2019-10-23T11:18:50.792Z] 0:58.57
[task 2019-10-23T11:18:50.792Z] 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL
[task 2019-10-23T11:18:50.792Z] 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_extensions TEST-UNEXPECTED-FAIL
[task 2019-10-23T11:18:50.792Z] 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_js TEST-UNEXPECTED-FAIL
[task 2019-10-23T11:18:50.793Z] 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_memory TEST-UNEXPECTED-FAIL
[task 2019-10-23T11:18:50.793Z] 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_mobile_android TEST-UNEXPECTED-FAIL
[task 2019-10-23T11:18:50.793Z] 0:58.58
[task 2019-10-23T11:18:50.793Z] 0:58.58 =================================== FAILURES ===================================
[task 2019-10-23T11:18:50.793Z] 0:58.58 ______________________________ Lint.test_browser _______________________________
[task 2019-10-23T11:18:50.793Z] 0:58.58
[task 2019-10-23T11:18:50.793Z] 0:58.58 self = <lint.Lint testMethod=test_browser>
[task 2019-10-23T11:18:50.793Z] 0:58.58
[task 2019-10-23T11:18:50.793Z] 0:58.58 def test(self):
[task 2019-10-23T11:18:50.793Z] 0:58.58 > return func(self, project)
[task 2019-10-23T11:18:50.793Z] 0:58.58
[task 2019-10-23T11:18:50.793Z] 0:58.58 python/mozbuild/mozbuild/test/configure/lint.py:25:
[task 2019-10-23T11:18:50.794Z] 0:58.58 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2019-10-23T11:18:50.794Z] 0:58.58 python/mozbuild/mozbuild/test/configure/lint.py:57: in lint
[task 2019-10-23T11:18:50.794Z] 0:58.58 sandbox.run(os.path.join(topsrcdir, 'moz.configure'))
[task 2019-10-23T11:18:50.794Z] 0:58.58 python/mozbuild/mozbuild/configure/lint.py:46: in run
[task 2019-10-23T11:18:50.794Z] 0:58.58 self._check_dependencies(dep)
[task 2019-10-23T11:18:50.794Z] 0:58.58 python/mozbuild/mozbuild/configure/lint.py:144: in _check_dependencies
[task 2019-10-23T11:18:50.794Z] 0:58.58 self._raise_from(e, func)
[task 2019-10-23T11:18:50.794Z] 0:58.58 python/mozbuild/mozbuild/configure/lint.py:112: in _raise_from
[task 2019-10-23T11:18:50.794Z] 0:58.58 thrower(exception)
[task 2019-10-23T11:18:50.794Z] 0:58.58 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2019-10-23T11:18:50.794Z] 0:58.58
[task 2019-10-23T11:18:50.794Z] 0:58.58 e = ConfigureError(u'The dependency on mozbuild_state_path is unused',)
[task 2019-10-23T11:18:50.794Z] 0:58.58
[task 2019-10-23T11:18:50.795Z] 0:58.58 > @depends(target, c_compiler, vc_path, check_build_environment, mozbuild_state_path, when=code_coverage)
[task 2019-10-23T11:18:50.795Z] 0:58.58 @imports('os')
[task 2019-10-23T11:18:50.795Z] 0:58.58 @imports('re')
[task 2019-10-23T11:18:50.795Z] 0:58.58 @imports('mozpack.path')
[task 2019-10-23T11:18:50.795Z] 0:58.58 @imports(_from='builtin', _import='open')
[task 2019-10-23T11:18:50.795Z] 0:58.58 def coverage_flags(target, c_compiler, vc_path, build_env, mozbuild_state_path):
[task 2019-10-23T11:18:50.795Z] 0:58.58 E ConfigureError: The dependency on mozbuild_state_path is unused
[task 2019-10-23T11:18:50.795Z] 0:58.58
[task 2019-10-23T11:18:50.795Z] 0:58.58 build/moz.configure/toolchain.configure:1814: ConfigureError
[task 2019-10-23T11:18:50.795Z] 0:58.58 ------------------------------ Captured log call -------------------------------
[task 2019-10-23T11:18:50.795Z] 0:58.58 init.py 384 INFO Adding configure options from /Users/cltbld/tasks/task_1571829203/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2019-10-23T11:18:50.795Z] 0:58.58 init.py 384 INFO checking for vcs source checkout...
[task 2019-10-23T11:18:50.795Z] 0:58.58 init.py 384 INFO hg
[task 2019-10-23T11:18:50.796Z] 0:58.58 init.py 384 INFO checking whether cross compiling...
[task 2019-10-23T11:18:50.796Z] 0:58.58 init.py 384 INFO no
[task 2019-10-23T11:18:50.796Z] 0:58.58 _____________________________ Lint.test_extensions _____________________________
[task 2019-10-23T11:18:50.796Z] 0:58.58
[task 2019-10-23T11:18:50.796Z] 0:58.58 self = <lint.Lint testMethod=test_extensions>
[task 2019-10-23T11:18:50.796Z] 0:58.58 def test(self):
[task 2019-10-23T11:18:50.796Z] 0:58.58 > return func(self, project)
[task 2019-10-23T11:18:50.796Z] 0:58.58
[task 2019-10-23T11:18:50.796Z] 0:58.58 python/mozbuild/mozbuild/test/configure/lint.py:25:

Summary: Intermittent 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL → Perma tier2 0:58.57 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL
Regressed by: 1476339
Keywords: regression
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Pushed by mcastelluccio@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0a3621d900c8 Remove unused 'mozbuild_state_path'. r=chmanchester

Fixed by backing out bug 1476339.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Attachment #9103523 - Attachment is obsolete: true
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: