2024-11-01T16:13:46.4289499Z Current runner version: '2.320.0' 2024-11-01T16:13:46.4296193Z Runner name: 'i-03cb25e05c4c0040c' 2024-11-01T16:13:46.4297329Z Runner group name: 'Default' 2024-11-01T16:13:46.4298077Z Machine name: 'ip-10-0-75-162' 2024-11-01T16:13:46.4315227Z Testing runner upgrade compatibility 2024-11-01T16:13:46.5115143Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:46.5117294Z Actions: read 2024-11-01T16:13:46.5117693Z Attestations: read 2024-11-01T16:13:46.5118234Z Checks: read 2024-11-01T16:13:46.5118758Z Contents: read 2024-11-01T16:13:46.5119137Z Deployments: read 2024-11-01T16:13:46.5119631Z Discussions: read 2024-11-01T16:13:46.5120057Z Issues: read 2024-11-01T16:13:46.5120418Z Metadata: read 2024-11-01T16:13:46.5120886Z Packages: read 2024-11-01T16:13:46.5121264Z Pages: read 2024-11-01T16:13:46.5121671Z PullRequests: read 2024-11-01T16:13:46.5122209Z RepositoryProjects: read 2024-11-01T16:13:46.5122693Z SecurityEvents: read 2024-11-01T16:13:46.5123147Z Statuses: read 2024-11-01T16:13:46.5123785Z ##[endgroup] 2024-11-01T16:13:46.5127890Z Secret source: Actions 2024-11-01T16:13:46.5128719Z Prepare workflow directory 2024-11-01T16:13:46.9985924Z Prepare all required actions 2024-11-01T16:13:47.0264600Z Getting action download info 2024-11-01T16:13:47.1990229Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:51.3198219Z Getting action download info 2024-11-01T16:13:51.4268983Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:51.6551407Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:13:51.6553775Z ##[group] Inputs 2024-11-01T16:13:51.6554293Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-11-01T16:13:51.6555048Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 2024-11-01T16:13:51.6555617Z cuda-version: 12.1 2024-11-01T16:13:51.6555923Z sync-tag: 2024-11-01T16:13:51.6556585Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-11-01T16:13:51.6557334Z runner: linux.large 2024-11-01T16:13:51.6557637Z ##[endgroup] 2024-11-01T16:13:51.6558304Z Complete job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter 2024-11-01T16:13:51.7198324Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:51.7346569Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:13:51.7356751Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:51.7357286Z ##[endgroup] 2024-11-01T16:13:53.2553339Z Runner Type: linux.large 2024-11-01T16:13:53.2557400Z Instance Type: c5.large 2024-11-01T16:13:53.2558045Z AMI Name: unknown 2024-11-01T16:13:53.2558862Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:13:59.3064833Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:59.3065446Z with: 2024-11-01T16:13:59.3065712Z fetch-depth: 1 2024-11-01T16:13:59.3066015Z submodules: false 2024-11-01T16:13:59.3066299Z env: 2024-11-01T16:13:59.3066541Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:59.3066882Z ##[endgroup] 2024-11-01T16:13:59.3265695Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:59.3267078Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:59.3276331Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:59.3276845Z env: 2024-11-01T16:13:59.3277096Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:59.3277425Z ##[endgroup] 2024-11-01T16:13:59.3388849Z ##[group]Run retry () { 2024-11-01T16:13:59.3389215Z retry () { 2024-11-01T16:13:59.3389744Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:59.3390446Z } 2024-11-01T16:13:59.3390736Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:59.3391150Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:59.3391604Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:59.3392055Z else 2024-11-01T16:13:59.3392464Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:59.3392865Z fi 2024-11-01T16:13:59.3393153Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:59.3399868Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:59.3400354Z env: 2024-11-01T16:13:59.3400610Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:59.3400937Z NO_SUDO: 2024-11-01T16:13:59.3401180Z ##[endgroup] 2024-11-01T16:13:59.3428416Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:59.6903691Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:59.6904135Z with: 2024-11-01T16:13:59.6904433Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:59.6904882Z fetch-depth: 1 2024-11-01T16:13:59.6905167Z submodules: false 2024-11-01T16:13:59.6905450Z quiet-checkout: true 2024-11-01T16:13:59.6905778Z repository: pytorch/pytorch 2024-11-01T16:13:59.6906265Z token: *** 2024-11-01T16:13:59.6906530Z ssh-strict: true 2024-11-01T16:13:59.6906835Z persist-credentials: true 2024-11-01T16:13:59.6907172Z clean: true 2024-11-01T16:13:59.6907457Z sparse-checkout-cone-mode: true 2024-11-01T16:13:59.6907823Z lfs: false 2024-11-01T16:13:59.6908103Z set-safe-directory: true 2024-11-01T16:13:59.6908405Z env: 2024-11-01T16:13:59.6908652Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:59.6908969Z ##[endgroup] 2024-11-01T16:13:59.8057404Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:59.8060022Z ##[group]Getting Git version info 2024-11-01T16:13:59.8061499Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:59.8063073Z [command]/usr/bin/git version 2024-11-01T16:13:59.8067959Z git version 2.40.1 2024-11-01T16:13:59.8090098Z ##[endgroup] 2024-11-01T16:13:59.8113198Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b0dc481f-826d-4d68-b23b-3d5fa682fc64' before making global git config changes 2024-11-01T16:13:59.8116867Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:59.8124643Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:59.8168388Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:59.8174122Z ##[group]Initializing the repository 2024-11-01T16:13:59.8178550Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:59.8213925Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:59.8215927Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:59.8217500Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:59.8218655Z hint: 2024-11-01T16:13:59.8219659Z hint: git config --global init.defaultBranch 2024-11-01T16:13:59.8220608Z hint: 2024-11-01T16:13:59.8221945Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:59.8223640Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:59.8224860Z hint: 2024-11-01T16:13:59.8225483Z hint: git branch -m 2024-11-01T16:13:59.8227204Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:59.8237375Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:59.8273310Z ##[endgroup] 2024-11-01T16:13:59.8274913Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:59.8276396Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:59.8310082Z ##[endgroup] 2024-11-01T16:13:59.8311335Z ##[group]Setting up auth 2024-11-01T16:13:59.8318498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:59.8353864Z [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-11-01T16:13:59.8623114Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:59.8659260Z [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-11-01T16:13:59.8929932Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:59.8978196Z ##[endgroup] 2024-11-01T16:13:59.8980136Z ##[group]Fetching the repository 2024-11-01T16:13:59.8987710Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:00.1650420Z remote: Enumerating objects: 11385, done. 2024-11-01T16:14:00.1659805Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:14:00.1666325Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:14:00.1667310Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:14:00.1671286Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:14:00.1675422Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:14:00.1680466Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:14:00.1684614Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:14:00.1688604Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:14:00.1692675Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:14:00.1697227Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:14:00.1700322Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:14:00.1703585Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:14:00.1706928Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:14:00.1710074Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:14:00.1713214Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:14:00.1716452Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:14:00.1719609Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:14:00.1723277Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:14:00.1726600Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:14:00.1729758Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:14:00.1734081Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:14:00.1737748Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:14:00.1751896Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:14:00.1752973Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:14:00.1754055Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:14:00.1755182Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:14:00.1756177Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:14:00.1757330Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:14:00.1758333Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:14:00.1759315Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:14:00.1760477Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:14:00.1761460Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:14:00.1762528Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:14:00.1763642Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:14:00.1764623Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:14:00.1794119Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:14:00.1795555Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:14:00.1812585Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:14:00.1813789Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:14:00.1814843Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:14:00.1815773Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:14:00.1816844Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:14:00.1817839Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:14:00.1818859Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:14:00.1819880Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:14:00.1821254Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:14:00.1822283Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:14:00.1823424Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:14:00.1824406Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:14:00.1825394Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:14:00.1826392Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:14:00.1827376Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:14:00.1828364Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:14:00.1829467Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:14:00.1830497Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:14:00.1831455Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:14:00.1832588Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:14:00.1833618Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:14:00.1834705Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:14:00.1835843Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:14:00.1836848Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:14:00.1837875Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:14:00.1839048Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:14:00.1839988Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:14:00.1910790Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:14:00.1935342Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:14:00.1936528Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:14:00.1937687Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:14:00.1938780Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:14:00.1939840Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:14:00.1940959Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:14:00.1942026Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:14:00.1943446Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:14:00.1944616Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:14:00.1945711Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:14:00.1946767Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:14:00.1947880Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:14:00.1948829Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:14:00.1951091Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:14:00.1952240Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:14:00.1953257Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:14:00.1954357Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:14:00.1955501Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:14:00.1956510Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:14:00.1957601Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:14:00.1958715Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:14:00.1994467Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:14:00.1995695Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:14:00.1996882Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:14:00.1997712Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:14:00.1998550Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:14:00.1999384Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:14:00.2000264Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:14:00.2001123Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:14:00.2002024Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:14:00.2002898Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:14:00.2003774Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:14:00.2004672Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:14:00.2005575Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:14:00.2006524Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:14:00.2007433Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:14:00.2008553Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:14:00.2055054Z remote: Compressing objects: 0% (1/9987) 2024-11-01T16:14:00.2398772Z remote: Compressing objects: 1% (100/9987) 2024-11-01T16:14:00.3170798Z remote: Compressing objects: 2% (200/9987) 2024-11-01T16:14:00.3477537Z remote: Compressing objects: 3% (300/9987) 2024-11-01T16:14:00.3883084Z remote: Compressing objects: 4% (400/9987) 2024-11-01T16:14:00.4382955Z remote: Compressing objects: 5% (500/9987) 2024-11-01T16:14:00.5131582Z remote: Compressing objects: 6% (600/9987) 2024-11-01T16:14:00.6029001Z remote: Compressing objects: 7% (700/9987) 2024-11-01T16:14:00.6778492Z remote: Compressing objects: 8% (799/9987) 2024-11-01T16:14:00.7253927Z remote: Compressing objects: 9% (899/9987) 2024-11-01T16:14:00.7706922Z remote: Compressing objects: 10% (999/9987) 2024-11-01T16:14:00.8169391Z remote: Compressing objects: 11% (1099/9987) 2024-11-01T16:14:00.8594674Z remote: Compressing objects: 12% (1199/9987) 2024-11-01T16:14:00.9492071Z remote: Compressing objects: 13% (1299/9987) 2024-11-01T16:14:01.0128172Z remote: Compressing objects: 14% (1399/9987) 2024-11-01T16:14:01.0721595Z remote: Compressing objects: 15% (1499/9987) 2024-11-01T16:14:01.1308538Z remote: Compressing objects: 16% (1598/9987) 2024-11-01T16:14:01.1889256Z remote: Compressing objects: 17% (1698/9987) 2024-11-01T16:14:01.1950319Z remote: Compressing objects: 18% (1798/9987) 2024-11-01T16:14:01.2428724Z remote: Compressing objects: 18% (1814/9987) 2024-11-01T16:14:01.3212882Z remote: Compressing objects: 19% (1898/9987) 2024-11-01T16:14:01.3925612Z remote: Compressing objects: 20% (1998/9987) 2024-11-01T16:14:01.4369172Z remote: Compressing objects: 21% (2098/9987) 2024-11-01T16:14:01.5035138Z remote: Compressing objects: 22% (2198/9987) 2024-11-01T16:14:01.5736535Z remote: Compressing objects: 23% (2298/9987) 2024-11-01T16:14:01.6362395Z remote: Compressing objects: 24% (2397/9987) 2024-11-01T16:14:01.6868158Z remote: Compressing objects: 25% (2497/9987) 2024-11-01T16:14:01.7601344Z remote: Compressing objects: 26% (2597/9987) 2024-11-01T16:14:01.8095782Z remote: Compressing objects: 27% (2697/9987) 2024-11-01T16:14:01.8589858Z remote: Compressing objects: 28% (2797/9987) 2024-11-01T16:14:01.9194311Z remote: Compressing objects: 29% (2897/9987) 2024-11-01T16:14:01.9724861Z remote: Compressing objects: 30% (2997/9987) 2024-11-01T16:14:02.0366103Z remote: Compressing objects: 31% (3096/9987) 2024-11-01T16:14:02.0458398Z remote: Compressing objects: 32% (3196/9987) 2024-11-01T16:14:02.0650509Z remote: Compressing objects: 33% (3296/9987) 2024-11-01T16:14:02.0919439Z remote: Compressing objects: 34% (3396/9987) 2024-11-01T16:14:02.1139812Z remote: Compressing objects: 35% (3496/9987) 2024-11-01T16:14:02.1381459Z remote: Compressing objects: 36% (3596/9987) 2024-11-01T16:14:02.1445694Z remote: Compressing objects: 37% (3696/9987) 2024-11-01T16:14:02.1679235Z remote: Compressing objects: 38% (3796/9987) 2024-11-01T16:14:02.1944260Z remote: Compressing objects: 39% (3895/9987) 2024-11-01T16:14:02.2003050Z remote: Compressing objects: 39% (3963/9987) 2024-11-01T16:14:02.2388725Z remote: Compressing objects: 40% (3995/9987) 2024-11-01T16:14:02.2693034Z remote: Compressing objects: 41% (4095/9987) 2024-11-01T16:14:02.3276693Z remote: Compressing objects: 42% (4195/9987) 2024-11-01T16:14:02.3828862Z remote: Compressing objects: 43% (4295/9987) 2024-11-01T16:14:02.4176925Z remote: Compressing objects: 44% (4395/9987) 2024-11-01T16:14:02.4511939Z remote: Compressing objects: 45% (4495/9987) 2024-11-01T16:14:02.5087099Z remote: Compressing objects: 46% (4595/9987) 2024-11-01T16:14:02.5702950Z remote: Compressing objects: 47% (4694/9987) 2024-11-01T16:14:02.6140914Z remote: Compressing objects: 48% (4794/9987) 2024-11-01T16:14:02.6524189Z remote: Compressing objects: 49% (4894/9987) 2024-11-01T16:14:02.7256046Z remote: Compressing objects: 50% (4994/9987) 2024-11-01T16:14:02.7672953Z remote: Compressing objects: 51% (5094/9987) 2024-11-01T16:14:02.7993458Z remote: Compressing objects: 52% (5194/9987) 2024-11-01T16:14:02.8277222Z remote: Compressing objects: 53% (5294/9987) 2024-11-01T16:14:02.8591684Z remote: Compressing objects: 54% (5393/9987) 2024-11-01T16:14:02.8991247Z remote: Compressing objects: 55% (5493/9987) 2024-11-01T16:14:02.9404552Z remote: Compressing objects: 56% (5593/9987) 2024-11-01T16:14:02.9665868Z remote: Compressing objects: 57% (5693/9987) 2024-11-01T16:14:03.0372223Z remote: Compressing objects: 58% (5793/9987) 2024-11-01T16:14:03.0425807Z remote: Compressing objects: 59% (5893/9987) 2024-11-01T16:14:03.0610486Z remote: Compressing objects: 60% (5993/9987) 2024-11-01T16:14:03.0834505Z remote: Compressing objects: 61% (6093/9987) 2024-11-01T16:14:03.1288713Z remote: Compressing objects: 62% (6192/9987) 2024-11-01T16:14:03.1509735Z remote: Compressing objects: 63% (6292/9987) 2024-11-01T16:14:03.1598356Z remote: Compressing objects: 64% (6392/9987) 2024-11-01T16:14:03.1641020Z remote: Compressing objects: 65% (6492/9987) 2024-11-01T16:14:03.1714010Z remote: Compressing objects: 66% (6592/9987) 2024-11-01T16:14:03.1848390Z remote: Compressing objects: 67% (6692/9987) 2024-11-01T16:14:03.1927397Z remote: Compressing objects: 68% (6792/9987) 2024-11-01T16:14:03.1936076Z remote: Compressing objects: 69% (6892/9987) 2024-11-01T16:14:03.2040384Z remote: Compressing objects: 69% (6904/9987) 2024-11-01T16:14:03.2189229Z remote: Compressing objects: 70% (6991/9987) 2024-11-01T16:14:03.2365795Z remote: Compressing objects: 71% (7091/9987) 2024-11-01T16:14:03.2490802Z remote: Compressing objects: 72% (7191/9987) 2024-11-01T16:14:03.2624022Z remote: Compressing objects: 73% (7291/9987) 2024-11-01T16:14:03.2750662Z remote: Compressing objects: 74% (7391/9987) 2024-11-01T16:14:03.2933159Z remote: Compressing objects: 75% (7491/9987) 2024-11-01T16:14:03.3055250Z remote: Compressing objects: 76% (7591/9987) 2024-11-01T16:14:03.3238792Z remote: Compressing objects: 77% (7690/9987) 2024-11-01T16:14:03.3395434Z remote: Compressing objects: 78% (7790/9987) 2024-11-01T16:14:03.3551995Z remote: Compressing objects: 79% (7890/9987) 2024-11-01T16:14:03.3709750Z remote: Compressing objects: 80% (7990/9987) 2024-11-01T16:14:03.3922624Z remote: Compressing objects: 81% (8090/9987) 2024-11-01T16:14:03.4105062Z remote: Compressing objects: 82% (8190/9987) 2024-11-01T16:14:03.4251511Z remote: Compressing objects: 83% (8290/9987) 2024-11-01T16:14:03.4404325Z remote: Compressing objects: 84% (8390/9987) 2024-11-01T16:14:03.4541007Z remote: Compressing objects: 85% (8489/9987) 2024-11-01T16:14:03.4726112Z remote: Compressing objects: 86% (8589/9987) 2024-11-01T16:14:03.4876883Z remote: Compressing objects: 87% (8689/9987) 2024-11-01T16:14:03.4999191Z remote: Compressing objects: 88% (8789/9987) 2024-11-01T16:14:03.5227979Z remote: Compressing objects: 89% (8889/9987) 2024-11-01T16:14:03.5265618Z remote: Compressing objects: 90% (8989/9987) 2024-11-01T16:14:03.5293913Z remote: Compressing objects: 91% (9089/9987) 2024-11-01T16:14:03.5294921Z remote: Compressing objects: 92% (9189/9987) 2024-11-01T16:14:03.5348498Z remote: Compressing objects: 93% (9288/9987) 2024-11-01T16:14:03.5349364Z remote: Compressing objects: 94% (9388/9987) 2024-11-01T16:14:03.5359530Z remote: Compressing objects: 95% (9488/9987) 2024-11-01T16:14:03.5370701Z remote: Compressing objects: 96% (9588/9987) 2024-11-01T16:14:03.5387845Z remote: Compressing objects: 97% (9688/9987) 2024-11-01T16:14:03.5403024Z remote: Compressing objects: 98% (9788/9987) 2024-11-01T16:14:03.5413677Z remote: Compressing objects: 99% (9888/9987) 2024-11-01T16:14:03.5414726Z remote: Compressing objects: 100% (9987/9987) 2024-11-01T16:14:03.5415426Z remote: Compressing objects: 100% (9987/9987), done. 2024-11-01T16:14:06.7618049Z remote: Total 11385 (delta 1369), reused 4209 (delta 1104), pack-reused 0 (from 0) 2024-11-01T16:14:07.3674258Z ##[endgroup] 2024-11-01T16:14:07.3675437Z ##[group]Determining the checkout info 2024-11-01T16:14:07.3676899Z ##[endgroup] 2024-11-01T16:14:07.3724506Z ##[group]Checking out the ref 2024-11-01T16:14:07.3726115Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:08.6850557Z ##[endgroup] 2024-11-01T16:14:08.6917258Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:14:08.6958545Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:14:08.7288588Z Prepare all required actions 2024-11-01T16:14:08.7289361Z Getting action download info 2024-11-01T16:14:08.8434023Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:14:08.9746507Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:14:08.9746969Z with: 2024-11-01T16:14:08.9747423Z github-token: *** 2024-11-01T16:14:08.9748080Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-11-01T16:14:08.9748830Z env: 2024-11-01T16:14:08.9749086Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.9749418Z ##[endgroup] 2024-11-01T16:14:08.9794906Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:14:08.9795299Z with: 2024-11-01T16:14:08.9795525Z shell: bash 2024-11-01T16:14:08.9795893Z timeout_minutes: 10 2024-11-01T16:14:08.9796201Z max_attempts: 5 2024-11-01T16:14:08.9796818Z retry_wait_seconds: 30 2024-11-01T16:14:08.9798118Z 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-11-01T16:14:08.9799323Z polling_interval_seconds: 1 2024-11-01T16:14:08.9799662Z warning_on_retry: true 2024-11-01T16:14:08.9799990Z continue_on_error: false 2024-11-01T16:14:08.9800303Z env: 2024-11-01T16:14:08.9800537Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.9801049Z GITHUB_TOKEN: *** 2024-11-01T16:14:08.9801337Z ##[endgroup] 2024-11-01T16:14:09.0775137Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:14:09.3487112Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:14:09.3657087Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:14:09.3662366Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:14:09.3784517Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.8.30) 2024-11-01T16:14:09.3799421Z 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-11-01T16:14:09.3812040Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-11-01T16:14:09.3818677Z 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-11-01T16:14:10.0596900Z Command completed after 1 attempt(s). 2024-11-01T16:14:10.0654160Z ##[group]Run set -x 2024-11-01T16:14:10.0654486Z set -x 2024-11-01T16:14:10.0654760Z  2024-11-01T16:14:10.0655317Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:10.0655983Z # in runner workspace 2024-11-01T16:14:10.0656512Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:14:10.0663246Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.0663734Z env: 2024-11-01T16:14:10.0663979Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:10.0664304Z ##[endgroup] 2024-11-01T16:14:10.0703058Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:14:10.0996010Z ##[group]Run set -x 2024-11-01T16:14:10.0996723Z set -x 2024-11-01T16:14:10.0996989Z  2024-11-01T16:14:10.0997520Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:14:10.0998454Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:14:10.0999341Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:14:10.1000491Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:14:10.1001272Z # expose this variable as part of GitHub context. 2024-11-01T16:14:10.1002100Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:14:10.1003012Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:14:10.1003570Z pwd 2024-11-01T16:14:10.1003825Z  2024-11-01T16:14:10.1004334Z LOG_FILE=$(grep -l -r "368da7510f5d755034681777a4e5ae6d33c07b38" *.log | tail -n 1) 2024-11-01T16:14:10.1005000Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:14:10.1005692Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:14:10.1006533Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:14:10.1006984Z  case ${RUNNER_OS} in 2024-11-01T16:14:10.1007335Z  macOS) 2024-11-01T16:14:10.1008053Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:14:10.1008783Z  ;; 2024-11-01T16:14:10.1009059Z  *) 2024-11-01T16:14:10.1009683Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:14:10.1010388Z  ;; 2024-11-01T16:14:10.1010663Z  esac 2024-11-01T16:14:10.1011062Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:14:10.1011528Z fi 2024-11-01T16:14:10.1011774Z  2024-11-01T16:14:10.1012014Z popd 2024-11-01T16:14:10.1018381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.1018868Z env: 2024-11-01T16:14:10.1019119Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:10.1019429Z ##[endgroup] 2024-11-01T16:14:10.1047140Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:14:10.1048478Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:10.1049722Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:14:10.1050888Z + pwd 2024-11-01T16:14:10.1055311Z ++ tail -n 1 2024-11-01T16:14:10.1061899Z ++ grep -l -r 368da7510f5d755034681777a4e5ae6d33c07b38 Runner_20241101-153555-utc.log Runner_20241101-153642-utc.log Worker_20241101-153920-utc.log Worker_20241101-161056-utc.log Worker_20241101-161343-utc.log 2024-11-01T16:14:10.1083668Z + LOG_FILE=Worker_20241101-161343-utc.log 2024-11-01T16:14:10.1084501Z + '[' -n Worker_20241101-161343-utc.log ']' 2024-11-01T16:14:10.1085159Z + case ${RUNNER_OS} in 2024-11-01T16:14:10.1089175Z ++ grep -r '"jobDisplayName"' Worker_20241101-161343-utc.log 2024-11-01T16:14:10.1090411Z ++ xargs 2024-11-01T16:14:10.1094860Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:14:10.1106586Z ++ sed 's/"//g' 2024-11-01T16:14:10.1148238Z + JOB_NAME='linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:10.1150240Z + echo 'job-name=linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:10.1151465Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:10.1152997Z + popd 2024-11-01T16:14:10.1185441Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:10.1186032Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:10.1186560Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:14:10.1187014Z  2024-11-01T16:14:10.1187616Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:10.1188376Z # in runner workspace 2024-11-01T16:14:10.1189026Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:14:10.1189763Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:14:10.1190289Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:14:10.1190801Z  --test-matrix "{ include: [ 2024-11-01T16:14:10.1191554Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2024-11-01T16:14:10.1192429Z ]} 2024-11-01T16:14:10.1192782Z " \ 2024-11-01T16:14:10.1193182Z  --selected-test-configs "" \ 2024-11-01T16:14:10.1193715Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:14:10.1194203Z  --tag "${TAG}" \ 2024-11-01T16:14:10.1194662Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:14:10.1195225Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:14:10.1195680Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:14:10.1202711Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.1203297Z env: 2024-11-01T16:14:10.1203624Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:10.1204305Z GITHUB_TOKEN: *** 2024-11-01T16:14:10.1204857Z JOB_NAME: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:10.1205462Z PR_NUMBER: 138766 2024-11-01T16:14:10.1205871Z TAG: 2024-11-01T16:14:10.1206215Z EVENT_NAME: pull_request 2024-11-01T16:14:10.1206596Z SCHEDULE: 2024-11-01T16:14:10.1207009Z HEAD_BRANCH: 2024-11-01T16:14:10.1238069Z ##[endgroup] 2024-11-01T16:14:10.1266815Z Workflow: pull 2024-11-01T16:14:10.1267894Z Job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:10.3682652Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:14:10.4989813Z fatal: unknown commit origin/main 2024-11-01T16:14:10.5000975Z /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-11-01T16:14:10.5004829Z warnings.warn(f"failed to get commit messages: {e}") 2024-11-01T16:14:10.5173976Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:14:10.5174419Z echo "Filtered matrix:" 2024-11-01T16:14:10.5175174Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2024-11-01T16:14:10.5175903Z  2024-11-01T16:14:10.5176136Z echo 2024-11-01T16:14:10.5176484Z echo "Is the current job unstable? False" 2024-11-01T16:14:10.5176922Z  2024-11-01T16:14:10.5177152Z echo 2024-11-01T16:14:10.5177482Z echo "Is keep-going label set? False" 2024-11-01T16:14:10.5177903Z  2024-11-01T16:14:10.5178131Z echo 2024-11-01T16:14:10.5178417Z echo "Renabled issues? " 2024-11-01T16:14:10.5184410Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.5184883Z env: 2024-11-01T16:14:10.5185137Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:10.5185473Z ##[endgroup] 2024-11-01T16:14:10.5213322Z Filtered matrix: 2024-11-01T16:14:10.5214725Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2024-11-01T16:14:10.5216023Z 2024-11-01T16:14:10.5216258Z Is the current job unstable? False 2024-11-01T16:14:10.5216923Z 2024-11-01T16:14:10.5218061Z Is keep-going label set? False 2024-11-01T16:14:10.5218463Z 2024-11-01T16:14:10.5218633Z Renabled issues? 2024-11-01T16:14:10.5353509Z Post job cleanup. 2024-11-01T16:14:10.5407521Z Post job cleanup. 2024-11-01T16:14:10.6330395Z [command]/usr/bin/git version 2024-11-01T16:14:10.6377551Z git version 2.40.1 2024-11-01T16:14:10.6426769Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dab8e6a1-06fb-43e0-9498-6ec6bb97e354' before making global git config changes 2024-11-01T16:14:10.6429515Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:10.6434132Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:10.6477987Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:10.6516599Z [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-11-01T16:14:10.6812004Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:10.6842023Z http.https://github.com/.extraheader 2024-11-01T16:14:10.6856348Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:14:10.6895106Z [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-11-01T16:14:10.7324273Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:14:10.7352995Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:14:10.7361397Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:10.7362282Z ##[endgroup] 2024-11-01T16:14:17.3340317Z Evaluate and set job outputs 2024-11-01T16:14:17.3352583Z Set output 'test-matrix' 2024-11-01T16:14:17.3353584Z Set output 'is-test-matrix-empty' 2024-11-01T16:14:17.3354136Z Set output 'keep-going' 2024-11-01T16:14:17.3354892Z Cleaning up orphan processes