2022-09-27T15:34:10.2848301Z Requested labels: self-hosted, linux.large 2022-09-27T15:34:10.2848385Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:34:10.2848407Z Waiting for a runner to pick up this job... 2022-09-27T15:35:51.3210342Z Job is about to start running on the runner: i-0e83f35c517b4e794 (organization) 2022-09-27T15:35:57.5726951Z Current runner version: '2.296.2' 2022-09-27T15:35:57.5732911Z Runner name: 'i-0e83f35c517b4e794' 2022-09-27T15:35:57.5733392Z Runner group name: 'Default' 2022-09-27T15:35:57.5734054Z Machine name: 'ip-10-0-7-225' 2022-09-27T15:35:57.5736141Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:35:57.5736856Z Actions: read 2022-09-27T15:35:57.5737188Z Checks: read 2022-09-27T15:35:57.5737528Z Contents: read 2022-09-27T15:35:57.5737854Z Deployments: read 2022-09-27T15:35:57.5738148Z Discussions: read 2022-09-27T15:35:57.5738477Z Issues: read 2022-09-27T15:35:57.5738819Z Metadata: read 2022-09-27T15:35:57.5739101Z Packages: read 2022-09-27T15:35:57.5739421Z Pages: read 2022-09-27T15:35:57.5739753Z PullRequests: read 2022-09-27T15:35:57.5848110Z RepositoryProjects: read 2022-09-27T15:35:57.5848741Z SecurityEvents: read 2022-09-27T15:35:57.5849194Z Statuses: read 2022-09-27T15:35:57.5849613Z ##[endgroup] 2022-09-27T15:35:57.5854497Z Secret source: None 2022-09-27T15:35:57.5855060Z Prepare workflow directory 2022-09-27T15:35:57.6820449Z Prepare all required actions 2022-09-27T15:35:57.6985693Z Getting action download info 2022-09-27T15:35:57.8930322Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:36:01.7751218Z Getting action download info 2022-09-27T15:36:01.9471683Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:36:02.1558594Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:36:02.1560319Z ##[group] Inputs 2022-09-27T15:36:02.1560632Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:36:02.1561615Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:36:02.1562961Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:36:02.1563355Z sync-tag: 2022-09-27T15:36:02.1563547Z ##[endgroup] 2022-09-27T15:36:02.1564051Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / filter 2022-09-27T15:36:02.2284451Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:36:02.2284762Z with: 2022-09-27T15:36:02.2284955Z fetch-depth: 1 2022-09-27T15:36:02.2285148Z submodules: false 2022-09-27T15:36:02.2285328Z env: 2022-09-27T15:36:02.2285537Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:02.2285739Z ##[endgroup] 2022-09-27T15:36:02.2525506Z ##[group]Run retry () { 2022-09-27T15:36:02.2525790Z retry () { 2022-09-27T15:36:02.2526028Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:36:02.2526263Z } 2022-09-27T15:36:02.2526448Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:36:02.2526694Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:36:02.2527106Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:02.2527386Z else 2022-09-27T15:36:02.2527582Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:02.2527791Z fi 2022-09-27T15:36:02.2528036Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:36:02.2543789Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:02.2544063Z env: 2022-09-27T15:36:02.2544299Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:02.2544481Z NO_SUDO: 2022-09-27T15:36:02.2544819Z ##[endgroup] 2022-09-27T15:36:02.2742406Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:02.5755430Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:36:02.5755663Z with: 2022-09-27T15:36:02.5755870Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:02.5756088Z fetch-depth: 1 2022-09-27T15:36:02.5756264Z submodules: false 2022-09-27T15:36:02.5756459Z quiet-checkout: true 2022-09-27T15:36:02.5756671Z repository: pytorch/pytorch 2022-09-27T15:36:02.5757044Z token: *** 2022-09-27T15:36:02.5757212Z ssh-strict: true 2022-09-27T15:36:02.5757418Z persist-credentials: true 2022-09-27T15:36:02.5757630Z clean: true 2022-09-27T15:36:02.5757792Z lfs: false 2022-09-27T15:36:02.5757998Z set-safe-directory: true 2022-09-27T15:36:02.5758187Z env: 2022-09-27T15:36:02.5758354Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:02.5758549Z ##[endgroup] 2022-09-27T15:36:02.7105862Z Syncing repository: pytorch/pytorch 2022-09-27T15:36:02.7107383Z ##[group]Getting Git version info 2022-09-27T15:36:02.7107873Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:02.7108566Z [command]/usr/bin/git version 2022-09-27T15:36:02.7499813Z git version 2.37.1 2022-09-27T15:36:02.7523830Z ##[endgroup] 2022-09-27T15:36:02.7547835Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a62dfdb0-487e-4b39-bf1d-9f1f07ec90ec' before making global git config changes 2022-09-27T15:36:02.7549146Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:36:02.7556837Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:02.7611248Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:02.7618715Z ##[group]Initializing the repository 2022-09-27T15:36:02.7626261Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:02.7786046Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:36:02.7787190Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:36:02.7788078Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:36:02.7788709Z hint: 2022-09-27T15:36:02.7789278Z hint: git config --global init.defaultBranch 2022-09-27T15:36:02.7790091Z hint: 2022-09-27T15:36:02.7790787Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:36:02.7791510Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:36:02.7791975Z hint: 2022-09-27T15:36:02.7792921Z hint: git branch -m 2022-09-27T15:36:02.7799847Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:36:02.7808060Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:36:02.7855196Z ##[endgroup] 2022-09-27T15:36:02.7856367Z ##[group]Disabling automatic garbage collection 2022-09-27T15:36:02.7861459Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:36:02.7891234Z ##[endgroup] 2022-09-27T15:36:02.7892250Z ##[group]Setting up auth 2022-09-27T15:36:02.7900201Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:36:02.7932842Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:36:02.8251678Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:36:02.8291145Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:36:02.8550601Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:36:02.8601666Z ##[endgroup] 2022-09-27T15:36:02.8605319Z ##[group]Fetching the repository 2022-09-27T15:36:02.8610889Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:11.3359321Z ##[endgroup] 2022-09-27T15:36:11.3360053Z ##[group]Determining the checkout info 2022-09-27T15:36:11.3360773Z ##[endgroup] 2022-09-27T15:36:11.3361365Z ##[group]Checking out the ref 2022-09-27T15:36:11.3362367Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:12.5014463Z ##[endgroup] 2022-09-27T15:36:12.5071339Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:36:12.5133210Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:36:12.5283032Z Prepare all required actions 2022-09-27T15:36:12.5283308Z Getting action download info 2022-09-27T15:36:12.6783395Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-09-27T15:36:12.8133158Z ##[group]Run ./.github/actions/filter-test-configs 2022-09-27T15:36:12.8133465Z with: 2022-09-27T15:36:12.8134217Z github-token: *** 2022-09-27T15:36:12.8135365Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:36:12.8136489Z env: 2022-09-27T15:36:12.8136672Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:12.8136854Z ##[endgroup] 2022-09-27T15:36:12.8175766Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-09-27T15:36:12.8176137Z with: 2022-09-27T15:36:12.8176416Z shell: bash 2022-09-27T15:36:12.8176700Z timeout_minutes: 10 2022-09-27T15:36:12.8176994Z max_attempts: 5 2022-09-27T15:36:12.8177284Z retry_wait_seconds: 30 2022-09-27T15:36:12.8177712Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:36:12.8178135Z polling_interval_seconds: 1 2022-09-27T15:36:12.8178447Z warning_on_retry: true 2022-09-27T15:36:12.8178791Z continue_on_error: false 2022-09-27T15:36:12.8179097Z env: 2022-09-27T15:36:12.8179391Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:12.8179995Z GITHUB_TOKEN: *** 2022-09-27T15:36:12.8180307Z ##[endgroup] 2022-09-27T15:36:12.8742495Z 2022-09-27T15:36:12.8813186Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:36:16.0296748Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:36:16.1900648Z Collecting requests==2.26.0 2022-09-27T15:36:16.2053502Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T15:36:16.3084055Z Collecting pyyaml==6.0 2022-09-27T15:36:16.3147865Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-09-27T15:36:16.4119760Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-09-27T15:36:16.4157246Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T15:36:16.4980711Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T15:36:16.5019778Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T15:36:16.5535733Z Collecting idna<4,>=2.5; python_version >= "3" 2022-09-27T15:36:16.5574603Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T15:36:16.6093073Z Collecting certifi>=2017.4.17 2022-09-27T15:36:16.6133545Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T15:36:16.6799864Z Installing collected packages: charset-normalizer, urllib3, idna, certifi, requests, pyyaml 2022-09-27T15:36:16.7029889Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T15:36:16.7030889Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:36:16.9416126Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 pyyaml-6.0 requests-2.26.0 urllib3-1.26.12 2022-09-27T15:36:17.8853038Z Command completed after 1 attempt(s). 2022-09-27T15:36:17.8853836Z 2022-09-27T15:36:17.8923742Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:36:17.8924109Z .github/scripts/parse_ref.py 2022-09-27T15:36:17.8935749Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:17.8935966Z env: 2022-09-27T15:36:17.8936156Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:17.8936362Z ##[endgroup] 2022-09-27T15:36:17.9227966Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-09-27T15:36:17.9228275Z .github/scripts/filter_test_configs.py \ 2022-09-27T15:36:17.9228523Z  --test-matrix "{ include: [ 2022-09-27T15:36:17.9228823Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9229177Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9229508Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9229847Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9230205Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9230558Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9230901Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9231244Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:36:17.9231499Z ]} 2022-09-27T15:36:17.9231655Z " \ 2022-09-27T15:36:17.9231846Z  --pr-number "85462" \ 2022-09-27T15:36:17.9232043Z  --tag "" 2022-09-27T15:36:17.9243427Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:17.9243656Z env: 2022-09-27T15:36:17.9243838Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:17.9244249Z GITHUB_TOKEN: *** 2022-09-27T15:36:17.9244425Z ##[endgroup] 2022-09-27T15:36:18.3223652Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-09-27T15:36:18.3226398Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-09-27T15:36:18.3243638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:18.3244008Z env: 2022-09-27T15:36:18.3244310Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:18.3244616Z ##[endgroup] 2022-09-27T15:36:18.3283540Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: distributed, shard: 1, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 2, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 3, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2022-09-27T15:36:18.3384536Z Post job cleanup. 2022-09-27T15:36:18.3434830Z Post job cleanup. 2022-09-27T15:36:18.4528298Z [command]/usr/bin/git version 2022-09-27T15:36:18.4573965Z git version 2.37.1 2022-09-27T15:36:18.4628405Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/08edb75a-4c0f-49c3-b8cf-c2ea6af45119' before making global git config changes 2022-09-27T15:36:18.4629605Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:36:18.4636741Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:18.4676716Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:36:18.4710175Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:36:18.4980170Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:36:18.5007769Z http.https://github.com/.extraheader 2022-09-27T15:36:18.5018652Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:36:18.5051265Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:36:18.5546692Z Evaluate and set job outputs 2022-09-27T15:36:18.5558022Z Set output 'test-matrix' 2022-09-27T15:36:18.5558882Z Set output 'is-test-matrix-empty' 2022-09-27T15:36:18.5559541Z Cleaning up orphan processes