2024-12-17T23:28:52.2721673Z Current runner version: '2.321.0' 2024-12-17T23:28:52.2729168Z Runner name: 'i-02bafc1846c7fcec5' 2024-12-17T23:28:52.2730226Z Runner group name: 'Default' 2024-12-17T23:28:52.2731304Z Machine name: 'ip-10-0-40-176' 2024-12-17T23:28:52.2735933Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:52.2738928Z Actions: read 2024-12-17T23:28:52.2739613Z Attestations: read 2024-12-17T23:28:52.2740252Z Checks: read 2024-12-17T23:28:52.2740805Z Contents: read 2024-12-17T23:28:52.2741419Z Deployments: read 2024-12-17T23:28:52.2742066Z Discussions: read 2024-12-17T23:28:52.2742625Z Issues: read 2024-12-17T23:28:52.2743224Z Metadata: read 2024-12-17T23:28:52.2743892Z Packages: read 2024-12-17T23:28:52.2744441Z Pages: read 2024-12-17T23:28:52.2745061Z PullRequests: read 2024-12-17T23:28:52.2745728Z RepositoryProjects: read 2024-12-17T23:28:52.2746543Z SecurityEvents: read 2024-12-17T23:28:52.2747233Z Statuses: read 2024-12-17T23:28:52.2747854Z ##[endgroup] 2024-12-17T23:28:52.2751431Z Secret source: Actions 2024-12-17T23:28:52.2752587Z Prepare workflow directory 2024-12-17T23:28:52.3287899Z Prepare all required actions 2024-12-17T23:28:52.3327346Z Getting action download info 2024-12-17T23:28:52.4975270Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:09.1398818Z Getting action download info 2024-12-17T23:29:09.2585190Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:29:09.5762865Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:29:09.5765096Z ##[group] Inputs 2024-12-17T23:29:09.5765560Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-12-17T23:29:09.5766149Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-12-17T23:29:09.5766617Z cuda-version: cpu 2024-12-17T23:29:09.5766880Z sync-tag: 2024-12-17T23:29:09.5767369Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2024-12-17T23:29:09.5767944Z runner: linux.large 2024-12-17T23:29:09.5768227Z ##[endgroup] 2024-12-17T23:29:09.5768602Z Complete job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter 2024-12-17T23:29:09.6154375Z A job started hook has been configured by the self-hosted runner administrator 2024-12-17T23:29:09.6270392Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-12-17T23:29:09.6279662Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:09.6280370Z ##[endgroup] 2024-12-17T23:29:11.1832210Z Runner Type: linux.large 2024-12-17T23:29:11.1832970Z Instance Type: c5.large 2024-12-17T23:29:11.1833448Z AMI Name: unknown 2024-12-17T23:29:11.1870888Z AMI ID: ami-0fff1b9a61dec8a5f 2024-12-17T23:29:16.8280702Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:29:16.8281238Z with: 2024-12-17T23:29:16.8281463Z fetch-depth: 1 2024-12-17T23:29:16.8281724Z submodules: false 2024-12-17T23:29:16.8281991Z env: 2024-12-17T23:29:16.8282209Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:16.8282490Z ##[endgroup] 2024-12-17T23:29:16.8363978Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:16.8365398Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:29:16.8374020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:16.8374480Z env: 2024-12-17T23:29:16.8374720Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:16.8374995Z ##[endgroup] 2024-12-17T23:29:16.8483947Z ##[group]Run retry () { 2024-12-17T23:29:16.8484513Z retry () { 2024-12-17T23:29:16.8485124Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:29:16.8485538Z } 2024-12-17T23:29:16.8485787Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:29:16.8486284Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:29:16.8486647Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:16.8487011Z else 2024-12-17T23:29:16.8487273Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:29:16.8487610Z fi 2024-12-17T23:29:16.8487865Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:29:16.8493366Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:16.8493805Z env: 2024-12-17T23:29:16.8494030Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:16.8494311Z NO_SUDO: 2024-12-17T23:29:16.8494542Z ##[endgroup] 2024-12-17T23:29:16.8521205Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:17.6789619Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:29:17.6790004Z with: 2024-12-17T23:29:17.6790266Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:17.6790628Z fetch-depth: 1 2024-12-17T23:29:17.6790883Z submodules: false 2024-12-17T23:29:17.6791151Z quiet-checkout: true 2024-12-17T23:29:17.6791534Z repository: pytorch/pytorch 2024-12-17T23:29:17.6791986Z token: *** 2024-12-17T23:29:17.6792210Z ssh-strict: true 2024-12-17T23:29:17.6792479Z persist-credentials: true 2024-12-17T23:29:17.6792774Z clean: true 2024-12-17T23:29:17.6793027Z sparse-checkout-cone-mode: true 2024-12-17T23:29:17.6793344Z lfs: false 2024-12-17T23:29:17.6793590Z set-safe-directory: true 2024-12-17T23:29:17.6793856Z env: 2024-12-17T23:29:17.6794090Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:17.6794367Z ##[endgroup] 2024-12-17T23:29:17.7729972Z Syncing repository: pytorch/pytorch 2024-12-17T23:29:17.7732232Z ##[group]Getting Git version info 2024-12-17T23:29:17.7733161Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:29:17.7734356Z [command]/usr/bin/git version 2024-12-17T23:29:17.7734835Z git version 2.40.1 2024-12-17T23:29:17.7761299Z ##[endgroup] 2024-12-17T23:29:17.7767932Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4b3da661-c051-482a-b61b-f49193651dc5' before making global git config changes 2024-12-17T23:29:17.7769894Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:17.7777103Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:17.7804861Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-12-17T23:29:17.7809759Z ##[group]Initializing the repository 2024-12-17T23:29:17.7813550Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:17.7838618Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-12-17T23:29:17.7840433Z hint: is subject to change. To configure the initial branch name to use in all 2024-12-17T23:29:17.7841915Z hint: of your new repositories, which will suppress this warning, call: 2024-12-17T23:29:17.7863272Z hint: 2024-12-17T23:29:17.7873939Z hint: git config --global init.defaultBranch 2024-12-17T23:29:17.7874944Z hint: 2024-12-17T23:29:17.7875750Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-12-17T23:29:17.7877221Z hint: 'development'. The just-created branch can be renamed via this command: 2024-12-17T23:29:17.7878304Z hint: 2024-12-17T23:29:17.7878901Z hint: git branch -m 2024-12-17T23:29:17.7880215Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-12-17T23:29:17.7933095Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:29:17.7934952Z ##[endgroup] 2024-12-17T23:29:17.7935738Z ##[group]Disabling automatic garbage collection 2024-12-17T23:29:17.7936481Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:29:17.7946355Z ##[endgroup] 2024-12-17T23:29:17.7947073Z ##[group]Setting up auth 2024-12-17T23:29:17.7953112Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:17.7978744Z [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:17.8227751Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:17.8250292Z [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:17.8500623Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:29:17.8533555Z ##[endgroup] 2024-12-17T23:29:17.8534804Z ##[group]Fetching the repository 2024-12-17T23:29:17.8540355Z [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:18.1380490Z remote: Enumerating objects: 11607, done. 2024-12-17T23:29:18.1391068Z remote: Counting objects: 0% (1/11607) 2024-12-17T23:29:18.1395284Z remote: Counting objects: 1% (117/11607) 2024-12-17T23:29:18.1401002Z remote: Counting objects: 2% (233/11607) 2024-12-17T23:29:18.1405153Z remote: Counting objects: 3% (349/11607) 2024-12-17T23:29:18.1407793Z remote: Counting objects: 4% (465/11607) 2024-12-17T23:29:18.1408854Z remote: Counting objects: 5% (581/11607) 2024-12-17T23:29:18.1410226Z remote: Counting objects: 6% (697/11607) 2024-12-17T23:29:18.1411153Z remote: Counting objects: 7% (813/11607) 2024-12-17T23:29:18.1412644Z remote: Counting objects: 8% (929/11607) 2024-12-17T23:29:18.1413479Z remote: Counting objects: 9% (1045/11607) 2024-12-17T23:29:18.1414582Z remote: Counting objects: 10% (1161/11607) 2024-12-17T23:29:18.1415071Z remote: Counting objects: 11% (1277/11607) 2024-12-17T23:29:18.1415870Z remote: Counting objects: 12% (1393/11607) 2024-12-17T23:29:18.1416724Z remote: Counting objects: 13% (1509/11607) 2024-12-17T23:29:18.1417548Z remote: Counting objects: 14% (1625/11607) 2024-12-17T23:29:18.1418417Z remote: Counting objects: 15% (1742/11607) 2024-12-17T23:29:18.1419035Z remote: Counting objects: 16% (1858/11607) 2024-12-17T23:29:18.1420092Z remote: Counting objects: 17% (1974/11607) 2024-12-17T23:29:18.1421901Z remote: Counting objects: 18% (2090/11607) 2024-12-17T23:29:18.1422536Z remote: Counting objects: 19% (2206/11607) 2024-12-17T23:29:18.1423344Z remote: Counting objects: 20% (2322/11607) 2024-12-17T23:29:18.1424743Z remote: Counting objects: 21% (2438/11607) 2024-12-17T23:29:18.1427047Z remote: Counting objects: 22% (2554/11607) 2024-12-17T23:29:18.1427873Z remote: Counting objects: 23% (2670/11607) 2024-12-17T23:29:18.1428610Z remote: Counting objects: 24% (2786/11607) 2024-12-17T23:29:18.1429704Z remote: Counting objects: 25% (2902/11607) 2024-12-17T23:29:18.1431700Z remote: Counting objects: 26% (3018/11607) 2024-12-17T23:29:18.1432981Z remote: Counting objects: 27% (3134/11607) 2024-12-17T23:29:18.1434937Z remote: Counting objects: 28% (3250/11607) 2024-12-17T23:29:18.1435695Z remote: Counting objects: 29% (3367/11607) 2024-12-17T23:29:18.1436509Z remote: Counting objects: 30% (3483/11607) 2024-12-17T23:29:18.1438481Z remote: Counting objects: 31% (3599/11607) 2024-12-17T23:29:18.1439318Z remote: Counting objects: 32% (3715/11607) 2024-12-17T23:29:18.1440164Z remote: Counting objects: 33% (3831/11607) 2024-12-17T23:29:18.1441613Z remote: Counting objects: 34% (3947/11607) 2024-12-17T23:29:18.1442220Z remote: Counting objects: 35% (4063/11607) 2024-12-17T23:29:18.1442822Z remote: Counting objects: 36% (4179/11607) 2024-12-17T23:29:18.1445698Z remote: Counting objects: 37% (4295/11607) 2024-12-17T23:29:18.1448321Z remote: Counting objects: 38% (4411/11607) 2024-12-17T23:29:18.1450983Z remote: Counting objects: 39% (4527/11607) 2024-12-17T23:29:18.1453700Z remote: Counting objects: 40% (4643/11607) 2024-12-17T23:29:18.1456318Z remote: Counting objects: 41% (4759/11607) 2024-12-17T23:29:18.1458925Z remote: Counting objects: 42% (4875/11607) 2024-12-17T23:29:18.1461603Z remote: Counting objects: 43% (4992/11607) 2024-12-17T23:29:18.1464254Z remote: Counting objects: 44% (5108/11607) 2024-12-17T23:29:18.1466875Z remote: Counting objects: 45% (5224/11607) 2024-12-17T23:29:18.1470403Z remote: Counting objects: 46% (5340/11607) 2024-12-17T23:29:18.1471105Z remote: Counting objects: 47% (5456/11607) 2024-12-17T23:29:18.1473925Z remote: Counting objects: 48% (5572/11607) 2024-12-17T23:29:18.1476553Z remote: Counting objects: 49% (5688/11607) 2024-12-17T23:29:18.1479213Z remote: Counting objects: 50% (5804/11607) 2024-12-17T23:29:18.1481915Z remote: Counting objects: 51% (5920/11607) 2024-12-17T23:29:18.1484886Z remote: Counting objects: 52% (6036/11607) 2024-12-17T23:29:18.1485575Z remote: Counting objects: 53% (6152/11607) 2024-12-17T23:29:18.1486277Z remote: Counting objects: 54% (6268/11607) 2024-12-17T23:29:18.1486901Z remote: Counting objects: 55% (6384/11607) 2024-12-17T23:29:18.1487572Z remote: Counting objects: 56% (6500/11607) 2024-12-17T23:29:18.1488245Z remote: Counting objects: 57% (6616/11607) 2024-12-17T23:29:18.1491937Z remote: Counting objects: 58% (6733/11607) 2024-12-17T23:29:18.1492656Z remote: Counting objects: 59% (6849/11607) 2024-12-17T23:29:18.1493299Z remote: Counting objects: 60% (6965/11607) 2024-12-17T23:29:18.1496013Z remote: Counting objects: 61% (7081/11607) 2024-12-17T23:29:18.1498628Z remote: Counting objects: 62% (7197/11607) 2024-12-17T23:29:18.1499744Z remote: Counting objects: 63% (7313/11607) 2024-12-17T23:29:18.1502094Z remote: Counting objects: 64% (7429/11607) 2024-12-17T23:29:18.1503230Z remote: Counting objects: 65% (7545/11607) 2024-12-17T23:29:18.1505943Z remote: Counting objects: 66% (7661/11607) 2024-12-17T23:29:18.1507043Z remote: Counting objects: 67% (7777/11607) 2024-12-17T23:29:18.1509631Z remote: Counting objects: 68% (7893/11607) 2024-12-17T23:29:18.1510834Z remote: Counting objects: 69% (8009/11607) 2024-12-17T23:29:18.1513286Z remote: Counting objects: 70% (8125/11607) 2024-12-17T23:29:18.1515450Z remote: Counting objects: 71% (8241/11607) 2024-12-17T23:29:18.1517159Z remote: Counting objects: 72% (8358/11607) 2024-12-17T23:29:18.1519689Z remote: Counting objects: 73% (8474/11607) 2024-12-17T23:29:18.1520935Z remote: Counting objects: 74% (8590/11607) 2024-12-17T23:29:18.1521603Z remote: Counting objects: 75% (8706/11607) 2024-12-17T23:29:18.1523647Z remote: Counting objects: 76% (8822/11607) 2024-12-17T23:29:18.1524765Z remote: Counting objects: 77% (8938/11607) 2024-12-17T23:29:18.1527019Z remote: Counting objects: 78% (9054/11607) 2024-12-17T23:29:18.1528133Z remote: Counting objects: 79% (9170/11607) 2024-12-17T23:29:18.1529836Z remote: Counting objects: 80% (9286/11607) 2024-12-17T23:29:18.1533836Z remote: Counting objects: 81% (9402/11607) 2024-12-17T23:29:18.1537431Z remote: Counting objects: 82% (9518/11607) 2024-12-17T23:29:18.1538135Z remote: Counting objects: 83% (9634/11607) 2024-12-17T23:29:18.1541325Z remote: Counting objects: 84% (9750/11607) 2024-12-17T23:29:18.1545775Z remote: Counting objects: 85% (9866/11607) 2024-12-17T23:29:18.1546474Z remote: Counting objects: 86% (9983/11607) 2024-12-17T23:29:18.1550845Z remote: Counting objects: 87% (10099/11607) 2024-12-17T23:29:18.1553669Z remote: Counting objects: 88% (10215/11607) 2024-12-17T23:29:18.1556648Z remote: Counting objects: 89% (10331/11607) 2024-12-17T23:29:18.1559260Z remote: Counting objects: 90% (10447/11607) 2024-12-17T23:29:18.1560015Z remote: Counting objects: 91% (10563/11607) 2024-12-17T23:29:18.1562894Z remote: Counting objects: 92% (10679/11607) 2024-12-17T23:29:18.1563583Z remote: Counting objects: 93% (10795/11607) 2024-12-17T23:29:18.1567702Z remote: Counting objects: 94% (10911/11607) 2024-12-17T23:29:18.1571755Z remote: Counting objects: 95% (11027/11607) 2024-12-17T23:29:18.1574963Z remote: Counting objects: 96% (11143/11607) 2024-12-17T23:29:18.1579157Z remote: Counting objects: 97% (11259/11607) 2024-12-17T23:29:18.1582457Z remote: Counting objects: 98% (11375/11607) 2024-12-17T23:29:18.1585955Z remote: Counting objects: 99% (11491/11607) 2024-12-17T23:29:18.1586663Z remote: Counting objects: 100% (11607/11607) 2024-12-17T23:29:18.1587412Z remote: Counting objects: 100% (11607/11607), done. 2024-12-17T23:29:18.1673507Z remote: Compressing objects: 0% (1/10160) 2024-12-17T23:29:18.1936837Z remote: Compressing objects: 1% (102/10160) 2024-12-17T23:29:18.2515563Z remote: Compressing objects: 2% (204/10160) 2024-12-17T23:29:18.2767196Z remote: Compressing objects: 3% (305/10160) 2024-12-17T23:29:18.3214603Z remote: Compressing objects: 4% (407/10160) 2024-12-17T23:29:18.3639231Z remote: Compressing objects: 5% (508/10160) 2024-12-17T23:29:18.4314578Z remote: Compressing objects: 6% (610/10160) 2024-12-17T23:29:18.5044952Z remote: Compressing objects: 7% (712/10160) 2024-12-17T23:29:18.5713698Z remote: Compressing objects: 8% (813/10160) 2024-12-17T23:29:18.6165648Z remote: Compressing objects: 9% (915/10160) 2024-12-17T23:29:18.6600801Z remote: Compressing objects: 10% (1016/10160) 2024-12-17T23:29:18.6989002Z remote: Compressing objects: 11% (1118/10160) 2024-12-17T23:29:18.7345261Z remote: Compressing objects: 12% (1220/10160) 2024-12-17T23:29:18.8051283Z remote: Compressing objects: 13% (1321/10160) 2024-12-17T23:29:18.8609199Z remote: Compressing objects: 14% (1423/10160) 2024-12-17T23:29:18.9097623Z remote: Compressing objects: 15% (1524/10160) 2024-12-17T23:29:18.9619715Z remote: Compressing objects: 16% (1626/10160) 2024-12-17T23:29:19.0173835Z remote: Compressing objects: 17% (1728/10160) 2024-12-17T23:29:19.0620882Z remote: Compressing objects: 18% (1829/10160) 2024-12-17T23:29:19.1350394Z remote: Compressing objects: 19% (1931/10160) 2024-12-17T23:29:19.1596397Z remote: Compressing objects: 20% (2032/10160) 2024-12-17T23:29:19.2011045Z remote: Compressing objects: 20% (2082/10160) 2024-12-17T23:29:19.2398555Z remote: Compressing objects: 21% (2134/10160) 2024-12-17T23:29:19.2998781Z remote: Compressing objects: 22% (2236/10160) 2024-12-17T23:29:19.3631574Z remote: Compressing objects: 23% (2337/10160) 2024-12-17T23:29:19.4193375Z remote: Compressing objects: 24% (2439/10160) 2024-12-17T23:29:19.4649579Z remote: Compressing objects: 25% (2540/10160) 2024-12-17T23:29:19.5336571Z remote: Compressing objects: 26% (2642/10160) 2024-12-17T23:29:19.5743374Z remote: Compressing objects: 27% (2744/10160) 2024-12-17T23:29:19.6185398Z remote: Compressing objects: 28% (2845/10160) 2024-12-17T23:29:19.6703605Z remote: Compressing objects: 29% (2947/10160) 2024-12-17T23:29:19.7243521Z remote: Compressing objects: 30% (3048/10160) 2024-12-17T23:29:19.7856490Z remote: Compressing objects: 31% (3150/10160) 2024-12-17T23:29:19.7933038Z remote: Compressing objects: 32% (3252/10160) 2024-12-17T23:29:19.8038393Z remote: Compressing objects: 33% (3353/10160) 2024-12-17T23:29:19.8290522Z remote: Compressing objects: 34% (3455/10160) 2024-12-17T23:29:19.8437118Z remote: Compressing objects: 35% (3556/10160) 2024-12-17T23:29:19.8669007Z remote: Compressing objects: 36% (3658/10160) 2024-12-17T23:29:19.8686593Z remote: Compressing objects: 37% (3760/10160) 2024-12-17T23:29:19.8831567Z remote: Compressing objects: 38% (3861/10160) 2024-12-17T23:29:19.9132442Z remote: Compressing objects: 39% (3963/10160) 2024-12-17T23:29:19.9314712Z remote: Compressing objects: 40% (4064/10160) 2024-12-17T23:29:19.9581422Z remote: Compressing objects: 41% (4166/10160) 2024-12-17T23:29:19.9961044Z remote: Compressing objects: 42% (4268/10160) 2024-12-17T23:29:20.0478318Z remote: Compressing objects: 43% (4369/10160) 2024-12-17T23:29:20.0857547Z remote: Compressing objects: 44% (4471/10160) 2024-12-17T23:29:20.1148077Z remote: Compressing objects: 45% (4572/10160) 2024-12-17T23:29:20.1562310Z remote: Compressing objects: 46% (4674/10160) 2024-12-17T23:29:20.1591947Z remote: Compressing objects: 47% (4776/10160) 2024-12-17T23:29:20.2051137Z remote: Compressing objects: 47% (4783/10160) 2024-12-17T23:29:20.2368478Z remote: Compressing objects: 48% (4877/10160) 2024-12-17T23:29:20.2747397Z remote: Compressing objects: 49% (4979/10160) 2024-12-17T23:29:20.3295570Z remote: Compressing objects: 50% (5080/10160) 2024-12-17T23:29:20.3697085Z remote: Compressing objects: 51% (5182/10160) 2024-12-17T23:29:20.4019540Z remote: Compressing objects: 52% (5284/10160) 2024-12-17T23:29:20.4255436Z remote: Compressing objects: 53% (5385/10160) 2024-12-17T23:29:20.4507414Z remote: Compressing objects: 54% (5487/10160) 2024-12-17T23:29:20.4836583Z remote: Compressing objects: 55% (5588/10160) 2024-12-17T23:29:20.5245240Z remote: Compressing objects: 56% (5690/10160) 2024-12-17T23:29:20.5502951Z remote: Compressing objects: 57% (5792/10160) 2024-12-17T23:29:20.6109429Z remote: Compressing objects: 58% (5893/10160) 2024-12-17T23:29:20.6158421Z remote: Compressing objects: 59% (5995/10160) 2024-12-17T23:29:20.6289326Z remote: Compressing objects: 60% (6096/10160) 2024-12-17T23:29:20.6469868Z remote: Compressing objects: 61% (6198/10160) 2024-12-17T23:29:20.6891861Z remote: Compressing objects: 62% (6300/10160) 2024-12-17T23:29:20.7117277Z remote: Compressing objects: 63% (6401/10160) 2024-12-17T23:29:20.7180923Z remote: Compressing objects: 64% (6503/10160) 2024-12-17T23:29:20.7216166Z remote: Compressing objects: 65% (6604/10160) 2024-12-17T23:29:20.7284564Z remote: Compressing objects: 66% (6706/10160) 2024-12-17T23:29:20.7426317Z remote: Compressing objects: 67% (6808/10160) 2024-12-17T23:29:20.7494909Z remote: Compressing objects: 68% (6909/10160) 2024-12-17T23:29:20.7585459Z remote: Compressing objects: 69% (7011/10160) 2024-12-17T23:29:20.7721111Z remote: Compressing objects: 70% (7112/10160) 2024-12-17T23:29:20.7867579Z remote: Compressing objects: 71% (7214/10160) 2024-12-17T23:29:20.7992282Z remote: Compressing objects: 72% (7316/10160) 2024-12-17T23:29:20.8109536Z remote: Compressing objects: 73% (7417/10160) 2024-12-17T23:29:20.8210235Z remote: Compressing objects: 74% (7519/10160) 2024-12-17T23:29:20.8363451Z remote: Compressing objects: 75% (7620/10160) 2024-12-17T23:29:20.8510393Z remote: Compressing objects: 76% (7722/10160) 2024-12-17T23:29:20.8657569Z remote: Compressing objects: 77% (7824/10160) 2024-12-17T23:29:20.8808361Z remote: Compressing objects: 78% (7925/10160) 2024-12-17T23:29:20.8951104Z remote: Compressing objects: 79% (8027/10160) 2024-12-17T23:29:20.9097794Z remote: Compressing objects: 80% (8128/10160) 2024-12-17T23:29:20.9275701Z remote: Compressing objects: 81% (8230/10160) 2024-12-17T23:29:20.9459994Z remote: Compressing objects: 82% (8332/10160) 2024-12-17T23:29:20.9593655Z remote: Compressing objects: 83% (8433/10160) 2024-12-17T23:29:20.9730971Z remote: Compressing objects: 84% (8535/10160) 2024-12-17T23:29:20.9870473Z remote: Compressing objects: 85% (8636/10160) 2024-12-17T23:29:21.0037969Z remote: Compressing objects: 86% (8738/10160) 2024-12-17T23:29:21.0177943Z remote: Compressing objects: 87% (8840/10160) 2024-12-17T23:29:21.0286585Z remote: Compressing objects: 88% (8941/10160) 2024-12-17T23:29:21.0432680Z remote: Compressing objects: 89% (9043/10160) 2024-12-17T23:29:21.0472152Z remote: Compressing objects: 90% (9144/10160) 2024-12-17T23:29:21.0485388Z remote: Compressing objects: 91% (9246/10160) 2024-12-17T23:29:21.0499881Z remote: Compressing objects: 92% (9348/10160) 2024-12-17T23:29:21.0521568Z remote: Compressing objects: 93% (9449/10160) 2024-12-17T23:29:21.0531326Z remote: Compressing objects: 94% (9551/10160) 2024-12-17T23:29:21.0544735Z remote: Compressing objects: 95% (9652/10160) 2024-12-17T23:29:21.0556337Z remote: Compressing objects: 96% (9754/10160) 2024-12-17T23:29:21.0572296Z remote: Compressing objects: 97% (9856/10160) 2024-12-17T23:29:21.0585664Z remote: Compressing objects: 98% (9957/10160) 2024-12-17T23:29:21.0596377Z remote: Compressing objects: 99% (10059/10160) 2024-12-17T23:29:21.0597824Z remote: Compressing objects: 100% (10160/10160) 2024-12-17T23:29:21.0598670Z remote: Compressing objects: 100% (10160/10160), done. 2024-12-17T23:29:24.1383991Z remote: Total 11607 (delta 1421), reused 4228 (delta 1146), pack-reused 0 (from 0) 2024-12-17T23:29:24.7181821Z ##[endgroup] 2024-12-17T23:29:24.7182715Z ##[group]Determining the checkout info 2024-12-17T23:29:24.7183818Z ##[endgroup] 2024-12-17T23:29:24.7184709Z ##[group]Checking out the ref 2024-12-17T23:29:24.7188980Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:26.0031921Z ##[endgroup] 2024-12-17T23:29:26.0063002Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:29:26.0083049Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:29:26.0290132Z Prepare all required actions 2024-12-17T23:29:26.0290660Z Getting action download info 2024-12-17T23:29:26.1950381Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-17T23:29:26.3904449Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-17T23:29:26.3904831Z with: 2024-12-17T23:29:26.3905271Z github-token: *** 2024-12-17T23:29:26.3905756Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2024-12-17T23:29:26.3906277Z env: 2024-12-17T23:29:26.3906508Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:26.3906792Z ##[endgroup] 2024-12-17T23:29:26.3955178Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:29:26.3955512Z with: 2024-12-17T23:29:26.3955721Z shell: bash 2024-12-17T23:29:26.3955963Z timeout_minutes: 10 2024-12-17T23:29:26.3956210Z max_attempts: 5 2024-12-17T23:29:26.3956462Z retry_wait_seconds: 30 2024-12-17T23:29:26.3957350Z 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:26.3958210Z polling_interval_seconds: 1 2024-12-17T23:29:26.3958519Z warning_on_retry: true 2024-12-17T23:29:26.3958800Z continue_on_error: false 2024-12-17T23:29:26.3959057Z env: 2024-12-17T23:29:26.3959280Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:26.3959738Z GITHUB_TOKEN: *** 2024-12-17T23:29:26.3959971Z ##[endgroup] 2024-12-17T23:29:26.4909790Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:29:26.8398273Z Defaulting to user installation because normal site-packages is not writeable 2024-12-17T23:29:26.8565410Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-12-17T23:29:27.1235209Z Collecting pyyaml==6.0.1 2024-12-17T23:29:27.1326219Z Using cached PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2024-12-17T23:29:27.1477175Z 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:27.1491747Z 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:27.1497835Z 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:27.1504348Z 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:27.2067235Z Installing collected packages: pyyaml 2024-12-17T23:29:27.2068147Z Attempting uninstall: pyyaml 2024-12-17T23:29:27.2068940Z Found existing installation: PyYAML 5.4.1 2024-12-17T23:29:27.2116787Z Uninstalling PyYAML-5.4.1: 2024-12-17T23:29:27.2124710Z Successfully uninstalled PyYAML-5.4.1 2024-12-17T23:29:27.2675811Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2024-12-17T23:29:27.2678030Z awscli 1.27.69 requires PyYAML<5.5,>=3.10, but you have pyyaml 6.0.1 which is incompatible. 2024-12-17T23:29:27.2679206Z Successfully installed pyyaml-6.0.1 2024-12-17T23:29:27.4737251Z Command completed after 1 attempt(s). 2024-12-17T23:29:27.4825080Z ##[group]Run set -x 2024-12-17T23:29:27.4825384Z set -x 2024-12-17T23:29:27.4825616Z  2024-12-17T23:29:27.4826029Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:29:27.4826793Z # in runner workspace 2024-12-17T23:29:27.4827236Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-17T23:29:27.4833830Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:27.4834243Z env: 2024-12-17T23:29:27.4834468Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:27.4834935Z ##[endgroup] 2024-12-17T23:29:27.4863153Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-12-17T23:29:27.5113723Z ##[group]Run set -x 2024-12-17T23:29:27.5114020Z set -x 2024-12-17T23:29:27.5114258Z  2024-12-17T23:29:27.5114644Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-12-17T23:29:27.5115290Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-12-17T23:29:27.5115911Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-12-17T23:29:27.5116580Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-12-17T23:29:27.5117126Z # expose this variable as part of GitHub context. 2024-12-17T23:29:27.5117742Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-12-17T23:29:27.5118423Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-12-17T23:29:27.5118850Z pwd 2024-12-17T23:29:27.5119071Z  2024-12-17T23:29:27.5119484Z LOG_FILE=$(grep -l -r "0cdf8b1d09254cfda66191d1bd01e3041c3c76f7" *.log | tail -n 1) 2024-12-17T23:29:27.5120000Z if [ -n "${LOG_FILE}" ]; then 2024-12-17T23:29:27.5120492Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-12-17T23:29:27.5121010Z  # needs to be awk {print $3} on MacOS 2024-12-17T23:29:27.5121341Z  case ${RUNNER_OS} in 2024-12-17T23:29:27.5121628Z  macOS) 2024-12-17T23:29:27.5122228Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-12-17T23:29:27.5122758Z  ;; 2024-12-17T23:29:27.5122987Z  *) 2024-12-17T23:29:27.5123448Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-12-17T23:29:27.5123973Z  ;; 2024-12-17T23:29:27.5124200Z  esac 2024-12-17T23:29:27.5124511Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-12-17T23:29:27.5124888Z fi 2024-12-17T23:29:27.5125097Z  2024-12-17T23:29:27.5125318Z popd 2024-12-17T23:29:27.5130884Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:27.5131281Z env: 2024-12-17T23:29:27.5131515Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:27.5131780Z ##[endgroup] 2024-12-17T23:29:27.5159001Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-12-17T23:29:27.5159736Z + pwd 2024-12-17T23:29:27.5160275Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:27.5161011Z /home/ec2-user/actions-runner/_diag 2024-12-17T23:29:27.5172312Z ++ tail -n 1 2024-12-17T23:29:27.5175395Z ++ grep -l -r 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 Runner_20241217-213521-utc.log Runner_20241217-213608-utc.log Worker_20241217-214846-utc.log Worker_20241217-224014-utc.log Worker_20241217-225229-utc.log Worker_20241217-225656-utc.log Worker_20241217-231832-utc.log Worker_20241217-232337-utc.log Worker_20241217-232644-utc.log Worker_20241217-232849-utc.log 2024-12-17T23:29:27.5190729Z + LOG_FILE=Worker_20241217-232849-utc.log 2024-12-17T23:29:27.5191422Z + '[' -n Worker_20241217-232849-utc.log ']' 2024-12-17T23:29:27.5191990Z + case ${RUNNER_OS} in 2024-12-17T23:29:27.5196129Z ++ awk -F '[:]' '{print $2}' 2024-12-17T23:29:27.5198990Z ++ sed 's/"//g' 2024-12-17T23:29:27.5213341Z ++ grep -r '"jobDisplayName"' Worker_20241217-232849-utc.log 2024-12-17T23:29:27.5229542Z ++ xargs 2024-12-17T23:29:27.5247984Z + JOB_NAME='linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2024-12-17T23:29:27.5249247Z + echo 'job-name=linux-focal-cpu-py3.10-gcc9-bazel-test / filter,' 2024-12-17T23:29:27.5250015Z ~/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:27.5251047Z + popd 2024-12-17T23:29:27.5304143Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:29:27.5304569Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:29:27.5304929Z echo "Job name: ${JOB_NAME}" 2024-12-17T23:29:27.5305226Z  2024-12-17T23:29:27.5305626Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:29:27.5306132Z # in runner workspace 2024-12-17T23:29:27.5306582Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-17T23:29:27.5307077Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-17T23:29:27.5307433Z  --job-name "${JOB_NAME}" \ 2024-12-17T23:29:27.5307778Z  --test-matrix "{ include: [ 2024-12-17T23:29:27.5308228Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, 2024-12-17T23:29:27.5308678Z ]} 2024-12-17T23:29:27.5308902Z " \ 2024-12-17T23:29:27.5309155Z  --selected-test-configs "" \ 2024-12-17T23:29:27.5309508Z  --pr-number "${PR_NUMBER}" \ 2024-12-17T23:29:27.5309836Z  --tag "${TAG}" \ 2024-12-17T23:29:27.5310132Z  --event-name "${EVENT_NAME}" \ 2024-12-17T23:29:27.5310477Z  --schedule "${SCHEDULE}" \ 2024-12-17T23:29:27.5310805Z  --branch "${HEAD_BRANCH}" 2024-12-17T23:29:27.5316100Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:27.5316504Z env: 2024-12-17T23:29:27.5316737Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:27.5317228Z GITHUB_TOKEN: *** 2024-12-17T23:29:27.5317589Z JOB_NAME: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2024-12-17T23:29:27.5318140Z PR_NUMBER: 2024-12-17T23:29:27.5318361Z TAG: 2024-12-17T23:29:27.5318587Z EVENT_NAME: push 2024-12-17T23:29:27.5318837Z SCHEDULE: 2024-12-17T23:29:27.5319055Z HEAD_BRANCH: 2024-12-17T23:29:27.5319294Z ##[endgroup] 2024-12-17T23:29:27.5344989Z Workflow: pull 2024-12-17T23:29:27.5345877Z Job name: linux-focal-cpu-py3.10-gcc9-bazel-test / filter, 2024-12-17T23:29:27.7365671Z fatal: unknown commit origin/main 2024-12-17T23:29:27.7374461Z /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:27.7377304Z warnings.warn(f"failed to get commit messages: {e}") 2024-12-17T23:29:27.7518159Z ##[group]Run echo "Filtered matrix:" 2024-12-17T23:29:27.7518518Z echo "Filtered matrix:" 2024-12-17T23:29:27.7519041Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge"}]}" 2024-12-17T23:29:27.7519584Z  2024-12-17T23:29:27.7519794Z echo 2024-12-17T23:29:27.7520084Z echo "Is the current job unstable? False" 2024-12-17T23:29:27.7520439Z  2024-12-17T23:29:27.7520645Z echo 2024-12-17T23:29:27.7520939Z echo "Is keep-going label set? False" 2024-12-17T23:29:27.7521278Z  2024-12-17T23:29:27.7521485Z echo 2024-12-17T23:29:27.7521735Z echo "Renabled issues? " 2024-12-17T23:29:27.7527799Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:27.7528191Z env: 2024-12-17T23:29:27.7528431Z GIT_DEFAULT_BRANCH: main 2024-12-17T23:29:27.7528712Z ##[endgroup] 2024-12-17T23:29:27.7555819Z Filtered matrix: 2024-12-17T23:29:27.7556503Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge}]} 2024-12-17T23:29:27.7557157Z 2024-12-17T23:29:27.7557361Z Is the current job unstable? False 2024-12-17T23:29:27.7557772Z 2024-12-17T23:29:27.7557964Z Is keep-going label set? False 2024-12-17T23:29:27.7558340Z 2024-12-17T23:29:27.7558496Z Renabled issues? 2024-12-17T23:29:27.7645900Z Post job cleanup. 2024-12-17T23:29:27.7729417Z Post job cleanup. 2024-12-17T23:29:27.8587658Z [command]/usr/bin/git version 2024-12-17T23:29:27.8624462Z git version 2.40.1 2024-12-17T23:29:27.8669437Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1c35811f-b7de-4afc-b639-e968b38f2e41' before making global git config changes 2024-12-17T23:29:27.8671655Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:27.8675267Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-12-17T23:29:27.8704842Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:27.8735017Z [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:27.9019676Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:27.9046671Z http.https://github.com/.extraheader 2024-12-17T23:29:27.9059063Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:29:27.9085690Z [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:27.9424738Z A job completed hook has been configured by the self-hosted runner administrator 2024-12-17T23:29:27.9446200Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-12-17T23:29:27.9451243Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:29:27.9451750Z ##[endgroup] 2024-12-17T23:29:27.9535764Z [!ALERT!] Swap in detected! [!ALERT!] 2024-12-17T23:29:39.2499260Z [!ALERT!] Swap out detected [!ALERT!] 2024-12-17T23:29:56.4401690Z Evaluate and set job outputs 2024-12-17T23:29:56.4408425Z Set output 'test-matrix' 2024-12-17T23:29:56.4410200Z Set output 'is-test-matrix-empty' 2024-12-17T23:29:56.4410867Z Set output 'keep-going' 2024-12-17T23:29:56.4411575Z Cleaning up orphan processes