Skip to content

Fix CustomTabsTest intent resolution with ActivityScenario

a9f7903
Select commit
Loading
Failed to load commit list.
Merged

UI test fixup #4206

Fix CustomTabsTest intent resolution with ActivityScenario
a9f7903
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task succeeded Mar 23, 2026 in 10s

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: 2026-03-23T20:54:43.708Z
Resolved: 2026-03-23T20:54:53.060Z
Task Execution Time: 9 seconds, 352 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: Sp1p34r2RGGk1M9Pjlichg
RunId: 0

Artifacts

- public/actions.json
- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/docker-contexts/android-build.tar.gz
- public/docker-contexts/base.tar.gz
- public/docker-contexts/bump.tar.gz
- public/docker-contexts/ui-tests.tar.gz
- public/fetch-content
- public/full-task-graph.json
- public/label-to-taskid.json
- public/logs/certified.log
- 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 2026-03-23T20:54:43.819Z] Worker Type (mobile-1/decision) settings:
[taskcluster 2026-03-23T20:54:43.819Z]   {
[taskcluster 2026-03-23T20:54:43.819Z]     "generic-worker": {
[taskcluster 2026-03-23T20:54:43.819Z]       "config": {
[taskcluster 2026-03-23T20:54:43.819Z]         "headlessTasks": true
[taskcluster 2026-03-23T20:54:43.819Z]       },
[taskcluster 2026-03-23T20:54:43.819Z]       "engine": "multiuser",
[taskcluster 2026-03-23T20:54:43.819Z]       "go-arch": "amd64",
[taskcluster 2026-03-23T20:54:43.819Z]       "go-os": "linux",
[taskcluster 2026-03-23T20:54:43.819Z]       "go-version": "go1.26.0",
[taskcluster 2026-03-23T20:54:43.819Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v97.0.1",
[taskcluster 2026-03-23T20:54:43.819Z]       "revision": "6519c127aad40a47b1412136d9a5797a76eca200",
[taskcluster 2026-03-23T20:54:43.819Z]       "source": "https://github.com/taskcluster/taskcluster/commits/6519c127aad40a47b1412136d9a5797a76eca200",
[taskcluster 2026-03-23T20:54:43.819Z]       "version": "97.0.1"
[taskcluster 2026-03-23T20:54:43.819Z]     },
[taskcluster 2026-03-23T20:54:43.819Z]     "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-2404-amd64-headless-googlecompute-2026-03-05",
[taskcluster 2026-03-23T20:54:43.819Z]     "instance-id": "2465094141859339156",
[taskcluster 2026-03-23T20:54:43.819Z]     "instance-type": "projects/887720501152/machineTypes/n2-standard-2",
[taskcluster 2026-03-23T20:54:43.819Z]     "local-ipv4": "10.128.3.54",
[taskcluster 2026-03-23T20:54:43.819Z]     "project-id": "fxci-production-level1-workers",
[taskcluster 2026-03-23T20:54:43.819Z]     "public-hostname": "mobile-1-decision-az8l1hxiqqswzoys1bxevq.c.fxci-production-level1-workers.internal",
[taskcluster 2026-03-23T20:54:43.819Z]     "public-ipv4": "35.239.87.26",
[taskcluster 2026-03-23T20:54:43.819Z]     "region": "us-central1",
[taskcluster 2026-03-23T20:54:43.819Z]     "zone": "us-central1-f"
[taskcluster 2026-03-23T20:54:43.819Z]   }
[taskcluster 2026-03-23T20:54:43.819Z] Task ID: Sp1p34r2RGGk1M9Pjlichg
[taskcluster 2026-03-23T20:54:43.819Z] === Task Starting ===
[taskcluster 2026-03-23T20:54:44.519Z] [d2g] Loading docker image
[taskcluster 2026-03-23T20:54:44.645Z] [d2g] Loaded docker image "docker.io/mozillareleases/taskgraph:decision-v11.2.4@sha256:eb53b1ca6b86b1344d61f55aab77b130048c0ae007eef181ec82eec327e91e07"
[taskcluster 2026-03-23T20:54:44.669Z] Executing command 0: docker run -t --name taskcontainer_XOLfv9JJR_KU-Pz9h-4Uig --memory-swap -1 --pids-limit -1 '--add-host=localhost.localdomain:127.0.0.1' --add-host=taskcluster:host-gateway --env-file 'env.list' 'mozillareleases/taskgraph:decision-v11.2.4@sha256:eb53b1ca6b86b1344d61f55aab77b130048c0ae007eef181ec82eec327e91e07' /usr/local/bin/run-task --mobile-checkout=/builds/worker/checkouts/vcs --task-cwd=/builds/worker/checkouts/vcs -- bash -cx 'ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='\''0'\'' --pushdate='\''0'\'' --project='\''reference-browser'\'' --message="" --owner='\''rvandermeulen@users.noreply.github.com'\'' --level='\''1'\'' --base-repository="$MOBILE_BASE_REPOSITORY" --head-repository="$MOBILE_HEAD_REPOSITORY" --head-ref="$MOBILE_HEAD_REF" --head-rev="$MOBILE_HEAD_REV" --head-tag="$MOBILE_HEAD_TAG" --repository-type="$MOBILE_REPOSITORY_TYPE" --tasks-for='\''github-pull-request'\'' 
[taskcluster 2026-03-23T20:54:44.669Z] '
[setup 2026-03-23T20:54:45.508Z] run-task started in /
[setup 2026-03-23T20:54:45.508Z] Invoked by command: --mobile-checkout=/builds/worker/checkouts/vcs --task-cwd=/builds/worker/checkouts/vcs -- bash -cx ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='0' --pushdate='0' --project='reference-browser' --message="" --owner='rvandermeulen@users.noreply.github.com' --level='1' --base-repository="$MOBILE_BASE_REPOSITORY" --head-repository="$MOBILE_HEAD_REPOSITORY" --head-ref="$MOBILE_HEAD_REF" --head-rev="$MOBILE_HEAD_REV" --head-tag="$MOBILE_HEAD_TAG" --repository-type="$MOBILE_REPOSITORY_TYPE" --tasks-for='github-pull-request' 

[setup 2026-03-23T20:54:45.508Z] Python version: 3.11.2
[vcs 2026-03-23T20:54:45.511Z] WARNING: vcs checkout path (/builds/worker/checkouts/vcs) not in cache or volume; performance will likely suffer
[setup 2026-03-23T20:54:45.512Z] running as worker:worker
[vcs 2026-03-23T20:54:45.513Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2026-03-23T20:54:45.515Z] executing ['git', 'clone', 'https://github.com/mozilla-mobile/reference-browser', '/builds/worker/checkouts/vcs']
[vcs 2026-03-23T20:54:45.518Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2026-03-23T20:54:47.320Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-mobile/reference-browser', 'ui-test-fixup']
[vcs 2026-03-23T20:54:47.793Z] From https://github.com/mozilla-mobile/reference-browser
[vcs 2026-03-23T20:54:47.793Z]  * branch              ui-test-fixup -> FETCH_HEAD
[vcs 2026-03-23T20:54:47.801Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-mobile/reference-browser', 'ui-test-fixup']
[vcs 2026-03-23T20:54:48.024Z] From https://github.com/mozilla-mobile/reference-browser
[vcs 2026-03-23T20:54:48.026Z]  * branch              ui-test-fixup -> FETCH_HEAD
[vcs 2026-03-23T20:54:48.034Z] executing ['git', 'checkout', '-f', '-B', 'ui-test-fixup', 'a9f790340375e48caf718b03140635b2aad41f7b']
[vcs 2026-03-23T20:54:48.076Z] Switched to a new branch 'ui-test-fixup'
[vcs 2026-03-23T20:54:48.077Z] cleaning git checkout...
[vcs 2026-03-23T20:54:48.077Z] executing ['git', 'clean', '-nxdff']
[vcs 2026-03-23T20:54:48.084Z] removing []
[vcs 2026-03-23T20:54:48.084Z] successfully cleaned git checkout!
[vcs 2026-03-23T20:54:48.086Z] TinderboxPrint:<a href='https://github.com/mozilla-mobile/reference-browser/commit/a9f790340375e48caf718b03140635b2aad41f7b' title='Built from reference-browser commit a9f790340375e48caf718b03140635b2aad41f7b'>a9f790340375e48caf718b03140635b2aad41f7b</a>
[pip-install 2026-03-23T20:54:48.118Z] executing ['uv', 'pip', 'install', '--python', '/usr/bin/python3', '--target', '/builds/worker/.local/lib/python3.11/site-packages', '--require-hashes', '-r', '/builds/worker/checkouts/vcs/taskcluster/requirements.txt']
[pip-install 2026-03-23T20:54:48.613Z] Resolved 1 package in 416ms
[pip-install 2026-03-23T20:54:48.629Z] Prepared 1 package in 16ms
[pip-install 2026-03-23T20:54:48.634Z] Installed 1 package in 4ms
[pip-install 2026-03-23T20:54:48.634Z]  + redo==2.0.4
[task 2026-03-23T20:54:48.637Z] executing ['bash', '-cx', 'ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id=\'0\' --pushdate=\'0\' --project=\'reference-browser\' --message="" --owner=\'rvandermeulen@users.noreply.github.com\' --level=\'1\' --base-repository="$MOBILE_BASE_REPOSITORY" --head-repository="$MOBILE_HEAD_REPOSITORY" --head-ref="$MOBILE_HEAD_REF" --head-rev="$MOBILE_HEAD_REV" --head-tag="$MOBILE_HEAD_TAG" --repository-type="$MOBILE_REPOSITORY_TYPE" --tasks-for=\'github-pull-request\' \n']
[task 2026-03-23T20:54:48.640Z] + ln -s /builds/worker/artifacts artifacts
[task 2026-03-23T20:54:48.643Z] + taskgraph decision --pushlog-id=0 --pushdate=0 --project=reference-browser --message= --owner=rvandermeulen@users.noreply.github.com --level=1 --base-repository=https://github.com/mozilla-mobile/reference-browser --head-repository=https://github.com/mozilla-mobile/reference-browser --head-ref=ui-test-fixup --head-rev=a9f790340375e48caf718b03140635b2aad41f7b --head-tag= --repository-type=git --tasks-for=github-pull-request
[task 2026-03-23T20:54:49.464Z] 2026-03-23 20:54:49,464 - INFO - Loading graph configuration.
[task 2026-03-23T20:54:49.509Z] 2026-03-23 20:54:49,509 - INFO - base_ref has been reset from "" to "origin/master".
[task 2026-03-23T20:54:49.511Z] 2026-03-23 20:54:49,510 - INFO - base_rev is not set.
[task 2026-03-23T20:54:49.511Z] 2026-03-23 20:54:49,511 - INFO - Using base_ref "origin/master" to determine latest common revision...
[task 2026-03-23T20:54:49.515Z] 2026-03-23 20:54:49,514 - INFO - base_rev has been reset from "" to "680a52f9a67a305139c7283b1413e1eac172dceb".
[task 2026-03-23T20:54:49.518Z] 2026-03-23 20:54:49,518 - WARNING - using default project parameters; add reference-browser to PER_PROJECT_PARAMETERS in /usr/local/lib/python3.11/dist-packages/taskgraph/decision.py to customize behavior for this project
[task 2026-03-23T20:54:49.519Z] 2026-03-23 20:54:49,519 - INFO - Using Parameters(id=6d211f6cfebb) (from defaults)
[task 2026-03-23T20:54:49.520Z] 2026-03-23 20:54:49,520 - INFO - writing artifact file `parameters.yml`
[task 2026-03-23T20:54:49.533Z] 2026-03-23 20:54:49,532 - INFO - writing artifact file `actions.json`
[task 2026-03-23T20:54:49.535Z] 2026-03-23 20:54:49,535 - INFO - Loading kinds
[task 2026-03-23T20:54:49.541Z] 2026-03-23 20:54:49,541 - INFO - Generating full task set
[task 2026-03-23T20:54:49.559Z] 2026-03-23 20:54:49,559 - INFO - Generated 1 tasks for kind bump
[task 2026-03-23T20:54:49.563Z] 2026-03-23 20:54:49,563 - INFO - Writing docker-contexts/android-build.tar.gz for docker image android-build
[task 2026-03-23T20:54:49.564Z] 2026-03-23 20:54:49,564 - INFO - Writing docker-contexts/base.tar.gz for docker image base
[task 2026-03-23T20:54:49.583Z] 2026-03-23 20:54:49,583 - INFO - Writing docker-contexts/bump.tar.gz for docker image bump
[task 2026-03-23T20:54:49.586Z] 2026-03-23 20:54:49,586 - INFO - Writing docker-contexts/ui-tests.tar.gz for docker image ui-tests
[task 2026-03-23T20:54:49.589Z] 2026-03-23 20:54:49,589 - INFO - Generated 4 tasks for kind docker-image
[task 2026-03-23T20:54:49.597Z] 2026-03-23 20:54:49,597 - INFO - Generated 1 tasks for kind fetch
[task 2026-03-23T20:54:49.600Z] 2026-03-23 20:54:49,599 - INFO - Generated 1 tasks for kind geckoview
[task 2026-03-23T20:54:49.621Z] 2026-03-23 20:54:49,621 - INFO - Generated 3 tasks for kind toolchain
[task 2026-03-23T20:54:49.628Z] 2026-03-23 20:54:49,628 - INFO - Generated 2 tasks for kind build
[task 2026-03-23T20:54:49.632Z] 2026-03-23 20:54:49,632 - INFO - Generated 1 tasks for kind build-bundle
[task 2026-03-23T20:54:49.638Z] 2026-03-23 20:54:49,638 - INFO - Generated 5 tasks for kind lint
[task 2026-03-23T20:54:49.642Z] 2026-03-23 20:54:49,642 - INFO - Generated 3 tasks for kind test
[task 2026-03-23T20:54:49.645Z] 2026-03-23 20:54:49,644 - INFO - Generated 1 tasks for kind pr
[task 2026-03-23T20:54:49.647Z] 2026-03-23 20:54:49,647 - INFO - Generated 1 tasks for kind signing-bundle
[task 2026-03-23T20:54:49.649Z] 2026-03-23 20:54:49,649 - INFO - Generated 1 tasks for kind push-bundle
[task 2026-03-23T20:54:49.652Z] 2026-03-23 20:54:49,652 - INFO - Generated 2 tasks for kind signing
[task 2026-03-23T20:54:49.653Z] 2026-03-23 20:54:49,652 - INFO - Generating full task graph
[task 2026-03-23T20:54:49.653Z] 2026-03-23 20:54:49,653 - INFO - Full task graph contains 26 tasks and 46 dependencies
[task 2026-03-23T20:54:49.655Z] 2026-03-23 20:54:49,655 - INFO - writing artifact file `full-task-graph.json`
[task 2026-03-23T20:54:49.663Z] 2026-03-23 20:54:49,663 - INFO - writing artifact file `runnable-jobs.json`
[task 2026-03-23T20:54:49.664Z] 2026-03-23 20:54:49,664 - INFO - Generating target task set
[task 2026-03-23T20:54:49.665Z] 2026-03-23 20:54:49,665 - INFO - Filter filter_target_tasks pruned 16 tasks (10 remain)
[task 2026-03-23T20:54:49.666Z] 2026-03-23 20:54:49,666 - INFO - writing artifact file `target-tasks.json`
[task 2026-03-23T20:54:49.667Z] 2026-03-23 20:54:49,667 - INFO - Generating target task graph
[task 2026-03-23T20:54:49.668Z] 2026-03-23 20:54:49,668 - INFO - Adding 4 tasks with `always_target` attribute
[task 2026-03-23T20:54:49.668Z] 2026-03-23 20:54:49,668 - INFO - Generating optimized task graph
[task 2026-03-23T20:54:49.670Z] 2026-03-23 20:54:49,670 - INFO - No tasks removed during optimization
[task 2026-03-23T20:54:50.046Z] 2026-03-23 20:54:50,046 - INFO - Replaced 8 tasks by index-search (index-search) during optimization.
[task 2026-03-23T20:54:50.047Z] 2026-03-23 20:54:50,046 - INFO - writing artifact file `task-graph.json`
[task 2026-03-23T20:54:50.049Z] 2026-03-23 20:54:50,049 - INFO - writing artifact file `label-to-taskid.json`
[task 2026-03-23T20:54:50.051Z] 2026-03-23 20:54:50,051 - INFO - Creating task with taskId EsuvOiKySs2gvwaUrZZwhA for lint-compare-locales
[task 2026-03-23T20:54:50.053Z] 2026-03-23 20:54:50,053 - INFO - Creating task with taskId ZP_2liScTgyp2adUkQTtrQ for lint-detekt
[task 2026-03-23T20:54:50.056Z] 2026-03-23 20:54:50,053 - INFO - Creating task with taskId dY3-6qgTQc6ZRRACD3_Qpw for test-debug
[task 2026-03-23T20:54:50.058Z] 2026-03-23 20:54:50,056 - INFO - Creating task with taskId S22yQ8OxSEaKDfkULa67Ww for lint-lint
[task 2026-03-23T20:54:50.060Z] 2026-03-23 20:54:50,060 - INFO - Creating task with taskId B184b7iDRq-0H7l04YSf8Q for build-debug
[task 2026-03-23T20:54:50.063Z] 2026-03-23 20:54:50,060 - INFO - Creating task with taskId dg3oNqp5R4yoM59hEy_mCw for lint-ktlint
[task 2026-03-23T20:54:50.065Z] 2026-03-23 20:54:50,063 - INFO - Creating task with taskId QViFwSyAT7mAR1AAE7NtRA for lint-dependency-analysis
[task 2026-03-23T20:54:50.304Z] 2026-03-23 20:54:50,304 - INFO - Creating task with taskId XuFfKa9ZQgOmaGx1hgrgLA for signing-debug
[task 2026-03-23T20:54:50.306Z] 2026-03-23 20:54:50,306 - INFO - Creating task with taskId EvoznR1GTwuHWaL4RACsUA for pr-complete
[taskcluster 2026-03-23T20:54:50.634Z]                        Exit Code: 0
[taskcluster 2026-03-23T20:54:50.634Z]                        User Time: 19.83ms
[taskcluster 2026-03-23T20:54:50.634Z]                      Kernel Time: 14.873ms
[taskcluster 2026-03-23T20:54:50.634Z]                        Wall Time: 5.96357633s
[taskcluster 2026-03-23T20:54:50.634Z]  Average Available System Memory: 6.70 GiB
[taskcluster 2026-03-23T20:54:50.634Z]       Average System Memory Used: 1.05 GiB
[taskcluster 2026-03-23T20:54:50.634Z]          Peak System Memory Used: 1.12 GiB
[taskcluster 2026-03-23T20:54:50.634Z]              Total System Memory: 7.75 GiB
[taskcluster 2026-03-23T20:54:50.634Z]                           Result: SUCCEEDED
[taskcluster 2026-03-23T20:54:50.634Z] === Task Finished ===
[taskcluster 2026-03-23T20:54:50.634Z] Task Duration: 5.964510672s