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

Green up Taskcluster CI #2

Merged
merged 4 commits into from
Oct 25, 2023

ci: add Python 3.12 to list of tested versions

ff3113b
Select commit
Loading
Failed to load commit list.
Merged

Green up Taskcluster CI #2

ci: add Python 3.12 to list of tested versions
ff3113b
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
firefoxci-taskcluster / Decision Task succeeded Oct 25, 2023 in 20s

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-10-25 03:00:54.153Z] Task ID: an58sMLqRC67InSNy-f11g
[taskcluster 2023-10-25 03:00:54.153Z] Worker ID: 5609623038599742476
[taskcluster 2023-10-25 03:00:54.153Z] Worker Group: us-west1
[taskcluster 2023-10-25 03:00:54.153Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2023-10-25 03:00:54.153Z] Worker Pool: mozilla-1/decision-gcp
[taskcluster 2023-10-25 03:00:54.153Z] Worker Version: 38.0.5
[taskcluster 2023-10-25 03:00:54.153Z] Public IP: 34.83.96.92
[taskcluster 2023-10-25 03:00:54.153Z] Hostname: mozilla-1-decision-gcp-go7e0z-dri2keheyohmdqq
[taskcluster 2023-10-25 03:00:54.153Z] using cache "mozilla-level-1-checkouts-sparse-v2" -> /builds/worker/checkouts

