Closed
Bug 1806619
Opened 2 years ago
Closed 2 years ago
Intermittent ERROR at setup of test_lint_single_file[flake8]
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1806199
People
(Reporter: CosminS, Unassigned)
Details
(Keywords: intermittent-failure)
Failure log: https://treeherder.mozilla.org/logviewer?job_id=400211052&repo=autoland
Raw failure log: https://firefoxci.taskcluster-artifacts.net/abs8d0dXRMSZsyP9FSLJ-w/0/public/logs/live_backing.log
[task 2022-12-20T09:47:33.709Z] tools/lint/test/test_flake8.py::test_lint_fix_uses_config[flake8] PASSED
[task 2022-12-20T09:47:33.709Z] tools/lint/test/test_flake8.py::test_lint_excluded_file[flake8] PASSED
[task 2022-12-20T09:47:33.709Z] tools/lint/test/test_flake8.py::test_lint_excluded_file_with_glob[flake8] PASSED
[task 2022-12-20T09:47:33.709Z] tools/lint/test/test_flake8.py::test_lint_excluded_file_with_no_filter[flake8] PASSED
[task 2022-12-20T09:47:33.709Z] tools/lint/test/test_flake8.py::test_lint_uses_custom_extensions[flake8] PASSED
[task 2022-12-20T09:47:33.709Z]
[task 2022-12-20T09:47:33.709Z] ==================================== ERRORS ====================================
[task 2022-12-20T09:47:33.710Z] _______________ ERROR at setup of test_lint_single_file[flake8] ________________
[task 2022-12-20T09:47:33.710Z] tools/lint/test/conftest.py:106: in run_setup
[task 2022-12-20T09:47:33.710Z] func(
[task 2022-12-20T09:47:33.710Z] tools/lint/python/flake8.py:79: in setup
[task 2022-12-20T09:47:33.710Z] virtualenv_manager.install_pip_requirements(
[task 2022-12-20T09:47:33.710Z] python/mach/mach/site.py:709: in install_pip_requirements
[task 2022-12-20T09:47:33.710Z] _delete_ignored_egg_info_dirs()
[task 2022-12-20T09:47:33.710Z] python/mach/mach/site.py:697: in _delete_ignored_egg_info_dirs
[task 2022-12-20T09:47:33.710Z] with get_repository_from_env() as repo:
[task 2022-12-20T09:47:33.710Z] python/mozversioncontrol/mozversioncontrol/__init__.py:817: in get_repository_from_env
[task 2022-12-20T09:47:33.710Z] return get_repository_from_build_config(buildconfig)
[task 2022-12-20T09:47:33.711Z] python/mozversioncontrol/mozversioncontrol/__init__.py:791: in get_repository_from_build_config
[task 2022-12-20T09:47:33.711Z] raise MissingConfigureInfo(
[task 2022-12-20T09:47:33.711Z] E mozversioncontrol.MissingConfigureInfo: could not find VCS_CHECKOUT_TYPE in build config; check configure output and verify it could find a VCS binary
[task 2022-12-20T09:47:33.711Z] ========================= 7 passed, 1 error in 22.40s ==========================
[task 2022-12-20T09:47:33.711Z]
[task 2022-12-20T09:47:33.711Z]
[task 2022-12-20T09:47:33.711Z] Tests Completed: 100%|██████████| 31/31 [01:17<00:00, 2.49s/Test]
[task 2022-12-20T09:47:33.711Z] Return code from mach python-test: 1
[taskcluster 2022-12-20 09:47:34.144Z] === Task Finished ===
[taskcluster 2022-12-20 09:47:34.144Z] Unsuccessful task run with exit code: 1 completed in 115.467 seconds
| Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•