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

Test WASM Translations in CI #927

Merged
merged 17 commits into from
Nov 14, 2024

Add test cases for current translations WASM bindings

c8380a8
Select commit
Loading
Failed to load commit list.
Merged

Test WASM Translations in CI #927

Add test cases for current translations WASM bindings
c8380a8
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task (pull-request) succeeded Nov 14, 2024 in 1m 54s

FirefoxCI (pull_request)

The task that creates all of the other tasks in the task graph

Details

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

Task Status

Started: 2024-11-14T17:03:52.985Z
Resolved: 2024-11-14T17:04:20.401Z
Task Execution Time: 27 seconds, 416 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/actions.json
- public/docker-contexts/base.tar.gz
- public/docker-contexts/inference.tar.gz
- public/docker-contexts/test.tar.gz
- public/docker-contexts/toolchain-build.tar.gz
- public/docker-contexts/train.tar.gz
- public/fetch-content
- public/full-task-graph.json
- public/label-to-taskid.json
- public/logs/live_backing.log
- public/logs/live.log
- public/optimizations.log
- public/parameters.yml
- public/runnable-jobs.json
- public/run-task
- public/target-tasks.json
- public/task-graph.json


[taskcluster 2024-11-14 17:03:53.182Z] Task ID: UGynvHwuRaaJtKvOgDgodg
[taskcluster 2024-11-14 17:03:53.182Z] Worker ID: 4665017012707890118
[taskcluster 2024-11-14 17:03:53.182Z] Worker Group: us-central1-a
[taskcluster 2024-11-14 17:03:53.183Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-11-14 17:03:53.183Z] Worker Pool: translations-1/decision-gcp
[taskcluster 2024-11-14 17:03:53.183Z] Worker Version: 38.0.5
[taskcluster 2024-11-14 17:03:53.183Z] Public IP: 34.46.35.32
[taskcluster 2024-11-14 17:03:53.183Z] Hostname: translations-1-decision-gcp-rtrklw0-qxyitlwjd4drza
[taskcluster 2024-11-14 17:03:53.183Z] using cache "translations-level-1-checkouts-sparse-v2" -> /builds/worker/checkouts

559df9a599c4 - Started downloading
b57ab501a8f4 - Started downloading
3bb7dd3accd0 - Started downloading
559df9a599c4 - Downloaded in 0.149 seconds
fad8d951cdaf - Started downloading
fad8d951cdaf - Downloaded in 0 seconds
b57ab501a8f4 - Downloaded in 0.36 seconds
3bb7dd3accd0 - Downloaded in 1.494 seconds
Digest: sha256:8c57e30214c85625856479812e63212dc2873b1ffcd97467a7c93508cbb3075a
Status: Downloaded newer image for mozillareleases/taskgraph@sha256:8c57e30214c85625856479812e63212dc2873b1ffcd97467a7c93508cbb3075a
[taskcluster 2024-11-14 17:04:03.562Z] === Task Starting ===
[setup 2024-11-14T17:04:04.167Z] run-task started in /
[setup 2024-11-14T17:04:04.167Z] Invoked by command: --translations-checkout=/builds/worker/checkouts/src -- bash -cx cd /builds/worker/checkouts/src && ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='0' --pushdate='0' --project='translations' --owner='[email protected]' --level='1' --repository-type=git --tasks-for='github-pull-request' --base-repository='https://github.com/mozilla/translations' --base-ref='main' --base-rev='db60f54acd7326aeaf5bb2e05c6a74958aa5f2e1' --head-repository='https://github.com/mozilla/translations' --head-ref='wasm-tests' --head-rev='c8380a8a0fef5764a4204ab34a8ba5f133581033' 

