2022-11-23T01:10:07.0235937Z Requested labels: self-hosted, linux.large 2022-11-23T01:10:07.0236026Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/heads/master 2022-11-23T01:10:07.0236049Z Waiting for a runner to pick up this job... 2022-11-23T01:10:07.1686139Z Job is about to start running on the runner: i-08d6ce3bacadbd83f (organization) 2022-11-23T01:10:11.2117904Z Current runner version: '2.299.1' 2022-11-23T01:10:11.2123414Z Runner name: 'i-08d6ce3bacadbd83f' 2022-11-23T01:10:11.2123843Z Runner group name: 'Default' 2022-11-23T01:10:11.2124445Z Machine name: 'ip-10-0-7-168' 2022-11-23T01:10:11.2126354Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:10:11.2127024Z Actions: write 2022-11-23T01:10:11.2127280Z Checks: write 2022-11-23T01:10:11.2127569Z Contents: write 2022-11-23T01:10:11.2127902Z Deployments: write 2022-11-23T01:10:11.2128172Z Discussions: write 2022-11-23T01:10:11.2128461Z Issues: write 2022-11-23T01:10:11.2128741Z Metadata: read 2022-11-23T01:10:11.2128989Z Packages: write 2022-11-23T01:10:11.2129341Z Pages: write 2022-11-23T01:10:11.2129638Z PullRequests: write 2022-11-23T01:10:11.2129932Z RepositoryProjects: write 2022-11-23T01:10:11.2130268Z SecurityEvents: write 2022-11-23T01:10:11.2130847Z Statuses: write 2022-11-23T01:10:11.2131154Z ##[endgroup] 2022-11-23T01:10:11.2134187Z Secret source: Actions 2022-11-23T01:10:11.2134806Z Prepare workflow directory 2022-11-23T01:10:11.5599659Z Prepare all required actions 2022-11-23T01:10:11.5766518Z Getting action download info 2022-11-23T01:10:11.7545184Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:10:15.3258966Z Getting action download info 2022-11-23T01:10:15.4741688Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:10:15.6718729Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-11-23T01:10:15.6720211Z ##[group] Inputs 2022-11-23T01:10:15.6720500Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-11-23T01:10:15.6721505Z 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" }, { config: "deploy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-11-23T01:10:15.6722564Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:10:15.6722929Z sync-tag: 2022-11-23T01:10:15.6723587Z timeout-minutes: 240 2022-11-23T01:10:15.6723788Z ##[endgroup] 2022-11-23T01:10:15.6724218Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / filter 2022-11-23T01:10:15.7353236Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:10:15.7353526Z with: 2022-11-23T01:10:15.7353711Z fetch-depth: 1 2022-11-23T01:10:15.7353905Z submodules: false 2022-11-23T01:10:15.7354077Z env: 2022-11-23T01:10:15.7354251Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:15.7354442Z ##[endgroup] 2022-11-23T01:10:15.7569079Z ##[group]Run retry () { 2022-11-23T01:10:15.7569351Z retry () { 2022-11-23T01:10:15.7569579Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:10:15.7569797Z } 2022-11-23T01:10:15.7569993Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:10:15.7570203Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:10:15.7570429Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:10:15.7570980Z else 2022-11-23T01:10:15.7571249Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:10:15.7571433Z fi 2022-11-23T01:10:15.7571661Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:10:15.7586958Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:15.7587356Z env: 2022-11-23T01:10:15.7587539Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:15.7587725Z NO_SUDO: 2022-11-23T01:10:15.7587892Z ##[endgroup] 2022-11-23T01:10:15.7769559Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:16.0482598Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:10:16.0482840Z with: 2022-11-23T01:10:16.0483039Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:16.0483235Z fetch-depth: 1 2022-11-23T01:10:16.0483418Z submodules: false 2022-11-23T01:10:16.0483603Z quiet-checkout: true 2022-11-23T01:10:16.0483792Z repository: pytorch/pytorch 2022-11-23T01:10:16.0484129Z token: *** 2022-11-23T01:10:16.0484301Z ssh-strict: true 2022-11-23T01:10:16.0484502Z persist-credentials: true 2022-11-23T01:10:16.0484680Z clean: true 2022-11-23T01:10:16.0484842Z lfs: false 2022-11-23T01:10:16.0485034Z set-safe-directory: true 2022-11-23T01:10:16.0485201Z env: 2022-11-23T01:10:16.0485371Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:16.0485563Z ##[endgroup] 2022-11-23T01:10:16.1797883Z Syncing repository: pytorch/pytorch 2022-11-23T01:10:16.1799261Z ##[group]Getting Git version info 2022-11-23T01:10:16.1799704Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:10:16.1800149Z [command]/usr/bin/git version 2022-11-23T01:10:16.1824500Z git version 2.37.1 2022-11-23T01:10:16.1850571Z ##[endgroup] 2022-11-23T01:10:16.1874013Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3a56568e-532c-4483-a624-d4a8bb7d3d5d' before making global git config changes 2022-11-23T01:10:16.1874773Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:10:16.1875600Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:16.1911911Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:10:16.1918429Z ##[group]Initializing the repository 2022-11-23T01:10:16.1922944Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:16.1952642Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:10:16.1953198Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:10:16.1953717Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:10:16.1954331Z hint: 2022-11-23T01:10:16.1956404Z hint: git config --global init.defaultBranch 2022-11-23T01:10:16.1956883Z hint: 2022-11-23T01:10:16.1957574Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:10:16.1958209Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:10:16.1958671Z hint: 2022-11-23T01:10:16.1959129Z hint: git branch -m 2022-11-23T01:10:16.1976574Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:10:16.2001618Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:10:16.2035137Z ##[endgroup] 2022-11-23T01:10:16.2035781Z ##[group]Disabling automatic garbage collection 2022-11-23T01:10:16.2039598Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:10:16.2063502Z ##[endgroup] 2022-11-23T01:10:16.2065814Z ##[group]Setting up auth 2022-11-23T01:10:16.2073202Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:10:16.2103037Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:10:16.2333435Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:10:16.2361692Z [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-11-23T01:10:16.2642384Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:10:16.2686928Z ##[endgroup] 2022-11-23T01:10:16.2688190Z ##[group]Fetching the repository 2022-11-23T01:10:16.2695039Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:24.3032327Z ##[endgroup] 2022-11-23T01:10:24.3033525Z ##[group]Determining the checkout info 2022-11-23T01:10:24.3040950Z ##[endgroup] 2022-11-23T01:10:24.3041463Z ##[group]Checking out the ref 2022-11-23T01:10:24.3046944Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:10:25.4448922Z ##[endgroup] 2022-11-23T01:10:25.4502360Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:10:25.4531350Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:10:25.4718519Z Prepare all required actions 2022-11-23T01:10:25.4718911Z Getting action download info 2022-11-23T01:10:25.6386958Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:10:25.7486953Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:10:25.7487168Z with: 2022-11-23T01:10:25.7488022Z github-token: *** 2022-11-23T01:10:25.7488921Z 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" }, { config: "deploy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-11-23T01:10:25.7489768Z env: 2022-11-23T01:10:25.7489941Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:25.7490112Z ##[endgroup] 2022-11-23T01:10:25.7517992Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:10:25.7518226Z with: 2022-11-23T01:10:25.7518373Z shell: bash 2022-11-23T01:10:25.7518550Z timeout_minutes: 10 2022-11-23T01:10:25.7518729Z max_attempts: 5 2022-11-23T01:10:25.7518897Z retry_wait_seconds: 30 2022-11-23T01:10:25.7519146Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:10:25.7519395Z polling_interval_seconds: 1 2022-11-23T01:10:25.7519575Z warning_on_retry: true 2022-11-23T01:10:25.7519762Z continue_on_error: false 2022-11-23T01:10:25.7519938Z env: 2022-11-23T01:10:25.7520098Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:25.7520455Z GITHUB_TOKEN: *** 2022-11-23T01:10:25.7520632Z ##[endgroup] 2022-11-23T01:10:25.8013481Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:10:26.0207264Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:10:26.0371792Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:10:26.0499494Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:10:26.0508218Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:10:26.0521308Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:10:26.0674228Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:10:26.0694858Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:10:26.7990067Z Command completed after 1 attempt(s). 2022-11-23T01:10:26.8030589Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:10:26.8030927Z .github/scripts/parse_ref.py 2022-11-23T01:10:26.8043121Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:26.8043408Z env: 2022-11-23T01:10:26.8043707Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:26.8043959Z ##[endgroup] 2022-11-23T01:10:26.8354077Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:10:26.8354388Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:10:26.8354613Z  --test-matrix "{ include: [ 2022-11-23T01:10:26.8354973Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8355319Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8355647Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8355959Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8356285Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8356622Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8356954Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8357276Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8357605Z  { config: "deploy", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-11-23T01:10:26.8357846Z ]} 2022-11-23T01:10:26.8357994Z " \ 2022-11-23T01:10:26.8358170Z  --pr-number "" \ 2022-11-23T01:10:26.8358353Z  --tag "" \ 2022-11-23T01:10:26.8358526Z  --event-name "push" 2022-11-23T01:10:26.8369588Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:26.8369810Z env: 2022-11-23T01:10:26.8369975Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:26.8370373Z GITHUB_TOKEN: *** 2022-11-23T01:10:26.8370552Z ##[endgroup] 2022-11-23T01:10:26.9633513Z ##[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"}, {"config": "deploy", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-11-23T01:10:26.9635035Z 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"}, {"config": "deploy", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-11-23T01:10:26.9647225Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:10:26.9647439Z env: 2022-11-23T01:10:26.9647613Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:10:26.9647801Z ##[endgroup] 2022-11-23T01:10:26.9677114Z {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}, {config: deploy, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2022-11-23T01:10:26.9769479Z Post job cleanup. 2022-11-23T01:10:26.9797580Z Post job cleanup. 2022-11-23T01:10:27.0886070Z [command]/usr/bin/git version 2022-11-23T01:10:27.0928855Z git version 2.37.1 2022-11-23T01:10:27.0975613Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c77399e2-0293-4dff-bb11-a23f5d8344f1' before making global git config changes 2022-11-23T01:10:27.0978662Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:10:27.0985463Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:10:27.1021470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:10:27.1052477Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:10:27.1315500Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:10:27.1332367Z http.https://github.com/.extraheader 2022-11-23T01:10:27.1342977Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:10:27.1371842Z [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-11-23T01:10:27.1814440Z Evaluate and set job outputs 2022-11-23T01:10:27.1825015Z Set output 'test-matrix' 2022-11-23T01:10:27.1825839Z Set output 'is-test-matrix-empty' 2022-11-23T01:10:27.1826458Z Cleaning up orphan processes