2024-08-06T20:03:10.8675569Z Current runner version: '2.318.0' 2024-08-06T20:03:10.8683513Z Runner name: 'i-09a44c323ae8201bd' 2024-08-06T20:03:10.8684640Z Runner group name: 'Default' 2024-08-06T20:03:10.8685693Z Machine name: 'ip-10-0-79-236' 2024-08-06T20:03:10.8690668Z ##[group]GITHUB_TOKEN Permissions 2024-08-06T20:03:10.8693934Z Actions: read 2024-08-06T20:03:10.8694654Z Attestations: read 2024-08-06T20:03:10.8695235Z Checks: read 2024-08-06T20:03:10.8695842Z Contents: read 2024-08-06T20:03:10.8696480Z Deployments: read 2024-08-06T20:03:10.8697067Z Discussions: read 2024-08-06T20:03:10.8697692Z Issues: read 2024-08-06T20:03:10.8698389Z Metadata: read 2024-08-06T20:03:10.8698958Z Packages: read 2024-08-06T20:03:10.8699572Z Pages: read 2024-08-06T20:03:10.8700192Z PullRequests: read 2024-08-06T20:03:10.8700803Z RepositoryProjects: read 2024-08-06T20:03:10.8701492Z SecurityEvents: read 2024-08-06T20:03:10.8702426Z Statuses: read 2024-08-06T20:03:10.8702988Z ##[endgroup] 2024-08-06T20:03:10.8706789Z Secret source: Actions 2024-08-06T20:03:10.8707887Z Prepare workflow directory 2024-08-06T20:03:11.3122857Z Prepare all required actions 2024-08-06T20:03:11.3169209Z Getting action download info 2024-08-06T20:03:11.4839217Z Download action repository 'pytorch/pytorch@main' (SHA:1954bfacda7c04bbbf62530f4572d6f6ba9ffe80) 2024-08-06T20:03:19.8811191Z Getting action download info 2024-08-06T20:03:19.9656308Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-06T20:03:20.2328436Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/132710/merge (bf5bb5a1585a03379137fab341e87c02c77e76cd) 2024-08-06T20:03:20.2330578Z ##[group] Inputs 2024-08-06T20:03:20.2331056Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-08-06T20:03:20.2331667Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 2024-08-06T20:03:20.2332133Z cuda-version: 12.1 2024-08-06T20:03:20.2332430Z sync-tag: 2024-08-06T20:03:20.2333039Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-06T20:03:20.2333704Z runner: amz2023.linux.large 2024-08-06T20:03:20.2334044Z ##[endgroup] 2024-08-06T20:03:20.2334474Z Complete job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter 2024-08-06T20:03:20.2778767Z A job started hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:20.2903221Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-06T20:03:20.2912377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:20.2913107Z ##[endgroup] 2024-08-06T20:03:21.8778607Z Runner Type: amz2023.linux.large 2024-08-06T20:03:21.8779348Z Instance Type: c5.large 2024-08-06T20:03:21.8780910Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-06T20:03:21.8781643Z AMI ID: ami-06c68f701d8090592 2024-08-06T20:03:27.9158780Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-06T20:03:27.9159308Z with: 2024-08-06T20:03:27.9159566Z fetch-depth: 1 2024-08-06T20:03:27.9159806Z submodules: false 2024-08-06T20:03:27.9160054Z env: 2024-08-06T20:03:27.9160277Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:27.9160561Z ##[endgroup] 2024-08-06T20:03:27.9245269Z ##[group]Run retry () { 2024-08-06T20:03:27.9245628Z retry () { 2024-08-06T20:03:27.9245996Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-06T20:03:27.9246420Z } 2024-08-06T20:03:27.9246684Z echo "${GITHUB_WORKSPACE}" 2024-08-06T20:03:27.9247006Z if [ -z "${NO_SUDO}" ]; then 2024-08-06T20:03:27.9247370Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:27.9247718Z else 2024-08-06T20:03:27.9247969Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:27.9248298Z fi 2024-08-06T20:03:27.9248598Z mkdir "${GITHUB_WORKSPACE}" 2024-08-06T20:03:27.9258094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:27.9258697Z env: 2024-08-06T20:03:27.9258924Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:27.9259183Z NO_SUDO: 2024-08-06T20:03:27.9259403Z ##[endgroup] 2024-08-06T20:03:27.9290190Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.2883412Z ##[group]Run malfet/checkout@silent-checkout 2024-08-06T20:03:28.2883792Z with: 2024-08-06T20:03:28.2884040Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:28.2884470Z fetch-depth: 1 2024-08-06T20:03:28.2884723Z submodules: false 2024-08-06T20:03:28.2884971Z quiet-checkout: true 2024-08-06T20:03:28.2885252Z repository: pytorch/pytorch 2024-08-06T20:03:28.2885696Z token: *** 2024-08-06T20:03:28.2885917Z ssh-strict: true 2024-08-06T20:03:28.2886176Z persist-credentials: true 2024-08-06T20:03:28.2886459Z clean: true 2024-08-06T20:03:28.2886729Z sparse-checkout-cone-mode: true 2024-08-06T20:03:28.2887036Z lfs: false 2024-08-06T20:03:28.2887275Z set-safe-directory: true 2024-08-06T20:03:28.2887551Z env: 2024-08-06T20:03:28.2887773Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:28.2888070Z ##[endgroup] 2024-08-06T20:03:28.3957049Z Syncing repository: pytorch/pytorch 2024-08-06T20:03:28.3958734Z ##[group]Getting Git version info 2024-08-06T20:03:28.3959269Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:28.3960209Z [command]/usr/bin/git version 2024-08-06T20:03:28.3974287Z git version 2.40.1 2024-08-06T20:03:28.3998360Z ##[endgroup] 2024-08-06T20:03:28.4018728Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8aea3403-a32b-41e3-a34a-eeacb884f73b' before making global git config changes 2024-08-06T20:03:28.4020508Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:28.4024994Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.4073524Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:28.4080002Z ##[group]Initializing the repository 2024-08-06T20:03:28.4084168Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.4117551Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-06T20:03:28.4119039Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-06T20:03:28.4120367Z hint: of your new repositories, which will suppress this warning, call: 2024-08-06T20:03:28.4121440Z hint: 2024-08-06T20:03:28.4122284Z hint: git config --global init.defaultBranch 2024-08-06T20:03:28.4122955Z hint: 2024-08-06T20:03:28.4123500Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-06T20:03:28.4124662Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-06T20:03:28.4125751Z hint: 2024-08-06T20:03:28.4126060Z hint: git branch -m 2024-08-06T20:03:28.4129410Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-06T20:03:28.4140010Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-06T20:03:28.4173839Z ##[endgroup] 2024-08-06T20:03:28.4191294Z ##[group]Disabling automatic garbage collection 2024-08-06T20:03:28.4192580Z [command]/usr/bin/git config --local gc.auto 0 2024-08-06T20:03:28.4219497Z ##[endgroup] 2024-08-06T20:03:28.4220152Z ##[group]Setting up auth 2024-08-06T20:03:28.4225334Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:28.4259158Z [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-08-06T20:03:28.4520710Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:28.4554049Z [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-08-06T20:03:28.4816912Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-06T20:03:28.4862933Z ##[endgroup] 2024-08-06T20:03:28.4863912Z ##[group]Fetching the repository 2024-08-06T20:03:28.4872175Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:28.6916613Z remote: Enumerating objects: 11297, done. 2024-08-06T20:03:28.6918157Z remote: Counting objects: 0% (1/11297) 2024-08-06T20:03:28.6919877Z remote: Counting objects: 1% (113/11297) 2024-08-06T20:03:28.6920979Z remote: Counting objects: 2% (226/11297) 2024-08-06T20:03:28.6922809Z remote: Counting objects: 3% (339/11297) 2024-08-06T20:03:28.6924022Z remote: Counting objects: 4% (452/11297) 2024-08-06T20:03:28.6924981Z remote: Counting objects: 5% (565/11297) 2024-08-06T20:03:28.6925840Z remote: Counting objects: 6% (678/11297) 2024-08-06T20:03:28.6926753Z remote: Counting objects: 7% (791/11297) 2024-08-06T20:03:28.6927707Z remote: Counting objects: 8% (904/11297) 2024-08-06T20:03:28.6928561Z remote: Counting objects: 9% (1017/11297) 2024-08-06T20:03:28.6929446Z remote: Counting objects: 10% (1130/11297) 2024-08-06T20:03:28.6930303Z remote: Counting objects: 11% (1243/11297) 2024-08-06T20:03:28.6931202Z remote: Counting objects: 12% (1356/11297) 2024-08-06T20:03:28.6932102Z remote: Counting objects: 13% (1469/11297) 2024-08-06T20:03:28.6933030Z remote: Counting objects: 14% (1582/11297) 2024-08-06T20:03:28.6933665Z remote: Counting objects: 15% (1695/11297) 2024-08-06T20:03:28.6934278Z remote: Counting objects: 16% (1808/11297) 2024-08-06T20:03:28.6934864Z remote: Counting objects: 17% (1921/11297) 2024-08-06T20:03:28.6935557Z remote: Counting objects: 18% (2034/11297) 2024-08-06T20:03:28.6936168Z remote: Counting objects: 19% (2147/11297) 2024-08-06T20:03:28.6936823Z remote: Counting objects: 20% (2260/11297) 2024-08-06T20:03:28.6937629Z remote: Counting objects: 21% (2373/11297) 2024-08-06T20:03:28.6938516Z remote: Counting objects: 22% (2486/11297) 2024-08-06T20:03:28.6939184Z remote: Counting objects: 23% (2599/11297) 2024-08-06T20:03:28.6940074Z remote: Counting objects: 24% (2712/11297) 2024-08-06T20:03:28.6940964Z remote: Counting objects: 25% (2825/11297) 2024-08-06T20:03:28.6941875Z remote: Counting objects: 26% (2938/11297) 2024-08-06T20:03:28.6942785Z remote: Counting objects: 27% (3051/11297) 2024-08-06T20:03:28.6944093Z remote: Counting objects: 28% (3164/11297) 2024-08-06T20:03:28.6944883Z remote: Counting objects: 29% (3277/11297) 2024-08-06T20:03:28.6945656Z remote: Counting objects: 30% (3390/11297) 2024-08-06T20:03:28.6946484Z remote: Counting objects: 31% (3503/11297) 2024-08-06T20:03:28.6947404Z remote: Counting objects: 32% (3616/11297) 2024-08-06T20:03:28.6948318Z remote: Counting objects: 33% (3729/11297) 2024-08-06T20:03:28.6949201Z remote: Counting objects: 34% (3841/11297) 2024-08-06T20:03:28.6950121Z remote: Counting objects: 35% (3954/11297) 2024-08-06T20:03:28.6951021Z remote: Counting objects: 36% (4067/11297) 2024-08-06T20:03:28.6951916Z remote: Counting objects: 37% (4180/11297) 2024-08-06T20:03:28.6952820Z remote: Counting objects: 38% (4293/11297) 2024-08-06T20:03:28.6953713Z remote: Counting objects: 39% (4406/11297) 2024-08-06T20:03:28.6955372Z remote: Counting objects: 40% (4519/11297) 2024-08-06T20:03:28.6956264Z remote: Counting objects: 41% (4632/11297) 2024-08-06T20:03:28.6956904Z remote: Counting objects: 42% (4745/11297) 2024-08-06T20:03:28.6957912Z remote: Counting objects: 43% (4858/11297) 2024-08-06T20:03:28.6958815Z remote: Counting objects: 44% (4971/11297) 2024-08-06T20:03:28.6959719Z remote: Counting objects: 45% (5084/11297) 2024-08-06T20:03:28.6960597Z remote: Counting objects: 46% (5197/11297) 2024-08-06T20:03:28.6961309Z remote: Counting objects: 47% (5310/11297) 2024-08-06T20:03:28.6962102Z remote: Counting objects: 48% (5423/11297) 2024-08-06T20:03:28.6962979Z remote: Counting objects: 49% (5536/11297) 2024-08-06T20:03:28.6963881Z remote: Counting objects: 50% (5649/11297) 2024-08-06T20:03:28.6964852Z remote: Counting objects: 51% (5762/11297) 2024-08-06T20:03:28.6965734Z remote: Counting objects: 52% (5875/11297) 2024-08-06T20:03:28.6966673Z remote: Counting objects: 53% (5988/11297) 2024-08-06T20:03:28.6967571Z remote: Counting objects: 54% (6101/11297) 2024-08-06T20:03:28.6968456Z remote: Counting objects: 55% (6214/11297) 2024-08-06T20:03:28.6969256Z remote: Counting objects: 56% (6327/11297) 2024-08-06T20:03:28.6970140Z remote: Counting objects: 57% (6440/11297) 2024-08-06T20:03:28.6971015Z remote: Counting objects: 58% (6553/11297) 2024-08-06T20:03:28.6971928Z remote: Counting objects: 59% (6666/11297) 2024-08-06T20:03:28.6972829Z remote: Counting objects: 60% (6779/11297) 2024-08-06T20:03:28.6973699Z remote: Counting objects: 61% (6892/11297) 2024-08-06T20:03:28.6974597Z remote: Counting objects: 62% (7005/11297) 2024-08-06T20:03:28.6975492Z remote: Counting objects: 63% (7118/11297) 2024-08-06T20:03:28.6982713Z remote: Counting objects: 64% (7231/11297) 2024-08-06T20:03:28.6984161Z remote: Counting objects: 65% (7344/11297) 2024-08-06T20:03:28.6984855Z remote: Counting objects: 66% (7457/11297) 2024-08-06T20:03:28.6985540Z remote: Counting objects: 67% (7569/11297) 2024-08-06T20:03:28.6986194Z remote: Counting objects: 68% (7682/11297) 2024-08-06T20:03:28.6986821Z remote: Counting objects: 69% (7795/11297) 2024-08-06T20:03:28.6988596Z remote: Counting objects: 70% (7908/11297) 2024-08-06T20:03:28.6989285Z remote: Counting objects: 71% (8021/11297) 2024-08-06T20:03:28.6989953Z remote: Counting objects: 72% (8134/11297) 2024-08-06T20:03:28.6990599Z remote: Counting objects: 73% (8247/11297) 2024-08-06T20:03:28.6991269Z remote: Counting objects: 74% (8360/11297) 2024-08-06T20:03:28.6992167Z remote: Counting objects: 75% (8473/11297) 2024-08-06T20:03:28.6993677Z remote: Counting objects: 76% (8586/11297) 2024-08-06T20:03:28.6994726Z remote: Counting objects: 77% (8699/11297) 2024-08-06T20:03:28.6995394Z remote: Counting objects: 78% (8812/11297) 2024-08-06T20:03:28.6996293Z remote: Counting objects: 79% (8925/11297) 2024-08-06T20:03:28.6996994Z remote: Counting objects: 80% (9038/11297) 2024-08-06T20:03:28.6997678Z remote: Counting objects: 81% (9151/11297) 2024-08-06T20:03:28.6998327Z remote: Counting objects: 82% (9264/11297) 2024-08-06T20:03:28.6998983Z remote: Counting objects: 83% (9377/11297) 2024-08-06T20:03:28.6999648Z remote: Counting objects: 84% (9490/11297) 2024-08-06T20:03:28.7000292Z remote: Counting objects: 85% (9603/11297) 2024-08-06T20:03:28.7001737Z remote: Counting objects: 86% (9716/11297) 2024-08-06T20:03:28.7002767Z remote: Counting objects: 87% (9829/11297) 2024-08-06T20:03:28.7003415Z remote: Counting objects: 88% (9942/11297) 2024-08-06T20:03:28.7004051Z remote: Counting objects: 89% (10055/11297) 2024-08-06T20:03:28.7004808Z remote: Counting objects: 90% (10168/11297) 2024-08-06T20:03:28.7005485Z remote: Counting objects: 91% (10281/11297) 2024-08-06T20:03:28.7006186Z remote: Counting objects: 92% (10394/11297) 2024-08-06T20:03:28.7006861Z remote: Counting objects: 93% (10507/11297) 2024-08-06T20:03:28.7007738Z remote: Counting objects: 94% (10620/11297) 2024-08-06T20:03:28.7008428Z remote: Counting objects: 95% (10733/11297) 2024-08-06T20:03:28.7009116Z remote: Counting objects: 96% (10846/11297) 2024-08-06T20:03:28.7009807Z remote: Counting objects: 97% (10959/11297) 2024-08-06T20:03:28.7010484Z remote: Counting objects: 98% (11072/11297) 2024-08-06T20:03:28.7011169Z remote: Counting objects: 99% (11185/11297) 2024-08-06T20:03:28.7013796Z remote: Counting objects: 100% (11297/11297) 2024-08-06T20:03:28.7014793Z remote: Counting objects: 100% (11297/11297), done. 2024-08-06T20:03:28.7015662Z remote: Compressing objects: 0% (1/9758) 2024-08-06T20:03:28.7016579Z remote: Compressing objects: 1% (98/9758) 2024-08-06T20:03:28.7017402Z remote: Compressing objects: 2% (196/9758) 2024-08-06T20:03:28.7018233Z remote: Compressing objects: 3% (293/9758) 2024-08-06T20:03:28.7019184Z remote: Compressing objects: 4% (391/9758) 2024-08-06T20:03:28.7020002Z remote: Compressing objects: 5% (488/9758) 2024-08-06T20:03:28.7020839Z remote: Compressing objects: 6% (586/9758) 2024-08-06T20:03:28.7021764Z remote: Compressing objects: 7% (684/9758) 2024-08-06T20:03:28.7022588Z remote: Compressing objects: 8% (781/9758) 2024-08-06T20:03:28.7023429Z remote: Compressing objects: 9% (879/9758) 2024-08-06T20:03:28.7024214Z remote: Compressing objects: 10% (976/9758) 2024-08-06T20:03:28.7025077Z remote: Compressing objects: 11% (1074/9758) 2024-08-06T20:03:28.7025864Z remote: Compressing objects: 12% (1171/9758) 2024-08-06T20:03:28.7026692Z remote: Compressing objects: 13% (1269/9758) 2024-08-06T20:03:28.7027532Z remote: Compressing objects: 14% (1367/9758) 2024-08-06T20:03:28.7028373Z remote: Compressing objects: 15% (1464/9758) 2024-08-06T20:03:28.7029282Z remote: Compressing objects: 16% (1562/9758) 2024-08-06T20:03:28.7031231Z remote: Compressing objects: 17% (1659/9758) 2024-08-06T20:03:28.7033293Z remote: Compressing objects: 17% (1743/9758) 2024-08-06T20:03:28.7035062Z remote: Compressing objects: 18% (1757/9758) 2024-08-06T20:03:28.7036589Z remote: Compressing objects: 19% (1855/9758) 2024-08-06T20:03:28.7038567Z remote: Compressing objects: 20% (1952/9758) 2024-08-06T20:03:28.7040480Z remote: Compressing objects: 21% (2050/9758) 2024-08-06T20:03:28.7042395Z remote: Compressing objects: 22% (2147/9758) 2024-08-06T20:03:28.7043888Z remote: Compressing objects: 23% (2245/9758) 2024-08-06T20:03:28.7045867Z remote: Compressing objects: 24% (2342/9758) 2024-08-06T20:03:28.7049212Z remote: Compressing objects: 25% (2440/9758) 2024-08-06T20:03:28.7051122Z remote: Compressing objects: 26% (2538/9758) 2024-08-06T20:03:28.7052859Z remote: Compressing objects: 27% (2635/9758) 2024-08-06T20:03:28.7293724Z remote: Compressing objects: 28% (2733/9758) 2024-08-06T20:03:28.7294523Z remote: Compressing objects: 29% (2830/9758) 2024-08-06T20:03:28.7295274Z remote: Compressing objects: 30% (2928/9758) 2024-08-06T20:03:28.7296327Z remote: Compressing objects: 31% (3025/9758) 2024-08-06T20:03:28.7297099Z remote: Compressing objects: 32% (3123/9758) 2024-08-06T20:03:28.7297919Z remote: Compressing objects: 33% (3221/9758) 2024-08-06T20:03:28.7298707Z remote: Compressing objects: 34% (3318/9758) 2024-08-06T20:03:28.7299882Z remote: Compressing objects: 35% (3416/9758) 2024-08-06T20:03:28.7300639Z remote: Compressing objects: 36% (3513/9758) 2024-08-06T20:03:28.7301390Z remote: Compressing objects: 37% (3611/9758) 2024-08-06T20:03:28.7302150Z remote: Compressing objects: 38% (3709/9758) 2024-08-06T20:03:28.7302902Z remote: Compressing objects: 39% (3806/9758) 2024-08-06T20:03:28.7304046Z remote: Compressing objects: 40% (3904/9758) 2024-08-06T20:03:28.7304783Z remote: Compressing objects: 41% (4001/9758) 2024-08-06T20:03:28.7305632Z remote: Compressing objects: 42% (4099/9758) 2024-08-06T20:03:28.7306394Z remote: Compressing objects: 42% (4120/9758) 2024-08-06T20:03:28.7307143Z remote: Compressing objects: 43% (4196/9758) 2024-08-06T20:03:28.7307871Z remote: Compressing objects: 44% (4294/9758) 2024-08-06T20:03:28.7308578Z remote: Compressing objects: 45% (4392/9758) 2024-08-06T20:03:28.7309339Z remote: Compressing objects: 46% (4489/9758) 2024-08-06T20:03:28.7310078Z remote: Compressing objects: 47% (4587/9758) 2024-08-06T20:03:28.7310840Z remote: Compressing objects: 48% (4684/9758) 2024-08-06T20:03:28.7311621Z remote: Compressing objects: 49% (4782/9758) 2024-08-06T20:03:28.7312351Z remote: Compressing objects: 50% (4879/9758) 2024-08-06T20:03:28.7313118Z remote: Compressing objects: 51% (4977/9758) 2024-08-06T20:03:28.7313859Z remote: Compressing objects: 52% (5075/9758) 2024-08-06T20:03:28.7314585Z remote: Compressing objects: 53% (5172/9758) 2024-08-06T20:03:28.7315319Z remote: Compressing objects: 54% (5270/9758) 2024-08-06T20:03:28.7316069Z remote: Compressing objects: 55% (5367/9758) 2024-08-06T20:03:28.7316852Z remote: Compressing objects: 56% (5465/9758) 2024-08-06T20:03:28.7317601Z remote: Compressing objects: 57% (5563/9758) 2024-08-06T20:03:28.7318352Z remote: Compressing objects: 58% (5660/9758) 2024-08-06T20:03:28.7319097Z remote: Compressing objects: 59% (5758/9758) 2024-08-06T20:03:28.7319850Z remote: Compressing objects: 60% (5855/9758) 2024-08-06T20:03:28.7343354Z remote: Compressing objects: 61% (5953/9758) 2024-08-06T20:03:28.7354039Z remote: Compressing objects: 62% (6050/9758) 2024-08-06T20:03:28.7355257Z remote: Compressing objects: 63% (6148/9758) 2024-08-06T20:03:28.7356047Z remote: Compressing objects: 64% (6246/9758) 2024-08-06T20:03:28.7356754Z remote: Compressing objects: 65% (6343/9758) 2024-08-06T20:03:28.7357498Z remote: Compressing objects: 66% (6441/9758) 2024-08-06T20:03:28.7358238Z remote: Compressing objects: 67% (6538/9758) 2024-08-06T20:03:28.7358963Z remote: Compressing objects: 68% (6636/9758) 2024-08-06T20:03:28.7359718Z remote: Compressing objects: 69% (6734/9758) 2024-08-06T20:03:28.7360434Z remote: Compressing objects: 70% (6831/9758) 2024-08-06T20:03:28.7361156Z remote: Compressing objects: 71% (6929/9758) 2024-08-06T20:03:28.7361847Z remote: Compressing objects: 72% (7026/9758) 2024-08-06T20:03:28.7362582Z remote: Compressing objects: 73% (7124/9758) 2024-08-06T20:03:28.7363446Z remote: Compressing objects: 74% (7221/9758) 2024-08-06T20:03:28.7364161Z remote: Compressing objects: 75% (7319/9758) 2024-08-06T20:03:28.7364956Z remote: Compressing objects: 76% (7417/9758) 2024-08-06T20:03:28.7365671Z remote: Compressing objects: 77% (7514/9758) 2024-08-06T20:03:28.7366305Z remote: Compressing objects: 78% (7612/9758) 2024-08-06T20:03:28.7367076Z remote: Compressing objects: 79% (7709/9758) 2024-08-06T20:03:28.7380631Z remote: Compressing objects: 80% (7807/9758) 2024-08-06T20:03:28.7381332Z remote: Compressing objects: 81% (7904/9758) 2024-08-06T20:03:28.7382036Z remote: Compressing objects: 82% (8002/9758) 2024-08-06T20:03:28.7382754Z remote: Compressing objects: 83% (8100/9758) 2024-08-06T20:03:28.7383478Z remote: Compressing objects: 83% (8192/9758) 2024-08-06T20:03:28.7384223Z remote: Compressing objects: 84% (8197/9758) 2024-08-06T20:03:28.7384987Z remote: Compressing objects: 85% (8295/9758) 2024-08-06T20:03:28.7385740Z remote: Compressing objects: 86% (8392/9758) 2024-08-06T20:03:28.7386750Z remote: Compressing objects: 87% (8490/9758) 2024-08-06T20:03:28.7387449Z remote: Compressing objects: 88% (8588/9758) 2024-08-06T20:03:28.7388163Z remote: Compressing objects: 89% (8685/9758) 2024-08-06T20:03:28.7388827Z remote: Compressing objects: 90% (8783/9758) 2024-08-06T20:03:28.7389596Z remote: Compressing objects: 91% (8880/9758) 2024-08-06T20:03:28.7390351Z remote: Compressing objects: 92% (8978/9758) 2024-08-06T20:03:28.7391000Z remote: Compressing objects: 93% (9075/9758) 2024-08-06T20:03:28.7391690Z remote: Compressing objects: 94% (9173/9758) 2024-08-06T20:03:28.7392466Z remote: Compressing objects: 95% (9271/9758) 2024-08-06T20:03:28.7393265Z remote: Compressing objects: 96% (9368/9758) 2024-08-06T20:03:28.7405351Z remote: Compressing objects: 97% (9466/9758) 2024-08-06T20:03:28.7406066Z remote: Compressing objects: 98% (9563/9758) 2024-08-06T20:03:28.7406755Z remote: Compressing objects: 99% (9661/9758) 2024-08-06T20:03:28.7407477Z remote: Compressing objects: 100% (9758/9758) 2024-08-06T20:03:28.7408218Z remote: Compressing objects: 100% (9758/9758), done. 2024-08-06T20:03:30.9167622Z remote: Total 11297 (delta 1503), reused 4917 (delta 1252), pack-reused 0 2024-08-06T20:03:31.5018959Z ##[endgroup] 2024-08-06T20:03:31.5020367Z ##[group]Determining the checkout info 2024-08-06T20:03:31.5021551Z ##[endgroup] 2024-08-06T20:03:31.5024242Z ##[group]Checking out the ref 2024-08-06T20:03:31.5026509Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:32.7511441Z ##[endgroup] 2024-08-06T20:03:32.7553309Z [command]/usr/bin/git log -1 --format='%H' 2024-08-06T20:03:32.7583474Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-06T20:03:32.7835271Z Prepare all required actions 2024-08-06T20:03:32.7835788Z Getting action download info 2024-08-06T20:03:32.8868755Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:03:33.0676010Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-06T20:03:33.0676383Z with: 2024-08-06T20:03:33.0676815Z github-token: *** 2024-08-06T20:03:33.0677354Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-06T20:03:33.0677972Z env: 2024-08-06T20:03:33.0678260Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:33.0678533Z ##[endgroup] 2024-08-06T20:03:33.0724732Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:03:33.0725188Z with: 2024-08-06T20:03:33.0725411Z shell: bash 2024-08-06T20:03:33.0725635Z timeout_minutes: 10 2024-08-06T20:03:33.0725890Z max_attempts: 5 2024-08-06T20:03:33.0726180Z retry_wait_seconds: 30 2024-08-06T20:03:33.0727004Z 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-08-06T20:03:33.0727878Z polling_interval_seconds: 1 2024-08-06T20:03:33.0728175Z warning_on_retry: true 2024-08-06T20:03:33.0728462Z continue_on_error: false 2024-08-06T20:03:33.0728734Z env: 2024-08-06T20:03:33.0729003Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:33.0729450Z GITHUB_TOKEN: *** 2024-08-06T20:03:33.0729684Z ##[endgroup] 2024-08-06T20:03:33.1495375Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:03:33.4757477Z Defaulting to user installation because normal site-packages is not writeable 2024-08-06T20:03:33.4928629Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-08-06T20:03:33.4934237Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-08-06T20:03:33.5060352Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-08-06T20:03:33.5069981Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.9/site-packages (from requests==2.27.1) (2024.7.4) 2024-08-06T20:03:33.5080257Z 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-08-06T20:03:33.5087771Z 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-08-06T20:03:34.1301415Z Command completed after 1 attempt(s). 2024-08-06T20:03:34.1371438Z ##[group]Run set -x 2024-08-06T20:03:34.1371714Z set -x 2024-08-06T20:03:34.1371948Z  2024-08-06T20:03:34.1372345Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:34.1372857Z # in runner workspace 2024-08-06T20:03:34.1373253Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-06T20:03:34.1380082Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:34.1380477Z env: 2024-08-06T20:03:34.1380705Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:34.1380981Z ##[endgroup] 2024-08-06T20:03:34.1410993Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-06T20:03:34.1685253Z ##[group]Run set -x 2024-08-06T20:03:34.1685565Z set -x 2024-08-06T20:03:34.1685788Z  2024-08-06T20:03:34.1686175Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-06T20:03:34.1686811Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-06T20:03:34.1687443Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-06T20:03:34.1688291Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-06T20:03:34.1688863Z # expose this variable as part of GitHub context. 2024-08-06T20:03:34.1689511Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-06T20:03:34.1690174Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-06T20:03:34.1690610Z pwd 2024-08-06T20:03:34.1690831Z  2024-08-06T20:03:34.1691233Z LOG_FILE=$(grep -l -r "bf5bb5a1585a03379137fab341e87c02c77e76cd" *.log | tail -n 1) 2024-08-06T20:03:34.1691749Z if [ -n "${LOG_FILE}" ]; then 2024-08-06T20:03:34.1692342Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-06T20:03:34.1693100Z  # needs to be awk {print $3} on MacOS 2024-08-06T20:03:34.1693721Z  case ${RUNNER_OS} in 2024-08-06T20:03:34.1694248Z  macOS) 2024-08-06T20:03:34.1695091Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-06T20:03:34.1695798Z  ;; 2024-08-06T20:03:34.1696031Z  *) 2024-08-06T20:03:34.1696473Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-06T20:03:34.1696975Z  ;; 2024-08-06T20:03:34.1697205Z  esac 2024-08-06T20:03:34.1697508Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-06T20:03:34.1697861Z fi 2024-08-06T20:03:34.1698078Z  2024-08-06T20:03:34.1698291Z popd 2024-08-06T20:03:34.1703939Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:34.1704332Z env: 2024-08-06T20:03:34.1704548Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:34.1704820Z ##[endgroup] 2024-08-06T20:03:34.1730724Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-06T20:03:34.1731589Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:34.1732792Z /home/ec2-user/actions-runner/_diag 2024-08-06T20:03:34.1733919Z + pwd 2024-08-06T20:03:34.1738174Z ++ tail -n 1 2024-08-06T20:03:34.1746963Z ++ grep -l -r bf5bb5a1585a03379137fab341e87c02c77e76cd Runner_20240806-183656-utc.log Runner_20240806-183743-utc.log Worker_20240806-184037-utc.log Worker_20240806-185353-utc.log Worker_20240806-200308-utc.log 2024-08-06T20:03:34.1763519Z + LOG_FILE=Worker_20240806-200308-utc.log 2024-08-06T20:03:34.1765438Z + '[' -n Worker_20240806-200308-utc.log ']' 2024-08-06T20:03:34.1766027Z + case ${RUNNER_OS} in 2024-08-06T20:03:34.1771040Z ++ grep -r '"jobDisplayName"' Worker_20240806-200308-utc.log 2024-08-06T20:03:34.1774238Z ++ xargs 2024-08-06T20:03:34.1778220Z ++ sed 's/"//g' 2024-08-06T20:03:34.1796502Z ++ awk -F '[:]' '{print $2}' 2024-08-06T20:03:34.1850458Z + JOB_NAME='linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-08-06T20:03:34.1851853Z + echo 'job-name=linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-08-06T20:03:34.1852751Z ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:34.1853447Z + popd 2024-08-06T20:03:34.1889530Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:34.1889952Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:34.1890305Z echo "Job name: ${JOB_NAME}" 2024-08-06T20:03:34.1890610Z  2024-08-06T20:03:34.1890994Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:34.1891492Z # in runner workspace 2024-08-06T20:03:34.1891931Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-06T20:03:34.1892409Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-06T20:03:34.1892754Z  --job-name "${JOB_NAME}" \ 2024-08-06T20:03:34.1893083Z  --test-matrix "{ include: [ 2024-08-06T20:03:34.1893731Z  { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, 2024-08-06T20:03:34.1894245Z ]} 2024-08-06T20:03:34.1894466Z " \ 2024-08-06T20:03:34.1894720Z  --selected-test-configs "" \ 2024-08-06T20:03:34.1895068Z  --pr-number "${PR_NUMBER}" \ 2024-08-06T20:03:34.1895394Z  --tag "${TAG}" \ 2024-08-06T20:03:34.1895684Z  --event-name "${EVENT_NAME}" \ 2024-08-06T20:03:34.1896020Z  --schedule "${SCHEDULE}" \ 2024-08-06T20:03:34.1896345Z  --branch "${HEAD_BRANCH}" 2024-08-06T20:03:34.1901895Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:34.1902284Z env: 2024-08-06T20:03:34.1902510Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:34.1902990Z GITHUB_TOKEN: *** 2024-08-06T20:03:34.1903354Z JOB_NAME: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-08-06T20:03:34.1903776Z PR_NUMBER: 132710 2024-08-06T20:03:34.1904003Z TAG: 2024-08-06T20:03:34.1904235Z EVENT_NAME: pull_request 2024-08-06T20:03:34.1904502Z SCHEDULE: 2024-08-06T20:03:34.1904711Z HEAD_BRANCH: 2024-08-06T20:03:34.1904942Z ##[endgroup] 2024-08-06T20:03:34.1931457Z Workflow: pull 2024-08-06T20:03:34.1932109Z Job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-08-06T20:03:34.4068149Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-06T20:03:34.5278059Z fatal: unknown commit origin/main 2024-08-06T20:03:34.5287245Z /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-08-06T20:03:34.5289971Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-06T20:03:34.5461495Z ##[group]Run echo "Filtered matrix:" 2024-08-06T20:03:34.5462756Z echo "Filtered matrix:" 2024-08-06T20:03:34.5463734Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "amz2023.linux.4xlarge.nvidia.gpu"}]}" 2024-08-06T20:03:34.5464706Z  2024-08-06T20:03:34.5465053Z echo 2024-08-06T20:03:34.5465774Z echo "Is the current job unstable? False" 2024-08-06T20:03:34.5466409Z  2024-08-06T20:03:34.5466776Z echo 2024-08-06T20:03:34.5467239Z echo "Is keep-going label set? False" 2024-08-06T20:03:34.5467851Z  2024-08-06T20:03:34.5468192Z echo 2024-08-06T20:03:34.5468592Z echo "Renabled issues? " 2024-08-06T20:03:34.5476914Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:34.5477608Z env: 2024-08-06T20:03:34.5477989Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:34.5478746Z ##[endgroup] 2024-08-06T20:03:34.5516995Z Filtered matrix: 2024-08-06T20:03:34.5519473Z {include: [{config: default, shard: 1, num_shards: 1, runner: amz2023.linux.4xlarge.nvidia.gpu}]} 2024-08-06T20:03:34.5521433Z 2024-08-06T20:03:34.5523017Z Is the current job unstable? False 2024-08-06T20:03:34.5524657Z 2024-08-06T20:03:34.5526175Z Is keep-going label set? False 2024-08-06T20:03:34.5527707Z 2024-08-06T20:03:34.5529090Z Renabled issues? 2024-08-06T20:03:34.5617461Z Post job cleanup. 2024-08-06T20:03:34.5672498Z Post job cleanup. 2024-08-06T20:03:34.6550401Z [command]/usr/bin/git version 2024-08-06T20:03:34.6596992Z git version 2.40.1 2024-08-06T20:03:34.6641763Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/288fccc6-966d-4246-8626-b22d4ee5c55f' before making global git config changes 2024-08-06T20:03:34.6643870Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:34.6649593Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:34.6690825Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:34.6727184Z [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-08-06T20:03:34.7017425Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:34.7044476Z http.https://github.com/.extraheader 2024-08-06T20:03:34.7056338Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-06T20:03:34.7091943Z [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-08-06T20:03:34.7458492Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:34.7492969Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-06T20:03:34.7498508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:34.7498916Z ##[endgroup] 2024-08-06T20:03:41.1192766Z Evaluate and set job outputs 2024-08-06T20:03:41.1199287Z Set output 'test-matrix' 2024-08-06T20:03:41.1201058Z Set output 'is-test-matrix-empty' 2024-08-06T20:03:41.1201731Z Set output 'keep-going' 2024-08-06T20:03:41.1202403Z Cleaning up orphan processes