2024-11-01T16:13:45.2519575Z Current runner version: '2.320.0' 2024-11-01T16:13:45.2526141Z Runner name: 'i-0c927bd2a8328c068' 2024-11-01T16:13:45.2527078Z Runner group name: 'Default' 2024-11-01T16:13:45.2527836Z Machine name: 'ip-10-0-0-208' 2024-11-01T16:13:45.2544126Z Testing runner upgrade compatibility 2024-11-01T16:13:45.3485921Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:45.3488243Z Actions: read 2024-11-01T16:13:45.3488665Z Attestations: read 2024-11-01T16:13:45.3489221Z Checks: read 2024-11-01T16:13:45.3489628Z Contents: read 2024-11-01T16:13:45.3490029Z Deployments: read 2024-11-01T16:13:45.3490529Z Discussions: read 2024-11-01T16:13:45.3490953Z Issues: read 2024-11-01T16:13:45.3491335Z Metadata: read 2024-11-01T16:13:45.3491794Z Packages: read 2024-11-01T16:13:45.3492310Z Pages: read 2024-11-01T16:13:45.3492692Z PullRequests: read 2024-11-01T16:13:45.3493200Z RepositoryProjects: read 2024-11-01T16:13:45.3493715Z SecurityEvents: read 2024-11-01T16:13:45.3494145Z Statuses: read 2024-11-01T16:13:45.3494935Z ##[endgroup] 2024-11-01T16:13:45.3498413Z Secret source: Actions 2024-11-01T16:13:45.3499471Z Prepare workflow directory 2024-11-01T16:13:45.8429210Z Prepare all required actions 2024-11-01T16:13:45.8675370Z Getting action download info 2024-11-01T16:13:46.0000992Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:50.0086060Z Getting action download info 2024-11-01T16:13:50.1247682Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:50.3394267Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:13:50.3396607Z ##[group] Inputs 2024-11-01T16:13:50.3397135Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-11-01T16:13:50.3397887Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-11-01T16:13:50.3398449Z cuda-version: 12.4 2024-11-01T16:13:50.3398766Z sync-tag: 2024-11-01T16:13:50.3399424Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-11-01T16:13:50.3400173Z runner: linux.large 2024-11-01T16:13:50.3400482Z ##[endgroup] 2024-11-01T16:13:50.3401157Z Complete job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter 2024-11-01T16:13:50.4090455Z A job started hook has been configured by the self-hosted runner administrator 2024-11-01T16:13:50.4247201Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-11-01T16:13:50.4257340Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:50.4257869Z ##[endgroup] 2024-11-01T16:13:51.8256132Z Runner Type: linux.large 2024-11-01T16:13:51.8256913Z Instance Type: c5.large 2024-11-01T16:13:51.8257451Z AMI Name: unknown 2024-11-01T16:13:51.8258291Z AMI ID: ami-0fff1b9a61dec8a5f 2024-11-01T16:13:57.6146285Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:57.6147238Z with: 2024-11-01T16:13:57.6147508Z fetch-depth: 1 2024-11-01T16:13:57.6147803Z submodules: false 2024-11-01T16:13:57.6148121Z env: 2024-11-01T16:13:57.6148371Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:57.6148712Z ##[endgroup] 2024-11-01T16:13:57.6342114Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:57.6343500Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:57.6353624Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:57.6354186Z env: 2024-11-01T16:13:57.6354435Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:57.6354770Z ##[endgroup] 2024-11-01T16:13:57.6462094Z ##[group]Run retry () { 2024-11-01T16:13:57.6462468Z retry () { 2024-11-01T16:13:57.6463001Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:57.6463716Z } 2024-11-01T16:13:57.6464004Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:57.6464423Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:57.6464873Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:57.6465776Z else 2024-11-01T16:13:57.6466127Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:57.6466532Z fi 2024-11-01T16:13:57.6466821Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:57.6472905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:57.6473405Z env: 2024-11-01T16:13:57.6473661Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:57.6473977Z NO_SUDO: 2024-11-01T16:13:57.6474239Z ##[endgroup] 2024-11-01T16:13:57.6502241Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.0365651Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:58.0366152Z with: 2024-11-01T16:13:58.0366456Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:58.0366977Z fetch-depth: 1 2024-11-01T16:13:58.0367260Z submodules: false 2024-11-01T16:13:58.0367545Z quiet-checkout: true 2024-11-01T16:13:58.0367879Z repository: pytorch/pytorch 2024-11-01T16:13:58.0368377Z token: *** 2024-11-01T16:13:58.0368655Z ssh-strict: true 2024-11-01T16:13:58.0368947Z persist-credentials: true 2024-11-01T16:13:58.0369287Z clean: true 2024-11-01T16:13:58.0369589Z sparse-checkout-cone-mode: true 2024-11-01T16:13:58.0369943Z lfs: false 2024-11-01T16:13:58.0370219Z set-safe-directory: true 2024-11-01T16:13:58.0370533Z env: 2024-11-01T16:13:58.0370773Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:13:58.0371093Z ##[endgroup] 2024-11-01T16:13:58.1507709Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:58.1510879Z ##[group]Getting Git version info 2024-11-01T16:13:58.1512251Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:58.1513788Z [command]/usr/bin/git version 2024-11-01T16:13:58.1514404Z git version 2.40.1 2024-11-01T16:13:58.1517790Z ##[endgroup] 2024-11-01T16:13:58.1538119Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ca230b57-2d75-4b22-afa6-504375311057' before making global git config changes 2024-11-01T16:13:58.1540398Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:58.1544706Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.1589329Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-11-01T16:13:58.1594498Z ##[group]Initializing the repository 2024-11-01T16:13:58.1598353Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:13:58.1684204Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:58.1686179Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:58.1687969Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:58.1689074Z hint: 2024-11-01T16:13:58.1690164Z hint: git config --global init.defaultBranch 2024-11-01T16:13:58.1691003Z hint: 2024-11-01T16:13:58.1692039Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:58.1693667Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:58.1694860Z hint: 2024-11-01T16:13:58.1695542Z hint: git branch -m 2024-11-01T16:13:58.1696999Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:13:58.1701644Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:58.1744730Z ##[endgroup] 2024-11-01T16:13:58.1745813Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:58.1748666Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:58.1781103Z ##[endgroup] 2024-11-01T16:13:58.1782077Z ##[group]Setting up auth 2024-11-01T16:13:58.1788497Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:58.1821817Z [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:58.2094835Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:58.2131573Z [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:58.2403467Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:58.2451599Z ##[endgroup] 2024-11-01T16:13:58.2453568Z ##[group]Fetching the repository 2024-11-01T16:13:58.2461518Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:58.5352580Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:58.5358392Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:58.5359674Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:58.5360664Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:58.5364261Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:58.5374154Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:58.5375389Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:58.5376669Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:58.5377677Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:58.5378895Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:58.5380292Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:58.5381271Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:58.5382437Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:58.5383771Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:58.5384782Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:58.5385925Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:58.5387147Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:58.5388127Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:58.5389483Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:58.5390736Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:58.5392661Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:58.5394172Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:58.5395503Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:58.5396824Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:58.5397741Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:58.5398962Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:58.5399855Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:58.5405772Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:58.5407263Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:58.5408275Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:58.5409595Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:58.5410902Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:58.5411977Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:58.5412941Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:58.5414121Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:58.5415235Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:58.5416477Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:58.5417874Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:58.5418955Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:58.5420000Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:58.5420951Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:58.5421810Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:58.5422766Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:58.5423871Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:58.5424981Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:58.5425787Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:58.5426731Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:58.5427938Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:58.5429061Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:58.5430290Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:58.5431447Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:58.5432563Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:58.5434317Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:58.5436193Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:58.5437905Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:58.5438907Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:58.5439997Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:58.5441927Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:58.5443647Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:58.5445356Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:58.5447486Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:58.5449312Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:58.5450219Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:58.5451439Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:58.5453832Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:58.5457170Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:58.5460461Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:58.5463474Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:58.5466198Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:58.5468125Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:58.5470697Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:58.5472923Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:58.5474316Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:58.5477554Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:58.5478882Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:58.5480217Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:58.5482914Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:58.5484092Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:58.5485639Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:58.5486990Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:58.5494826Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:58.5496228Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:58.5497362Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:58.5498447Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:58.5499072Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:58.5499688Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:58.5500289Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:58.5500887Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:58.5505152Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:58.5547860Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:58.5548754Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:58.5553606Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:58.5554511Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:58.5555451Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:58.5556311Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:58.5557524Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:58.5558406Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:58.5559575Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:58.5560547Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:58.5561467Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:58.5562421Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:58.5563374Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:58.5564406Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:58.5614330Z remote: Compressing objects: 0% (1/9985) 2024-11-01T16:13:58.5888527Z remote: Compressing objects: 1% (100/9985) 2024-11-01T16:13:58.6526064Z remote: Compressing objects: 2% (200/9985) 2024-11-01T16:13:58.6794665Z remote: Compressing objects: 3% (300/9985) 2024-11-01T16:13:58.7158956Z remote: Compressing objects: 4% (400/9985) 2024-11-01T16:13:58.7589845Z remote: Compressing objects: 5% (500/9985) 2024-11-01T16:13:58.8224934Z remote: Compressing objects: 6% (600/9985) 2024-11-01T16:13:58.8961276Z remote: Compressing objects: 7% (699/9985) 2024-11-01T16:13:58.9593312Z remote: Compressing objects: 8% (799/9985) 2024-11-01T16:13:59.0025898Z remote: Compressing objects: 9% (899/9985) 2024-11-01T16:13:59.0421407Z remote: Compressing objects: 10% (999/9985) 2024-11-01T16:13:59.0842743Z remote: Compressing objects: 11% (1099/9985) 2024-11-01T16:13:59.1196637Z remote: Compressing objects: 12% (1199/9985) 2024-11-01T16:13:59.1898409Z remote: Compressing objects: 13% (1299/9985) 2024-11-01T16:13:59.2447407Z remote: Compressing objects: 14% (1398/9985) 2024-11-01T16:13:59.2956165Z remote: Compressing objects: 15% (1498/9985) 2024-11-01T16:13:59.3467319Z remote: Compressing objects: 16% (1598/9985) 2024-11-01T16:13:59.3982818Z remote: Compressing objects: 17% (1698/9985) 2024-11-01T16:13:59.4451582Z remote: Compressing objects: 18% (1798/9985) 2024-11-01T16:13:59.5115325Z remote: Compressing objects: 19% (1898/9985) 2024-11-01T16:13:59.5548381Z remote: Compressing objects: 20% (1997/9985) 2024-11-01T16:13:59.5736211Z remote: Compressing objects: 20% (2063/9985) 2024-11-01T16:13:59.6094229Z remote: Compressing objects: 21% (2097/9985) 2024-11-01T16:13:59.6679295Z remote: Compressing objects: 22% (2197/9985) 2024-11-01T16:13:59.7316104Z remote: Compressing objects: 23% (2297/9985) 2024-11-01T16:13:59.7856213Z remote: Compressing objects: 24% (2397/9985) 2024-11-01T16:13:59.8301571Z remote: Compressing objects: 25% (2497/9985) 2024-11-01T16:13:59.8938971Z remote: Compressing objects: 26% (2597/9985) 2024-11-01T16:13:59.9353900Z remote: Compressing objects: 27% (2696/9985) 2024-11-01T16:13:59.9792511Z remote: Compressing objects: 28% (2796/9985) 2024-11-01T16:14:00.0318773Z remote: Compressing objects: 29% (2896/9985) 2024-11-01T16:14:00.0845278Z remote: Compressing objects: 30% (2996/9985) 2024-11-01T16:14:00.1347844Z remote: Compressing objects: 31% (3096/9985) 2024-11-01T16:14:00.1420218Z remote: Compressing objects: 32% (3196/9985) 2024-11-01T16:14:00.1569052Z remote: Compressing objects: 33% (3296/9985) 2024-11-01T16:14:00.1761430Z remote: Compressing objects: 34% (3395/9985) 2024-11-01T16:14:00.1919655Z remote: Compressing objects: 35% (3495/9985) 2024-11-01T16:14:00.2119968Z remote: Compressing objects: 36% (3595/9985) 2024-11-01T16:14:00.2167116Z remote: Compressing objects: 37% (3695/9985) 2024-11-01T16:14:00.2343370Z remote: Compressing objects: 38% (3795/9985) 2024-11-01T16:14:00.2580594Z remote: Compressing objects: 39% (3895/9985) 2024-11-01T16:14:00.2861560Z remote: Compressing objects: 40% (3994/9985) 2024-11-01T16:14:00.3102298Z remote: Compressing objects: 41% (4094/9985) 2024-11-01T16:14:00.3540411Z remote: Compressing objects: 42% (4194/9985) 2024-11-01T16:14:00.3989403Z remote: Compressing objects: 43% (4294/9985) 2024-11-01T16:14:00.4266192Z remote: Compressing objects: 44% (4394/9985) 2024-11-01T16:14:00.4576298Z remote: Compressing objects: 45% (4494/9985) 2024-11-01T16:14:00.4989493Z remote: Compressing objects: 46% (4594/9985) 2024-11-01T16:14:00.5442053Z remote: Compressing objects: 47% (4693/9985) 2024-11-01T16:14:00.5529511Z remote: Compressing objects: 48% (4793/9985) 2024-11-01T16:14:00.5774254Z remote: Compressing objects: 48% (4827/9985) 2024-11-01T16:14:00.6082631Z remote: Compressing objects: 49% (4893/9985) 2024-11-01T16:14:00.6669096Z remote: Compressing objects: 50% (4993/9985) 2024-11-01T16:14:00.7034359Z remote: Compressing objects: 51% (5093/9985) 2024-11-01T16:14:00.7325474Z remote: Compressing objects: 52% (5193/9985) 2024-11-01T16:14:00.7556129Z remote: Compressing objects: 53% (5293/9985) 2024-11-01T16:14:00.7839122Z remote: Compressing objects: 54% (5392/9985) 2024-11-01T16:14:00.8176575Z remote: Compressing objects: 55% (5492/9985) 2024-11-01T16:14:00.8520223Z remote: Compressing objects: 56% (5592/9985) 2024-11-01T16:14:00.8749398Z remote: Compressing objects: 57% (5692/9985) 2024-11-01T16:14:00.9350149Z remote: Compressing objects: 58% (5792/9985) 2024-11-01T16:14:00.9387095Z remote: Compressing objects: 59% (5892/9985) 2024-11-01T16:14:00.9545348Z remote: Compressing objects: 60% (5991/9985) 2024-11-01T16:14:00.9732968Z remote: Compressing objects: 61% (6091/9985) 2024-11-01T16:14:01.0128168Z remote: Compressing objects: 62% (6191/9985) 2024-11-01T16:14:01.0319704Z remote: Compressing objects: 63% (6291/9985) 2024-11-01T16:14:01.0397853Z remote: Compressing objects: 64% (6391/9985) 2024-11-01T16:14:01.0436155Z remote: Compressing objects: 65% (6491/9985) 2024-11-01T16:14:01.0508037Z remote: Compressing objects: 66% (6591/9985) 2024-11-01T16:14:01.0620615Z remote: Compressing objects: 67% (6690/9985) 2024-11-01T16:14:01.0693215Z remote: Compressing objects: 68% (6790/9985) 2024-11-01T16:14:01.0792559Z remote: Compressing objects: 69% (6890/9985) 2024-11-01T16:14:01.0927586Z remote: Compressing objects: 70% (6990/9985) 2024-11-01T16:14:01.1079416Z remote: Compressing objects: 71% (7090/9985) 2024-11-01T16:14:01.1190768Z remote: Compressing objects: 72% (7190/9985) 2024-11-01T16:14:01.1297934Z remote: Compressing objects: 73% (7290/9985) 2024-11-01T16:14:01.1414148Z remote: Compressing objects: 74% (7389/9985) 2024-11-01T16:14:01.1575112Z remote: Compressing objects: 75% (7489/9985) 2024-11-01T16:14:01.1687941Z remote: Compressing objects: 76% (7589/9985) 2024-11-01T16:14:01.1843860Z remote: Compressing objects: 77% (7689/9985) 2024-11-01T16:14:01.1988676Z remote: Compressing objects: 78% (7789/9985) 2024-11-01T16:14:01.2117096Z remote: Compressing objects: 79% (7889/9985) 2024-11-01T16:14:01.2252383Z remote: Compressing objects: 80% (7988/9985) 2024-11-01T16:14:01.2445876Z remote: Compressing objects: 81% (8088/9985) 2024-11-01T16:14:01.2599503Z remote: Compressing objects: 82% (8188/9985) 2024-11-01T16:14:01.2728443Z remote: Compressing objects: 83% (8288/9985) 2024-11-01T16:14:01.2864052Z remote: Compressing objects: 84% (8388/9985) 2024-11-01T16:14:01.3011401Z remote: Compressing objects: 85% (8488/9985) 2024-11-01T16:14:01.3180834Z remote: Compressing objects: 86% (8588/9985) 2024-11-01T16:14:01.3314069Z remote: Compressing objects: 87% (8687/9985) 2024-11-01T16:14:01.3425097Z remote: Compressing objects: 88% (8787/9985) 2024-11-01T16:14:01.3568206Z remote: Compressing objects: 89% (8887/9985) 2024-11-01T16:14:01.3611281Z remote: Compressing objects: 90% (8987/9985) 2024-11-01T16:14:01.3624697Z remote: Compressing objects: 91% (9087/9985) 2024-11-01T16:14:01.3637167Z remote: Compressing objects: 92% (9187/9985) 2024-11-01T16:14:01.3664179Z remote: Compressing objects: 93% (9287/9985) 2024-11-01T16:14:01.3676788Z remote: Compressing objects: 94% (9386/9985) 2024-11-01T16:14:01.3683133Z remote: Compressing objects: 95% (9486/9985) 2024-11-01T16:14:01.3693337Z remote: Compressing objects: 96% (9586/9985) 2024-11-01T16:14:01.3708101Z remote: Compressing objects: 97% (9686/9985) 2024-11-01T16:14:01.3721967Z remote: Compressing objects: 98% (9786/9985) 2024-11-01T16:14:01.3732402Z remote: Compressing objects: 99% (9886/9985) 2024-11-01T16:14:01.3732943Z remote: Compressing objects: 100% (9985/9985) 2024-11-01T16:14:01.3733529Z remote: Compressing objects: 100% (9985/9985), done. 2024-11-01T16:14:04.0841775Z remote: Total 11385 (delta 1370), reused 4206 (delta 1106), pack-reused 0 (from 0) 2024-11-01T16:14:04.7543401Z ##[endgroup] 2024-11-01T16:14:04.7544413Z ##[group]Determining the checkout info 2024-11-01T16:14:04.7545715Z ##[endgroup] 2024-11-01T16:14:04.7546667Z ##[group]Checking out the ref 2024-11-01T16:14:04.7551919Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:06.0731840Z ##[endgroup] 2024-11-01T16:14:06.0751009Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:14:06.0783986Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:14:06.1090018Z Prepare all required actions 2024-11-01T16:14:06.1090687Z Getting action download info 2024-11-01T16:14:06.2130087Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:14:06.3622916Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:14:06.3623378Z with: 2024-11-01T16:14:06.3623830Z github-token: *** 2024-11-01T16:14:06.3624511Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-11-01T16:14:06.3625251Z env: 2024-11-01T16:14:06.3625510Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:06.3625835Z ##[endgroup] 2024-11-01T16:14:06.3671582Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:14:06.3671993Z with: 2024-11-01T16:14:06.3672229Z shell: bash 2024-11-01T16:14:06.3672513Z timeout_minutes: 10 2024-11-01T16:14:06.3672823Z max_attempts: 5 2024-11-01T16:14:06.3673107Z retry_wait_seconds: 30 2024-11-01T16:14:06.3674314Z 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:06.3675542Z polling_interval_seconds: 1 2024-11-01T16:14:06.3675890Z warning_on_retry: true 2024-11-01T16:14:06.3676221Z continue_on_error: false 2024-11-01T16:14:06.3676529Z env: 2024-11-01T16:14:06.3676784Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:06.3677296Z GITHUB_TOKEN: *** 2024-11-01T16:14:06.3677587Z ##[endgroup] 2024-11-01T16:14:06.5217088Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:14:06.8414249Z Defaulting to user installation because normal site-packages is not writeable 2024-11-01T16:14:06.8589889Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-11-01T16:14:06.8596643Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-11-01T16:14:06.8715806Z 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:06.8725970Z 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:06.8737668Z 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:06.8744075Z 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:07.4963441Z Command completed after 1 attempt(s). 2024-11-01T16:14:07.5024584Z ##[group]Run set -x 2024-11-01T16:14:07.5024927Z set -x 2024-11-01T16:14:07.5025205Z  2024-11-01T16:14:07.5025731Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:07.5026754Z # in runner workspace 2024-11-01T16:14:07.5027287Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:14:07.5033550Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:07.5034041Z env: 2024-11-01T16:14:07.5034296Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:07.5034614Z ##[endgroup] 2024-11-01T16:14:07.5076647Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-11-01T16:14:07.5353934Z ##[group]Run set -x 2024-11-01T16:14:07.5354263Z set -x 2024-11-01T16:14:07.5354538Z  2024-11-01T16:14:07.5355061Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-11-01T16:14:07.5355998Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-11-01T16:14:07.5356909Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-11-01T16:14:07.5358010Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-11-01T16:14:07.5358787Z # expose this variable as part of GitHub context. 2024-11-01T16:14:07.5359646Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-11-01T16:14:07.5360560Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-11-01T16:14:07.5361114Z pwd 2024-11-01T16:14:07.5361372Z  2024-11-01T16:14:07.5361894Z LOG_FILE=$(grep -l -r "368da7510f5d755034681777a4e5ae6d33c07b38" *.log | tail -n 1) 2024-11-01T16:14:07.5362555Z if [ -n "${LOG_FILE}" ]; then 2024-11-01T16:14:07.5363238Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-11-01T16:14:07.5363988Z  # needs to be awk {print $3} on MacOS 2024-11-01T16:14:07.5364444Z  case ${RUNNER_OS} in 2024-11-01T16:14:07.5364789Z  macOS) 2024-11-01T16:14:07.5366234Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-11-01T16:14:07.5367062Z  ;; 2024-11-01T16:14:07.5367328Z  *) 2024-11-01T16:14:07.5367959Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-11-01T16:14:07.5368692Z  ;; 2024-11-01T16:14:07.5368956Z  esac 2024-11-01T16:14:07.5369356Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-11-01T16:14:07.5369845Z fi 2024-11-01T16:14:07.5370085Z  2024-11-01T16:14:07.5370332Z popd 2024-11-01T16:14:07.5375951Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:07.5376576Z env: 2024-11-01T16:14:07.5376832Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:07.5377149Z ##[endgroup] 2024-11-01T16:14:07.5402224Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-11-01T16:14:07.5403494Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:07.5404742Z /home/ec2-user/actions-runner/_diag 2024-11-01T16:14:07.5405908Z + pwd 2024-11-01T16:14:07.5420772Z ++ tail -n 1 2024-11-01T16:14:07.5422990Z ++ grep -l -r 368da7510f5d755034681777a4e5ae6d33c07b38 Runner_20241101-154205-utc.log Runner_20241101-154253-utc.log Worker_20241101-161057-utc.log Worker_20241101-161343-utc.log 2024-11-01T16:14:07.5433415Z + LOG_FILE=Worker_20241101-161343-utc.log 2024-11-01T16:14:07.5434331Z + '[' -n Worker_20241101-161343-utc.log ']' 2024-11-01T16:14:07.5435025Z + case ${RUNNER_OS} in 2024-11-01T16:14:07.5438721Z ++ grep -r '"jobDisplayName"' Worker_20241101-161343-utc.log 2024-11-01T16:14:07.5441493Z ++ sed 's/"//g' 2024-11-01T16:14:07.5456304Z ++ awk -F '[:]' '{print $2}' 2024-11-01T16:14:07.5463625Z ++ xargs 2024-11-01T16:14:07.5494717Z + JOB_NAME='linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:07.5496725Z + echo 'job-name=linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-11-01T16:14:07.5497995Z ~/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:07.5499257Z + popd 2024-11-01T16:14:07.5528461Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:07.5529095Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:14:07.5529618Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:14:07.5530077Z  2024-11-01T16:14:07.5530696Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:14:07.5531477Z # in runner workspace 2024-11-01T16:14:07.5532135Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:14:07.5532859Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:14:07.5533406Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:14:07.5533918Z  --test-matrix "{ include: [ 2024-11-01T16:14:07.5534675Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2024-11-01T16:14:07.5535543Z ]} 2024-11-01T16:14:07.5535900Z " \ 2024-11-01T16:14:07.5536309Z  --selected-test-configs "" \ 2024-11-01T16:14:07.5536887Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:14:07.5537376Z  --tag "${TAG}" \ 2024-11-01T16:14:07.5537842Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:14:07.5538365Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:14:07.5538870Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:14:07.5544556Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:07.5545153Z env: 2024-11-01T16:14:07.5545565Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:07.5546187Z GITHUB_TOKEN: *** 2024-11-01T16:14:07.5546707Z JOB_NAME: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:07.5547444Z PR_NUMBER: 138766 2024-11-01T16:14:07.5547814Z TAG: 2024-11-01T16:14:07.5548369Z EVENT_NAME: pull_request 2024-11-01T16:14:07.5548841Z SCHEDULE: 2024-11-01T16:14:07.5549202Z HEAD_BRANCH: 2024-11-01T16:14:07.5549533Z ##[endgroup] 2024-11-01T16:14:07.5608835Z Workflow: pull 2024-11-01T16:14:07.5609836Z Job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-11-01T16:14:07.8423616Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:14:07.9834234Z fatal: unknown commit origin/main 2024-11-01T16:14:07.9844637Z /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:07.9847850Z warnings.warn(f"failed to get commit messages: {e}") 2024-11-01T16:14:08.0009115Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:14:08.0009548Z echo "Filtered matrix:" 2024-11-01T16:14:08.0010295Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2024-11-01T16:14:08.0011053Z  2024-11-01T16:14:08.0011291Z echo 2024-11-01T16:14:08.0011647Z echo "Is the current job unstable? False" 2024-11-01T16:14:08.0012091Z  2024-11-01T16:14:08.0012323Z echo 2024-11-01T16:14:08.0012659Z echo "Is keep-going label set? False" 2024-11-01T16:14:08.0013087Z  2024-11-01T16:14:08.0013318Z echo 2024-11-01T16:14:08.0013609Z echo "Renabled issues? " 2024-11-01T16:14:08.0019638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:08.0020118Z env: 2024-11-01T16:14:08.0020375Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.0020701Z ##[endgroup] 2024-11-01T16:14:08.0047777Z Filtered matrix: 2024-11-01T16:14:08.0048902Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2024-11-01T16:14:08.0049952Z 2024-11-01T16:14:08.0050202Z Is the current job unstable? False 2024-11-01T16:14:08.0050721Z 2024-11-01T16:14:08.0051226Z Is keep-going label set? False 2024-11-01T16:14:08.0051713Z 2024-11-01T16:14:08.0051923Z Renabled issues? 2024-11-01T16:14:08.0182474Z Post job cleanup. 2024-11-01T16:14:08.0235756Z Post job cleanup. 2024-11-01T16:14:08.1114975Z [command]/usr/bin/git version 2024-11-01T16:14:08.1160402Z git version 2.40.1 2024-11-01T16:14:08.1243682Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c9a00da5-3c2b-4d18-b443-ea9225241ddd' before making global git config changes 2024-11-01T16:14:08.1245881Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:08.1247949Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-11-01T16:14:08.1276106Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:08.1308961Z [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:08.1676772Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:08.1703668Z http.https://github.com/.extraheader 2024-11-01T16:14:08.1716012Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:14:08.1751926Z [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:08.2196609Z A job completed hook has been configured by the self-hosted runner administrator 2024-11-01T16:14:08.2226367Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-11-01T16:14:08.2234810Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:08.2236304Z ##[endgroup] 2024-11-01T16:14:14.4718891Z Evaluate and set job outputs 2024-11-01T16:14:14.4730368Z Set output 'test-matrix' 2024-11-01T16:14:14.4731361Z Set output 'is-test-matrix-empty' 2024-11-01T16:14:14.4732027Z Set output 'keep-going' 2024-11-01T16:14:14.4732818Z Cleaning up orphan processes