Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nit: proper cleanup on shutdown #9559

Merged
merged 3 commits into from
Jun 7, 2024

lint

91956cf
Select commit
Loading
Failed to load commit list.
Merged

Nit: proper cleanup on shutdown #9559

lint
91956cf
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / build-tools-translation-report succeeded Jun 7, 2024 in 2m 38s

FirefoxCI (pull_request)

Generate translations report (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-06-07 17:48:56.083Z] Task ID: CNS0TtWVTM-vrgPGC9sTFw
[taskcluster 2024-06-07 17:48:56.083Z] Worker ID: 1799664280208865578
[taskcluster 2024-06-07 17:48:56.083Z] Worker Group: us-west1-b
[taskcluster 2024-06-07 17:48:56.083Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-4
[taskcluster 2024-06-07 17:48:56.083Z] Worker Pool: mozillavpn-1/b-linux-gcp
[taskcluster 2024-06-07 17:48:56.083Z] Worker Version: 38.0.5
[taskcluster 2024-06-07 17:48:56.083Z] Public IP: 34.83.184.254
[taskcluster 2024-06-07 17:48:56.083Z] Hostname: mozillavpn-1-b-linux-gcp-fpg-azpst46lxbbzd5lchw
[taskcluster 2024-06-07 17:48:56.083Z] using cache "mozillavpn-level-1-checkouts-v3-7afeb851dd97df8f3607-cKuFzL9XQlOB-tSjvNypVg" -> /builds/worker/checkouts

[taskcluster 2024-06-07 17:49:02.580Z] Downloading artifact "public/image.tar.zst" from task ID: cKuFzL9XQlOB-tSjvNypVg.
[taskcluster 2024-06-07 17:49:06.287Z] Downloaded artifact successfully.
[taskcluster 2024-06-07 17:49:06.288Z] Downloaded 302.790 mb
[taskcluster 2024-06-07 17:49:06.289Z] Decompressing downloaded image
[taskcluster 2024-06-07 17:49:08.663Z] Loading docker image from downloaded archive.
[taskcluster 2024-06-07 17:49:25.060Z] Image 'public/image.tar.zst' from task 'cKuFzL9XQlOB-tSjvNypVg' loaded.  Using image ID sha256:b37b9b9062fec12bee5f565321cea59f1a8ec0bfe2a8afd18ea067be601e946a.
[taskcluster 2024-06-07 17:49:25.170Z] === Task Starting ===
[setup 2024-06-07T17:49:27.570Z] run-task started in /builds/worker
[setup 2024-06-07T17:49:27.570Z] Invoked by command: --mozillavpn-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx pip3 install -r requirements.txt && python3 tools/translationsreport/analyzer.py && mv tools/translationsreport/output.json /builds/worker/artifacts
[setup 2024-06-07T17:49:27.570Z] Python version: 3.10.12
[cache 2024-06-07T17:49:27.572Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-06-07T17:49:27.572Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-06-07T17:49:27.572Z] volume /builds/worker/checkouts is a cache
[setup 2024-06-07T17:49:27.572Z] running as worker:worker
[vcs 2024-06-07T17:49:27.572Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-06-07T17:49:27.575Z] executing ['git', 'clone', 'https://github.com/mozilla-mobile/mozilla-vpn-client', '/builds/worker/checkouts/vcs']
[vcs 2024-06-07T17:49:27.576Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-06-07T17:49:32.013Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-mobile/mozilla-vpn-client', 'basti/fix_shutdown_leaks']
[vcs 2024-06-07T17:49:32.272Z] From https://github.com/mozilla-mobile/mozilla-vpn-client
[vcs 2024-06-07T17:49:32.272Z]  * branch                basti/fix_shutdown_leaks -> FETCH_HEAD
[vcs 2024-06-07T17:49:32.281Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-mobile/mozilla-vpn-client', 'basti/fix_shutdown_leaks']
[vcs 2024-06-07T17:49:32.546Z] From https://github.com/mozilla-mobile/mozilla-vpn-client
[vcs 2024-06-07T17:49:32.546Z]  * branch                basti/fix_shutdown_leaks -> FETCH_HEAD
[vcs 2024-06-07T17:49:32.555Z] executing ['git', 'checkout', '-f', '-B', 'basti/fix_shutdown_leaks', '91956cfa70f60ce337407fe0e95027fd33c7d564']
[vcs 2024-06-07T17:49:32.625Z] Switched to a new branch 'basti/fix_shutdown_leaks'
[vcs 2024-06-07T17:49:32.626Z] executing ['git', 'submodule', 'init']
[vcs 2024-06-07T17:49:32.649Z] Submodule '3rdparty/adjust-android-sdk' (https://github.com/adjust/android_sdk) registered for path '3rdparty/adjust-android-sdk'
[vcs 2024-06-07T17:49:32.649Z] Submodule '3rdparty/adjust-ios-sdk' (https://github.com/adjust/ios_sdk.git) registered for path '3rdparty/adjust-ios-sdk'
[vcs 2024-06-07T17:49:32.650Z] Submodule '3rdparty/glean' (https://github.com/mozilla/glean.git) registered for path '3rdparty/glean'
[vcs 2024-06-07T17:49:32.650Z] Submodule '3rdparty/i18n' (https://github.com/mozilla-l10n/mozilla-vpn-client-l10n.git) registered for path '3rdparty/i18n'
[vcs 2024-06-07T17:49:32.650Z] Submodule '3rdparty/sentry' (https://github.com/getsentry/sentry-native/) registered for path '3rdparty/sentry'
[vcs 2024-06-07T17:49:32.651Z] Submodule '3rdparty/swiftyping' (https://github.com/samiyr/SwiftyPing.git) registered for path '3rdparty/swiftyping'
[vcs 2024-06-07T17:49:32.653Z] Submodule '3rdparty/wireguard-apple' (https://github.com/WireGuard/wireguard-apple) registered for path '3rdparty/wireguard-apple'
[vcs 2024-06-07T17:49:32.653Z] Submodule '3rdparty/wireguard-go' (https://github.com/WireGuard/wireguard-go) registered for path '3rdparty/wireguard-go'
[vcs 2024-06-07T17:49:32.654Z] Submodule '3rdparty/wireguard-tools' (https://github.com/WireGuard/wireguard-tools) registered for path '3rdparty/wireguard-tools'
[vcs 2024-06-07T17:49:32.654Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-06-07T17:49:32.678Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/adjust-android-sdk'...
[vcs 2024-06-07T17:49:33.848Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/adjust-ios-sdk'...
[vcs 2024-06-07T17:49:36.569Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/glean'...
[vcs 2024-06-07T17:50:05.045Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/i18n'...
[vcs 2024-06-07T17:50:09.093Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/sentry'...
[vcs 2024-06-07T17:50:09.785Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/swiftyping'...
[vcs 2024-06-07T17:50:10.323Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/wireguard-apple'...
[vcs 2024-06-07T17:50:11.093Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/wireguard-go'...
[vcs 2024-06-07T17:50:11.640Z] Cloning into '/builds/worker/checkouts/vcs/3rdparty/wireguard-tools'...
[vcs 2024-06-07T17:50:12.155Z] Submodule path '3rdparty/adjust-android-sdk': checked out '98a78ddc0ce52287f7b39132c3ee6ff82b9546ee'
[vcs 2024-06-07T17:50:12.200Z] Submodule path '3rdparty/adjust-ios-sdk': checked out '73e4121098cad1854579575d79eff3beb1ee65b3'
[vcs 2024-06-07T17:50:12.275Z] Submodule path '3rdparty/glean': checked out '9f785a92bdcacc862c609cd3e02b05b68c74862a'
[vcs 2024-06-07T17:50:12.369Z] Submodule path '3rdparty/i18n': checked out 'fececfad432369fcdbd8d655b053976bb5c29c51'
[vcs 2024-06-07T17:50:12.392Z] Submodule path '3rdparty/sentry': checked out '63699d75a77a689abd8016c52577e799f3dbad4f'
[vcs 2024-06-07T17:50:12.410Z] Submodule path '3rdparty/swiftyping': checked out '05591bc0047e41e0e1d98135c6bc457192a72d39'
[vcs 2024-06-07T17:50:12.435Z] Submodule path '3rdparty/wireguard-apple': checked out '12b095470ad29ecea7436088f6e5fa701e6445a6'
[vcs 2024-06-07T17:50:12.453Z] Submodule path '3rdparty/wireguard-go': checked out 'ee1c8e0e8789e413cca3c1c3464cd3708d518b33'
[vcs 2024-06-07T17:50:12.470Z] Submodule path '3rdparty/wireguard-tools': checked out '139aac59a5ab7da913d4b6dd62692fa90e2ccad4'
[vcs 2024-06-07T17:50:12.470Z] cleaning git checkout...
[vcs 2024-06-07T17:50:12.470Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-06-07T17:50:12.477Z] removing []
[vcs 2024-06-07T17:50:12.477Z] successfully cleaned git checkout!
[vcs 2024-06-07T17:50:12.478Z] TinderboxPrint:<a href='https://github.com/mozilla-mobile/mozilla-vpn-client/commit/91956cfa70f60ce337407fe0e95027fd33c7d564' title='Built from mozilla-vpn-client commit 91956cfa70f60ce337407fe0e95027fd33c7d564'>91956cfa70f60ce337407fe0e95027fd33c7d564</a>
[task 2024-06-07T17:50:12.479Z] executing ['bash', '-cx', 'pip3 install -r requirements.txt && python3 tools/translationsreport/analyzer.py && mv tools/translationsreport/output.json /builds/worker/artifacts']
[task 2024-06-07T17:50:12.480Z] + pip3 install -r requirements.txt
[task 2024-06-07T17:50:12.814Z] Defaulting to user installation because normal site-packages is not writeable
[task 2024-06-07T17:50:13.118Z] Collecting appdirs==1.4.4 (from -r requirements.txt (line 7))
[task 2024-06-07T17:50:13.214Z]   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
[task 2024-06-07T17:50:13.287Z] Collecting aqtinstall==3.1.11 (from -r requirements.txt (line 11))
[task 2024-06-07T17:50:13.297Z]   Downloading aqtinstall-3.1.11-py3-none-any.whl (60 kB)
[task 2024-06-07T17:50:13.315Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.7/60.7 kB 3.6 MB/s eta 0:00:00
[task 2024-06-07T17:50:13.350Z] Collecting attrs==23.1.0 (from -r requirements.txt (line 15))
[task 2024-06-07T17:50:13.359Z]   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
[task 2024-06-07T17:50:13.369Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00
[task 2024-06-07T17:50:13.396Z] Collecting autocommand==2.2.2 (from -r requirements.txt (line 21))
[task 2024-06-07T17:50:13.406Z]   Downloading autocommand-2.2.2-py3-none-any.whl (19 kB)
[task 2024-06-07T17:50:13.441Z] Collecting beautifulsoup4==4.12.2 (from -r requirements.txt (line 25))
[task 2024-06-07T17:50:13.451Z]   Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
[task 2024-06-07T17:50:13.468Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 9.8 MB/s eta 0:00:00
[task 2024-06-07T17:50:13.518Z] Collecting brotli==1.1.0 (from -r requirements.txt (line 29))
[task 2024-06-07T17:50:13.531Z]   Downloading Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.0 MB)
[task 2024-06-07T17:50:13.691Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 19.1 MB/s eta 0:00:00
[task 2024-06-07T17:50:13.723Z] Collecting bs4==0.0.1 (from -r requirements.txt (line 114))
[task 2024-06-07T17:50:13.732Z]   Downloading bs4-0.0.1.tar.gz (1.1 kB)
[task 2024-06-07T17:50:13.739Z]   Preparing metadata (setup.py): started
[task 2024-06-07T17:50:13.887Z]   Preparing metadata (setup.py): finished with status 'done'
[task 2024-06-07T17:50:13.923Z] Collecting certifi==2023.7.22 (from -r requirements.txt (line 117))
[task 2024-06-07T17:50:13.934Z]   Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
[task 2024-06-07T17:50:13.940Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 41.5 MB/s eta 0:00:00
[task 2024-06-07T17:50:13.943Z] Requirement already satisfied: charset-normalizer==3.3.2 in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 121)) (3.3.2)
[task 2024-06-07T17:50:13.977Z] Collecting click==8.1.7 (from -r requirements.txt (line 213))
[task 2024-06-07T17:50:13.986Z]   Downloading click-8.1.7-py3-none-any.whl (97 kB)
[task 2024-06-07T17:50:13.992Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 26.8 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.026Z] Collecting colorama==0.4.6 (from -r requirements.txt (line 217))
[task 2024-06-07T17:50:14.035Z]   Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[task 2024-06-07T17:50:14.066Z] Collecting defusedxml==0.7.1 (from -r requirements.txt (line 221))
[task 2024-06-07T17:50:14.075Z]   Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
[task 2024-06-07T17:50:14.117Z] Collecting diskcache==5.6.3 (from -r requirements.txt (line 225))
[task 2024-06-07T17:50:14.126Z]   Downloading diskcache-5.6.3-py3-none-any.whl (45 kB)
[task 2024-06-07T17:50:14.133Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 11.6 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.195Z] Collecting glean-parser==13.0.0 (from -r requirements.txt (line 229))
[task 2024-06-07T17:50:14.204Z]   Downloading glean_parser-13.0.0-py3-none-any.whl (114 kB)
[task 2024-06-07T17:50:14.210Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.2/114.2 kB 33.0 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.247Z] Collecting humanize==4.8.0 (from -r requirements.txt (line 233))
[task 2024-06-07T17:50:14.257Z]   Downloading humanize-4.8.0-py3-none-any.whl (117 kB)
[task 2024-06-07T17:50:14.263Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/117.1 kB 32.4 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.292Z] Collecting idna==3.4 (from -r requirements.txt (line 237))
[task 2024-06-07T17:50:14.301Z]   Downloading idna-3.4-py3-none-any.whl (61 kB)
[task 2024-06-07T17:50:14.308Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 14.6 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.388Z] Collecting inflate64==1.0.0 (from -r requirements.txt (line 241))
[task 2024-06-07T17:50:14.400Z]   Downloading inflate64-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93 kB)
[task 2024-06-07T17:50:14.406Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.1/93.1 kB 24.6 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.441Z] Collecting jinja2==3.1.2 (from -r requirements.txt (line 296))
[task 2024-06-07T17:50:14.452Z]   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[task 2024-06-07T17:50:14.459Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 32.7 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.512Z] Collecting jsonschema==4.19.2 (from -r requirements.txt (line 300))
[task 2024-06-07T17:50:14.521Z]   Downloading jsonschema-4.19.2-py3-none-any.whl (83 kB)
[task 2024-06-07T17:50:14.528Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 20.2 MB/s eta 0:00:00
[task 2024-06-07T17:50:14.565Z] Collecting jsonschema-specifications==2023.7.1 (from -r requirements.txt (line 304))
[task 2024-06-07T17:50:14.575Z]   Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
[task 2024-06-07T17:50:14.885Z] Collecting lxml==5.2.1 (from -r requirements.txt (line 308))
[task 2024-06-07T17:50:14.897Z]   Downloading lxml-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl (5.0 MB)
[task 2024-06-07T17:50:15.011Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 45.0 MB/s eta 0:00:00
[task 2024-06-07T17:50:15.101Z] Collecting markupsafe==2.1.3 (from -r requirements.txt (line 464))
[task 2024-06-07T17:50:15.111Z]   Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[task 2024-06-07T17:50:15.139Z] Collecting multivolumefile==0.2.3 (from -r requirements.txt (line 526))
[task 2024-06-07T17:50:15.151Z]   Downloading multivolumefile-0.2.3-py3-none-any.whl (17 kB)
[task 2024-06-07T17:50:15.178Z] Collecting oathtool==2.3.1 (from -r requirements.txt (line 530))
[task 2024-06-07T17:50:15.189Z]   Downloading oathtool-2.3.1-py3-none-any.whl (6.6 kB)
[task 2024-06-07T17:50:15.217Z] Collecting patch==1.16 (from -r requirements.txt (line 534))
[task 2024-06-07T17:50:15.229Z]   Downloading patch-1.16.zip (12 kB)
[task 2024-06-07T17:50:15.234Z]   Preparing metadata (setup.py): started
[task 2024-06-07T17:50:15.383Z]   Preparing metadata (setup.py): finished with status 'done'
[task 2024-06-07T17:50:15.420Z] Collecting path==16.7.1 (from -r requirements.txt (line 537))
[task 2024-06-07T17:50:15.431Z]   Downloading path-16.7.1-py3-none-any.whl (25 kB)
[task 2024-06-07T17:50:15.464Z] Collecting pathspec==0.11.2 (from -r requirements.txt (line 541))
[task 2024-06-07T17:50:15.474Z]   Downloading pathspec-0.11.2-py3-none-any.whl (29 kB)
[task 2024-06-07T17:50:15.608Z] Collecting psutil==5.9.6 (from -r requirements.txt (line 545))
[task 2024-06-07T17:50:15.621Z]   Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
[task 2024-06-07T17:50:15.629Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 64.6 MB/s eta 0:00:00
[task 2024-06-07T17:50:15.692Z] Collecting py7zr==0.20.7 (from -r requirements.txt (line 563))
[task 2024-06-07T17:50:15.703Z]   Downloading py7zr-0.20.7-py3-none-any.whl (66 kB)
[task 2024-06-07T17:50:15.709Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.7/66.7 kB 18.3 MB/s eta 0:00:00
[task 2024-06-07T17:50:15.784Z] Collecting pybcj==1.0.2 (from -r requirements.txt (line 567))
[task 2024-06-07T17:50:15.796Z]   Downloading pybcj-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49 kB)
[task 2024-06-07T17:50:15.802Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/49.7 kB 12.3 MB/s eta 0:00:00
[task 2024-06-07T17:50:15.943Z] Collecting pycryptodomex==3.19.0 (from -r requirements.txt (line 610))
[task 2024-06-07T17:50:15.955Z]   Downloading pycryptodomex-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
[task 2024-06-07T17:50:15.990Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 66.8 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.115Z] Collecting pyppmd==1.1.0 (from -r requirements.txt (line 644))
[task 2024-06-07T17:50:16.125Z]   Downloading pyppmd-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
[task 2024-06-07T17:50:16.131Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.9/138.9 kB 42.7 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.173Z] Collecting pyrsistent==0.20.0 (from -r requirements.txt (line 717))
[task 2024-06-07T17:50:16.182Z]   Downloading pyrsistent-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
[task 2024-06-07T17:50:16.189Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.7/117.7 kB 29.9 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.247Z] Collecting pyyaml==6.0.1 (from -r requirements.txt (line 751))
[task 2024-06-07T17:50:16.259Z]   Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
[task 2024-06-07T17:50:16.273Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 67.9 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.433Z] Collecting pyzstd==0.15.9 (from -r requirements.txt (line 805))
[task 2024-06-07T17:50:16.513Z]   Downloading pyzstd-0.15.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (412 kB)
[task 2024-06-07T17:50:16.521Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 412.3/412.3 kB 80.8 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.582Z] Collecting referencing==0.30.2 (from -r requirements.txt (line 931))
[task 2024-06-07T17:50:16.593Z]   Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
[task 2024-06-07T17:50:16.599Z] Requirement already satisfied: requests==2.31.0 in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 937)) (2.31.0)
[task 2024-06-07T17:50:16.864Z] Collecting rpds-py==0.12.0 (from -r requirements.txt (line 941))
[task 2024-06-07T17:50:16.875Z]   Downloading rpds_py-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
[task 2024-06-07T17:50:16.894Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.4 MB/s eta 0:00:00
[task 2024-06-07T17:50:16.925Z] Collecting semantic-version==2.10.0 (from -r requirements.txt (line 1044))
[task 2024-06-07T17:50:16.935Z]   Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
[task 2024-06-07T17:50:16.970Z] Collecting soupsieve==2.5 (from -r requirements.txt (line 1048))
[task 2024-06-07T17:50:16.980Z]   Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
[task 2024-06-07T17:50:17.009Z] Collecting texttable==1.7.0 (from -r requirements.txt (line 1052))
[task 2024-06-07T17:50:17.019Z]   Downloading texttable-1.7.0-py2.py3-none-any.whl (10 kB)
[task 2024-06-07T17:50:17.057Z] Collecting translate-toolkit==3.13.0 (from -r requirements.txt (line 1058))
[task 2024-06-07T17:50:17.068Z]   Downloading translate_toolkit-3.13.0-py3-none-any.whl (744 kB)
[task 2024-06-07T17:50:17.079Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.6/744.6 kB 89.1 MB/s eta 0:00:00
[task 2024-06-07T17:50:17.139Z] Collecting urllib3==2.0.7 (from -r requirements.txt (line 1062))
[task 2024-06-07T17:50:17.148Z]   Downloading urllib3-2.0.7-py3-none-any.whl (124 kB)
[task 2024-06-07T17:50:17.154Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 35.8 MB/s eta 0:00:00
[task 2024-06-07T17:50:17.189Z] Collecting yamllint==1.33.0 (from -r requirements.txt (line 1066))
[task 2024-06-07T17:50:17.200Z]   Downloading yamllint-1.33.0-py3-none-any.whl (65 kB)
[task 2024-06-07T17:50:17.205Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 19.1 MB/s eta 0:00:00
[task 2024-06-07T17:50:17.846Z] Building wheels for collected packages: bs4, patch
[task 2024-06-07T17:50:17.847Z]   Building wheel for bs4 (setup.py): started
[task 2024-06-07T17:50:18.045Z]   Building wheel for bs4 (setup.py): finished with status 'done'
[task 2024-06-07T17:50:18.045Z]   Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1272 sha256=92db109c49b504d011f23df16c79015b77730cc4048a342908fd26dfc77d7471
[task 2024-06-07T17:50:18.046Z]   Stored in directory: /builds/worker/.cache/pip/wheels/25/42/45/b773edc52acb16cd2db4cf1a0b47117e2f69bb4eb300ed0e70
[task 2024-06-07T17:50:18.048Z]   Building wheel for patch (setup.py): started
[task 2024-06-07T17:50:18.238Z]   Building wheel for patch (setup.py): finished with status 'done'
[task 2024-06-07T17:50:18.238Z]   Created wheel for patch: filename=patch-1.16-py3-none-any.whl size=12404 sha256=e61b6880b9e16ad13e93e11877539b64381b348fa7a284e1e21d30841c1aeeb5
[task 2024-06-07T17:50:18.238Z]   Stored in directory: /builds/worker/.cache/pip/wheels/9e/0b/47/01a46968b6646ca3efa32e23ed436e0c819aca97ec2c136573
[task 2024-06-07T17:50:18.241Z] Successfully built bs4 patch
[task 2024-06-07T17:50:18.567Z] Installing collected packages: texttable, patch, brotli, appdirs, urllib3, soupsieve, semantic-version, rpds-py, pyzstd, pyyaml, pyrsistent, pyppmd, pycryptodomex, pybcj, psutil, pathspec, path, multivolumefile, markupsafe, lxml, inflate64, idna, humanize, diskcache, defusedxml, colorama, click, certifi, autocommand, attrs, yamllint, translate-toolkit, referencing, py7zr, oathtool, jinja2, beautifulsoup4, jsonschema-specifications, bs4, jsonschema, aqtinstall, glean-parser
[task 2024-06-07T17:50:20.598Z] Successfully installed appdirs-1.4.4 aqtinstall-3.1.11 attrs-23.1.0 autocommand-2.2.2 beautifulsoup4-4.12.2 brotli-1.1.0 bs4-0.0.1 certifi-2023.7.22 click-8.1.7 colorama-0.4.6 defusedxml-0.7.1 diskcache-5.6.3 glean-parser-13.0.0 humanize-4.8.0 idna-3.4 inflate64-1.0.0 jinja2-3.1.2 jsonschema-4.19.2 jsonschema-specifications-2023.7.1 lxml-5.2.1 markupsafe-2.1.3 multivolumefile-0.2.3 oathtool-2.3.1 patch-1.16 path-16.7.1 pathspec-0.11.2 psutil-5.9.6 py7zr-0.20.7 pybcj-1.0.2 pycryptodomex-3.19.0 pyppmd-1.1.0 pyrsistent-0.20.0 pyyaml-6.0.1 pyzstd-0.15.9 referencing-0.30.2 rpds-py-0.12.0 semantic-version-2.10.0 soupsieve-2.5 texttable-1.7.0 translate-toolkit-3.13.0 urllib3-2.0.7 yamllint-1.33.0
[task 2024-06-07T17:50:21.190Z] + python3 tools/translationsreport/analyzer.py
[task 2024-06-07T17:50:21.893Z] + mv tools/translationsreport/output.json /builds/worker/artifacts
[taskcluster 2024-06-07 17:50:22.348Z] === Task Finished ===
[taskcluster 2024-06-07 17:50:22.619Z] Successful task run with exit code: 0 completed in 86.537 seconds