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

Add kind that demonstrates how to modify the upstream graph in a transform #438

Closed
wants to merge 2 commits into from

Add hacky kind that can modify upstream parts of the graph

0d686a1
Select commit
Loading
Failed to load commit list.
Closed

Add kind that demonstrates how to modify the upstream graph in a transform #438

Add hacky kind that can modify upstream parts of the graph
0d686a1
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / tests-lint succeeded Feb 12, 2024 in 2m 4s

FirefoxCI (pull_request)

Run tests

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-02-12 19:59:01.324Z] Task ID: EgdLOnV0Qm6y9DI54Vmfew
[taskcluster 2024-02-12 19:59:01.324Z] Worker ID: 8020233335385605804
[taskcluster 2024-02-12 19:59:01.324Z] Worker Group: us-west1
[taskcluster 2024-02-12 19:59:01.324Z] Worker Node Type: projects/887720501152/machineTypes/n2-highmem-32
[taskcluster 2024-02-12 19:59:01.324Z] Worker Pool: translations-1/b-linux-large-gcp
[taskcluster 2024-02-12 19:59:01.324Z] Worker Version: 38.0.5
[taskcluster 2024-02-12 19:59:01.324Z] Public IP: 34.127.127.45
[taskcluster 2024-02-12 19:59:01.324Z] Hostname: translations-1-b-linux-large-gcp-d-6bleo5ts-ntxytee-dyw
[taskcluster 2024-02-12 19:59:01.324Z] using cache "translations-level-1-checkouts-v3-58974d7dcf0417b3fe53-DubzwmsmRi2f42MitbUdKw" -> /builds/worker/checkouts

