2022-12-01T10:11:43.6173347Z Requested labels: self-hosted, linux.large 2022-12-01T10:11:43.6173427Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:11:43.6173450Z Waiting for a runner to pick up this job... 2022-12-01T10:11:43.7521734Z Job is about to start running on the runner: i-0654adef40ebc6699 (organization) 2022-12-01T10:11:47.7927905Z Current runner version: '2.299.1' 2022-12-01T10:11:47.8047176Z Runner name: 'i-0654adef40ebc6699' 2022-12-01T10:11:47.8047885Z Runner group name: 'Default' 2022-12-01T10:11:47.8048707Z Machine name: 'ip-10-0-2-77' 2022-12-01T10:11:47.8051293Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:11:47.8051771Z Actions: read 2022-12-01T10:11:47.8051996Z Checks: read 2022-12-01T10:11:47.8052213Z Contents: read 2022-12-01T10:11:47.8052565Z Deployments: read 2022-12-01T10:11:47.8052848Z Discussions: read 2022-12-01T10:11:47.8053076Z Issues: read 2022-12-01T10:11:47.8053298Z Metadata: read 2022-12-01T10:11:47.8053524Z Packages: read 2022-12-01T10:11:47.8053743Z Pages: read 2022-12-01T10:11:47.8053982Z PullRequests: read 2022-12-01T10:11:47.8054263Z RepositoryProjects: read 2022-12-01T10:11:47.8054525Z SecurityEvents: read 2022-12-01T10:11:47.8054766Z Statuses: read 2022-12-01T10:11:47.8054994Z ##[endgroup] 2022-12-01T10:11:47.8058712Z Secret source: None 2022-12-01T10:11:47.8059295Z Prepare workflow directory 2022-12-01T10:11:48.1718894Z Prepare all required actions 2022-12-01T10:11:48.1907807Z Getting action download info 2022-12-01T10:11:48.3771663Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:11:51.5484287Z Getting action download info 2022-12-01T10:11:51.7217571Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:11:51.8901102Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:11:51.8902686Z ##[group] Inputs 2022-12-01T10:11:51.8903006Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:11:51.8903977Z 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-12-01T10:11:51.8905011Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:11:51.8905387Z sync-tag: 2022-12-01T10:11:51.8905558Z ##[endgroup] 2022-12-01T10:11:51.8906123Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / filter 2022-12-01T10:11:51.9566374Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:11:51.9566706Z with: 2022-12-01T10:11:51.9566896Z fetch-depth: 1 2022-12-01T10:11:51.9567072Z submodules: false 2022-12-01T10:11:51.9567251Z env: 2022-12-01T10:11:51.9567442Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:51.9567628Z ##[endgroup] 2022-12-01T10:11:51.9797325Z ##[group]Run retry () { 2022-12-01T10:11:51.9797603Z retry () { 2022-12-01T10:11:51.9797847Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:11:51.9798057Z } 2022-12-01T10:11:51.9798252Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:11:51.9798481Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:11:51.9798705Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:11:51.9798915Z else 2022-12-01T10:11:51.9799121Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:11:51.9799326Z fi 2022-12-01T10:11:51.9799601Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:11:51.9815065Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:51.9815312Z env: 2022-12-01T10:11:51.9815500Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:51.9815694Z NO_SUDO: 2022-12-01T10:11:51.9815998Z ##[endgroup] 2022-12-01T10:11:52.0006799Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:11:52.2808683Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:11:52.2808913Z with: 2022-12-01T10:11:52.2809124Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:11:52.2809343Z fetch-depth: 1 2022-12-01T10:11:52.2809514Z submodules: false 2022-12-01T10:11:52.2809707Z quiet-checkout: true 2022-12-01T10:11:52.2809914Z repository: pytorch/pytorch 2022-12-01T10:11:52.2810264Z token: *** 2022-12-01T10:11:52.2810427Z ssh-strict: true 2022-12-01T10:11:52.2810633Z persist-credentials: true 2022-12-01T10:11:52.2810829Z clean: true 2022-12-01T10:11:52.2810986Z lfs: false 2022-12-01T10:11:52.2811184Z set-safe-directory: true 2022-12-01T10:11:52.2811372Z env: 2022-12-01T10:11:52.2811534Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:52.2811729Z ##[endgroup] 2022-12-01T10:11:52.4174835Z Syncing repository: pytorch/pytorch 2022-12-01T10:11:52.4177100Z ##[group]Getting Git version info 2022-12-01T10:11:52.4177823Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:11:52.4178604Z [command]/usr/bin/git version 2022-12-01T10:11:52.4188988Z git version 2.37.1 2022-12-01T10:11:52.4213608Z ##[endgroup] 2022-12-01T10:11:52.4235785Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5a687f3c-aa38-4068-81a7-ad6a07ec30a6' before making global git config changes 2022-12-01T10:11:52.4238695Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:11:52.4244665Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:11:52.4282927Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:11:52.4288533Z ##[group]Initializing the repository 2022-12-01T10:11:52.4292365Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:11:52.4322991Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:11:52.4324006Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:11:52.4324916Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:11:52.4325596Z hint: 2022-12-01T10:11:52.4326337Z hint: git config --global init.defaultBranch 2022-12-01T10:11:52.4329378Z hint: 2022-12-01T10:11:52.4330308Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:11:52.4331066Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:11:52.4331513Z hint: 2022-12-01T10:11:52.4336971Z hint: git branch -m 2022-12-01T10:11:52.4342164Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:11:52.4350417Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:11:52.4381409Z ##[endgroup] 2022-12-01T10:11:52.4381818Z ##[group]Disabling automatic garbage collection 2022-12-01T10:11:52.4388479Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:11:52.4417011Z ##[endgroup] 2022-12-01T10:11:52.4419496Z ##[group]Setting up auth 2022-12-01T10:11:52.4428615Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:11:52.4459606Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:11:52.4711571Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:11:52.4733764Z [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-12-01T10:11:52.4988193Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:11:52.5024689Z ##[endgroup] 2022-12-01T10:11:52.5025966Z ##[group]Fetching the repository 2022-12-01T10:11:52.5032861Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:12:00.4840474Z ##[endgroup] 2022-12-01T10:12:00.4841877Z ##[group]Determining the checkout info 2022-12-01T10:12:00.4849689Z ##[endgroup] 2022-12-01T10:12:00.4850439Z ##[group]Checking out the ref 2022-12-01T10:12:00.4852029Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:12:01.6425375Z ##[endgroup] 2022-12-01T10:12:01.6467191Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:12:01.6494641Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:12:01.6666224Z Prepare all required actions 2022-12-01T10:12:01.6666492Z Getting action download info 2022-12-01T10:12:01.8658375Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-12-01T10:12:02.1315990Z ##[group]Run ./.github/actions/filter-test-configs 2022-12-01T10:12:02.1316212Z with: 2022-12-01T10:12:02.1316524Z github-token: *** 2022-12-01T10:12:02.1317666Z 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-12-01T10:12:02.1318493Z env: 2022-12-01T10:12:02.1318662Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:02.1318857Z ##[endgroup] 2022-12-01T10:12:02.1346908Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-12-01T10:12:02.1347155Z with: 2022-12-01T10:12:02.1347309Z shell: bash 2022-12-01T10:12:02.1347492Z timeout_minutes: 10 2022-12-01T10:12:02.1347680Z max_attempts: 5 2022-12-01T10:12:02.1347855Z retry_wait_seconds: 30 2022-12-01T10:12:02.1348115Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-12-01T10:12:02.1348380Z polling_interval_seconds: 1 2022-12-01T10:12:02.1348568Z warning_on_retry: true 2022-12-01T10:12:02.1348760Z continue_on_error: false 2022-12-01T10:12:02.1348940Z env: 2022-12-01T10:12:02.1349103Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:02.1349424Z GITHUB_TOKEN: *** 2022-12-01T10:12:02.1349607Z ##[endgroup] 2022-12-01T10:12:02.1693281Z 2022-12-01T10:12:02.1723434Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:12:02.1770308Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-12-01T10:12:02.4179364Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:12:02.4353594Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:12:02.4503834Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-12-01T10:12:02.4515743Z 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-12-01T10:12:02.4537469Z 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-12-01T10:12:02.4551410Z 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-12-01T10:12:02.4561882Z 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.13) 2022-12-01T10:12:03.1758986Z Command completed after 1 attempt(s). 2022-12-01T10:12:03.1760993Z 2022-12-01T10:12:03.1763985Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:12:03.1805136Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:12:03.1805781Z .github/scripts/parse_ref.py 2022-12-01T10:12:03.1825891Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:03.1826272Z env: 2022-12-01T10:12:03.1826625Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:03.1826987Z ##[endgroup] 2022-12-01T10:12:03.2016108Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:12:03.2123790Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-12-01T10:12:03.2124106Z .github/scripts/filter_test_configs.py \ 2022-12-01T10:12:03.2124358Z  --test-matrix "{ include: [ 2022-12-01T10:12:03.2124645Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2124997Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2125352Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2125696Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2126042Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2126393Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2126746Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2127097Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T10:12:03.2127341Z ]} 2022-12-01T10:12:03.2127508Z " \ 2022-12-01T10:12:03.2127697Z  --pr-number "89997" \ 2022-12-01T10:12:03.2127883Z  --tag "" 2022-12-01T10:12:03.2139117Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:03.2139347Z env: 2022-12-01T10:12:03.2139518Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:03.2139861Z GITHUB_TOKEN: *** 2022-12-01T10:12:03.2140055Z ##[endgroup] 2022-12-01T10:12:03.5069473Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:12:03.5074464Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:12:03.5229289Z ##[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-12-01T10:12:03.5231934Z 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-12-01T10:12:03.5248782Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:03.5249175Z env: 2022-12-01T10:12:03.5249486Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:03.5249826Z ##[endgroup] 2022-12-01T10:12:03.5286065Z {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-12-01T10:12:03.5390843Z Post job cleanup. 2022-12-01T10:12:03.5421939Z Post job cleanup. 2022-12-01T10:12:03.6574713Z [command]/usr/bin/git version 2022-12-01T10:12:03.6620188Z git version 2.37.1 2022-12-01T10:12:03.6664520Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/79b6777b-d970-48d8-b92c-993991f07f92' before making global git config changes 2022-12-01T10:12:03.6665936Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:12:03.6671636Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:03.6709106Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:12:03.6740655Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:12:03.7011418Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:12:03.7040598Z http.https://github.com/.extraheader 2022-12-01T10:12:03.7051329Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:12:03.7083755Z [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-12-01T10:12:03.7679535Z Evaluate and set job outputs 2022-12-01T10:12:03.7698336Z Set output 'test-matrix' 2022-12-01T10:12:03.7699249Z Set output 'is-test-matrix-empty' 2022-12-01T10:12:03.7700053Z Cleaning up orphan processes