Bug 1905803 - Allow l10n_bumper cron job to run on comm-central. #45
firefoxci-taskcluster / tests-unit-ciadmin
succeeded
Jul 29, 2024 in 2m 1s
FirefoxCI (pull_request)
Run ciadmin unit tests
to validate the latest changes
Details
View task in Taskcluster
View logs in Taskcluster
[taskcluster 2024-07-29 20:33:48.278Z] Worker ID: 4683103944598766239
[taskcluster 2024-07-29 20:33:48.278Z] Worker Group: us-west1-b
[taskcluster 2024-07-29 20:33:48.278Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-07-29 20:33:48.278Z] Worker Pool: ci-t/linux-gcp
[taskcluster 2024-07-29 20:33:48.278Z] Worker Version: 38.0.5
[taskcluster 2024-07-29 20:33:48.278Z] Public IP: 35.233.141.242
[taskcluster 2024-07-29 20:33:48.278Z] Hostname: ci-t-linux-gcp-bstlpkzntea9w7uvzejzxw
[taskcluster 2024-07-29 20:33:48.278Z] using cache "ci-level-1-checkouts-v3-7afeb851dd97df8f3607-LJoIQhIFSuyp5a_Q8D8qAA" -> /builds/worker/checkouts
[taskcluster 2024-07-29 20:33:51.468Z] Downloading artifact "public/image.tar.zst" from task ID: LJoIQhIFSuyp5a_Q8D8qAA.
[taskcluster 2024-07-29 20:33:56.470Z] Download Progress: 45.82%
[taskcluster 2024-07-29 20:34:00.240Z] Downloaded artifact successfully.
[taskcluster 2024-07-29 20:34:00.241Z] Downloaded 283.047 mb
[taskcluster 2024-07-29 20:34:00.242Z] Decompressing downloaded image
[taskcluster 2024-07-29 20:34:02.445Z] Loading docker image from downloaded archive.
[taskcluster 2024-07-29 20:34:18.613Z] Image 'public/image.tar.zst' from task 'LJoIQhIFSuyp5a_Q8D8qAA' loaded. Using image ID sha256:458c4b544f7885470b6d03980a2c6e9588a500d089d09faf61e128fb336746d6.
[taskcluster 2024-07-29 20:34:18.726Z] === Task Starting ===
[setup 2024-07-29T20:34:21.911Z] run-task started in /
[setup 2024-07-29T20:34:21.911Z] Invoked by command: --fxci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx pip install --user -r requirements/test.txt && pip install --user --no-deps . && py.test tests/
[setup 2024-07-29T20:34:21.911Z] Python version: 3.9.18
[cache 2024-07-29T20:34:21.913Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-07-29T20:34:21.913Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-07-29T20:34:21.913Z] volume /builds/worker/checkouts is a cache
[setup 2024-07-29T20:34:21.913Z] running as worker:worker
[vcs 2024-07-29T20:34:21.913Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-07-29T20:34:21.916Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/fxci-config', '/builds/worker/checkouts/vcs']
[vcs 2024-07-29T20:34:21.918Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-07-29T20:34:22.745Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/jfx2006/fxci-config', 'bug1905803']
[vcs 2024-07-29T20:34:23.094Z] From https://github.com/jfx2006/fxci-config
[vcs 2024-07-29T20:34:23.094Z] * branch bug1905803 -> FETCH_HEAD
[vcs 2024-07-29T20:34:23.096Z] executing ['git', 'checkout', '-f', '-B', 'bug1905803', 'ada0f7b395588a0c64558f5fce96390f72707586']
[vcs 2024-07-29T20:34:23.107Z] Switched to a new branch 'bug1905803'
[vcs 2024-07-29T20:34:23.107Z] cleaning git checkout...
[vcs 2024-07-29T20:34:23.107Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-07-29T20:34:23.110Z] removing []
[vcs 2024-07-29T20:34:23.110Z] successfully cleaned git checkout!
[vcs 2024-07-29T20:34:23.112Z] TinderboxPrint:<a href='https://github.com/jfx2006/fxci-config/commit/ada0f7b395588a0c64558f5fce96390f72707586' title='Built from fxci-config commit ada0f7b395588a0c64558f5fce96390f72707586'>ada0f7b395588a0c64558f5fce96390f72707586</a>
[task 2024-07-29T20:34:23.112Z] executing ['bash', '-cx', 'pip install --user -r requirements/test.txt && pip install --user --no-deps . && py.test tests/']
[task 2024-07-29T20:34:23.114Z] + pip install --user -r requirements/test.txt
[task 2024-07-29T20:34:25.118Z] Collecting aiohttp==3.8.6
[task 2024-07-29T20:34:25.173Z] Downloading aiohttp-3.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
[task 2024-07-29T20:34:25.216Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 27.0 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.245Z] Collecting aiohttp-retry==2.8.3
[task 2024-07-29T20:34:25.254Z] Downloading aiohttp_retry-2.8.3-py3-none-any.whl (9.8 kB)
[task 2024-07-29T20:34:25.273Z] Collecting aiosignal==1.3.1
[task 2024-07-29T20:34:25.282Z] Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
[task 2024-07-29T20:34:25.303Z] Collecting async-timeout==4.0.3
[task 2024-07-29T20:34:25.312Z] Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
[task 2024-07-29T20:34:25.340Z] Collecting attrs==23.1.0
[task 2024-07-29T20:34:25.349Z] Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
[task 2024-07-29T20:34:25.353Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 32.2 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.368Z] Collecting blessings==1.7
[task 2024-07-29T20:34:25.377Z] Downloading blessings-1.7-py3-none-any.whl (18 kB)
[task 2024-07-29T20:34:25.410Z] Collecting certifi==2024.7.4
[task 2024-07-29T20:34:25.420Z] Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
[task 2024-07-29T20:34:25.425Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.0/163.0 kB 65.6 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.598Z] Collecting charset-normalizer==3.3.2
[task 2024-07-29T20:34:25.608Z] Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
[task 2024-07-29T20:34:25.613Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 52.0 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.647Z] Collecting click==8.1.7
[task 2024-07-29T20:34:25.657Z] Downloading click-8.1.7-py3-none-any.whl (97 kB)
[task 2024-07-29T20:34:25.661Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 51.3 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.683Z] Collecting exceptiongroup==1.2.2
[task 2024-07-29T20:34:25.692Z] Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
[task 2024-07-29T20:34:25.817Z] Collecting frozenlist==1.4.1
[task 2024-07-29T20:34:25.827Z] Downloading frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB)
[task 2024-07-29T20:34:25.833Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 80.8 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.849Z] Collecting giturlparse==0.12.0
[task 2024-07-29T20:34:25.859Z] Downloading giturlparse-0.12.0-py2.py3-none-any.whl (15 kB)
[task 2024-07-29T20:34:25.882Z] Collecting idna==3.7
[task 2024-07-29T20:34:25.891Z] Downloading idna-3.7-py3-none-any.whl (66 kB)
[task 2024-07-29T20:34:25.895Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 37.3 MB/s eta 0:00:00
[task 2024-07-29T20:34:25.909Z] Collecting iniconfig==2.0.0
[task 2024-07-29T20:34:25.918Z] Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
[task 2024-07-29T20:34:25.940Z] Collecting iso8601==0.1.12
[task 2024-07-29T20:34:25.950Z] Downloading iso8601-0.1.12-py3-none-any.whl (12 kB)
[task 2024-07-29T20:34:26.029Z] Collecting json-e==2.7.1
[task 2024-07-29T20:34:26.101Z] Downloading json-e-2.7.1.tar.gz (17 kB)
[task 2024-07-29T20:34:26.108Z] Preparing metadata (setup.py): started
[task 2024-07-29T20:34:26.508Z] Preparing metadata (setup.py): finished with status 'done'
[task 2024-07-29T20:34:26.582Z] Collecting memoized==0.3
[task 2024-07-29T20:34:26.593Z] Downloading memoized-0.3.tar.gz (3.5 kB)
[task 2024-07-29T20:34:26.599Z] Preparing metadata (setup.py): started
[task 2024-07-29T20:34:26.991Z] Preparing metadata (setup.py): finished with status 'done'
[task 2024-07-29T20:34:27.009Z] Collecting mohawk==1.1.0
[task 2024-07-29T20:34:27.020Z] Downloading mohawk-1.1.0-py3-none-any.whl (22 kB)
[task 2024-07-29T20:34:27.102Z] Collecting mozilla-repo-urls==0.1.1
[task 2024-07-29T20:34:27.113Z] Downloading mozilla_repo_urls-0.1.1-py3-none-any.whl (6.2 kB)
[task 2024-07-29T20:34:27.589Z] Collecting multidict==6.0.5
[task 2024-07-29T20:34:27.599Z] Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (123 kB)
[task 2024-07-29T20:34:27.604Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 52.5 MB/s eta 0:00:00
[task 2024-07-29T20:34:27.639Z] Collecting packaging==24.1
[task 2024-07-29T20:34:27.648Z] Downloading packaging-24.1-py3-none-any.whl (53 kB)
[task 2024-07-29T20:34:27.652Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 31.0 MB/s eta 0:00:00
[task 2024-07-29T20:34:27.678Z] Collecting pluggy==1.5.0
[task 2024-07-29T20:34:27.688Z] Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
[task 2024-07-29T20:34:27.782Z] Collecting pytest==7.4.4
[task 2024-07-29T20:34:27.793Z] Downloading pytest-7.4.4-py3-none-any.whl (325 kB)
[task 2024-07-29T20:34:27.799Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.3/325.3 kB 99.2 MB/s eta 0:00:00
[task 2024-07-29T20:34:27.837Z] Collecting pytest-asyncio==0.23.7
[task 2024-07-29T20:34:27.846Z] Downloading pytest_asyncio-0.23.7-py3-none-any.whl (17 kB)
[task 2024-07-29T20:34:27.872Z] Collecting python-dateutil==2.9.0.post0
[task 2024-07-29T20:34:27.886Z] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
[task 2024-07-29T20:34:27.891Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 84.2 MB/s eta 0:00:00
[task 2024-07-29T20:34:27.981Z] Collecting pyyaml==6.0.1
[task 2024-07-29T20:34:27.990Z] Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB)
[task 2024-07-29T20:34:28.000Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 113.1 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.055Z] Collecting requests==2.32.3
[task 2024-07-29T20:34:28.065Z] Downloading requests-2.32.3-py3-none-any.whl (64 kB)
[task 2024-07-29T20:34:28.069Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 33.6 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.090Z] Collecting six==1.16.0
[task 2024-07-29T20:34:28.100Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[task 2024-07-29T20:34:28.116Z] Collecting slugid==2.0.0
[task 2024-07-29T20:34:28.126Z] Downloading slugid-2.0.0-py2.py3-none-any.whl (8.2 kB)
[task 2024-07-29T20:34:28.150Z] Collecting sortedcontainers==2.4.0
[task 2024-07-29T20:34:28.159Z] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
[task 2024-07-29T20:34:28.292Z] Collecting taskcluster==53.0.0
[task 2024-07-29T20:34:28.303Z] Downloading taskcluster-53.0.0-py3-none-any.whl (143 kB)
[task 2024-07-29T20:34:28.308Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 61.9 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.325Z] Collecting taskcluster-urls==13.0.1
[task 2024-07-29T20:34:28.335Z] Downloading taskcluster_urls-13.0.1-py3-none-any.whl (10 kB)
[task 2024-07-29T20:34:28.418Z] Collecting tc-admin==4.0.0
[task 2024-07-29T20:34:28.429Z] Downloading tc_admin-4.0.0-py3-none-any.whl (45 kB)
[task 2024-07-29T20:34:28.433Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.6/45.6 kB 25.6 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.458Z] Collecting tomli==2.0.1
[task 2024-07-29T20:34:28.468Z] Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[task 2024-07-29T20:34:28.530Z] Collecting urllib3==2.2.2
[task 2024-07-29T20:34:28.539Z] Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
[task 2024-07-29T20:34:28.544Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 59.0 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.845Z] Collecting yarl==1.9.4
[task 2024-07-29T20:34:28.855Z] Downloading yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304 kB)
[task 2024-07-29T20:34:28.861Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.3/304.3 kB 86.5 MB/s eta 0:00:00
[task 2024-07-29T20:34:28.981Z] Collecting black==24.4.2
[task 2024-07-29T20:34:28.996Z] Downloading black-24.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB)
[task 2024-07-29T20:34:29.012Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 132.4 MB/s eta 0:00:00
[task 2024-07-29T20:34:29.046Z] Collecting build==1.2.1
[task 2024-07-29T20:34:29.055Z] Downloading build-1.2.1-py3-none-any.whl (21 kB)
[task 2024-07-29T20:34:29.084Z] Collecting check-manifest==0.49
[task 2024-07-29T20:34:29.094Z] Downloading check_manifest-0.49-py3-none-any.whl (20 kB)
[task 2024-07-29T20:34:29.859Z] Collecting coverage[toml]==7.6.0
[task 2024-07-29T20:34:29.871Z] Downloading coverage-7.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233 kB)
[task 2024-07-29T20:34:29.877Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.4/233.4 kB 78.4 MB/s eta 0:00:00
[task 2024-07-29T20:34:29.926Z] Collecting flake8==7.1.0
[task 2024-07-29T20:34:29.935Z] Downloading flake8-7.1.0-py2.py3-none-any.whl (57 kB)
[task 2024-07-29T20:34:29.939Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 27.9 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.020Z] Collecting importlib-metadata==8.0.0
[task 2024-07-29T20:34:30.029Z] Downloading importlib_metadata-8.0.0-py3-none-any.whl (24 kB)
[task 2024-07-29T20:34:30.102Z] Collecting isort==5.13.2
[task 2024-07-29T20:34:30.111Z] Downloading isort-5.13.2-py3-none-any.whl (92 kB)
[task 2024-07-29T20:34:30.115Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/92.3 kB 48.1 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.131Z] Collecting mccabe==0.7.0
[task 2024-07-29T20:34:30.141Z] Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
[task 2024-07-29T20:34:30.156Z] Collecting mypy-extensions==1.0.0
[task 2024-07-29T20:34:30.165Z] Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
[task 2024-07-29T20:34:30.186Z] Collecting pathspec==0.12.1
[task 2024-07-29T20:34:30.196Z] Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
[task 2024-07-29T20:34:30.233Z] Collecting pip-compile-multi==2.6.4
[task 2024-07-29T20:34:30.244Z] Downloading pip_compile_multi-2.6.4-py2.py3-none-any.whl (42 kB)
[task 2024-07-29T20:34:30.248Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 20.6 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.316Z] Collecting pip-tools==7.4.1
[task 2024-07-29T20:34:30.326Z] Downloading pip_tools-7.4.1-py3-none-any.whl (61 kB)
[task 2024-07-29T20:34:30.330Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 32.4 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.363Z] Collecting platformdirs==4.2.2
[task 2024-07-29T20:34:30.373Z] Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB)
[task 2024-07-29T20:34:30.396Z] Collecting pycodestyle==2.12.0
[task 2024-07-29T20:34:30.405Z] Downloading pycodestyle-2.12.0-py2.py3-none-any.whl (31 kB)
[task 2024-07-29T20:34:30.431Z] Collecting pyflakes==3.2.0
[task 2024-07-29T20:34:30.441Z] Downloading pyflakes-3.2.0-py2.py3-none-any.whl (62 kB)
[task 2024-07-29T20:34:30.445Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 30.8 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.459Z] Collecting pyproject-hooks==1.1.0
[task 2024-07-29T20:34:30.468Z] Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB)
[task 2024-07-29T20:34:30.499Z] Collecting pytest-cov==5.0.0
[task 2024-07-29T20:34:30.508Z] Downloading pytest_cov-5.0.0-py3-none-any.whl (21 kB)
[task 2024-07-29T20:34:30.551Z] Collecting pytest-mock==3.14.0
[task 2024-07-29T20:34:30.561Z] Downloading pytest_mock-3.14.0-py3-none-any.whl (9.9 kB)
[task 2024-07-29T20:34:30.578Z] Collecting toposort==1.10
[task 2024-07-29T20:34:30.587Z] Downloading toposort-1.10-py3-none-any.whl (8.5 kB)
[task 2024-07-29T20:34:30.620Z] Collecting typing-extensions==4.12.2
[task 2024-07-29T20:34:30.629Z] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
[task 2024-07-29T20:34:30.676Z] Collecting wheel==0.43.0
[task 2024-07-29T20:34:30.686Z] Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
[task 2024-07-29T20:34:30.690Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 34.3 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.720Z] Collecting yamllint==1.35.1
[task 2024-07-29T20:34:30.729Z] Downloading yamllint-1.35.1-py3-none-any.whl (66 kB)
[task 2024-07-29T20:34:30.733Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.7/66.7 kB 37.2 MB/s eta 0:00:00
[task 2024-07-29T20:34:30.772Z] Collecting zipp==3.19.2
[task 2024-07-29T20:34:30.781Z] Downloading zipp-3.19.2-py3-none-any.whl (9.0 kB)
[task 2024-07-29T20:34:30.859Z] Collecting pip==24.1.2
[task 2024-07-29T20:34:30.868Z] Downloading pip-24.1.2-py3-none-any.whl (1.8 MB)
[task 2024-07-29T20:34:30.884Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 140.3 MB/s eta 0:00:00
[task 2024-07-29T20:34:31.188Z] Collecting setuptools==70.3.0
[task 2024-07-29T20:34:31.198Z] Downloading setuptools-70.3.0-py3-none-any.whl (931 kB)
[task 2024-07-29T20:34:31.208Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 931.1/931.1 kB 130.7 MB/s eta 0:00:00
[task 2024-07-29T20:34:32.157Z] Building wheels for collected packages: json-e, memoized
[task 2024-07-29T20:34:32.157Z] Building wheel for json-e (setup.py): started
[task 2024-07-29T20:34:32.738Z] Building wheel for json-e (setup.py): finished with status 'done'
[task 2024-07-29T20:34:32.739Z] Created wheel for json-e: filename=json_e-2.7.1-py3-none-any.whl size=11970 sha256=418f0e216cb3b54b5fd63ef6193b5a6bc058f34f7eebc1a1d657c9fbe818b538
[task 2024-07-29T20:34:32.739Z] Stored in directory: /builds/worker/.cache/pip/wheels/bc/5c/29/ba0cf44fdc9c2e72c6cbbc2c82613a130ec8636321879f9e58
[task 2024-07-29T20:34:32.742Z] Building wheel for memoized (setup.py): started
[task 2024-07-29T20:34:33.313Z] Building wheel for memoized (setup.py): finished with status 'done'
[task 2024-07-29T20:34:33.314Z] Created wheel for memoized: filename=memoized-0.3-py3-none-any.whl size=3547 sha256=3be32ae8dd6ae0e7cbd0966632cefb83ef4bb0a6300925203771f10dea80a354
[task 2024-07-29T20:34:33.315Z] Stored in directory: /builds/worker/.cache/pip/wheels/a8/1e/cd/1b0a83a1e725e1896f7cba6e43843abe8e58a23a3e09349108
[task 2024-07-29T20:34:33.317Z] Successfully built json-e memoized
[task 2024-07-29T20:34:33.655Z] Installing collected packages: toposort, taskcluster-urls, sortedcontainers, slugid, memoized, json-e, iso8601, zipp, wheel, urllib3, typing-extensions, tomli, six, setuptools, pyyaml, pyproject-hooks, pyflakes, pycodestyle, pluggy, platformdirs, pip, pathspec, packaging, mypy-extensions, multidict, mccabe, isort, iniconfig, idna, giturlparse, frozenlist, exceptiongroup, coverage, click, charset-normalizer, certifi, attrs, async-timeout, yarl, yamllint, requests, python-dateutil, pytest, mozilla-repo-urls, mohawk, importlib-metadata, flake8, blessings, black, aiosignal, pytest-mock, pytest-cov, pytest-asyncio, build, aiohttp, taskcluster, pip-tools, check-manifest, aiohttp-retry, tc-admin, pip-compile-multi
[task 2024-07-29T20:34:36.754Z] Successfully installed aiohttp-3.8.6 aiohttp-retry-2.8.3 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.1.0 black-24.4.2 blessings-1.7 build-1.2.1 certifi-2024.7.4 charset-normalizer-3.3.2 check-manifest-0.49 click-8.1.7 coverage-7.6.0 exceptiongroup-1.2.2 flake8-7.1.0 frozenlist-1.4.1 giturlparse-0.12.0 idna-3.7 importlib-metadata-8.0.0 iniconfig-2.0.0 iso8601-0.1.12 isort-5.13.2 json-e-2.7.1 mccabe-0.7.0 memoized-0.3 mohawk-1.1.0 mozilla-repo-urls-0.1.1 multidict-6.0.5 mypy-extensions-1.0.0 packaging-24.1 pathspec-0.12.1 pip-24.1.2 pip-compile-multi-2.6.4 pip-tools-7.4.1 platformdirs-4.2.2 pluggy-1.5.0 pycodestyle-2.12.0 pyflakes-3.2.0 pyproject-hooks-1.1.0 pytest-7.4.4 pytest-asyncio-0.23.7 pytest-cov-5.0.0 pytest-mock-3.14.0 python-dateutil-2.9.0.post0 pyyaml-6.0.1 requests-2.32.3 setuptools-70.3.0 six-1.16.0 slugid-2.0.0 sortedcontainers-2.4.0 taskcluster-53.0.0 taskcluster-urls-13.0.1 tc-admin-4.0.0 tomli-2.0.1 toposort-1.10 typing-extensions-4.12.2 urllib3-2.2.2 wheel-0.43.0 yamllint-1.35.1 yarl-1.9.4 zipp-3.19.2
[task 2024-07-29T20:34:36.881Z]
[task 2024-07-29T20:34:36.881Z] [notice] A new release of pip is available: 23.0.1 -> 24.2
[task 2024-07-29T20:34:36.881Z] [notice] To update, run: python -m pip install --upgrade pip
[task 2024-07-29T20:34:37.142Z] + pip install --user --no-deps .
[task 2024-07-29T20:34:37.752Z] Processing /builds/worker/checkouts/vcs
[task 2024-07-29T20:34:37.758Z] Installing build dependencies: started
[task 2024-07-29T20:34:39.728Z] Installing build dependencies: finished with status 'done'
[task 2024-07-29T20:34:39.730Z] Getting requirements to build wheel: started
[task 2024-07-29T20:34:40.014Z] Getting requirements to build wheel: finished with status 'done'
[task 2024-07-29T20:34:40.016Z] Preparing metadata (pyproject.toml): started
[task 2024-07-29T20:34:40.320Z] Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-07-29T20:34:40.325Z] Building wheels for collected packages: ci-admin
[task 2024-07-29T20:34:40.326Z] Building wheel for ci-admin (pyproject.toml): started
[task 2024-07-29T20:34:40.699Z] Building wheel for ci-admin (pyproject.toml): finished with status 'done'
[task 2024-07-29T20:34:40.700Z] Created wheel for ci-admin: filename=ci_admin-1.0.0-py3-none-any.whl size=59392 sha256=ff07fbfae4ae530e37fc76762dc233ed8d29c664f42604d91962c60514b86ddf
[task 2024-07-29T20:34:40.701Z] Stored in directory: /tmp/pip-ephem-wheel-cache-ambng4z9/wheels/77/1b/fa/740b545870bada289553641e3d455ffd9fc03805581f29153c
[task 2024-07-29T20:34:40.706Z] Successfully built ci-admin
[task 2024-07-29T20:34:40.707Z] Installing collected packages: ci-admin
[task 2024-07-29T20:34:40.763Z] Successfully installed ci-admin-1.0.0
[task 2024-07-29T20:34:40.766Z]
[task 2024-07-29T20:34:40.766Z] [notice] A new release of pip is available: 24.1.2 -> 24.2
[task 2024-07-29T20:34:40.766Z] [notice] To update, run: python -m pip install --upgrade pip
[task 2024-07-29T20:34:40.838Z] + py.test tests/
[task 2024-07-29T20:34:41.635Z] ============================= test session starts ==============================
[task 2024-07-29T20:34:41.635Z] platform linux -- Python 3.9.18, pytest-7.4.4, pluggy-1.5.0
[task 2024-07-29T20:34:41.635Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-07-29T20:34:41.635Z] plugins: asyncio-0.23.7, mock-3.14.0, cov-5.0.0
[task 2024-07-29T20:34:41.635Z] asyncio: mode=strict
[task 2024-07-29T20:34:41.635Z] collected 89 items
[task 2024-07-29T20:34:41.635Z]
[task 2024-07-29T20:34:41.641Z] tests/ciadmin/test_generate_ciconfig_actions.py ... [ 3%]
[task 2024-07-29T20:34:41.645Z] tests/ciadmin/test_generate_ciconfig_get.py .. [ 5%]
[task 2024-07-29T20:34:41.657Z] tests/ciadmin/test_generate_ciconfig_grants.py ........ [ 14%]
[task 2024-07-29T20:34:41.685Z] tests/ciadmin/test_generate_ciconfig_projects.py ...................... [ 39%]
[task 2024-07-29T20:34:41.691Z] tests/ciadmin/test_generate_ciconfig_worker_images.py ..... [ 44%]
[task 2024-07-29T20:34:41.696Z] tests/ciadmin/test_generate_ciconfig_worker_pools.py ... [ 48%]
[task 2024-07-29T20:34:41.732Z] tests/ciadmin/test_generate_grants.py ............................... [ 83%]
[task 2024-07-29T20:34:42.803Z] tests/ciadmin/test_generate_tcyml.py . [ 84%]
[task 2024-07-29T20:34:42.818Z] tests/ciadmin/test_generate_worker_pools.py ..... [ 89%]
[task 2024-07-29T20:34:42.831Z] tests/ciadmin/test_util_matching.py ......... [100%]
[task 2024-07-29T20:34:42.831Z]
[task 2024-07-29T20:34:42.831Z] ============================== 89 passed in 1.50s ==============================
[taskcluster 2024-07-29 20:34:43.216Z] === Task Finished ===
[taskcluster 2024-07-29 20:34:43.216Z] Successful task run with exit code: 0 completed in 54.94 seconds
Loading