Skip to content

chore: bump taskgraph to 14.1.1

8de707f
Select commit
Loading
Failed to load commit list.
Merged

chore: bump taskgraph to 14.1.0 #1072

chore: bump taskgraph to 14.1.1
8de707f
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / tests-lint-ruff succeeded Apr 10, 2025 in 2m 13s

FirefoxCI (pull_request)

Run tests

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2025-04-10T16:03:29.068Z
Resolved: 2025-04-10T16:04:18.675Z
Task Execution Time: 49 seconds, 607 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2025-04-10T16:03:29.104Z] Worker Type (translations-1/b-linux-large-gcp-d2g) settings:
[taskcluster 2025-04-10T16:03:29.104Z]   {
[taskcluster 2025-04-10T16:03:29.104Z]     "config": {
[taskcluster 2025-04-10T16:03:29.104Z]       "deploymentId": ""
[taskcluster 2025-04-10T16:03:29.104Z]     },
[taskcluster 2025-04-10T16:03:29.104Z]     "generic-worker": {
[taskcluster 2025-04-10T16:03:29.104Z]       "config": {
[taskcluster 2025-04-10T16:03:29.104Z]         "headlessTasks": true
[taskcluster 2025-04-10T16:03:29.104Z]       },
[taskcluster 2025-04-10T16:03:29.104Z]       "engine": "multiuser",
[taskcluster 2025-04-10T16:03:29.104Z]       "go-arch": "amd64",
[taskcluster 2025-04-10T16:03:29.104Z]       "go-os": "linux",
[taskcluster 2025-04-10T16:03:29.104Z]       "go-version": "go1.23.7",
[taskcluster 2025-04-10T16:03:29.104Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v83.4.0",
[taskcluster 2025-04-10T16:03:29.104Z]       "revision": "c2a6d1c200d8254da3293e314cbfe36662d6d80b",
[taskcluster 2025-04-10T16:03:29.104Z]       "source": "https://github.com/taskcluster/taskcluster/commits/c2a6d1c200d8254da3293e314cbfe36662d6d80b",
[taskcluster 2025-04-10T16:03:29.104Z]       "version": "83.4.0"
[taskcluster 2025-04-10T16:03:29.104Z]     },
[taskcluster 2025-04-10T16:03:29.104Z]     "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-2404-amd64-headless-googlecompute-2025-04-01",
[taskcluster 2025-04-10T16:03:29.104Z]     "instance-id": "1214332685281547619",

...(35 lines hidden)...

[taskcluster:warn 2025-04-10T16:03:29.108Z]     name: tests-lint-ruff
[taskcluster:warn 2025-04-10T16:03:29.108Z]     owner: bhearsum@users.noreply.github.com
[taskcluster:warn 2025-04-10T16:03:29.108Z]     source: https://github.com/bhearsum/translations/blob/8de707fd3e4312a5443dfa856e17c1d0fe210836/taskcluster/kinds/tests
[taskcluster:warn 2025-04-10T16:03:29.108Z]   payload:
[taskcluster:warn 2025-04-10T16:03:29.108Z]     command:
[taskcluster:warn 2025-04-10T16:03:29.108Z]     - - bash
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - -cx
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - |-
[taskcluster:warn 2025-04-10T16:03:29.108Z]         IMAGE_ID=$(docker load --input dockerimage | sed -n '0,/^Loaded image: /s/^Loaded image: //p')
[taskcluster:warn 2025-04-10T16:03:29.108Z]         timeout -s KILL 3600 docker run --rm -t --name taskcontainer_JznEhx6mSsGkielgVJnohQ --memory-swap -1 --pids-limit -1 -v "$(pwd)/cache0:/builds/worker/checkouts" --add-host=taskcluster:host-gateway -e FIREFOX_TRANSLATIONS_TRAINING_BASE_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REF -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REV -e FIREFOX_TRANSLATIONS_TRAINING_REPOSITORY_TYPE -e HG_STORE_PATH -e MOZ_AUTOMATION -e MOZ_SCM_LEVEL -e REPOSITORIES -e RUN_ID -e SCCACHE_DISABLE -e TASKCLUSTER_CACHES -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_PROXY_URL -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_UNTRUSTED_CACHES -e TASKCLUSTER_VOLUMES -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID -e VCS_PATH "${IMAGE_ID}" /usr/local/bin/run-task --firefox_translations_training-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -c 'task lint-ruff'
[taskcluster:warn 2025-04-10T16:03:29.108Z]     env:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       FIREFOX_TRANSLATIONS_TRAINING_BASE_REPOSITORY: https://github.com/mozilla/translations
[taskcluster:warn 2025-04-10T16:03:29.108Z]       FIREFOX_TRANSLATIONS_TRAINING_HEAD_REF: tg14.1.0
[taskcluster:warn 2025-04-10T16:03:29.108Z]       FIREFOX_TRANSLATIONS_TRAINING_HEAD_REPOSITORY: https://github.com/bhearsum/translations
[taskcluster:warn 2025-04-10T16:03:29.108Z]       FIREFOX_TRANSLATIONS_TRAINING_HEAD_REV: 8de707fd3e4312a5443dfa856e17c1d0fe210836
[taskcluster:warn 2025-04-10T16:03:29.108Z]       FIREFOX_TRANSLATIONS_TRAINING_REPOSITORY_TYPE: git
[taskcluster:warn 2025-04-10T16:03:29.108Z]       HG_STORE_PATH: /builds/worker/checkouts/hg-store
[taskcluster:warn 2025-04-10T16:03:29.108Z]       MOZ_AUTOMATION: "1"
[taskcluster:warn 2025-04-10T16:03:29.108Z]       MOZ_SCM_LEVEL: "1"
[taskcluster:warn 2025-04-10T16:03:29.108Z]       REPOSITORIES: '{"firefox_translations_training": "firefox-translations-training"}'
[taskcluster:warn 2025-04-10T16:03:29.108Z]       SCCACHE_DISABLE: "1"
[taskcluster:warn 2025-04-10T16:03:29.108Z]       TASKCLUSTER_CACHES: /builds/worker/checkouts
[taskcluster:warn 2025-04-10T16:03:29.108Z]       TASKCLUSTER_UNTRUSTED_CACHES: "1"
[taskcluster:warn 2025-04-10T16:03:29.108Z]       TASKCLUSTER_VOLUMES: /builds/worker/.cache;/builds/worker/checkouts
[taskcluster:warn 2025-04-10T16:03:29.108Z]       VCS_PATH: /builds/worker/checkouts/vcs
[taskcluster:warn 2025-04-10T16:03:29.108Z]     features:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       backingLog: true
[taskcluster:warn 2025-04-10T16:03:29.108Z]       liveLog: true
[taskcluster:warn 2025-04-10T16:03:29.108Z]       resourceMonitor: true
[taskcluster:warn 2025-04-10T16:03:29.108Z]       taskclusterProxy: true
[taskcluster:warn 2025-04-10T16:03:29.108Z]     logs:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       backing: public/logs/live_backing.log
[taskcluster:warn 2025-04-10T16:03:29.108Z]       live: public/logs/live.log
[taskcluster:warn 2025-04-10T16:03:29.108Z]     maxRunTime: 3600
[taskcluster:warn 2025-04-10T16:03:29.108Z]     mounts:
[taskcluster:warn 2025-04-10T16:03:29.108Z]     - cacheName: translations-level-1-checkouts-v3-581ca6876fac84fa2dd8-JcFHWMBjQjWSPdpppxVFqQ
[taskcluster:warn 2025-04-10T16:03:29.108Z]       directory: cache0
[taskcluster:warn 2025-04-10T16:03:29.108Z]     - content:
[taskcluster:warn 2025-04-10T16:03:29.108Z]         artifact: public/image.tar.zst
[taskcluster:warn 2025-04-10T16:03:29.108Z]         taskId: JcFHWMBjQjWSPdpppxVFqQ
[taskcluster:warn 2025-04-10T16:03:29.108Z]       file: dockerimage
[taskcluster:warn 2025-04-10T16:03:29.108Z]     onExitStatus:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       purgeCaches:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - 72
[taskcluster:warn 2025-04-10T16:03:29.108Z]       retry:
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - 128
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - 72
[taskcluster:warn 2025-04-10T16:03:29.108Z]       - 125
[taskcluster:warn 2025-04-10T16:03:29.108Z]     osGroups:
[taskcluster:warn 2025-04-10T16:03:29.108Z]     - docker
[taskcluster:warn 2025-04-10T16:03:29.108Z]   priority: low
[taskcluster:warn 2025-04-10T16:03:29.108Z]   projectId: none
[taskcluster:warn 2025-04-10T16:03:29.108Z]   provisionerId: translations-1
[taskcluster:warn 2025-04-10T16:03:29.108Z]   requires: all-completed
[taskcluster:warn 2025-04-10T16:03:29.108Z]   retries: 5
[taskcluster:warn 2025-04-10T16:03:29.108Z]   routes:
[taskcluster:warn 2025-04-10T16:03:29.108Z]   - checks
[taskcluster:warn 2025-04-10T16:03:29.108Z]   schedulerId: translations-level-1
[taskcluster:warn 2025-04-10T16:03:29.108Z]   scopes:
[taskcluster:warn 2025-04-10T16:03:29.108Z]   - docker-worker:cache:translations-level-1-checkouts-v3-581ca6876fac84fa2dd8-JcFHWMBjQjWSPdpppxVFqQ
[taskcluster:warn 2025-04-10T16:03:29.108Z]   - generic-worker:cache:translations-level-1-checkouts-v3-581ca6876fac84fa2dd8-JcFHWMBjQjWSPdpppxVFqQ
[taskcluster:warn 2025-04-10T16:03:29.108Z]   - generic-worker:os-group:translations-1/b-linux-large-gcp-d2g/docker
[taskcluster:warn 2025-04-10T16:03:29.108Z]   tags:
[taskcluster:warn 2025-04-10T16:03:29.108Z]     createdForUser: bhearsum@users.noreply.github.com
[taskcluster:warn 2025-04-10T16:03:29.108Z]     kind: tests
[taskcluster:warn 2025-04-10T16:03:29.108Z]     label: tests-lint-ruff
[taskcluster:warn 2025-04-10T16:03:29.108Z]     os: linux
[taskcluster:warn 2025-04-10T16:03:29.108Z]     project: translations
[taskcluster:warn 2025-04-10T16:03:29.108Z]     trust-domain: translations
[taskcluster:warn 2025-04-10T16:03:29.108Z]     worker-implementation: docker-worker
[taskcluster:warn 2025-04-10T16:03:29.108Z]   taskGroupId: a3g8TaqNTBa9Ic75ZoX1Yg
[taskcluster:warn 2025-04-10T16:03:29.108Z]   taskQueueId: translations-1/b-linux-large-gcp-d2g
[taskcluster:warn 2025-04-10T16:03:29.108Z]   workerType: b-linux-large-gcp-d2g
[taskcluster:warn 2025-04-10T16:03:29.108Z] 
[taskcluster 2025-04-10T16:03:29.611Z] Uploading redirect artifact public/logs/live.log to URL https://firefoxci-websocktunnel.services.mozilla.com/us-central1-a.1214332685281547619.60099/log/eQBbo5a_S9GkAJdiBI552A with mime type "text/plain; charset=utf-8" and expiry 2025-04-10T17:18:29.556Z
[taskcluster 2025-04-10T16:03:31.353Z] [mounts] No existing writable directory cache 'translations-level-1-checkouts-v3-581ca6876fac84fa2dd8-JcFHWMBjQjWSPdpppxVFqQ' - creating caches/Vjt81JrnRNSyRucsYSCaJw
[taskcluster 2025-04-10T16:03:31.353Z] [mounts] Creating directory /home/task_174430100832266/cache0
[taskcluster 2025-04-10T16:03:31.361Z] [mounts] Updating ownership of files inside directory '/home/task_174430100832266/cache0' from root to task_174430100832266
[taskcluster 2025-04-10T16:03:31.363Z] [mounts] Successfully mounted writable directory cache '/home/task_174430100832266/cache0'
[taskcluster 2025-04-10T16:03:31.363Z] [mounts] Downloading task JcFHWMBjQjWSPdpppxVFqQ artifact public/image.tar.zst to downloads/PzrPJCBXQ3i1rT36gl_h0Q
[taskcluster 2025-04-10T16:03:38.050Z] [mounts] Downloaded 296131370 bytes with SHA256 1570c2e3de820854ab47af2d87053452cf2fd089c151cba65a29240ca112fe51 from task JcFHWMBjQjWSPdpppxVFqQ artifact public/image.tar.zst to downloads/PzrPJCBXQ3i1rT36gl_h0Q
[taskcluster:warn 2025-04-10T16:03:38.050Z] [mounts] Download downloads/PzrPJCBXQ3i1rT36gl_h0Q of task JcFHWMBjQjWSPdpppxVFqQ artifact public/image.tar.zst has SHA256 1570c2e3de820854ab47af2d87053452cf2fd089c151cba65a29240ca112fe51 but task payload does not declare a required value, so content authenticity cannot be verified
[taskcluster 2025-04-10T16:03:38.050Z] [mounts] Creating directory /home/task_174430100832266
[taskcluster 2025-04-10T16:03:38.066Z] [mounts] Copying downloads/PzrPJCBXQ3i1rT36gl_h0Q to /home/task_174430100832266/dockerimage
[taskcluster 2025-04-10T16:03:40.436Z] [mounts] Granting task_174430100832266 full control of file '/home/task_174430100832266/dockerimage'
[taskcluster 2025-04-10T16:03:40.437Z] Executing command 0: bash -cx 'IMAGE_ID=$(docker load --input dockerimage | sed -n '\''0,/^Loaded image: /s/^Loaded image: //p'\'')
[taskcluster 2025-04-10T16:03:40.437Z] timeout -s KILL 3600 docker run --rm -t --name taskcontainer_JznEhx6mSsGkielgVJnohQ --memory-swap -1 --pids-limit -1 -v "$(pwd)/cache0:/builds/worker/checkouts" --add-host=taskcluster:host-gateway -e FIREFOX_TRANSLATIONS_TRAINING_BASE_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REF -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REV -e FIREFOX_TRANSLATIONS_TRAINING_REPOSITORY_TYPE -e HG_STORE_PATH -e MOZ_AUTOMATION -e MOZ_SCM_LEVEL -e REPOSITORIES -e RUN_ID -e SCCACHE_DISABLE -e TASKCLUSTER_CACHES -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_PROXY_URL -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_UNTRUSTED_CACHES -e TASKCLUSTER_VOLUMES -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID -e VCS_PATH "${IMAGE_ID}" /usr/local/bin/run-task --firefox_translations_training-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -c '\''task lint-ruff'\'
++ docker load --input dockerimage
++ sed -n '0,/^Loaded image: /s/^Loaded image: //p'
+ IMAGE_ID=test:latest
++ pwd
+ timeout -s KILL 3600 docker run --rm -t --name taskcontainer_JznEhx6mSsGkielgVJnohQ --memory-swap -1 --pids-limit -1 -v /home/task_174430100832266/cache0:/builds/worker/checkouts --add-host=taskcluster:host-gateway -e FIREFOX_TRANSLATIONS_TRAINING_BASE_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REF -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REPOSITORY -e FIREFOX_TRANSLATIONS_TRAINING_HEAD_REV -e FIREFOX_TRANSLATIONS_TRAINING_REPOSITORY_TYPE -e HG_STORE_PATH -e MOZ_AUTOMATION -e MOZ_SCM_LEVEL -e REPOSITORIES -e RUN_ID -e SCCACHE_DISABLE -e TASKCLUSTER_CACHES -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_PROXY_URL -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_UNTRUSTED_CACHES -e TASKCLUSTER_VOLUMES -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID -e VCS_PATH test:latest /usr/local/bin/run-task --firefox_translations_training-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -c 'task lint-ruff'
[setup 2025-04-10T16:03:59.580+00:00] run-task started in /builds/worker
[setup 2025-04-10T16:03:59.580+00:00] Invoked by command: --firefox_translations_training-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -c task lint-ruff
[setup 2025-04-10T16:03:59.580+00:00] Python version: 3.10.12
[cache 2025-04-10T16:03:59.582+00:00] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2025-04-10T16:03:59.582+00:00] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2025-04-10T16:03:59.582+00:00] volume /builds/worker/checkouts is a cache
[setup 2025-04-10T16:03:59.582+00:00] running as worker:worker
[vcs 2025-04-10T16:03:59.582+00:00] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2025-04-10T16:03:59.583+00:00] executing ['git', 'clone', 'https://github.com/mozilla/translations', '/builds/worker/checkouts/vcs']
[vcs 2025-04-10T16:03:59.584+00:00] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2025-04-10T16:04:01.454+00:00] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/translations', 'tg14.1.0']
[vcs 2025-04-10T16:04:01.700+00:00] From https://github.com/bhearsum/translations
[vcs 2025-04-10T16:04:01.700+00:00]  * branch              tg14.1.0   -> FETCH_HEAD
[vcs 2025-04-10T16:04:01.702+00:00] executing ['git', 'checkout', '-f', '-B', 'tg14.1.0', '8de707fd3e4312a5443dfa856e17c1d0fe210836']
[vcs 2025-04-10T16:04:02.644+00:00] Switched to a new branch 'tg14.1.0'
[vcs 2025-04-10T16:04:02.662+00:00] executing ['git', 'submodule', 'init']
[vcs 2025-04-10T16:04:02.681+00:00] Submodule '3rd_party/browsermt-marian-dev' (https://github.com/browsermt/marian-dev) registered for path '3rd_party/browsermt-marian-dev'
[vcs 2025-04-10T16:04:02.682+00:00] Submodule 'extract-lex' (https://github.com/marian-nmt/extract-lex) registered for path '3rd_party/extract-lex'
[vcs 2025-04-10T16:04:02.682+00:00] Submodule 'fast_align' (https://github.com/clab/fast_align) registered for path '3rd_party/fast_align'
[vcs 2025-04-10T16:04:02.683+00:00] Submodule '3rd_party/kenlm' (https://github.com/kpu/kenlm) registered for path '3rd_party/kenlm'
[vcs 2025-04-10T16:04:02.683+00:00] Submodule '3rd_party/marian-dev' (https://github.com/marian-nmt/marian-dev) registered for path '3rd_party/marian-dev'
[vcs 2025-04-10T16:04:02.684+00:00] Submodule '3rd_party/preprocess' (https://github.com/kpu/preprocess.git) registered for path '3rd_party/preprocess'
[vcs 2025-04-10T16:04:02.684+00:00] Submodule 'inference/3rd_party/browsermt-marian-dev' (https://github.com/browsermt/marian-dev) registered for path 'inference/3rd_party/browsermt-marian-dev'
[vcs 2025-04-10T16:04:02.685+00:00] Submodule 'inference/3rd_party/emsdk' (https://github.com/emscripten-core/emsdk.git) registered for path 'inference/3rd_party/emsdk'
[vcs 2025-04-10T16:04:02.685+00:00] Submodule 'inference/3rd_party/ssplit-cpp' (https://github.com/browsermt/ssplit-cpp) registered for path 'inference/3rd_party/ssplit-cpp'
[vcs 2025-04-10T16:04:02.686+00:00] executing ['git', 'submodule', 'update', '--force']
[vcs 2025-04-10T16:04:02.706+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/browsermt-marian-dev'...
[vcs 2025-04-10T16:04:03.733+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/extract-lex'...
[vcs 2025-04-10T16:04:04.021+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/fast_align'...
[vcs 2025-04-10T16:04:04.301+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/kenlm'...
[vcs 2025-04-10T16:04:04.880+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/marian-dev'...
[vcs 2025-04-10T16:04:06.144+00:00] Cloning into '/builds/worker/checkouts/vcs/3rd_party/preprocess'...
[vcs 2025-04-10T16:04:06.530+00:00] Cloning into '/builds/worker/checkouts/vcs/inference/3rd_party/browsermt-marian-dev'...
[vcs 2025-04-10T16:04:07.551+00:00] Cloning into '/builds/worker/checkouts/vcs/inference/3rd_party/emsdk'...
[vcs 2025-04-10T16:04:07.968+00:00] Cloning into '/builds/worker/checkouts/vcs/inference/3rd_party/ssplit-cpp'...
[vcs 2025-04-10T16:04:08.344+00:00] Submodule path '3rd_party/browsermt-marian-dev': checked out '11c6ae7c46be21ef96ed10c60f28022fa968939f'
[vcs 2025-04-10T16:04:08.353+00:00] Submodule path '3rd_party/extract-lex': checked out '42fa605b53f32eaf6c6e0b5677255c21c91b3d49'
[vcs 2025-04-10T16:04:08.362+00:00] Submodule path '3rd_party/fast_align': checked out 'cab1e9aac8d3bb02ff5ae58218d8d225a039fa11'
[vcs 2025-04-10T16:04:08.386+00:00] Submodule path '3rd_party/kenlm': checked out 'bbf4fc511266c5d4515047055d7bdec659a6e158'
[vcs 2025-04-10T16:04:08.485+00:00] Submodule path '3rd_party/marian-dev': checked out 'e8a1a2530fb84cbff7383302ebca393e5875c441'
[vcs 2025-04-10T16:04:08.502+00:00] Submodule path '3rd_party/preprocess': checked out '64307314b4d5a9a0bd529b5c1036b0710d995eec'
[vcs 2025-04-10T16:04:08.564+00:00] Submodule path 'inference/3rd_party/browsermt-marian-dev': checked out '2781d735d4a10dca876d61be587afdab2726293c'
[vcs 2025-04-10T16:04:08.580+00:00] Submodule path 'inference/3rd_party/emsdk': checked out '2346baa7bb44a4a0571cc75f1986ab9aaa35aa03'
[vcs 2025-04-10T16:04:08.592+00:00] Submodule path 'inference/3rd_party/ssplit-cpp': checked out 'a311f9865ade34db1e8e080e6cc146f55dafb067'
[vcs 2025-04-10T16:04:08.593+00:00] cleaning git checkout...
[vcs 2025-04-10T16:04:08.593+00:00] executing ['git', 'clean', '-nxdff']
[vcs 2025-04-10T16:04:08.596+00:00] removing []
[vcs 2025-04-10T16:04:08.596+00:00] successfully cleaned git checkout!
[vcs 2025-04-10T16:04:08.597+00:00] TinderboxPrint:<a href='https://github.com/bhearsum/translations/commit/8de707fd3e4312a5443dfa856e17c1d0fe210836' title='Built from translations commit 8de707fd3e4312a5443dfa856e17c1d0fe210836'>8de707fd3e4312a5443dfa856e17c1d0fe210836</a>
[task 2025-04-10T16:04:08.597+00:00] executing ['bash', '-c', 'task lint-ruff']
[task 2025-04-10T16:04:08.603+00:00] task: [poetry-install-*] poetry install --only lint --no-root
[task 2025-04-10T16:04:08.950+00:00] Creating virtualenv firefox-translations-hlUNdH3O-py3.10 in /builds/worker/.cache/pypoetry/virtualenvs
[task 2025-04-10T16:04:09.293+00:00] Installing dependencies from lock file
[task 2025-04-10T16:04:09.597+00:00] 
[task 2025-04-10T16:04:09.597+00:00] Package operations: 36 installs, 0 updates, 0 removals
[task 2025-04-10T16:04:09.597+00:00] 
[task 2025-04-10T16:04:09.597+00:00]   - Installing typing-extensions (4.13.2)
[task 2025-04-10T16:04:09.810+00:00]   - Installing frozenlist (1.5.0)
[task 2025-04-10T16:04:09.810+00:00]   - Installing idna (3.10)
[task 2025-04-10T16:04:09.811+00:00]   - Installing multidict (6.4.2)
[task 2025-04-10T16:04:09.812+00:00]   - Installing propcache (0.3.1)
[task 2025-04-10T16:04:09.813+00:00]   - Installing smmap (5.0.2)
[task 2025-04-10T16:04:09.952+00:00]   - Installing aiohappyeyeballs (2.6.1)
[task 2025-04-10T16:04:09.953+00:00]   - Installing aiosignal (1.3.2)
[task 2025-04-10T16:04:09.953+00:00]   - Installing async-timeout (5.0.1)
[task 2025-04-10T16:04:09.954+00:00]   - Installing attrs (25.3.0)
[task 2025-04-10T16:04:09.955+00:00]   - Installing certifi (2025.1.31)
[task 2025-04-10T16:04:09.956+00:00]   - Installing charset-normalizer (3.4.1)
[task 2025-04-10T16:04:09.957+00:00]   - Installing gitdb (4.0.12)
[task 2025-04-10T16:04:09.958+00:00]   - Installing six (1.17.0)
[task 2025-04-10T16:04:09.958+00:00]   - Installing urllib3 (2.4.0)
[task 2025-04-10T16:04:09.959+00:00]   - Installing yarl (1.19.0)
[task 2025-04-10T16:04:10.093+00:00]   - Installing aiohttp (3.11.16)
[task 2025-04-10T16:04:10.094+00:00]   - Installing click (8.1.8)
[task 2025-04-10T16:04:10.094+00:00]   - Installing docker-pycreds (0.4.0)
[task 2025-04-10T16:04:10.095+00:00]   - Installing gitpython (3.1.44)
[task 2025-04-10T16:04:10.095+00:00]   - Installing mohawk (1.1.0)
[task 2025-04-10T16:04:10.097+00:00]   - Installing platformdirs (4.3.7)
[task 2025-04-10T16:04:10.097+00:00]   - Installing protobuf (3.19.0)
[task 2025-04-10T16:04:10.098+00:00]   - Installing psutil (7.0.0)
[task 2025-04-10T16:04:10.098+00:00]   - Installing python-dateutil (2.9.0.post0)
[task 2025-04-10T16:04:10.099+00:00]   - Installing pyyaml (6.0.2)
[task 2025-04-10T16:04:10.100+00:00]   - Installing requests (2.31.0)
[task 2025-04-10T16:04:10.101+00:00]   - Installing sentry-sdk (2.25.1)
[task 2025-04-10T16:04:10.102+00:00]   - Installing setproctitle (1.3.5)
[task 2025-04-10T16:04:10.103+00:00]   - Installing slugid (2.0.0)
[task 2025-04-10T16:04:10.103+00:00]   - Installing taskcluster-urls (13.0.1)
[task 2025-04-10T16:04:10.436+00:00]   - Installing numpy (1.26.4)
[task 2025-04-10T16:04:10.437+00:00]   - Installing taskcluster (56.0.3)
[task 2025-04-10T16:04:10.438+00:00]   - Installing wandb (0.17.2)
[task 2025-04-10T16:04:11.407+00:00]   - Installing ruff (0.1.15)
[task 2025-04-10T16:04:11.705+00:00]   - Installing translations-parser (0.1.0 /builds/worker/checkouts/vcs/tracking)
[task 2025-04-10T16:04:12.841+00:00] task: [lint-ruff] poetry run ruff --version
[task 2025-04-10T16:04:13.225+00:00] ruff 0.1.15
[task 2025-04-10T16:04:13.225+00:00] task: [lint-ruff] poetry run ruff check . 
[taskcluster 2025-04-10T16:04:18.318Z]                   Exit Code: 0
[taskcluster 2025-04-10T16:04:18.318Z]                   User Time: 54.255ms
[taskcluster 2025-04-10T16:04:18.318Z]                 Kernel Time: 142.103ms
[taskcluster 2025-04-10T16:04:18.318Z]                   Wall Time: 37.880639908s
[taskcluster 2025-04-10T16:04:18.318Z]  Average System Memory Used: 1.21 GiB
[taskcluster 2025-04-10T16:04:18.318Z]     Peak System Memory Used: 1.50 GiB
[taskcluster 2025-04-10T16:04:18.318Z]         Total System Memory: 251.88 GiB
[taskcluster 2025-04-10T16:04:18.318Z]                      Result: SUCCEEDED
[taskcluster 2025-04-10T16:04:18.318Z] === Task Finished ===
[taskcluster 2025-04-10T16:04:18.318Z] Task Duration: 37.881113877s
[taskcluster 2025-04-10T16:04:18.319Z] [mounts] Preserving cache: Moving "/home/task_174430100832266/cache0" to "caches/Vjt81JrnRNSyRucsYSCaJw"
[taskcluster 2025-04-10T16:04:18.444Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2026-04-05T16:02:05.374Z