2024-12-17T23:28:52.5776826Z Current runner version: '2.321.0' 2024-12-17T23:28:52.5785627Z Runner name: 'i-02e9b1a20cf647051' 2024-12-17T23:28:52.5786847Z Runner group name: 'Default' 2024-12-17T23:28:52.5788168Z Machine name: 'ip-10-0-78-52' 2024-12-17T23:28:52.5794205Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:52.5797982Z Actions: read 2024-12-17T23:28:52.5798884Z Attestations: read 2024-12-17T23:28:52.5799829Z Checks: read 2024-12-17T23:28:52.5800733Z Contents: read 2024-12-17T23:28:52.5801575Z Deployments: read 2024-12-17T23:28:52.5802510Z Discussions: read 2024-12-17T23:28:52.5803429Z Issues: read 2024-12-17T23:28:52.5804260Z Metadata: read 2024-12-17T23:28:52.5805162Z Packages: read 2024-12-17T23:28:52.5806031Z Pages: read 2024-12-17T23:28:52.5806943Z PullRequests: read 2024-12-17T23:28:52.5807893Z RepositoryProjects: read 2024-12-17T23:28:52.5808843Z SecurityEvents: read 2024-12-17T23:28:52.5809732Z Statuses: read 2024-12-17T23:28:52.5810874Z ##[endgroup] 2024-12-17T23:28:52.5814939Z Secret source: Actions 2024-12-17T23:28:52.5816351Z Prepare workflow directory 2024-12-17T23:28:53.0210471Z Prepare all required actions 2024-12-17T23:28:53.0253715Z Getting action download info 2024-12-17T23:28:53.1827937Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:03.0430323Z Getting action download info 2024-12-17T23:29:03.1721563Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:29:03.3940623Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:03.3943014Z ##[group] Inputs 2024-12-17T23:29:03.3943466Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-12-17T23:29:03.3944029Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-12-17T23:29:03.3944481Z cuda-version: 12.4 2024-12-17T23:29:03.3944748Z sync-tag: 2024-12-17T23:29:03.3945283Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge.nvidia.gpu" }, ]} 2024-12-17T23:29:03.3945909Z runner: lf.linux.large 2024-12-17T23:29:03.3946192Z ##[endgroup] 2024-12-17T23:29:03.3946580Z Complete job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter 2024-12-17T23:29:03.4423090Z A job started hook has been configured by the self-hosted runner administrator 2024-12-17T23:29:03.4587653Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-12-17T23:29:03.4597279Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:03.4597990Z ##[endgroup] 2024-12-17T23:29:05.0340728Z Runner Type: lf.linux.large 2024-12-17T23:29:05.0341429Z Instance Type: c5.large 2024-12-17T23:29:05.0341864Z AMI Name: unknown 2024-12-17T23:29:05.0342309Z AMI ID: ami-0fff1b9a61dec8a5f 2024-12-17T23:29:10.8673167Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:29:10.8673702Z with: 2024-12-17T23:29:10.8673932Z fetch-depth: 1 2024-12-17T23:29:10.8674210Z submodules: false 2024-12-17T23:29:10.8674462Z env: 2024-12-17T23:29:10.8674682Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:10.8674989Z ##[endgroup] 2024-12-17T23:29:10.8755718Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:10.8756734Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:10.8765252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:10.8765681Z env: 2024-12-17T23:29:10.8765929Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:10.8766210Z ##[endgroup] 2024-12-17T23:29:10.8874579Z ##[group]Run retry () { 2024-12-17T23:29:10.8874970Z retry () { 2024-12-17T23:29:10.8875322Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:29:10.8875756Z } 2024-12-17T23:29:10.8876180Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:29:10.8876527Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:29:10.8876901Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:10.8877263Z else 2024-12-17T23:29:10.8877529Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:10.8877881Z fi 2024-12-17T23:29:10.8878142Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:29:10.8883865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:10.8884281Z env: 2024-12-17T23:29:10.8884526Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:10.8884801Z NO_SUDO: 2024-12-17T23:29:10.8885040Z ##[endgroup] 2024-12-17T23:29:10.8910325Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:11.6695785Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:29:11.6696158Z with: 2024-12-17T23:29:11.6696436Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:11.6696795Z fetch-depth: 1 2024-12-17T23:29:11.6697053Z submodules: false 2024-12-17T23:29:11.6697316Z quiet-checkout: true 2024-12-17T23:29:11.6697602Z repository: pytorch/pytorch 2024-12-17T23:29:11.6698005Z token: *** 2024-12-17T23:29:11.6698245Z ssh-strict: true 2024-12-17T23:29:11.6698517Z persist-credentials: true 2024-12-17T23:29:11.6698799Z clean: true 2024-12-17T23:29:11.6699063Z sparse-checkout-cone-mode: true 2024-12-17T23:29:11.6699379Z lfs: false 2024-12-17T23:29:11.6699615Z set-safe-directory: true 2024-12-17T23:29:11.6699896Z env: 2024-12-17T23:29:11.6700128Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:11.6700395Z ##[endgroup] 2024-12-17T23:29:11.7668308Z Syncing repository: pytorch/pytorch 2024-12-17T23:29:11.7670571Z ##[group]Getting Git version info 2024-12-17T23:29:11.7671481Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:29:11.7672688Z [command]/usr/bin/git version 2024-12-17T23:29:11.7673209Z git version 2.40.1 2024-12-17T23:29:11.7687412Z ##[endgroup] 2024-12-17T23:29:11.7703448Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e4fa9088-f59f-4737-a419-981f47aaf992' before making global git config changes 2024-12-17T23:29:11.7707840Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:11.7709362Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:11.7737307Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:29:11.7742064Z ##[group]Initializing the repository 2024-12-17T23:29:11.7745376Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:11.7770554Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:29:11.7772546Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:29:11.7773916Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:29:11.7775038Z hint: 2024-12-17T23:29:11.7776035Z hint: git config --global init.defaultBranch 2024-12-17T23:29:11.7824290Z hint: 2024-12-17T23:29:11.7824942Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:29:11.7826100Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:29:11.7826893Z hint: 2024-12-17T23:29:11.7827260Z hint: git branch -m 2024-12-17T23:29:11.7828136Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-12-17T23:29:11.7830263Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:29:11.7835292Z ##[endgroup] 2024-12-17T23:29:11.7836274Z ##[group]Disabling automatic garbage collection 2024-12-17T23:29:11.7838870Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:29:11.7864367Z ##[endgroup] 2024-12-17T23:29:11.7865435Z ##[group]Setting up auth 2024-12-17T23:29:11.7869821Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:11.7899061Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-12-17T23:29:11.8157258Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:11.8179211Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-12-17T23:29:11.8427574Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:29:11.8467678Z ##[endgroup] 2024-12-17T23:29:11.8469603Z ##[group]Fetching the repository 2024-12-17T23:29:11.8476427Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:12.1327644Z remote: Enumerating objects: 11607, done. 2024-12-17T23:29:12.1340934Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:29:12.1341955Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:29:12.1343053Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:29:12.1344063Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:29:12.1345016Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:29:12.1346058Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:29:12.1346939Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:29:12.1354602Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:29:12.1355746Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:29:12.1357542Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:29:12.1359323Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:29:12.1360265Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:29:12.1365553Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:29:12.1366863Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:29:12.1367813Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:29:12.1368717Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:29:12.1369624Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:29:12.1370837Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:29:12.1376063Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:29:12.1377141Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:29:12.1378259Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:29:12.1379696Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:29:12.1380632Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:29:12.1381260Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:29:12.1382035Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:29:12.1382655Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:29:12.1383443Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:29:12.1389337Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:29:12.1390565Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:29:12.1391814Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:29:12.1392688Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:29:12.1393663Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:29:12.1394676Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:29:12.1400981Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:29:12.1401974Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:29:12.1402875Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:29:12.1403786Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:29:12.1405050Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:29:12.1408959Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:29:12.1409887Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:29:12.1410883Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:29:12.1411759Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:29:12.1412683Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:29:12.1413574Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:29:12.1414435Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:29:12.1415405Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:29:12.1416370Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:29:12.1417317Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:29:12.1418297Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:29:12.1595364Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:29:12.1596046Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:29:12.1596730Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:29:12.1597439Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:29:12.1598105Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:29:12.1598814Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:29:12.1599534Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:29:12.1600207Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:29:12.1600882Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:29:12.1601579Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:29:12.1602239Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:29:12.1602867Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:29:12.1603506Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:29:12.1604166Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:29:12.1604756Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:29:12.1605477Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:29:12.1606138Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:29:12.1606767Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:29:12.1607418Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:29:12.1608081Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:29:12.1608718Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:29:12.1609408Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:29:12.1610106Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:29:12.1611148Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:29:12.1611863Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:29:12.1612530Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:29:12.1613183Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:29:12.1613843Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:29:12.1614510Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:29:12.1615197Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:29:12.1615903Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:29:12.1616576Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:29:12.1617264Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:29:12.1617963Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:29:12.1618655Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:29:12.1619347Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:29:12.1620063Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:29:12.1620768Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:29:12.1621733Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:29:12.1622427Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:29:12.1623163Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:29:12.1623892Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:29:12.1630078Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:29:12.1630838Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:29:12.1631547Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:29:12.1632249Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:29:12.1632980Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:29:12.1633720Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:29:12.1634435Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:29:12.1635154Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:29:12.1635863Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:29:12.1636797Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:29:12.1637568Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:29:12.1638388Z remote: Compressing objects: 0% (1/10159) 2024-12-17T23:29:12.1906093Z remote: Compressing objects: 1% (102/10159) 2024-12-17T23:29:12.2600593Z remote: Compressing objects: 2% (204/10159) 2024-12-17T23:29:12.2867594Z remote: Compressing objects: 3% (305/10159) 2024-12-17T23:29:12.3331917Z remote: Compressing objects: 4% (407/10159) 2024-12-17T23:29:12.3817071Z remote: Compressing objects: 5% (508/10159) 2024-12-17T23:29:12.4543294Z remote: Compressing objects: 6% (610/10159) 2024-12-17T23:29:12.5321403Z remote: Compressing objects: 7% (712/10159) 2024-12-17T23:29:12.6058737Z remote: Compressing objects: 8% (813/10159) 2024-12-17T23:29:12.6541025Z remote: Compressing objects: 9% (915/10159) 2024-12-17T23:29:12.6999366Z remote: Compressing objects: 10% (1016/10159) 2024-12-17T23:29:12.7411893Z remote: Compressing objects: 11% (1118/10159) 2024-12-17T23:29:12.7814864Z remote: Compressing objects: 12% (1220/10159) 2024-12-17T23:29:12.8575985Z remote: Compressing objects: 13% (1321/10159) 2024-12-17T23:29:12.9172769Z remote: Compressing objects: 14% (1423/10159) 2024-12-17T23:29:12.9701466Z remote: Compressing objects: 15% (1524/10159) 2024-12-17T23:29:13.0267950Z remote: Compressing objects: 16% (1626/10159) 2024-12-17T23:29:13.0874167Z remote: Compressing objects: 17% (1728/10159) 2024-12-17T23:29:13.1362286Z remote: Compressing objects: 18% (1829/10159) 2024-12-17T23:29:13.1554420Z remote: Compressing objects: 19% (1931/10159) 2024-12-17T23:29:13.2157475Z remote: Compressing objects: 19% (1941/10159) 2024-12-17T23:29:13.2896600Z remote: Compressing objects: 20% (2032/10159) 2024-12-17T23:29:13.3309864Z remote: Compressing objects: 21% (2134/10159) 2024-12-17T23:29:13.3965967Z remote: Compressing objects: 22% (2235/10159) 2024-12-17T23:29:13.4669723Z remote: Compressing objects: 23% (2337/10159) 2024-12-17T23:29:13.5300828Z remote: Compressing objects: 24% (2439/10159) 2024-12-17T23:29:13.5793710Z remote: Compressing objects: 25% (2540/10159) 2024-12-17T23:29:13.6563181Z remote: Compressing objects: 26% (2642/10159) 2024-12-17T23:29:13.7007440Z remote: Compressing objects: 27% (2743/10159) 2024-12-17T23:29:13.7489771Z remote: Compressing objects: 28% (2845/10159) 2024-12-17T23:29:13.8035324Z remote: Compressing objects: 29% (2947/10159) 2024-12-17T23:29:13.8617746Z remote: Compressing objects: 30% (3048/10159) 2024-12-17T23:29:13.9265208Z remote: Compressing objects: 31% (3150/10159) 2024-12-17T23:29:13.9350106Z remote: Compressing objects: 32% (3251/10159) 2024-12-17T23:29:13.9460338Z remote: Compressing objects: 33% (3353/10159) 2024-12-17T23:29:13.9734544Z remote: Compressing objects: 34% (3455/10159) 2024-12-17T23:29:13.9882676Z remote: Compressing objects: 35% (3556/10159) 2024-12-17T23:29:14.0135850Z remote: Compressing objects: 36% (3658/10159) 2024-12-17T23:29:14.0153724Z remote: Compressing objects: 37% (3759/10159) 2024-12-17T23:29:14.0305330Z remote: Compressing objects: 38% (3861/10159) 2024-12-17T23:29:14.0630207Z remote: Compressing objects: 39% (3963/10159) 2024-12-17T23:29:14.0828746Z remote: Compressing objects: 40% (4064/10159) 2024-12-17T23:29:14.1113450Z remote: Compressing objects: 41% (4166/10159) 2024-12-17T23:29:14.1528704Z remote: Compressing objects: 42% (4267/10159) 2024-12-17T23:29:14.1540598Z remote: Compressing objects: 43% (4369/10159) 2024-12-17T23:29:14.2074794Z remote: Compressing objects: 43% (4370/10159) 2024-12-17T23:29:14.2481050Z remote: Compressing objects: 44% (4470/10159) 2024-12-17T23:29:14.2800578Z remote: Compressing objects: 45% (4572/10159) 2024-12-17T23:29:14.3247830Z remote: Compressing objects: 46% (4674/10159) 2024-12-17T23:29:14.3804770Z remote: Compressing objects: 47% (4775/10159) 2024-12-17T23:29:14.4185273Z remote: Compressing objects: 48% (4877/10159) 2024-12-17T23:29:14.4623753Z remote: Compressing objects: 49% (4978/10159) 2024-12-17T23:29:14.5225695Z remote: Compressing objects: 50% (5080/10159) 2024-12-17T23:29:14.5662583Z remote: Compressing objects: 51% (5182/10159) 2024-12-17T23:29:14.6012383Z remote: Compressing objects: 52% (5283/10159) 2024-12-17T23:29:14.6301081Z remote: Compressing objects: 53% (5385/10159) 2024-12-17T23:29:14.6620201Z remote: Compressing objects: 54% (5486/10159) 2024-12-17T23:29:14.6984335Z remote: Compressing objects: 55% (5588/10159) 2024-12-17T23:29:14.7457073Z remote: Compressing objects: 56% (5690/10159) 2024-12-17T23:29:14.7736416Z remote: Compressing objects: 57% (5791/10159) 2024-12-17T23:29:14.8397491Z remote: Compressing objects: 58% (5893/10159) 2024-12-17T23:29:14.8481949Z remote: Compressing objects: 59% (5994/10159) 2024-12-17T23:29:14.8615752Z remote: Compressing objects: 60% (6096/10159) 2024-12-17T23:29:14.8819064Z remote: Compressing objects: 61% (6197/10159) 2024-12-17T23:29:14.9286907Z remote: Compressing objects: 62% (6299/10159) 2024-12-17T23:29:14.9555347Z remote: Compressing objects: 63% (6401/10159) 2024-12-17T23:29:14.9630104Z remote: Compressing objects: 64% (6502/10159) 2024-12-17T23:29:14.9676138Z remote: Compressing objects: 65% (6604/10159) 2024-12-17T23:29:14.9749632Z remote: Compressing objects: 66% (6705/10159) 2024-12-17T23:29:14.9914637Z remote: Compressing objects: 67% (6807/10159) 2024-12-17T23:29:14.9993507Z remote: Compressing objects: 68% (6909/10159) 2024-12-17T23:29:15.0112252Z remote: Compressing objects: 69% (7010/10159) 2024-12-17T23:29:15.0284846Z remote: Compressing objects: 70% (7112/10159) 2024-12-17T23:29:15.0470821Z remote: Compressing objects: 71% (7213/10159) 2024-12-17T23:29:15.0618927Z remote: Compressing objects: 72% (7315/10159) 2024-12-17T23:29:15.0746263Z remote: Compressing objects: 73% (7417/10159) 2024-12-17T23:29:15.0864158Z remote: Compressing objects: 74% (7518/10159) 2024-12-17T23:29:15.1017340Z remote: Compressing objects: 75% (7620/10159) 2024-12-17T23:29:15.1172120Z remote: Compressing objects: 76% (7721/10159) 2024-12-17T23:29:15.1332376Z remote: Compressing objects: 77% (7823/10159) 2024-12-17T23:29:15.1492676Z remote: Compressing objects: 78% (7925/10159) 2024-12-17T23:29:15.1537665Z remote: Compressing objects: 79% (8026/10159) 2024-12-17T23:29:15.1646689Z remote: Compressing objects: 79% (8054/10159) 2024-12-17T23:29:15.1802358Z remote: Compressing objects: 80% (8128/10159) 2024-12-17T23:29:15.1992986Z remote: Compressing objects: 81% (8229/10159) 2024-12-17T23:29:15.2188817Z remote: Compressing objects: 82% (8331/10159) 2024-12-17T23:29:15.2324676Z remote: Compressing objects: 83% (8432/10159) 2024-12-17T23:29:15.2479961Z remote: Compressing objects: 84% (8534/10159) 2024-12-17T23:29:15.2631170Z remote: Compressing objects: 85% (8636/10159) 2024-12-17T23:29:15.2807408Z remote: Compressing objects: 86% (8737/10159) 2024-12-17T23:29:15.2956416Z remote: Compressing objects: 87% (8839/10159) 2024-12-17T23:29:15.3072491Z remote: Compressing objects: 88% (8940/10159) 2024-12-17T23:29:15.3229825Z remote: Compressing objects: 89% (9042/10159) 2024-12-17T23:29:15.3269479Z remote: Compressing objects: 90% (9144/10159) 2024-12-17T23:29:15.3284224Z remote: Compressing objects: 91% (9245/10159) 2024-12-17T23:29:15.3299235Z remote: Compressing objects: 92% (9347/10159) 2024-12-17T23:29:15.3322108Z remote: Compressing objects: 93% (9448/10159) 2024-12-17T23:29:15.3331736Z remote: Compressing objects: 94% (9550/10159) 2024-12-17T23:29:15.3346042Z remote: Compressing objects: 95% (9652/10159) 2024-12-17T23:29:15.3359081Z remote: Compressing objects: 96% (9753/10159) 2024-12-17T23:29:15.3375635Z remote: Compressing objects: 97% (9855/10159) 2024-12-17T23:29:15.3390572Z remote: Compressing objects: 98% (9956/10159) 2024-12-17T23:29:15.3401484Z remote: Compressing objects: 99% (10058/10159) 2024-12-17T23:29:15.3404561Z remote: Compressing objects: 100% (10159/10159) 2024-12-17T23:29:15.3405455Z remote: Compressing objects: 100% (10159/10159), done. 2024-12-17T23:29:18.8164455Z remote: Total 11607 (delta 1420), reused 4215 (delta 1147), pack-reused 0 (from 0) 2024-12-17T23:29:19.4183779Z ##[endgroup] 2024-12-17T23:29:19.4184820Z ##[group]Determining the checkout info 2024-12-17T23:29:19.4185900Z ##[endgroup] 2024-12-17T23:29:19.4186723Z ##[group]Checking out the ref 2024-12-17T23:29:19.4189812Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:20.7164411Z ##[endgroup] 2024-12-17T23:29:20.7193915Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:29:20.7214547Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:29:20.7454061Z Prepare all required actions 2024-12-17T23:29:20.7454571Z Getting action download info 2024-12-17T23:29:20.9020542Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-17T23:29:21.0918760Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-17T23:29:21.0919152Z with: 2024-12-17T23:29:21.0919602Z github-token: *** 2024-12-17T23:29:21.0920122Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge.nvidia.gpu" }, ]} 2024-12-17T23:29:21.0920726Z env: 2024-12-17T23:29:21.0920963Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:21.0921231Z ##[endgroup] 2024-12-17T23:29:21.0967156Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:29:21.0967491Z with: 2024-12-17T23:29:21.0967707Z shell: bash 2024-12-17T23:29:21.0967954Z timeout_minutes: 10 2024-12-17T23:29:21.0968221Z max_attempts: 5 2024-12-17T23:29:21.0968463Z retry_wait_seconds: 30 2024-12-17T23:29:21.0969352Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:29:21.0970216Z polling_interval_seconds: 1 2024-12-17T23:29:21.0970515Z warning_on_retry: true 2024-12-17T23:29:21.0970807Z continue_on_error: false 2024-12-17T23:29:21.0971074Z env: 2024-12-17T23:29:21.0971307Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:21.0971760Z GITHUB_TOKEN: *** 2024-12-17T23:29:21.0972017Z ##[endgroup] 2024-12-17T23:29:21.1943625Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:29:21.4692490Z Defaulting to user installation because normal site-packages is not writeable 2024-12-17T23:29:21.4866045Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-12-17T23:29:21.4871375Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-12-17T23:29:21.4990551Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.12.14) 2024-12-17T23:29:21.4997526Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (1.25.10) 2024-12-17T23:29:21.5009479Z Requirement already satisfied: charset-normalizer~=2.0.0 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2.0.12) 2024-12-17T23:29:21.5019703Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-12-17T23:29:22.1771774Z Command completed after 1 attempt(s). 2024-12-17T23:29:22.1835748Z ##[group]Run set -x 2024-12-17T23:29:22.1836027Z set -x 2024-12-17T23:29:22.1836583Z  2024-12-17T23:29:22.1836996Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:29:22.1837497Z # in runner workspace 2024-12-17T23:29:22.1837923Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-17T23:29:22.1844410Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.1844811Z env: 2024-12-17T23:29:22.1845052Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.1845320Z ##[endgroup] 2024-12-17T23:29:22.1874048Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-12-17T23:29:22.2126017Z ##[group]Run set -x 2024-12-17T23:29:22.2126314Z set -x 2024-12-17T23:29:22.2126591Z  2024-12-17T23:29:22.2126975Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-12-17T23:29:22.2127621Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-12-17T23:29:22.2128261Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-12-17T23:29:22.2129146Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-12-17T23:29:22.2129718Z # expose this variable as part of GitHub context. 2024-12-17T23:29:22.2130354Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-12-17T23:29:22.2131043Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-12-17T23:29:22.2131481Z pwd 2024-12-17T23:29:22.2131716Z  2024-12-17T23:29:22.2132144Z LOG_FILE=$(grep -l -r "0cdf8b1d09254cfda66191d1bd01e3041c3c76f7" *.log | tail -n 1) 2024-12-17T23:29:22.2132668Z if [ -n "${LOG_FILE}" ]; then 2024-12-17T23:29:22.2133172Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-12-17T23:29:22.2133711Z  # needs to be awk {print $3} on MacOS 2024-12-17T23:29:22.2134060Z  case ${RUNNER_OS} in 2024-12-17T23:29:22.2134364Z  macOS) 2024-12-17T23:29:22.2134846Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-12-17T23:29:22.2135379Z  ;; 2024-12-17T23:29:22.2135608Z  *) 2024-12-17T23:29:22.2136059Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-12-17T23:29:22.2137314Z  ;; 2024-12-17T23:29:22.2137550Z  esac 2024-12-17T23:29:22.2137868Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-12-17T23:29:22.2138253Z fi 2024-12-17T23:29:22.2138623Z  2024-12-17T23:29:22.2138851Z popd 2024-12-17T23:29:22.2144385Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.2144790Z env: 2024-12-17T23:29:22.2145024Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.2145292Z ##[endgroup] 2024-12-17T23:29:22.2168829Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-12-17T23:29:22.2169534Z + pwd 2024-12-17T23:29:22.2170165Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:22.2170931Z /home/ec2-user/actions-runner/_diag 2024-12-17T23:29:22.2178628Z ++ grep -l -r 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 Runner_20241217-222653-utc.log Runner_20241217-222740-utc.log Worker_20241217-223213-utc.log Worker_20241217-223528-utc.log Worker_20241217-223717-utc.log Worker_20241217-224028-utc.log Worker_20241217-224351-utc.log Worker_20241217-224721-utc.log Worker_20241217-225703-utc.log Worker_20241217-230211-utc.log Worker_20241217-230700-utc.log Worker_20241217-231106-utc.log Worker_20241217-231207-utc.log Worker_20241217-231545-utc.log Worker_20241217-232850-utc.log 2024-12-17T23:29:22.2183073Z ++ tail -n 1 2024-12-17T23:29:22.2233451Z + LOG_FILE=Worker_20241217-232850-utc.log 2024-12-17T23:29:22.2234278Z + '[' -n Worker_20241217-232850-utc.log ']' 2024-12-17T23:29:22.2234908Z + case ${RUNNER_OS} in 2024-12-17T23:29:22.2239669Z ++ grep -r '"jobDisplayName"' Worker_20241217-232850-utc.log 2024-12-17T23:29:22.2243981Z ++ sed 's/"//g' 2024-12-17T23:29:22.2257614Z ++ awk -F '[:]' '{print $2}' 2024-12-17T23:29:22.2260678Z ++ xargs 2024-12-17T23:29:22.2290446Z + JOB_NAME='linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-12-17T23:29:22.2291684Z + echo 'job-name=linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-12-17T23:29:22.2292511Z ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:22.2293316Z + popd 2024-12-17T23:29:22.2332010Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:29:22.2332441Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:29:22.2332820Z echo "Job name: ${JOB_NAME}" 2024-12-17T23:29:22.2333141Z  2024-12-17T23:29:22.2333533Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:29:22.2334042Z # in runner workspace 2024-12-17T23:29:22.2334490Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-17T23:29:22.2335125Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-17T23:29:22.2335493Z  --job-name "${JOB_NAME}" \ 2024-12-17T23:29:22.2335836Z  --test-matrix "{ include: [ 2024-12-17T23:29:22.2336664Z  { config: "default", shard: 1, num_shards: 1, runner: "lf.linux.4xlarge.nvidia.gpu" }, 2024-12-17T23:29:22.2337180Z ]} 2024-12-17T23:29:22.2337414Z " \ 2024-12-17T23:29:22.2337670Z  --selected-test-configs "" \ 2024-12-17T23:29:22.2338029Z  --pr-number "${PR_NUMBER}" \ 2024-12-17T23:29:22.2338366Z  --tag "${TAG}" \ 2024-12-17T23:29:22.2338673Z  --event-name "${EVENT_NAME}" \ 2024-12-17T23:29:22.2339020Z  --schedule "${SCHEDULE}" \ 2024-12-17T23:29:22.2339356Z  --branch "${HEAD_BRANCH}" 2024-12-17T23:29:22.2345366Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.2345769Z env: 2024-12-17T23:29:22.2346003Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.2346467Z GITHUB_TOKEN: *** 2024-12-17T23:29:22.2346840Z JOB_NAME: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-12-17T23:29:22.2347270Z PR_NUMBER: 2024-12-17T23:29:22.2347493Z TAG: 2024-12-17T23:29:22.2347718Z EVENT_NAME: push 2024-12-17T23:29:22.2347966Z SCHEDULE: 2024-12-17T23:29:22.2348187Z HEAD_BRANCH: 2024-12-17T23:29:22.2348449Z ##[endgroup] 2024-12-17T23:29:22.2371246Z Workflow: periodic 2024-12-17T23:29:22.2371905Z Job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-12-17T23:29:22.4590655Z fatal: unknown commit origin/main 2024-12-17T23:29:22.4599763Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:487: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2024-12-17T23:29:22.4602303Z warnings.warn(f"failed to get commit messages: {e}") 2024-12-17T23:29:22.4747455Z ##[group]Run echo "Filtered matrix:" 2024-12-17T23:29:22.4747840Z echo "Filtered matrix:" 2024-12-17T23:29:22.4748418Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "lf.linux.4xlarge.nvidia.gpu"}]}" 2024-12-17T23:29:22.4749102Z  2024-12-17T23:29:22.4749320Z echo 2024-12-17T23:29:22.4749616Z echo "Is the current job unstable? False" 2024-12-17T23:29:22.4749981Z  2024-12-17T23:29:22.4750193Z echo 2024-12-17T23:29:22.4750470Z echo "Is keep-going label set? False" 2024-12-17T23:29:22.4750813Z  2024-12-17T23:29:22.4751033Z echo 2024-12-17T23:29:22.4751286Z echo "Renabled issues? " 2024-12-17T23:29:22.4757080Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.4757468Z env: 2024-12-17T23:29:22.4757710Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:22.4757990Z ##[endgroup] 2024-12-17T23:29:22.4785579Z Filtered matrix: 2024-12-17T23:29:22.4786435Z {include: [{config: default, shard: 1, num_shards: 1, runner: lf.linux.4xlarge.nvidia.gpu}]} 2024-12-17T23:29:22.4787217Z 2024-12-17T23:29:22.4787435Z Is the current job unstable? False 2024-12-17T23:29:22.4787812Z 2024-12-17T23:29:22.4788016Z Is keep-going label set? False 2024-12-17T23:29:22.4788284Z 2024-12-17T23:29:22.4788384Z Renabled issues? 2024-12-17T23:29:22.4870871Z Post job cleanup. 2024-12-17T23:29:22.4918377Z Post job cleanup. 2024-12-17T23:29:22.5663226Z [command]/usr/bin/git version 2024-12-17T23:29:22.5700728Z git version 2.40.1 2024-12-17T23:29:22.5746116Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1c5611a6-b201-4b10-8a6a-b514dc7f8acd' before making global git config changes 2024-12-17T23:29:22.5748184Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:22.5752163Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:22.5783371Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:22.5811350Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-12-17T23:29:22.6099088Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:22.6132610Z http.https://github.com/.extraheader 2024-12-17T23:29:22.6146822Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:29:22.6172822Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-12-17T23:29:22.6513684Z A job completed hook has been configured by the self-hosted runner administrator 2024-12-17T23:29:22.6539138Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-12-17T23:29:22.6544553Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:22.6544956Z ##[endgroup] 2024-12-17T23:29:22.6646779Z [!ALERT!] Swap in detected! [!ALERT!] 2024-12-17T23:29:34.2930019Z [!ALERT!] Swap out detected [!ALERT!] 2024-12-17T23:29:52.2290679Z Evaluate and set job outputs 2024-12-17T23:29:52.2298752Z Set output 'test-matrix' 2024-12-17T23:29:52.2300947Z Set output 'is-test-matrix-empty' 2024-12-17T23:29:52.2301837Z Set output 'keep-going' 2024-12-17T23:29:52.2302773Z Cleaning up orphan processes