[setup 2024-11-14T17:04:04.167Z] Python version: 3.11.2
[vcs 2024-11-14T17:04:04.168Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2024-11-14T17:04:04.168Z] running as worker:worker
[vcs 2024-11-14T17:04:04.168Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/src']
[vcs 2024-11-14T17:04:04.170Z] executing ['git', 'clone', 'https://github.com/mozilla/translations', '/builds/worker/checkouts/src']
[vcs 2024-11-14T17:04:04.171Z] Cloning into '/builds/worker/checkouts/src'...
[vcs 2024-11-14T17:04:05.361Z] executing ['git', 'fetch', 'origin', 'main']
[vcs 2024-11-14T17:04:05.563Z] From https://github.com/mozilla/translations
[vcs 2024-11-14T17:04:05.563Z]  * branch            main       -> FETCH_HEAD
[vcs 2024-11-14T17:04:05.570Z] executing ['git', 'checkout', 'main']
[vcs 2024-11-14T17:04:05.622Z] Already on 'main'
[vcs 2024-11-14T17:04:05.623Z] Your branch is up to date with 'origin/main'.
[vcs 2024-11-14T17:04:05.624Z] executing ['git', 'fetch', 'origin', 'db60f54acd7326aeaf5bb2e05c6a74958aa5f2e1']
[vcs 2024-11-14T17:04:05.866Z] From https://github.com/mozilla/translations
[vcs 2024-11-14T17:04:05.866Z]  * branch            db60f54acd7326aeaf5bb2e05c6a74958aa5f2e1 -> FETCH_HEAD
[vcs 2024-11-14T17:04:05.873Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla/translations', 'wasm-tests']
[vcs 2024-11-14T17:04:06.045Z] From https://github.com/mozilla/translations
[vcs 2024-11-14T17:04:06.045Z]  * branch            wasm-tests -> FETCH_HEAD
[vcs 2024-11-14T17:04:06.051Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla/translations', 'wasm-tests']
[vcs 2024-11-14T17:04:06.224Z] From https://github.com/mozilla/translations
[vcs 2024-11-14T17:04:06.224Z]  * branch            wasm-tests -> FETCH_HEAD
[vcs 2024-11-14T17:04:06.231Z] executing ['git', 'checkout', '-f', '-B', 'wasm-tests', 'c8380a8a0fef5764a4204ab34a8ba5f133581033']
[vcs 2024-11-14T17:04:06.331Z] Switched to a new branch 'wasm-tests'
[vcs 2024-11-14T17:04:06.332Z] executing ['git', 'submodule', 'init']
[vcs 2024-11-14T17:04:06.351Z] Submodule '3rd_party/browsermt-marian-dev' (https://github.com/browsermt/marian-dev) registered for path '3rd_party/browsermt-marian-dev'
[vcs 2024-11-14T17:04:06.352Z] Submodule 'extract-lex' (https://github.com/marian-nmt/extract-lex) registered for path '3rd_party/extract-lex'
[vcs 2024-11-14T17:04:06.352Z] Submodule 'fast_align' (https://github.com/clab/fast_align) registered for path '3rd_party/fast_align'
[vcs 2024-11-14T17:04:06.352Z] Submodule '3rd_party/kenlm' (https://github.com/kpu/kenlm) registered for path '3rd_party/kenlm'
[vcs 2024-11-14T17:04:06.353Z] Submodule '3rd_party/marian-dev' (https://github.com/marian-nmt/marian-dev) registered for path '3rd_party/marian-dev'
[vcs 2024-11-14T17:04:06.354Z] Submodule '3rd_party/preprocess' (https://github.com/kpu/preprocess.git) registered for path '3rd_party/preprocess'
[vcs 2024-11-14T17:04:06.355Z] Submodule 'inference/3rd_party/browsermt-marian-dev' (https://github.com/browsermt/marian-dev) registered for path 'inference/3rd_party/browsermt-marian-dev'
[vcs 2024-11-14T17:04:06.355Z] Submodule 'inference/3rd_party/emsdk' (https://github.com/emscripten-core/emsdk.git) registered for path 'inference/3rd_party/emsdk'
[vcs 2024-11-14T17:04:06.355Z] Submodule 'inference/3rd_party/ssplit-cpp' (https://github.com/browsermt/ssplit-cpp) registered for path 'inference/3rd_party/ssplit-cpp'
[vcs 2024-11-14T17:04:06.356Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-11-14T17:04:06.376Z] Cloning into '/builds/worker/checkouts/src/3rd_party/browsermt-marian-dev'...
[vcs 2024-11-14T17:04:08.477Z] Cloning into '/builds/worker/checkouts/src/3rd_party/extract-lex'...
[vcs 2024-11-14T17:04:08.753Z] Cloning into '/builds/worker/checkouts/src/3rd_party/fast_align'...
[vcs 2024-11-14T17:04:09.051Z] Cloning into '/builds/worker/checkouts/src/3rd_party/kenlm'...
[vcs 2024-11-14T17:04:09.831Z] Cloning into '/builds/worker/checkouts/src/3rd_party/marian-dev'...
[vcs 2024-11-14T17:04:12.291Z] Cloning into '/builds/worker/checkouts/src/3rd_party/preprocess'...
[vcs 2024-11-14T17:04:12.763Z] Cloning into '/builds/worker/checkouts/src/inference/3rd_party/browsermt-marian-dev'...
[vcs 2024-11-14T17:04:14.788Z] Cloning into '/builds/worker/checkouts/src/inference/3rd_party/emsdk'...
[vcs 2024-11-14T17:04:15.498Z] Cloning into '/builds/worker/checkouts/src/inference/3rd_party/ssplit-cpp'...
[vcs 2024-11-14T17:04:15.888Z] Submodule path '3rd_party/browsermt-marian-dev': checked out '11c6ae7c46be21ef96ed10c60f28022fa968939f'
[vcs 2024-11-14T17:04:15.893Z] Submodule path '3rd_party/extract-lex': checked out '42fa605b53f32eaf6c6e0b5677255c21c91b3d49'
[vcs 2024-11-14T17:04:15.899Z] Submodule path '3rd_party/fast_align': checked out 'cab1e9aac8d3bb02ff5ae58218d8d225a039fa11'
[vcs 2024-11-14T17:04:15.920Z] Submodule path '3rd_party/kenlm': checked out 'bbf4fc511266c5d4515047055d7bdec659a6e158'
[vcs 2024-11-14T17:04:16.020Z] Submodule path '3rd_party/marian-dev': checked out 'e8a1a2530fb84cbff7383302ebca393e5875c441'
[vcs 2024-11-14T17:04:16.035Z] Submodule path '3rd_party/preprocess': checked out '64307314b4d5a9a0bd529b5c1036b0710d995eec'
[vcs 2024-11-14T17:04:16.096Z] Submodule path 'inference/3rd_party/browsermt-marian-dev': checked out '2781d735d4a10dca876d61be587afdab2726293c'
[vcs 2024-11-14T17:04:16.109Z] Submodule path 'inference/3rd_party/emsdk': checked out '2346baa7bb44a4a0571cc75f1986ab9aaa35aa03'
[vcs 2024-11-14T17:04:16.117Z] Submodule path 'inference/3rd_party/ssplit-cpp': checked out 'a311f9865ade34db1e8e080e6cc146f55dafb067'
[vcs 2024-11-14T17:04:16.118Z] cleaning git checkout...
[vcs 2024-11-14T17:04:16.118Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-11-14T17:04:16.122Z] removing []
[vcs 2024-11-14T17:04:16.122Z] successfully cleaned git checkout!
[vcs 2024-11-14T17:04:16.124Z] TinderboxPrint:<a href='https://github.com/mozilla/translations/commit/c8380a8a0fef5764a4204ab34a8ba5f133581033' title='Built from translations commit c8380a8a0fef5764a4204ab34a8ba5f133581033'>c8380a8a0fef5764a4204ab34a8ba5f133581033</a>
[task 2024-11-14T17:04:16.124Z] executing ['bash', '-cx', "cd /builds/worker/checkouts/src && ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='0' --pushdate='0' --project='translations' --owner='[email protected]' --level='1' --repository-type=git --tasks-for='github-pull-request' --base-repository='https://github.com/mozilla/translations' --base-ref='main' --base-rev='db60f54acd7326aeaf5bb2e05c6a74958aa5f2e1' --head-repository='https://github.com/mozilla/translations' --head-ref='wasm-tests' --head-rev='c8380a8a0fef5764a4204ab34a8ba5f133581033' \n"]
[task 2024-11-14T17:04:16.126Z] + cd /builds/worker/checkouts/src
[task 2024-11-14T17:04:16.126Z] + ln -s /builds/worker/artifacts artifacts
[task 2024-11-14T17:04:16.127Z] + taskgraph decision --pushlog-id=0 --pushdate=0 --project=translations [email protected] --level=1 --repository-type=git --tasks-for=github-pull-request --base-repository=https://github.com/mozilla/translations --base-ref=main --base-rev=db60f54acd7326aeaf5bb2e05c6a74958aa5f2e1 --head-repository=https://github.com/mozilla/translations --head-ref=wasm-tests --head-rev=c8380a8a0fef5764a4204ab34a8ba5f133581033
[task 2024-11-14T17:04:16.356Z] 2024-11-14 17:04:16,355 - INFO - Loading graph configuration.
[task 2024-11-14T17:04:16.376Z] 2024-11-14 17:04:16,376 - WARNING - using default project parameters; add translations to PER_PROJECT_PARAMETERS in /usr/local/lib/python3.11/dist-packages/taskgraph/decision.py to customize behavior for this project
[task 2024-11-14T17:04:16.383Z] 2024-11-14 17:04:16,382 - INFO - Using Parameters(id=4c36a431fc51) (from defaults)
[task 2024-11-14T17:04:16.384Z] 2024-11-14 17:04:16,384 - INFO - writing artifact file `parameters.yml`
[task 2024-11-14T17:04:16.394Z] 2024-11-14 17:04:16,394 - INFO - writing artifact file `actions.json`
[task 2024-11-14T17:04:16.397Z] 2024-11-14 17:04:16,397 - INFO - Loading kinds
[task 2024-11-14T17:04:16.426Z] 2024-11-14 17:04:16,426 - INFO - Generating full task set
[task 2024-11-14T17:04:16.452Z] 2024-11-14 17:04:16,452 - INFO - Generated 12 tasks for kind dataset
[task 2024-11-14T17:04:16.453Z] 2024-11-14 17:04:16,453 - INFO - Writing docker-contexts/base.tar.gz for docker image base
[task 2024-11-14T17:04:16.470Z] 2024-11-14 17:04:16,470 - INFO - Writing docker-contexts/inference.tar.gz for docker image inference
[task 2024-11-14T17:04:16.471Z] 2024-11-14 17:04:16,471 - INFO - Writing docker-contexts/test.tar.gz for docker image test
[task 2024-11-14T17:04:16.472Z] 2024-11-14 17:04:16,472 - INFO - Writing docker-contexts/train.tar.gz for docker image train
[task 2024-11-14T17:04:16.473Z] 2024-11-14 17:04:16,473 - INFO - Writing docker-contexts/toolchain-build.tar.gz for docker image toolchain-build
[task 2024-11-14T17:04:16.491Z] 2024-11-14 17:04:16,491 - INFO - Generated 5 tasks for kind docker-image
[task 2024-11-14T17:04:16.500Z] 2024-11-14 17:04:16,500 - INFO - Generated 10 tasks for kind fetch
[task 2024-11-14T17:04:16.577Z] 2024-11-14 17:04:16,577 - INFO - Generated 11 tasks for kind toolchain
[task 2024-11-14T17:04:16.582Z] 2024-11-14 17:04:16,581 - INFO - Generated 4 tasks for kind analyze-corpus
[task 2024-11-14T17:04:16.586Z] 2024-11-14 17:04:16,586 - INFO - Generated 4 tasks for kind analyze-mono
[task 2024-11-14T17:04:16.591Z] 2024-11-14 17:04:16,591 - INFO - Generated 4 tasks for kind clean-corpus
[task 2024-11-14T17:04:16.593Z] 2024-11-14 17:04:16,593 - INFO - Generated 1 tasks for kind bicleaner-model
[task 2024-11-14T17:04:16.598Z] 2024-11-14 17:04:16,598 - INFO - Generated 4 tasks for kind bicleaner
[task 2024-11-14T17:04:16.603Z] 2024-11-14 17:04:16,603 - INFO - Generated 4 tasks for kind clean-mono
[task 2024-11-14T17:04:16.607Z] 2024-11-14 17:04:16,607 - INFO - Generated 1 tasks for kind merge-corpus
[task 2024-11-14T17:04:16.610Z] 2024-11-14 17:04:16,610 - INFO - Generated 2 tasks for kind merge-mono
[task 2024-11-14T17:04:16.613Z] 2024-11-14 17:04:16,613 - INFO - Generated 1 tasks for kind train-vocab
[task 2024-11-14T17:04:16.615Z] 2024-11-14 17:04:16,615 - INFO - Generated 1 tasks for kind split-corpus
[task 2024-11-14T17:04:16.617Z] 2024-11-14 17:04:16,617 - INFO - Generated 1 tasks for kind merge-devset
[task 2024-11-14T17:04:16.621Z] 2024-11-14 17:04:16,621 - INFO - Generated 4 tasks for kind inference
[task 2024-11-14T17:04:16.625Z] 2024-11-14 17:04:16,625 - INFO - Generated 1 tasks for kind train-backwards
[task 2024-11-14T17:04:16.627Z] 2024-11-14 17:04:16,627 - INFO - Generated 1 tasks for kind split-mono-src
[task 2024-11-14T17:04:16.629Z] 2024-11-14 17:04:16,629 - INFO - Generated 1 tasks for kind split-mono-trg
[task 2024-11-14T17:04:16.633Z] 2024-11-14 17:04:16,633 - INFO - Generated 6 tasks for kind tests
[task 2024-11-14T17:04:16.637Z] 2024-11-14 17:04:16,637 - INFO - Generated 2 tasks for kind translate-mono-trg
[task 2024-11-14T17:04:16.640Z] 2024-11-14 17:04:16,640 - INFO - Generated 1 tasks for kind collect-mono-trg
[task 2024-11-14T17:04:16.643Z] 2024-11-14 17:04:16,643 - INFO - Generated 1 tasks for kind alignments-original
[task 2024-11-14T17:04:16.645Z] 2024-11-14 17:04:16,645 - INFO - Generated 1 tasks for kind alignments-backtranslated
[task 2024-11-14T17:04:16.648Z] 2024-11-14 17:04:16,648 - INFO - Generated 1 tasks for kind train-teacher
[task 2024-11-14T17:04:16.651Z] 2024-11-14 17:04:16,651 - INFO - Generated 1 tasks for kind evaluate-teacher-ensemble
[task 2024-11-14T17:04:16.655Z] 2024-11-14 17:04:16,655 - INFO - Generated 2 tasks for kind translate-corpus
[task 2024-11-14T17:04:16.658Z] 2024-11-14 17:04:16,658 - INFO - Generated 2 tasks for kind extract-best
[task 2024-11-14T17:04:16.660Z] 2024-11-14 17:04:16,660 - INFO - Generated 1 tasks for kind collect-corpus
[task 2024-11-14T17:04:16.663Z] 2024-11-14 17:04:16,663 - INFO - Generated 2 tasks for kind translate-mono-src
[task 2024-11-14T17:04:16.666Z] 2024-11-14 17:04:16,666 - INFO - Generated 1 tasks for kind collect-mono-src
[task 2024-11-14T17:04:16.668Z] 2024-11-14 17:04:16,668 - INFO - Generated 1 tasks for kind merge-translated
[task 2024-11-14T17:04:16.670Z] 2024-11-14 17:04:16,670 - INFO - Generated 1 tasks for kind score
[task 2024-11-14T17:04:16.672Z] 2024-11-14 17:04:16,672 - INFO - Generated 1 tasks for kind cefilter
[task 2024-11-14T17:04:16.675Z] 2024-11-14 17:04:16,675 - INFO - Generated 1 tasks for kind shortlist
[task 2024-11-14T17:04:16.677Z] 2024-11-14 17:04:16,677 - INFO - Generated 1 tasks for kind alignments-student
[task 2024-11-14T17:04:16.680Z] 2024-11-14 17:04:16,680 - INFO - Generated 1 tasks for kind train-student
[task 2024-11-14T17:04:16.682Z] 2024-11-14 17:04:16,682 - INFO - Generated 1 tasks for kind finetune-student
[task 2024-11-14T17:04:16.684Z] 2024-11-14 17:04:16,684 - INFO - Generated 1 tasks for kind quantize
[task 2024-11-14T17:04:16.687Z] 2024-11-14 17:04:16,687 - INFO - Generated 1 tasks for kind evaluate-quantized
[task 2024-11-14T17:04:16.693Z] 2024-11-14 17:04:16,693 - INFO - Generated 4 tasks for kind evaluate
[task 2024-11-14T17:04:16.695Z] 2024-11-14 17:04:16,695 - INFO - Generated 1 tasks for kind export
[task 2024-11-14T17:04:16.696Z] 2024-11-14 17:04:16,696 - INFO - Generated 1 tasks for kind all-pipeline
[task 2024-11-14T17:04:16.697Z] 2024-11-14 17:04:16,697 - INFO - Generated 1 tasks for kind all-pr-pipeline
[task 2024-11-14T17:04:16.697Z] 2024-11-14 17:04:16,697 - INFO - Generating full task graph
[task 2024-11-14T17:04:16.698Z] 2024-11-14 17:04:16,698 - INFO - Full task graph contains 109 tasks and 308 dependencies
[task 2024-11-14T17:04:16.703Z] 2024-11-14 17:04:16,702 - INFO - writing artifact file `full-task-graph.json`
[task 2024-11-14T17:04:16.724Z] 2024-11-14 17:04:16,723 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-11-14T17:04:16.724Z] 2024-11-14 17:04:16,724 - INFO - Generating target task set
[task 2024-11-14T17:04:16.725Z] 2024-11-14 17:04:16,725 - INFO - Filter filter_target_tasks pruned 87 tasks (22 remain)
[task 2024-11-14T17:04:16.725Z] 2024-11-14 17:04:16,725 - INFO - writing artifact file `target-tasks.json`
[task 2024-11-14T17:04:16.725Z] 2024-11-14 17:04:16,725 - INFO - Generating target task graph
[task 2024-11-14T17:04:16.725Z] 2024-11-14 17:04:16,725 - INFO - Adding 5 tasks with `always_target` attribute
[task 2024-11-14T17:04:16.726Z] 2024-11-14 17:04:16,726 - INFO - Generating optimized task graph
[task 2024-11-14T17:04:16.731Z] 2024-11-14 17:04:16,731 - INFO - No tasks removed during optimization
[task 2024-11-14T17:04:17.071Z] 2024-11-14 17:04:17,071 - INFO - Replaced 96 tasks by index-search (index-search) during optimization.
[task 2024-11-14T17:04:17.072Z] 2024-11-14 17:04:17,072 - INFO - writing artifact file `task-graph.json`
[task 2024-11-14T17:04:17.074Z] 2024-11-14 17:04:17,074 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-11-14T17:04:17.076Z] 2024-11-14 17:04:17,076 - INFO - Creating task with taskId dqOqvGZRQ36mncomn2ZV7Q for tests-test
[task 2024-11-14T17:04:17.077Z] 2024-11-14 17:04:17,077 - INFO - Creating task with taskId D6klZaNKQRuw7Ei4zF4Kvg for inference-build-local
[task 2024-11-14T17:04:17.080Z] 2024-11-14 17:04:17,079 - INFO - Creating task with taskId dwtKUCntQb2LoAvW5Q9Frw for tests-lint-black
[task 2024-11-14T17:04:17.081Z] 2024-11-14 17:04:17,081 - INFO - Creating task with taskId JReG2OoeQLezJ4hIfUrG7Q for tests-lint-eslint
[task 2024-11-14T17:04:17.083Z] 2024-11-14 17:04:17,083 - INFO - Creating task with taskId b_AXXrTlRxayRur9iQfOUQ for tests-taskgraph-definition
[task 2024-11-14T17:04:17.085Z] 2024-11-14 17:04:17,085 - INFO - Creating task with taskId H3Zg4JgQStSYXV8otbj21A for all-pr-pipeline-ru-en-1
[task 2024-11-14T17:04:17.099Z] 2024-11-14 17:04:17,092 - INFO - Creating task with taskId DHP9Vl4DQIGpagF2ruKklA for tests-lint-ruff
[task 2024-11-14T17:04:17.099Z] 2024-11-14 17:04:17,094 - INFO - Creating task with taskId TUaa3DklSQ2bsg2EGaUvkQ for tests-taskgraph-diff
[task 2024-11-14T17:04:17.227Z] 2024-11-14 17:04:17,227 - INFO - Creating task with taskId CmPsmC0hSYCRqtvhRRRasA for inference-test-local
[task 2024-11-14T17:04:17.228Z] 2024-11-14 17:04:17,227 - INFO - Creating task with taskId SkLGyz4wQRaAg46Cx4avXQ for inference-build-wasm
[task 2024-11-14T17:04:17.347Z] 2024-11-14 17:04:17,347 - INFO - Creating task with taskId Gk5OKSOnQFuGuNbDagWf7Q for inference-test-wasm
[taskcluster 2024-11-14 17:04:17.738Z] === Task Finished ===
[taskcluster 2024-11-14 17:04:19.805Z] Successful task run with exit code: 0 completed in 26.624 seconds