[taskcluster 2023-10-25 03:00:54.763Z] === Task Starting ===
[setup 2023-10-25T03:00:55.099Z] run-task started in /
[vcs 2023-10-25T03:00:55.101Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2023-10-25T03:00:55.101Z] running as worker:worker
[vcs 2023-10-25T03:00:55.101Z] executing ['git', 'fetch', 'origin', 'main']
[vcs 2023-10-25T03:00:55.282Z] From https://github.com/mozilla-releng/simple-github
[vcs 2023-10-25T03:00:55.283Z]  * branch            main       -> FETCH_HEAD
[vcs 2023-10-25T03:00:55.288Z] executing ['git', 'checkout', 'main']
[vcs 2023-10-25T03:00:55.293Z] Already on 'main'
[vcs 2023-10-25T03:00:55.293Z] Your branch is up to date with 'origin/main'.
[vcs 2023-10-25T03:00:55.294Z] executing ['git', 'fetch', 'origin', '335a3d6b356685e5b6704a9c67cc88a2c75717cd']
[vcs 2023-10-25T03:00:55.473Z] From https://github.com/mozilla-releng/simple-github
[vcs 2023-10-25T03:00:55.473Z]  * branch            335a3d6b356685e5b6704a9c67cc88a2c75717cd -> FETCH_HEAD
[vcs 2023-10-25T03:00:55.477Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/simple-github', 'ci']
[vcs 2023-10-25T03:00:55.809Z] From https://github.com/ahal/simple-github
[vcs 2023-10-25T03:00:55.810Z]  * branch            ci         -> FETCH_HEAD
[vcs 2023-10-25T03:00:55.815Z] executing ['git', 'checkout', '-f', '-B', 'ci', 'ff3113b8602242c02d96d90e124972ddbcaf55d5']
[vcs 2023-10-25T03:00:55.822Z] Switched to and reset branch 'ci'
[vcs 2023-10-25T03:00:55.824Z] cleaning git checkout...
[vcs 2023-10-25T03:00:55.824Z] executing ['git', 'clean', '-nxdff']
[vcs 2023-10-25T03:00:55.827Z] removing ['/builds/worker/checkouts/src/artifacts', '/builds/worker/checkouts/src/docker-contexts/']
[vcs 2023-10-25T03:00:55.828Z] successfully cleaned git checkout!
[vcs 2023-10-25T03:00:55.831Z] TinderboxPrint:<a href='https://github.com/ahal/simple-github/commit/ff3113b8602242c02d96d90e124972ddbcaf55d5' title='Built from simple-github commit ff3113b8602242c02d96d90e124972ddbcaf55d5'>ff3113b8602242c02d96d90e124972ddbcaf55d5</a>
[pip-install 2023-10-25T03:00:55.831Z] executing ['/usr/bin/python3', '-mpip', 'install', '--require-hashes', '-r', '/builds/worker/checkouts/src/taskcluster/requirements.txt']
[pip-install 2023-10-25T03:00:56.530Z] Defaulting to user installation because normal site-packages is not writeable
[pip-install 2023-10-25T03:00:56.630Z] Ignoring colorama: markers 'python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"' don't match your environment
[pip-install 2023-10-25T03:00:56.634Z] 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 1)) (1.4.4)
[pip-install 2023-10-25T03:00:56.750Z] Collecting arrow==1.3.0
[pip-install 2023-10-25T03:00:56.794Z]   Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
[pip-install 2023-10-25T03:00:56.806Z] Requirement already satisfied: binaryornot==0.4.4 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 7)) (0.4.4)
[pip-install 2023-10-25T03:00:56.847Z] Collecting certifi==2023.7.22
[pip-install 2023-10-25T03:00:56.857Z]   Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
[pip-install 2023-10-25T03:00:56.890Z] Collecting chardet==5.2.0
[pip-install 2023-10-25T03:00:56.902Z]   Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
[pip-install 2023-10-25T03:00:57.172Z] Collecting charset-normalizer==3.3.0
[pip-install 2023-10-25T03:00:57.184Z]   Downloading charset_normalizer-3.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB)
[pip-install 2023-10-25T03:00:57.237Z] Collecting click==8.1.7
[pip-install 2023-10-25T03:00:57.246Z]   Downloading click-8.1.7-py3-none-any.whl (97 kB)
[pip-install 2023-10-25T03:00:57.284Z] Collecting cookiecutter==2.4.0
[pip-install 2023-10-25T03:00:57.294Z]   Downloading cookiecutter-2.4.0-py3-none-any.whl (38 kB)
[pip-install 2023-10-25T03:00:57.317Z] Collecting giturlparse==0.12.0
[pip-install 2023-10-25T03:00:57.328Z]   Downloading giturlparse-0.12.0-py2.py3-none-any.whl (15 kB)
[pip-install 2023-10-25T03:00:57.332Z] Requirement already satisfied: idna==3.4 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 119)) (3.4)
[pip-install 2023-10-25T03:00:57.334Z] Requirement already satisfied: jinja2==3.1.2 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 122)) (3.1.2)
[pip-install 2023-10-25T03:00:57.415Z] Collecting json-e==4.5.3
[pip-install 2023-10-25T03:00:57.425Z]   Downloading json_e-4.5.3-py3-none-any.whl (13 kB)
[pip-install 2023-10-25T03:00:57.474Z] Collecting markdown-it-py==3.0.0
[pip-install 2023-10-25T03:00:57.484Z]   Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[pip-install 2023-10-25T03:00:57.644Z] Collecting markupsafe==2.1.3
[pip-install 2023-10-25T03:00:57.653Z]   Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[pip-install 2023-10-25T03:00:57.675Z] Collecting mdurl==0.1.2
[pip-install 2023-10-25T03:00:57.684Z]   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[pip-install 2023-10-25T03:00:57.688Z] Requirement already satisfied: mozilla-repo-urls==0.1.1 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 185)) (0.1.1)
[pip-install 2023-10-25T03:00:57.747Z] Collecting pygments==2.16.1
[pip-install 2023-10-25T03:00:57.757Z]   Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB)
[pip-install 2023-10-25T03:00:57.781Z] Requirement already satisfied: python-dateutil==2.8.2 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 191)) (2.8.2)
[pip-install 2023-10-25T03:00:57.783Z] Requirement already satisfied: python-slugify==8.0.1 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 194)) (8.0.1)
[pip-install 2023-10-25T03:00:57.904Z] Collecting pyyaml==6.0.1
[pip-install 2023-10-25T03:00:57.915Z]   Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB)
[pip-install 2023-10-25T03:00:57.928Z] 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 238)) (2.0.4)
[pip-install 2023-10-25T03:00:58.002Z] Collecting requests==2.31.0
[pip-install 2023-10-25T03:00:58.012Z]   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[pip-install 2023-10-25T03:00:58.180Z] Collecting rich==13.6.0
[pip-install 2023-10-25T03:00:58.192Z]   Downloading rich-13.6.0-py3-none-any.whl (239 kB)
[pip-install 2023-10-25T03:00:58.200Z] Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 247)) (1.16.0)
[pip-install 2023-10-25T03:00:58.201Z] 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 250)) (2.0.0)
[pip-install 2023-10-25T03:00:58.309Z] Collecting taskcluster-taskgraph==6.3.1
[pip-install 2023-10-25T03:00:58.322Z]   Downloading taskcluster_taskgraph-6.3.1-py3-none-any.whl (187 kB)
[pip-install 2023-10-25T03:00:58.329Z] 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 256)) (13.0.1)
[pip-install 2023-10-25T03:00:58.331Z] Requirement already satisfied: text-unidecode==1.3 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 260)) (1.3)
[pip-install 2023-10-25T03:00:58.366Z] Collecting types-python-dateutil==2.8.19.14
[pip-install 2023-10-25T03:00:58.378Z]   Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB)
[pip-install 2023-10-25T03:00:58.417Z] Collecting typing-extensions==4.8.0
[pip-install 2023-10-25T03:00:58.427Z]   Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
[pip-install 2023-10-25T03:00:58.508Z] Collecting urllib3==2.0.7
[pip-install 2023-10-25T03:00:58.518Z]   Downloading urllib3-2.0.7-py3-none-any.whl (124 kB)
[pip-install 2023-10-25T03:00:58.524Z] Requirement already satisfied: voluptuous==0.13.1 in /usr/local/lib/python3.8/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 272)) (0.13.1)
[pip-install 2023-10-25T03:00:58.927Z] Installing collected packages: mdurl, urllib3, typing-extensions, types-python-dateutil, pygments, markupsafe, markdown-it-py, charset-normalizer, chardet, certifi, rich, requests, pyyaml, giturlparse, click, arrow, json-e, cookiecutter, taskcluster-taskgraph
[pip-install 2023-10-25T03:00:59.627Z]   WARNING: The script pygmentize is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:00:59.627Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:00:59.701Z]   WARNING: The script markdown-it is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:00:59.701Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:00:59.732Z]   WARNING: The script normalizer is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:00:59.732Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:00:59.903Z]   WARNING: The script chardetect is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:00:59.903Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:01:00.311Z]   WARNING: The script cookiecutter is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:01:00.312Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:01:00.406Z]   WARNING: The script taskgraph is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2023-10-25T03:01:00.407Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2023-10-25T03:01:00.417Z] Successfully installed arrow-1.3.0 certifi-2023.7.22 chardet-5.2.0 charset-normalizer-3.3.0 click-8.1.7 cookiecutter-2.4.0 giturlparse-0.12.0 json-e-4.5.3 markdown-it-py-3.0.0 markupsafe-2.1.3 mdurl-0.1.2 pygments-2.16.1 pyyaml-6.0.1 requests-2.31.0 rich-13.6.0 taskcluster-taskgraph-6.3.1 types-python-dateutil-2.8.19.14 typing-extensions-4.8.0 urllib3-2.0.7
[pip-install 2023-10-25T03:01:00.573Z] WARNING: You are using pip version 21.1.3; however, version 23.3.1 is available.
[pip-install 2023-10-25T03:01:00.573Z] You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
[task 2023-10-25T03:01:00.652Z] executing ['bash', '-cx', "cd /builds/worker/checkouts/src && ln -s /builds/worker/artifacts artifacts && ~/.local/bin/taskgraph decision --pushlog-id='0' --pushdate='0' --project='simple-github' --owner='[email protected]' --level='1' --repository-type=git --tasks-for='github-pull-request' --base-repository='https://github.com/mozilla-releng/simple-github' --base-ref='main' --base-rev='335a3d6b356685e5b6704a9c67cc88a2c75717cd' --head-repository='https://github.com/ahal/simple-github' --head-ref='ci' --head-rev='ff3113b8602242c02d96d90e124972ddbcaf55d5' \n"]
[task 2023-10-25T03:01:00.656Z] + cd /builds/worker/checkouts/src
[task 2023-10-25T03:01:00.656Z] + ln -s /builds/worker/artifacts artifacts
[task 2023-10-25T03:01:00.657Z] + /builds/worker/.local/bin/taskgraph decision --pushlog-id=0 --pushdate=0 --project=simple-github [email protected] --level=1 --repository-type=git --tasks-for=github-pull-request --base-repository=https://github.com/mozilla-releng/simple-github --base-ref=main --base-rev=335a3d6b356685e5b6704a9c67cc88a2c75717cd --head-repository=https://github.com/ahal/simple-github --head-ref=ci --head-rev=ff3113b8602242c02d96d90e124972ddbcaf55d5
[task 2023-10-25T03:01:00.905Z] 2023-10-25 03:01:00,904 - INFO - Loading graph configuration.
[task 2023-10-25T03:01:00.917Z] 2023-10-25 03:01:00,917 - WARNING - using default project parameters; add simple-github to PER_PROJECT_PARAMETERS in /builds/worker/.local/lib/python3.8/site-packages/taskgraph/decision.py to customize behavior for this project
[task 2023-10-25T03:01:00.918Z] 2023-10-25 03:01:00,918 - INFO - Using Parameters(id=f6860278f45c) (from defaults)
[task 2023-10-25T03:01:00.919Z] 2023-10-25 03:01:00,919 - INFO - writing artifact file `parameters.yml`
[task 2023-10-25T03:01:00.925Z] 2023-10-25 03:01:00,925 - INFO - writing artifact file `actions.json`
[task 2023-10-25T03:01:00.927Z] 2023-10-25 03:01:00,926 - INFO - Loading kinds
[task 2023-10-25T03:01:00.940Z] 2023-10-25 03:01:00,940 - INFO - Generating full task set
[task 2023-10-25T03:01:00.949Z] 2023-10-25 03:01:00,949 - INFO - Writing docker-contexts/fetch.tar.gz for docker image fetch
[task 2023-10-25T03:01:00.966Z] 2023-10-25 03:01:00,966 - INFO - Writing docker-contexts/python.tar.gz for docker image python
[task 2023-10-25T03:01:00.985Z] 2023-10-25 03:01:00,985 - INFO - Generated 2 tasks for kind docker-image
[task 2023-10-25T03:01:00.998Z] 2023-10-25 03:01:00,998 - INFO - Generated 1 tasks for kind fetch
[task 2023-10-25T03:01:01.000Z] 2023-10-25 03:01:01,000 - INFO - Generated 1 tasks for kind test
[task 2023-10-25T03:01:01.002Z] 2023-10-25 03:01:01,002 - INFO - Generated 1 tasks for kind codecov
[task 2023-10-25T03:01:01.002Z] 2023-10-25 03:01:01,002 - INFO - Generating full task graph
[task 2023-10-25T03:01:01.002Z] 2023-10-25 03:01:01,002 - INFO - Full task graph contains 5 tasks and 5 dependencies
[task 2023-10-25T03:01:01.002Z] 2023-10-25 03:01:01,002 - INFO - writing artifact file `full-task-graph.json`
[task 2023-10-25T03:01:01.004Z] 2023-10-25 03:01:01,004 - INFO - writing artifact file `runnable-jobs.json`
[task 2023-10-25T03:01:01.004Z] 2023-10-25 03:01:01,004 - INFO - Generating target task set
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,004 - INFO - Filter filter_target_tasks pruned 3 tasks (2 remain)
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,004 - INFO - writing artifact file `target-tasks.json`
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,005 - INFO - Generating target task graph
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,005 - INFO - Adding 2 tasks with `always_target` attribute
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,005 - INFO - Generating optimized task graph
[task 2023-10-25T03:01:01.005Z] 2023-10-25 03:01:01,005 - INFO - No tasks removed during optimization
[task 2023-10-25T03:01:01.853Z] 2023-10-25 03:01:01,853 - INFO - No tasks replaced during optimization
[task 2023-10-25T03:01:01.854Z] 2023-10-25 03:01:01,854 - INFO - writing artifact file `task-graph.json`
[task 2023-10-25T03:01:01.855Z] 2023-10-25 03:01:01,855 - INFO - writing artifact file `label-to-taskid.json`
[task 2023-10-25T03:01:01.857Z] 2023-10-25 03:01:01,857 - INFO - Creating task with taskId Ccv3I6pmT22We4aBh1p80g for build-docker-image-fetch
[task 2023-10-25T03:01:01.859Z] 2023-10-25 03:01:01,859 - INFO - Creating task with taskId M-7cnkxtT0-18VGM9eDFdw for build-docker-image-python
[task 2023-10-25T03:01:01.949Z] 2023-10-25 03:01:01,949 - INFO - Creating task with taskId YNzpdxuSS1KnBUG1hIJTSQ for fetch-codecov-uploader
[task 2023-10-25T03:01:02.027Z] 2023-10-25 03:01:02,027 - INFO - Creating task with taskId PaA_YitqR32fWg_UHVHqUQ for test-unit
[task 2023-10-25T03:01:02.078Z] 2023-10-25 03:01:02,078 - INFO - Creating task with taskId Em6wb7xeQLCvwoTIXhx76A for codecov-upload
[taskcluster 2023-10-25 03:01:05.755Z] === Task Finished ===
[taskcluster 2023-10-25 03:01:09.678Z] Successful task run with exit code: 0 completed in 15.526 seconds