[taskcluster 2024-02-12 19:59:04.616Z] Downloading artifact "public/image.tar.zst" from task ID: DubzwmsmRi2f42MitbUdKw.
[taskcluster 2024-02-12 19:59:06.702Z] Downloaded artifact successfully.
[taskcluster 2024-02-12 19:59:06.702Z] Downloaded 209.017 mb
[taskcluster 2024-02-12 19:59:06.703Z] Decompressing downloaded image
[taskcluster 2024-02-12 19:59:07.917Z] Loading docker image from downloaded archive.
[taskcluster 2024-02-12 19:59:14.828Z] Image 'public/image.tar.zst' from task 'DubzwmsmRi2f42MitbUdKw' loaded.  Using image ID sha256:d31b525ca937dd0fce97c21c0873278e1d43b1506e410a40039f6795e46caeb1.
[taskcluster 2024-02-12 19:59:14.915Z] === Task Starting ===
[setup 2024-02-12T19:59:16.913Z] run-task started in /builds/worker
[setup 2024-02-12T19:59:16.913Z] Invoked by command: --firefox_translations_training-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -c pip install poetry && make lint
[setup 2024-02-12T19:59:16.913Z] Python version: 3.10.12
[cache 2024-02-12T19:59:16.914Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-02-12T19:59:16.915Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-02-12T19:59:16.915Z] volume /builds/worker/checkouts is a cache
[setup 2024-02-12T19:59:16.915Z] running as worker:worker
[vcs 2024-02-12T19:59:16.915Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-02-12T19:59:16.916Z] executing ['git', 'clone', 'https://github.com/mozilla/firefox-translations-training', '/builds/worker/checkouts/vcs']
[vcs 2024-02-12T19:59:16.918Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-02-12T19:59:17.710Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/firefox-translations-training', 'graph-mod']
[vcs 2024-02-12T19:59:18.115Z] From https://github.com/bhearsum/firefox-translations-training
[vcs 2024-02-12T19:59:18.115Z]  * branch            graph-mod  -> FETCH_HEAD
[vcs 2024-02-12T19:59:18.117Z] executing ['git', 'checkout', '-f', '-B', 'graph-mod', '0d686a1b21f9e8395ead4d22f4e2e0a8bcf5b826']
[vcs 2024-02-12T19:59:18.171Z] Switched to a new branch 'graph-mod'
[vcs 2024-02-12T19:59:18.172Z] executing ['git', 'submodule', 'init']
[vcs 2024-02-12T19:59:18.190Z] Submodule '3rd_party/browsermt-marian-dev' (https://github.com/browsermt/marian-dev) registered for path '3rd_party/browsermt-marian-dev'
[vcs 2024-02-12T19:59:18.190Z] Submodule 'extract-lex' (https://github.com/marian-nmt/extract-lex) registered for path '3rd_party/extract-lex'
[vcs 2024-02-12T19:59:18.190Z] Submodule 'fast_align' (https://github.com/clab/fast_align) registered for path '3rd_party/fast_align'
[vcs 2024-02-12T19:59:18.190Z] Submodule '3rd_party/kenlm' (https://github.com/kpu/kenlm) registered for path '3rd_party/kenlm'
[vcs 2024-02-12T19:59:18.190Z] Submodule '3rd_party/marian-dev' (https://github.com/marian-nmt/marian-dev) registered for path '3rd_party/marian-dev'
[vcs 2024-02-12T19:59:18.191Z] Submodule '3rd_party/preprocess' (https://github.com/kpu/preprocess.git) registered for path '3rd_party/preprocess'
[vcs 2024-02-12T19:59:18.191Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-02-12T19:59:18.210Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/browsermt-marian-dev'...
[vcs 2024-02-12T19:59:20.100Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/extract-lex'...
[vcs 2024-02-12T19:59:20.481Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/fast_align'...
[vcs 2024-02-12T19:59:20.882Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/kenlm'...
[vcs 2024-02-12T19:59:21.724Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/marian-dev'...
[vcs 2024-02-12T19:59:23.202Z] Cloning into '/builds/worker/checkouts/vcs/3rd_party/preprocess'...
[vcs 2024-02-12T19:59:23.866Z] Submodule path '3rd_party/browsermt-marian-dev': checked out '11c6ae7c46be21ef96ed10c60f28022fa968939f'
[vcs 2024-02-12T19:59:23.876Z] Submodule path '3rd_party/extract-lex': checked out '42fa605b53f32eaf6c6e0b5677255c21c91b3d49'
[vcs 2024-02-12T19:59:23.885Z] Submodule path '3rd_party/fast_align': checked out 'cab1e9aac8d3bb02ff5ae58218d8d225a039fa11'
[vcs 2024-02-12T19:59:23.908Z] Submodule path '3rd_party/kenlm': checked out 'bbf4fc511266c5d4515047055d7bdec659a6e158'
[vcs 2024-02-12T19:59:24.008Z] Submodule path '3rd_party/marian-dev': checked out 'e8a1a2530fb84cbff7383302ebca393e5875c441'
[vcs 2024-02-12T19:59:24.025Z] Submodule path '3rd_party/preprocess': checked out '64307314b4d5a9a0bd529b5c1036b0710d995eec'
[vcs 2024-02-12T19:59:24.026Z] cleaning git checkout...
[vcs 2024-02-12T19:59:24.026Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-02-12T19:59:24.028Z] removing []
[vcs 2024-02-12T19:59:24.028Z] successfully cleaned git checkout!
[vcs 2024-02-12T19:59:24.030Z] TinderboxPrint:<a href='https://github.com/bhearsum/firefox-translations-training/commit/0d686a1b21f9e8395ead4d22f4e2e0a8bcf5b826' title='Built from firefox-translations-training commit 0d686a1b21f9e8395ead4d22f4e2e0a8bcf5b826'>0d686a1b21f9e8395ead4d22f4e2e0a8bcf5b826</a>
[task 2024-02-12T19:59:24.030Z] executing ['bash', '-c', 'pip install poetry && make lint']
[task 2024-02-12T19:59:24.367Z] Defaulting to user installation because normal site-packages is not writeable
[task 2024-02-12T19:59:24.602Z] Collecting poetry
[task 2024-02-12T19:59:24.695Z]   Downloading poetry-1.7.1-py3-none-any.whl (235 kB)
[task 2024-02-12T19:59:24.740Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 KB 5.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:24.791Z] Collecting installer<0.8.0,>=0.7.0
[task 2024-02-12T19:59:24.800Z]   Downloading installer-0.7.0-py3-none-any.whl (453 kB)
[task 2024-02-12T19:59:24.848Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 KB 9.9 MB/s eta 0:00:00
[task 2024-02-12T19:59:24.886Z] Collecting shellingham<2.0,>=1.5
[task 2024-02-12T19:59:24.896Z]   Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
[task 2024-02-12T19:59:24.928Z] Collecting tomli<3.0.0,>=2.0.1
[task 2024-02-12T19:59:24.937Z]   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[task 2024-02-12T19:59:24.970Z] Collecting pkginfo<2.0.0,>=1.9.4
[task 2024-02-12T19:59:24.979Z]   Downloading pkginfo-1.9.6-py3-none-any.whl (30 kB)
[task 2024-02-12T19:59:25.039Z] Collecting requests<3.0,>=2.26
[task 2024-02-12T19:59:25.049Z]   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[task 2024-02-12T19:59:25.055Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 13.7 MB/s eta 0:00:00
[task 2024-02-12T19:59:25.084Z] Collecting fastjsonschema<3.0.0,>=2.18.0
[task 2024-02-12T19:59:25.095Z]   Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
[task 2024-02-12T19:59:25.145Z] Collecting poetry-core==1.8.1
[task 2024-02-12T19:59:25.154Z]   Downloading poetry_core-1.8.1-py3-none-any.whl (306 kB)
[task 2024-02-12T19:59:25.183Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.6/306.6 KB 11.2 MB/s eta 0:00:00
[task 2024-02-12T19:59:25.224Z] Collecting requests-toolbelt<2,>=0.9.1
[task 2024-02-12T19:59:25.233Z]   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
[task 2024-02-12T19:59:25.242Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 KB 6.6 MB/s eta 0:00:00
[task 2024-02-12T19:59:25.272Z] Collecting poetry-plugin-export<2.0.0,>=1.6.0
[task 2024-02-12T19:59:25.281Z]   Downloading poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB)
[task 2024-02-12T19:59:25.329Z] Collecting tomlkit<1.0.0,>=0.11.4
[task 2024-02-12T19:59:25.338Z]   Downloading tomlkit-0.12.3-py3-none-any.whl (37 kB)
[task 2024-02-12T19:59:25.372Z] Collecting cachecontrol[filecache]<0.14.0,>=0.13.0
[task 2024-02-12T19:59:25.382Z]   Downloading cachecontrol-0.13.1-py3-none-any.whl (22 kB)
[task 2024-02-12T19:59:25.405Z] Collecting pyproject-hooks<2.0.0,>=1.0.0
[task 2024-02-12T19:59:25.415Z]   Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
[task 2024-02-12T19:59:25.463Z] Collecting trove-classifiers>=2022.5.19
[task 2024-02-12T19:59:25.473Z]   Downloading trove_classifiers-2024.1.31-py3-none-any.whl (13 kB)
[task 2024-02-12T19:59:25.596Z] Collecting virtualenv<21.0.0,>=20.23.0
[task 2024-02-12T19:59:25.605Z]   Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
[task 2024-02-12T19:59:25.780Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 21.9 MB/s eta 0:00:00
[task 2024-02-12T19:59:25.832Z] Collecting platformdirs<4.0.0,>=3.0.0
[task 2024-02-12T19:59:25.842Z]   Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
[task 2024-02-12T19:59:26.106Z] Collecting dulwich<0.22.0,>=0.21.2
[task 2024-02-12T19:59:26.117Z]   Downloading dulwich-0.21.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514 kB)
[task 2024-02-12T19:59:26.132Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 514.7/514.7 KB 41.7 MB/s eta 0:00:00
[task 2024-02-12T19:59:26.159Z] Collecting pexpect<5.0.0,>=4.7.0
[task 2024-02-12T19:59:26.169Z]   Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
[task 2024-02-12T19:59:26.173Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 KB 31.4 MB/s eta 0:00:00
[task 2024-02-12T19:59:26.234Z] Collecting packaging>=20.5
[task 2024-02-12T19:59:26.243Z]   Downloading packaging-23.2-py3-none-any.whl (53 kB)
[task 2024-02-12T19:59:26.247Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 25.7 MB/s eta 0:00:00
[task 2024-02-12T19:59:26.269Z] Collecting crashtest<0.5.0,>=0.4.1
[task 2024-02-12T19:59:26.278Z]   Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
[task 2024-02-12T19:59:26.312Z] Collecting build<2.0.0,>=1.0.3
[task 2024-02-12T19:59:26.321Z]   Downloading build-1.0.3-py3-none-any.whl (18 kB)
[task 2024-02-12T19:59:26.397Z] Collecting keyring<25.0.0,>=24.0.0
[task 2024-02-12T19:59:26.407Z]   Downloading keyring-24.3.0-py3-none-any.whl (38 kB)
[task 2024-02-12T19:59:26.445Z] Collecting cleo<3.0.0,>=2.1.0
[task 2024-02-12T19:59:26.455Z]   Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
[task 2024-02-12T19:59:26.459Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 KB 36.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:26.659Z] Collecting msgpack>=0.5.2
[task 2024-02-12T19:59:26.669Z]   Downloading msgpack-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (530 kB)
[task 2024-02-12T19:59:26.684Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 530.8/530.8 KB 39.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:26.736Z] Collecting filelock>=3.8.0
[task 2024-02-12T19:59:26.745Z]   Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
[task 2024-02-12T19:59:28.082Z] Collecting rapidfuzz<4.0.0,>=3.0.0
[task 2024-02-12T19:59:28.097Z]   Downloading rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB)
[task 2024-02-12T19:59:28.165Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 52.9 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.248Z] Collecting urllib3>=1.25
[task 2024-02-12T19:59:28.258Z]   Downloading urllib3-2.2.0-py3-none-any.whl (120 kB)
[task 2024-02-12T19:59:28.262Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/120.9 KB 56.3 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.318Z] Collecting jeepney>=0.4.2
[task 2024-02-12T19:59:28.327Z]   Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
[task 2024-02-12T19:59:28.331Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 KB 23.0 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.359Z] Collecting jaraco.classes
[task 2024-02-12T19:59:28.368Z]   Downloading jaraco.classes-3.3.1-py3-none-any.whl (6.8 kB)
[task 2024-02-12T19:59:28.448Z] Collecting importlib-metadata>=4.11.4
[task 2024-02-12T19:59:28.457Z]   Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
[task 2024-02-12T19:59:28.486Z] Collecting SecretStorage>=3.2
[task 2024-02-12T19:59:28.495Z]   Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
[task 2024-02-12T19:59:28.522Z] Collecting ptyprocess>=0.5
[task 2024-02-12T19:59:28.531Z]   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
[task 2024-02-12T19:59:28.610Z] Collecting certifi>=2017.4.17
[task 2024-02-12T19:59:28.619Z]   Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
[task 2024-02-12T19:59:28.623Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 KB 71.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.652Z] Collecting idna<4,>=2.5
[task 2024-02-12T19:59:28.662Z]   Downloading idna-3.6-py3-none-any.whl (61 kB)
[task 2024-02-12T19:59:28.667Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 KB 16.3 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.846Z] Collecting charset-normalizer<4,>=2
[task 2024-02-12T19:59:28.855Z]   Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
[task 2024-02-12T19:59:28.860Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.1/142.1 KB 66.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:28.937Z] Collecting distlib<1,>=0.3.7
[task 2024-02-12T19:59:28.946Z]   Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
[task 2024-02-12T19:59:28.956Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 KB 63.9 MB/s eta 0:00:00
[task 2024-02-12T19:59:29.095Z] Collecting zipp>=0.5
[task 2024-02-12T19:59:29.105Z]   Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
[task 2024-02-12T19:59:29.535Z] Collecting cryptography>=2.0
[task 2024-02-12T19:59:29.544Z]   Downloading cryptography-42.0.2-cp39-abi3-manylinux_2_28_x86_64.whl (4.7 MB)
[task 2024-02-12T19:59:29.608Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 75.7 MB/s eta 0:00:00
[task 2024-02-12T19:59:29.688Z] Collecting more-itertools
[task 2024-02-12T19:59:29.697Z]   Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
[task 2024-02-12T19:59:29.701Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 28.4 MB/s eta 0:00:00
[task 2024-02-12T19:59:29.974Z] Collecting cffi>=1.12
[task 2024-02-12T19:59:29.983Z]   Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
[task 2024-02-12T19:59:29.989Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.9/443.9 KB 121.8 MB/s eta 0:00:00
[task 2024-02-12T19:59:30.043Z] Collecting pycparser
[task 2024-02-12T19:59:30.052Z]   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
[task 2024-02-12T19:59:30.057Z]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 54.4 MB/s eta 0:00:00
[task 2024-02-12T19:59:30.288Z] Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, tomli, shellingham, rapidfuzz, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, pyproject-hooks, jaraco.classes, importlib-metadata, dulwich, cleo, cffi, requests-toolbelt, cryptography, cachecontrol, build, SecretStorage, keyring, poetry-plugin-export, poetry
[task 2024-02-12T19:59:32.109Z] Successfully installed SecretStorage-3.3.3 build-1.0.3 cachecontrol-0.13.1 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-42.0.2 distlib-0.3.8 dulwich-0.21.7 fastjsonschema-2.19.1 filelock-3.13.1 idna-3.6 importlib-metadata-7.0.1 installer-0.7.0 jaraco.classes-3.3.1 jeepney-0.8.0 keyring-24.3.0 more-itertools-10.2.0 msgpack-1.0.7 packaging-23.2 pexpect-4.9.0 pkginfo-1.9.6 platformdirs-3.11.0 poetry-1.7.1 poetry-core-1.8.1 poetry-plugin-export-1.6.0 ptyprocess-0.7.0 pycparser-2.21 pyproject-hooks-1.0.0 rapidfuzz-3.6.1 requests-2.31.0 requests-toolbelt-1.0.0 shellingham-1.5.4 tomli-2.0.1 tomlkit-0.12.3 trove-classifiers-2024.1.31 urllib3-2.2.0 virtualenv-20.25.0 zipp-3.17.0
[task 2024-02-12T19:59:32.303Z] poetry install --only lint --no-root
[task 2024-02-12T19:59:32.303Z] poetry run ruff --version
[task 2024-02-12T19:59:32.303Z] poetry run ruff check .
[task 2024-02-12T19:59:32.619Z] Creating virtualenv firefox-translations-training-hlUNdH3O-py3.10 in /builds/worker/.cache/pypoetry/virtualenvs
[task 2024-02-12T19:59:32.965Z] Installing dependencies from lock file
[task 2024-02-12T19:59:33.318Z] 
[task 2024-02-12T19:59:33.318Z] Package operations: 20 installs, 1 update, 0 removals
[task 2024-02-12T19:59:33.318Z] 
[task 2024-02-12T19:59:33.318Z]   • Installing smmap (5.0.1)
[task 2024-02-12T19:59:33.608Z]   • Installing certifi (2023.11.17)
[task 2024-02-12T19:59:33.608Z]   • Installing charset-normalizer (2.0.12)
[task 2024-02-12T19:59:33.610Z]   • Installing gitdb (4.0.11)
[task 2024-02-12T19:59:33.611Z]   • Installing idna (3.6)
[task 2024-02-12T19:59:33.612Z]   • Installing six (1.16.0)
[task 2024-02-12T19:59:33.613Z]   • Installing urllib3 (1.26.18)
[task 2024-02-12T19:59:34.438Z]   • Installing appdirs (1.4.4)
[task 2024-02-12T19:59:34.440Z]   • Installing click (8.1.7)
[task 2024-02-12T19:59:34.440Z]   • Installing docker-pycreds (0.4.0)
[task 2024-02-12T19:59:34.442Z]   • Installing gitpython (3.1.40)
[task 2024-02-12T19:59:34.443Z]   • Installing protobuf (3.19.0)
[task 2024-02-12T19:59:34.444Z]   • Installing psutil (5.9.7)
[task 2024-02-12T19:59:34.445Z]   • Installing pyyaml (6.0.1)
[task 2024-02-12T19:59:34.446Z]   • Installing sentry-sdk (1.39.1)
[task 2024-02-12T19:59:34.447Z]   • Installing setproctitle (1.3.3)
[task 2024-02-12T19:59:34.448Z]   • Installing requests (2.26.0)
[task 2024-02-12T19:59:34.449Z]   • Updating setuptools (69.0.2 -> 69.0.3)
[task 2024-02-12T19:59:35.226Z] Connection pool is full, discarding connection: pypi.org. Connection pool size: 10
[task 2024-02-12T19:59:36.211Z]   • Installing wandb (0.16.1)
[task 2024-02-12T19:59:36.564Z]   • Installing ruff (0.1.13)
[task 2024-02-12T19:59:36.880Z]   • Installing translations-parser (0.1.0 /builds/worker/checkouts/vcs/tracking)
[task 2024-02-12T19:59:38.881Z] ruff 0.1.13
[taskcluster 2024-02-12 19:59:39.935Z] === Task Finished ===
[taskcluster 2024-02-12 19:59:39.935Z] Successful task run with exit code: 0 completed in 38.612 seconds