Version bump to 120.5 #17628
Merged
Version bump to 120.5 #17628
firefoxci-taskcluster / Decision Task
succeeded
Dec 5, 2023 in 57s
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
[taskcluster 2023-12-05 17:01:17.382Z] Task ID: ADD9KIX8Qf6jnGsW2f_YUg
[taskcluster 2023-12-05 17:01:17.382Z] Worker ID: 3975950137859172898
[taskcluster 2023-12-05 17:01:17.382Z] Worker Group: us-central1
[taskcluster 2023-12-05 17:01:17.382Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2023-12-05 17:01:17.382Z] Worker Pool: mobile-1/decision-gcp
[taskcluster 2023-12-05 17:01:17.382Z] Worker Version: 38.0.5
[taskcluster 2023-12-05 17:01:17.382Z] Public IP: 34.41.62.253
[taskcluster 2023-12-05 17:01:17.382Z] Hostname: mobile-1-decision-gcp-b54blvmqrrqhzm4i59amfa
[taskcluster 2023-12-05 17:01:17.950Z] === Task Starting ===
[setup 2023-12-05T17:01:18.293Z] run-task started in /
[vcs 2023-12-05T17:01:18.294Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2023-12-05T17:01:18.295Z] running as worker:worker
[vcs 2023-12-05T17:01:18.295Z] executing ['git', 'clone', 'https://github.com/mozilla-mobile/firefox-ios', '/builds/worker/checkouts/src']
[vcs 2023-12-05T17:01:18.298Z] Cloning into '/builds/worker/checkouts/src'...
[vcs 2023-12-05T17:02:02.816Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-mobile/firefox-ios', 'bump120_5']
[vcs 2023-12-05T17:02:03.188Z] From https://github.com/mozilla-mobile/firefox-ios
[vcs 2023-12-05T17:02:03.188Z] * branch bump120_5 -> FETCH_HEAD
[vcs 2023-12-05T17:02:03.193Z] executing ['git', 'checkout', '-f', '-B', 'bump120_5', '5f570b8a4655893df46e8d8f3750314998029b08']
[vcs 2023-12-05T17:02:03.852Z] Switched to a new branch 'bump120_5'
[vcs 2023-12-05T17:02:03.855Z] cleaning git checkout...
[vcs 2023-12-05T17:02:03.855Z] executing ['git', 'clean', '-nxdff']
[vcs 2023-12-05T17:02:03.872Z] removing []
[vcs 2023-12-05T17:02:03.872Z] successfully cleaned git checkout!
[vcs 2023-12-05T17:02:03.876Z] TinderboxPrint:<a href='https://github.com/mozilla-mobile/firefox-ios/commit/5f570b8a4655893df46e8d8f3750314998029b08' title='Built from firefox-ios commit 5f570b8a4655893df46e8d8f3750314998029b08'>5f570b8a4655893df46e8d8f3750314998029b08</a>
[pip-install 2023-12-05T17:02:03.876Z] executing ['/usr/bin/python3', '-mpip', 'install', '--require-hashes', '-r', '/builds/worker/checkouts/src/taskcluster/requirements.txt']
[pip-install 2023-12-05T17:02:04.138Z] Defaulting to user installation because normal site-packages is not writeable
[pip-install 2023-12-05T17:02:04.187Z] Requirement already satisfied: appdirs==1.4.4 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 7)) (1.4.4)
[pip-install 2023-12-05T17:02:04.304Z] Collecting arrow==1.2.3
[pip-install 2023-12-05T17:02:04.359Z] Downloading arrow-1.2.3-py3-none-any.whl (66 kB)
[pip-install 2023-12-05T17:02:04.396Z] Collecting binaryornot==0.4.4
[pip-install 2023-12-05T17:02:04.410Z] Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
[pip-install 2023-12-05T17:02:04.456Z] Collecting certifi==2022.12.7
[pip-install 2023-12-05T17:02:04.471Z] Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
[pip-install 2023-12-05T17:02:04.509Z] Collecting chardet==5.1.0
[pip-install 2023-12-05T17:02:04.524Z] Downloading chardet-5.1.0-py3-none-any.whl (199 kB)
[pip-install 2023-12-05T17:02:04.532Z] Requirement already satisfied: charset-normalizer==2.0.12 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 27)) (2.0.12)
[pip-install 2023-12-05T17:02:04.592Z] Collecting click==8.1.6
[pip-install 2023-12-05T17:02:04.606Z] Downloading click-8.1.6-py3-none-any.whl (97 kB)
[pip-install 2023-12-05T17:02:04.647Z] Collecting cookiecutter==2.2.3
[pip-install 2023-12-05T17:02:04.662Z] Downloading cookiecutter-2.2.3-py3-none-any.whl (39 kB)
[pip-install 2023-12-05T17:02:04.667Z] Requirement already satisfied: giturlparse==0.10.0 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 39)) (0.10.0)
[pip-install 2023-12-05T17:02:04.697Z] Collecting idna==3.3
[pip-install 2023-12-05T17:02:04.712Z] Downloading idna-3.3-py3-none-any.whl (61 kB)
[pip-install 2023-12-05T17:02:04.763Z] Collecting jinja2==3.1.2
[pip-install 2023-12-05T17:02:04.779Z] Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[pip-install 2023-12-05T17:02:04.785Z] Requirement already satisfied: json-e==4.4.3 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 51)) (4.4.3)
[pip-install 2023-12-05T17:02:04.943Z] Collecting markupsafe==2.1.3
[pip-install 2023-12-05T17:02:04.958Z] Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[pip-install 2023-12-05T17:02:04.983Z] Collecting mozilla-repo-urls==0.1.1
[pip-install 2023-12-05T17:02:04.996Z] Downloading mozilla_repo_urls-0.1.1-py3-none-any.whl (6.2 kB)
[pip-install 2023-12-05T17:02:05.031Z] Collecting python-dateutil==2.8.2
[pip-install 2023-12-05T17:02:05.047Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[pip-install 2023-12-05T17:02:05.088Z] Collecting python-slugify==8.0.1
[pip-install 2023-12-05T17:02:05.103Z] Downloading python_slugify-8.0.1-py2.py3-none-any.whl (9.7 kB)
[pip-install 2023-12-05T17:02:05.107Z] Requirement already satisfied: pyyaml==6.0 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 118)) (6.0)
[pip-install 2023-12-05T17:02:05.108Z] Requirement already satisfied: redo==2.0.4 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 155)) (2.0.4)
[pip-install 2023-12-05T17:02:05.182Z] Collecting requests==2.31.0
[pip-install 2023-12-05T17:02:05.196Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[pip-install 2023-12-05T17:02:05.202Z] Requirement already satisfied: requests-unixsocket==0.3.0 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 165)) (0.3.0)
[pip-install 2023-12-05T17:02:05.232Z] Collecting six==1.16.0
[pip-install 2023-12-05T17:02:05.245Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[pip-install 2023-12-05T17:02:05.250Z] Requirement already satisfied: slugid==2.0.0 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 173)) (2.0.0)
[pip-install 2023-12-05T17:02:05.296Z] Collecting taskcluster-taskgraph==6.0.0
[pip-install 2023-12-05T17:02:05.316Z] Downloading taskcluster_taskgraph-6.0.0-py3-none-any.whl (187 kB)
[pip-install 2023-12-05T17:02:05.324Z] Requirement already satisfied: taskcluster-urls==13.0.1 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 181)) (13.0.1)
[pip-install 2023-12-05T17:02:05.346Z] Collecting text-unidecode==1.3
[pip-install 2023-12-05T17:02:05.360Z] Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
[pip-install 2023-12-05T17:02:05.445Z] Collecting urllib3==1.26.9
[pip-install 2023-12-05T17:02:05.460Z] Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
[pip-install 2023-12-05T17:02:05.496Z] Collecting voluptuous==0.12.2
[pip-install 2023-12-05T17:02:05.511Z] Downloading voluptuous-0.12.2.tar.gz (48 kB)
[pip-install 2023-12-05T17:02:05.916Z] Building wheels for collected packages: voluptuous
[pip-install 2023-12-05T17:02:05.918Z] Building wheel for voluptuous (setup.py): started
[pip-install 2023-12-05T17:02:06.162Z] Building wheel for voluptuous (setup.py): finished with status 'done'
[pip-install 2023-12-05T17:02:06.163Z] Created wheel for voluptuous: filename=voluptuous-0.12.2-py3-none-any.whl size=29552 sha256=ddc0d1eac032d4112dfd86e8ff9fcbd7d7a9196631089f2fe2eb72ba930835d8
[pip-install 2023-12-05T17:02:06.164Z] Stored in directory: /builds/worker/.cache/pip/wheels/63/c0/d7/d09babb5ec150707e09d6cabd2850c2ab322b3fb37b3081511
[pip-install 2023-12-05T17:02:06.166Z] Successfully built voluptuous
[pip-install 2023-12-05T17:02:06.272Z] Installing collected packages: six, urllib3, text-unidecode, python-dateutil, markupsafe, idna, chardet, certifi, requests, python-slugify, jinja2, click, binaryornot, arrow, voluptuous, mozilla-repo-urls, cookiecutter, taskcluster-taskgraph
[pip-install 2023-12-05T17:02:06.692Z] WARNING: The script chardetect is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-12-05T17:02:06.692Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-12-05T17:02:06.742Z] WARNING: The script slugify is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-12-05T17:02:06.742Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-12-05T17:02:06.980Z] WARNING: The script cookiecutter is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-12-05T17:02:06.980Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-12-05T17:02:07.074Z] WARNING: The script taskgraph is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-12-05T17:02:07.074Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-12-05T17:02:07.084Z] Successfully installed arrow-1.2.3 binaryornot-0.4.4 certifi-2022.12.7 chardet-5.1.0 click-8.1.6 cookiecutter-2.2.3 idna-3.3 jinja2-3.1.2 markupsafe-2.1.3 mozilla-repo-urls-0.1.1 python-dateutil-2.8.2 python-slugify-8.0.1 requests-2.31.0 six-1.16.0 taskcluster-taskgraph-6.0.0 text-unidecode-1.3 urllib3-1.26.9 voluptuous-0.12.2
[pip-install 2023-12-05T17:02:07.222Z] WARNING: You are using pip version 21.1.3; however, version 23.3.1 is available.
[pip-install 2023-12-05T17:02:07.222Z] You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
[task 2023-12-05T17:02:07.290Z] executing ['bash', '-cx', 'ln -s /builds/worker/artifacts artifacts && ~/.local/bin/taskgraph decision --pushlog-id=\'0\' --pushdate=\'0\' --project=\'firefox-ios\' --message="" --owner=\'[email protected]\' --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 2023-12-05T17:02:07.293Z] + ln -s /builds/worker/artifacts artifacts
[task 2023-12-05T17:02:07.295Z] + /builds/worker/.local/bin/taskgraph decision --pushlog-id=0 --pushdate=0 --project=firefox-ios --message= [email protected] --level=1 --base-repository=https://github.com/mozilla-mobile/firefox-ios --head-repository=https://github.com/mozilla-mobile/firefox-ios --head-ref=bump120_5 --head-rev=5f570b8a4655893df46e8d8f3750314998029b08 --head-tag= --repository-type=git --tasks-for=github-pull-request
[task 2023-12-05T17:02:07.544Z] 2023-12-05 17:02:07,544 - INFO - Loading graph configuration.
[task 2023-12-05T17:02:07.568Z] fatal: no upstream configured for branch 'bump120_5'
[task 2023-12-05T17:02:07.574Z] 2023-12-05 17:02:07,574 - INFO - base_ref has been reset from "" to "origin/main".
[task 2023-12-05T17:02:07.575Z] 2023-12-05 17:02:07,574 - INFO - base_rev is not set.
[task 2023-12-05T17:02:07.575Z] 2023-12-05 17:02:07,574 - INFO - Using base_ref "origin/main" to determine latest common revision...
[task 2023-12-05T17:02:07.582Z] 2023-12-05 17:02:07,582 - INFO - base_rev has been reset from "" to "6f587f1f52127184fb1d8fe4afce4631041fc623".
[task 2023-12-05T17:02:07.583Z] 2023-12-05 17:02:07,582 - WARNING - using default project parameters; add firefox-ios to PER_PROJECT_PARAMETERS in /builds/worker/.local/lib/python3.8/site-packages/taskgraph/decision.py to customize behavior for this project
[task 2023-12-05T17:02:07.583Z] 2023-12-05 17:02:07,583 - INFO - Using Parameters(id=0c5d42024e73) (from defaults)
[task 2023-12-05T17:02:07.584Z] 2023-12-05 17:02:07,584 - INFO - writing artifact file `parameters.yml`
[task 2023-12-05T17:02:07.591Z] 2023-12-05 17:02:07,591 - INFO - writing artifact file `actions.json`
[task 2023-12-05T17:02:07.593Z] 2023-12-05 17:02:07,593 - INFO - Loading kinds
[task 2023-12-05T17:02:07.609Z] 2023-12-05 17:02:07,609 - INFO - Generating full task set
[task 2023-12-05T17:02:07.621Z] 2023-12-05 17:02:07,621 - INFO - Generated 1 tasks for kind bitrise-performance
[task 2023-12-05T17:02:07.623Z] 2023-12-05 17:02:07,623 - INFO - Generated 1 tasks for kind build
[task 2023-12-05T17:02:07.624Z] 2023-12-05 17:02:07,624 - INFO - Writing docker-contexts/screenshots.tar.gz for docker image screenshots
[task 2023-12-05T17:02:07.641Z] 2023-12-05 17:02:07,641 - INFO - Generated 1 tasks for kind docker-image
[task 2023-12-05T17:02:07.644Z] 2023-12-05 17:02:07,644 - INFO - Generated 1 tasks for kind firebase-performance
[task 2023-12-05T17:02:07.660Z] 2023-12-05 17:02:07,660 - INFO - Generated 16 tasks for kind generate-screenshots
[task 2023-12-05T17:02:07.660Z] 2023-12-05 17:02:07,660 - INFO - Generating full task graph
[task 2023-12-05T17:02:07.660Z] 2023-12-05 17:02:07,660 - INFO - Full task graph contains 20 tasks and 35 dependencies
[task 2023-12-05T17:02:07.661Z] 2023-12-05 17:02:07,661 - INFO - writing artifact file `full-task-graph.json`
[task 2023-12-05T17:02:07.667Z] 2023-12-05 17:02:07,666 - INFO - writing artifact file `runnable-jobs.json`
[task 2023-12-05T17:02:07.667Z] 2023-12-05 17:02:07,667 - INFO - Generating target task set
[task 2023-12-05T17:02:07.667Z] 2023-12-05 17:02:07,667 - INFO - Filter filter_target_tasks pruned 20 tasks (0 remain)
[task 2023-12-05T17:02:07.667Z] 2023-12-05 17:02:07,667 - INFO - writing artifact file `target-tasks.json`
[task 2023-12-05T17:02:07.668Z] 2023-12-05 17:02:07,668 - INFO - Generating target task graph
[task 2023-12-05T17:02:07.668Z] 2023-12-05 17:02:07,668 - INFO - Adding 1 tasks with `always_target` attribute
[task 2023-12-05T17:02:07.668Z] 2023-12-05 17:02:07,668 - INFO - Generating optimized task graph
[task 2023-12-05T17:02:07.668Z] 2023-12-05 17:02:07,668 - INFO - No tasks removed during optimization
[task 2023-12-05T17:02:07.796Z] 2023-12-05 17:02:07,796 - INFO - Replaced 1 tasks by index-search (index-search) during optimization.
[task 2023-12-05T17:02:07.796Z] 2023-12-05 17:02:07,796 - INFO - writing artifact file `task-graph.json`
[task 2023-12-05T17:02:07.797Z] 2023-12-05 17:02:07,797 - INFO - writing artifact file `label-to-taskid.json`
[taskcluster 2023-12-05 17:02:08.302Z] === Task Finished ===
[taskcluster 2023-12-05 17:02:12.725Z] Successful task run with exit code: 0 completed in 55.344 seconds
Loading