Closed Bug 1696060 Opened 4 years ago Closed 4 years ago

Perma failing Tier 2 0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL

Categories

(Testing :: Code Coverage, defect, P5)

defect

Tracking

(firefox-esr78 unaffected, firefox86 unaffected, firefox87 unaffected, firefox88 fixed)

RESOLVED FIXED
88 Branch
Tracking Status
firefox-esr78 --- unaffected
firefox86 --- unaffected
firefox87 --- unaffected
firefox88 --- fixed

People

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

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 file)

Filed by: btara [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=331828191&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QQpCIhTfQqKughne9d1L0A/runs/0/artifacts/public/logs/live_backing.log


[task 2021-03-02T23:39:00.754Z]  0:23.27 /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/lint.py
[task 2021-03-02T23:39:00.758Z]  0:23.27 ============================= test session starts ==============================
[task 2021-03-02T23:39:00.759Z]  0:23.27 platform linux -- Python 3.6.9, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/python-test/bin/python
[task 2021-03-02T23:39:00.759Z]  0:23.27 rootdir: /builds/worker/checkouts/gecko, inifile: /builds/worker/checkouts/gecko/config/mozunit/mozunit/pytest.ini
[task 2021-03-02T23:39:00.759Z]  0:23.27 collecting ... collected 6 items
[task 2021-03-02T23:39:00.759Z]  0:23.27 
[task 2021-03-02T23:39:00.759Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_browser TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_extensions TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_js TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_memory TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_mobile_android TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 python/mozbuild/mozbuild/test/configure/lint.py::Lint::test_tools_update-programs TEST-UNEXPECTED-FAIL
[task 2021-03-02T23:39:00.760Z]  0:23.27 
[task 2021-03-02T23:39:00.760Z]  0:23.27 =================================== FAILURES ===================================
[task 2021-03-02T23:39:00.760Z]  0:23.27 ______________________________ Lint.test_browser _______________________________
[task 2021-03-02T23:39:00.760Z]  0:23.27 
[task 2021-03-02T23:39:00.761Z]  0:23.27 self = <lint.Lint testMethod=test_browser>
[task 2021-03-02T23:39:00.761Z]  0:23.27 
[task 2021-03-02T23:39:00.761Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.761Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.761Z]  0:23.28 
[task 2021-03-02T23:39:00.761Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.761Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.761Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.762Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.762Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.762Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.762Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.762Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.762Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.762Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.762Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.763Z]  0:23.28 
[task 2021-03-02T23:39:00.763Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.763Z]  0:23.28 
[task 2021-03-02T23:39:00.763Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.763Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.763Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.763Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.763Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.763Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.764Z]  0:23.28 
[task 2021-03-02T23:39:00.764Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.764Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.765Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.765Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.766Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.766Z]  0:23.28 __init__.py                433 INFO     checking whether cross compiling...
[task 2021-03-02T23:39:00.767Z]  0:23.28 __init__.py                433 INFO     no
[task 2021-03-02T23:39:00.767Z]  0:23.28 _____________________________ Lint.test_extensions _____________________________
[task 2021-03-02T23:39:00.768Z]  0:23.28 
[task 2021-03-02T23:39:00.768Z]  0:23.28 self = <lint.Lint testMethod=test_extensions>
[task 2021-03-02T23:39:00.769Z]  0:23.28 
[task 2021-03-02T23:39:00.769Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.769Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.770Z]  0:23.28 
[task 2021-03-02T23:39:00.770Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.771Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.771Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.772Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.772Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.772Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.773Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.773Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.774Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.783Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.783Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.784Z]  0:23.28 
[task 2021-03-02T23:39:00.784Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.784Z]  0:23.28 
[task 2021-03-02T23:39:00.784Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.784Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.784Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.784Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.784Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.784Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.785Z]  0:23.28 
[task 2021-03-02T23:39:00.785Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.785Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.785Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.785Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.785Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.785Z]  0:23.28 _________________________________ Lint.test_js _________________________________
[task 2021-03-02T23:39:00.785Z]  0:23.28 
[task 2021-03-02T23:39:00.786Z]  0:23.28 self = <lint.Lint testMethod=test_js>
[task 2021-03-02T23:39:00.786Z]  0:23.28 
[task 2021-03-02T23:39:00.786Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.786Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.786Z]  0:23.28 
[task 2021-03-02T23:39:00.786Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.786Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.786Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.786Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.787Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.787Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.787Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.787Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.787Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.787Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.787Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.788Z]  0:23.28 
[task 2021-03-02T23:39:00.788Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.788Z]  0:23.28 
[task 2021-03-02T23:39:00.788Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.788Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.788Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.788Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.788Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.789Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.789Z]  0:23.28 
[task 2021-03-02T23:39:00.789Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.790Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.790Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.790Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.790Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.790Z]  0:23.28 _______________________________ Lint.test_memory _______________________________
[task 2021-03-02T23:39:00.791Z]  0:23.28 
[task 2021-03-02T23:39:00.791Z]  0:23.28 self = <lint.Lint testMethod=test_memory>
[task 2021-03-02T23:39:00.791Z]  0:23.28 
[task 2021-03-02T23:39:00.791Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.792Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.792Z]  0:23.28 
[task 2021-03-02T23:39:00.792Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.792Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.792Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.793Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.793Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.793Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.793Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.794Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.794Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.794Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.794Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.795Z]  0:23.28 
[task 2021-03-02T23:39:00.795Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.795Z]  0:23.28 
[task 2021-03-02T23:39:00.795Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.796Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.796Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.797Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.798Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.799Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.800Z]  0:23.28 
[task 2021-03-02T23:39:00.801Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.802Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.803Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.804Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.805Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.806Z]  0:23.28 ___________________________ Lint.test_mobile_android ___________________________
[task 2021-03-02T23:39:00.807Z]  0:23.28 
[task 2021-03-02T23:39:00.808Z]  0:23.28 self = <lint.Lint testMethod=test_mobile_android>
[task 2021-03-02T23:39:00.809Z]  0:23.28 
[task 2021-03-02T23:39:00.811Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.812Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.814Z]  0:23.28 
[task 2021-03-02T23:39:00.815Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.816Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.817Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.818Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.819Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.820Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.821Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.822Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.823Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.824Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.825Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.826Z]  0:23.28 
[task 2021-03-02T23:39:00.827Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.828Z]  0:23.28 
[task 2021-03-02T23:39:00.829Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.830Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.831Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.832Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.833Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.834Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.835Z]  0:23.28 
[task 2021-03-02T23:39:00.836Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.837Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.838Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.839Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.840Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.841Z]  0:23.28 __init__.py                433 INFO     checking whether cross compiling...
[task 2021-03-02T23:39:00.842Z]  0:23.28 __init__.py                433 INFO     no
[task 2021-03-02T23:39:00.843Z]  0:23.28 _______________________ Lint.test_tools_update-programs ________________________
[task 2021-03-02T23:39:00.844Z]  0:23.28 
[task 2021-03-02T23:39:00.845Z]  0:23.28 self = <lint.Lint testMethod=test_tools_update-programs>
[task 2021-03-02T23:39:00.846Z]  0:23.28 
[task 2021-03-02T23:39:00.847Z]  0:23.28     def test(self):
[task 2021-03-02T23:39:00.848Z]  0:23.28 >       return func(self, project)
[task 2021-03-02T23:39:00.849Z]  0:23.28 
[task 2021-03-02T23:39:00.850Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:26:
[task 2021-03-02T23:39:00.851Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.852Z]  0:23.28 python/mozbuild/mozbuild/test/configure/lint.py:65: in lint
[task 2021-03-02T23:39:00.853Z]  0:23.28     sandbox.run(os.path.join(topsrcdir, "moz.configure"))
[task 2021-03-02T23:39:00.854Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:47: in run
[task 2021-03-02T23:39:00.855Z]  0:23.28     self._check_dependencies(dep)
[task 2021-03-02T23:39:00.856Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:156: in _check_dependencies
[task 2021-03-02T23:39:00.857Z]  0:23.28     self._raise_from(e, func)
[task 2021-03-02T23:39:00.858Z]  0:23.28 python/mozbuild/mozbuild/configure/lint.py:121: in _raise_from
[task 2021-03-02T23:39:00.859Z]  0:23.28     thrower(exception)
[task 2021-03-02T23:39:00.860Z]  0:23.28 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-02T23:39:00.861Z]  0:23.28 
[task 2021-03-02T23:39:00.862Z]  0:23.28 e = ConfigureError('The dependency on `vc_path` is unused',)
[task 2021-03-02T23:39:00.863Z]  0:23.28 
[task 2021-03-02T23:39:00.864Z]  0:23.28 >   @depends(target, c_compiler, vc_path, check_build_environment, when=code_coverage)
[task 2021-03-02T23:39:00.865Z]  0:23.28     @imports("os")
[task 2021-03-02T23:39:00.866Z]  0:23.28     @imports("re")
[task 2021-03-02T23:39:00.867Z]  0:23.28     @imports(_from="__builtin__", _import="open")
[task 2021-03-02T23:39:00.868Z]  0:23.28     def coverage_cflags(target, c_compiler, vc_path, build_env):
[task 2021-03-02T23:39:00.869Z]  0:23.28 E   mozbuild.configure.ConfigureError: The dependency on `vc_path` is unused
[task 2021-03-02T23:39:00.870Z]  0:23.28 
[task 2021-03-02T23:39:00.871Z]  0:23.28 build/moz.configure/toolchain.configure:1965: ConfigureError
[task 2021-03-02T23:39:00.872Z]  0:23.28 ------------------------------ Captured log call -------------------------------
[task 2021-03-02T23:39:00.873Z]  0:23.28 __init__.py                433 INFO     Adding configure options from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/data/empty_mozconfig
[task 2021-03-02T23:39:00.874Z]  0:23.28 __init__.py                433 INFO     checking for vcs source checkout...
[task 2021-03-02T23:39:00.875Z]  0:23.28 __init__.py                433 INFO     hg
[task 2021-03-02T23:39:00.876Z]  0:23.28 =========================== 6 failed in 8.90 seconds ===========================
[task 2021-03-02T23:39:00.877Z]  0:23.28 Setting retcode to 1 from /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/lint.py
[task 2021-03-02T23:39:01.855Z]  0:24.37 /builds/worker/checkouts/gecko/python/mozbuild/mozbuild/test/configure/test_util.py
[task 2021-03-02T23:39:01.860Z]  0:24.38 ============================= test session starts ==============================
[task 2021-03-02T23:39:01.861Z]  0:24.38 platform linux -- Python 3.6.9, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/python-test/bin/python
[task 2021-03-02T23:39:01.861Z]  0:24.38 rootdir: /builds/worker/checkouts/gecko, inifile: /builds/worker/checkouts/gecko/config/mozunit/mozunit/pytest.ini
[task 2021-03-02T23:39:01.861Z]  0:24.38 collecting ... collected 16 items
[task 2021-03-02T23:39:01.861Z]  0:24.38 
[task 2021-03-02T23:39:01.861Z]  0:24.38 python/mozbuild/mozbuild/test/configure/test_util.py::TestConfigureOutputHandler::test_continuation PASSED```
Flags: needinfo?(cdenizet)
Assignee: nobody → cdenizet
Flags: needinfo?(cdenizet)
Pushed by cdenizet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/378eb5fd8664 Fix lint issue in toolchain.configure (follow-up of bug 1524932) r=marco DONTBUILD

Set release status flags based on info from the regressing bug 1524932

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: