2024-08-07T17:15:09.2812690Z Current runner version: '2.318.0' 2024-08-07T17:15:09.2820079Z Runner name: 'i-0d1bf90de2430a545' 2024-08-07T17:15:09.2821073Z Runner group name: 'Default' 2024-08-07T17:15:09.2822071Z Machine name: 'ip-10-0-34-184' 2024-08-07T17:15:09.2827074Z ##[group]GITHUB_TOKEN Permissions 2024-08-07T17:15:09.2830321Z Actions: read 2024-08-07T17:15:09.2831069Z Attestations: read 2024-08-07T17:15:09.2831719Z Checks: read 2024-08-07T17:15:09.2832308Z Contents: read 2024-08-07T17:15:09.2832980Z Deployments: read 2024-08-07T17:15:09.2833584Z Discussions: read 2024-08-07T17:15:09.2834255Z Issues: read 2024-08-07T17:15:09.2834912Z Metadata: read 2024-08-07T17:15:09.2835599Z Packages: read 2024-08-07T17:15:09.2836250Z Pages: read 2024-08-07T17:15:09.2837172Z PullRequests: read 2024-08-07T17:15:09.2837811Z RepositoryProjects: read 2024-08-07T17:15:09.2838613Z SecurityEvents: read 2024-08-07T17:15:09.2839312Z Statuses: read 2024-08-07T17:15:09.2839864Z ##[endgroup] 2024-08-07T17:15:09.2843570Z Secret source: Actions 2024-08-07T17:15:09.2844691Z Prepare workflow directory 2024-08-07T17:15:09.7245269Z Prepare all required actions 2024-08-07T17:15:09.7290746Z Getting action download info 2024-08-07T17:15:09.8593296Z Download action repository 'pytorch/pytorch@main' (SHA:32a284c27549449c19e3b1455f531692439d6316) 2024-08-07T17:15:16.5252791Z Getting action download info 2024-08-07T17:15:16.6220456Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-07T17:15:16.8900106Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/131248/merge (f779f6b7738020e244184bded4026b37de3f9f24) 2024-08-07T17:15:16.8902375Z ##[group] Inputs 2024-08-07T17:15:16.8902849Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-08-07T17:15:16.8903449Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-08-07T17:15:16.8903909Z cuda-version: 12.4 2024-08-07T17:15:16.8904195Z sync-tag: 2024-08-07T17:15:16.8904790Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-07T17:15:16.8905442Z runner: amz2023.linux.large 2024-08-07T17:15:16.8905778Z ##[endgroup] 2024-08-07T17:15:16.8906199Z Complete job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter 2024-08-07T17:15:16.9308682Z A job started hook has been configured by the self-hosted runner administrator 2024-08-07T17:15:16.9426722Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-07T17:15:16.9437313Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:16.9438031Z ##[endgroup] 2024-08-07T17:15:18.7197466Z Runner Type: amz2023.linux.large 2024-08-07T17:15:18.7199936Z Instance Type: c5.large 2024-08-07T17:15:18.7203312Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-07T17:15:18.7206567Z AMI ID: ami-06c68f701d8090592 2024-08-07T17:15:24.7137479Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-07T17:15:24.7137969Z with: 2024-08-07T17:15:24.7138217Z fetch-depth: 1 2024-08-07T17:15:24.7138493Z submodules: false 2024-08-07T17:15:24.7138810Z env: 2024-08-07T17:15:24.7139016Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:24.7139303Z ##[endgroup] 2024-08-07T17:15:24.7222168Z ##[group]Run retry () { 2024-08-07T17:15:24.7222520Z retry () { 2024-08-07T17:15:24.7222887Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-07T17:15:24.7223683Z } 2024-08-07T17:15:24.7223947Z echo "${GITHUB_WORKSPACE}" 2024-08-07T17:15:24.7224258Z if [ -z "${NO_SUDO}" ]; then 2024-08-07T17:15:24.7224615Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:24.7224961Z else 2024-08-07T17:15:24.7225209Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:24.7225537Z fi 2024-08-07T17:15:24.7225823Z mkdir "${GITHUB_WORKSPACE}" 2024-08-07T17:15:24.7234478Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:24.7235074Z env: 2024-08-07T17:15:24.7235303Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:24.7235574Z NO_SUDO: 2024-08-07T17:15:24.7235792Z ##[endgroup] 2024-08-07T17:15:24.7284440Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:25.6148573Z ##[group]Run malfet/checkout@silent-checkout 2024-08-07T17:15:25.6148959Z with: 2024-08-07T17:15:25.6149204Z ref: 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:25.6149552Z fetch-depth: 1 2024-08-07T17:15:25.6149796Z submodules: false 2024-08-07T17:15:25.6150087Z quiet-checkout: true 2024-08-07T17:15:25.6150366Z repository: pytorch/pytorch 2024-08-07T17:15:25.6150814Z token: *** 2024-08-07T17:15:25.6151076Z ssh-strict: true 2024-08-07T17:15:25.6151438Z persist-credentials: true 2024-08-07T17:15:25.6151853Z clean: true 2024-08-07T17:15:25.6152229Z sparse-checkout-cone-mode: true 2024-08-07T17:15:25.6152641Z lfs: false 2024-08-07T17:15:25.6152881Z set-safe-directory: true 2024-08-07T17:15:25.6153149Z env: 2024-08-07T17:15:25.6153366Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:25.6153626Z ##[endgroup] 2024-08-07T17:15:25.7308395Z Syncing repository: pytorch/pytorch 2024-08-07T17:15:25.7310680Z ##[group]Getting Git version info 2024-08-07T17:15:25.7311524Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:15:25.7312775Z [command]/usr/bin/git version 2024-08-07T17:15:25.7313262Z git version 2.40.1 2024-08-07T17:15:25.7332698Z ##[endgroup] 2024-08-07T17:15:25.7348411Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/59327eae-e822-411b-b766-1fc28340e4db' before making global git config changes 2024-08-07T17:15:25.7350172Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:15:25.7354431Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:25.7396188Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-07T17:15:25.7402082Z ##[group]Initializing the repository 2024-08-07T17:15:25.7406387Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:25.7438939Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-07T17:15:25.7440474Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-07T17:15:25.7441968Z hint: of your new repositories, which will suppress this warning, call: 2024-08-07T17:15:25.7443021Z hint: 2024-08-07T17:15:25.7443950Z hint: git config --global init.defaultBranch 2024-08-07T17:15:25.7501853Z hint: 2024-08-07T17:15:25.7502499Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-07T17:15:25.7503632Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-07T17:15:25.7504780Z hint: 2024-08-07T17:15:25.7505175Z hint: git branch -m 2024-08-07T17:15:25.7506101Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-07T17:15:25.7508187Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-07T17:15:25.7516447Z ##[endgroup] 2024-08-07T17:15:25.7517216Z ##[group]Disabling automatic garbage collection 2024-08-07T17:15:25.7521086Z [command]/usr/bin/git config --local gc.auto 0 2024-08-07T17:15:25.7552283Z ##[endgroup] 2024-08-07T17:15:25.7553380Z ##[group]Setting up auth 2024-08-07T17:15:25.7560631Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:15:25.7594500Z [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-07T17:15:25.7857970Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:15:25.7883662Z [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-07T17:15:25.8149812Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-07T17:15:25.8201943Z ##[endgroup] 2024-08-07T17:15:25.8203163Z ##[group]Fetching the repository 2024-08-07T17:15:25.8209818Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:26.3504543Z remote: Enumerating objects: 11299, done. 2024-08-07T17:15:26.3511898Z remote: Counting objects: 0% (1/11299) 2024-08-07T17:15:26.3512961Z remote: Counting objects: 1% (113/11299) 2024-08-07T17:15:26.3515047Z remote: Counting objects: 2% (226/11299) 2024-08-07T17:15:26.3516439Z remote: Counting objects: 3% (339/11299) 2024-08-07T17:15:26.3517464Z remote: Counting objects: 4% (452/11299) 2024-08-07T17:15:26.3518338Z remote: Counting objects: 5% (565/11299) 2024-08-07T17:15:26.3521319Z remote: Counting objects: 6% (678/11299) 2024-08-07T17:15:26.3522249Z remote: Counting objects: 7% (791/11299) 2024-08-07T17:15:26.3522870Z remote: Counting objects: 8% (904/11299) 2024-08-07T17:15:26.3523907Z remote: Counting objects: 9% (1017/11299) 2024-08-07T17:15:26.3528732Z remote: Counting objects: 10% (1130/11299) 2024-08-07T17:15:26.3529693Z remote: Counting objects: 11% (1243/11299) 2024-08-07T17:15:26.3530605Z remote: Counting objects: 12% (1356/11299) 2024-08-07T17:15:26.3531549Z remote: Counting objects: 13% (1469/11299) 2024-08-07T17:15:26.3538784Z remote: Counting objects: 14% (1582/11299) 2024-08-07T17:15:26.3539763Z remote: Counting objects: 15% (1695/11299) 2024-08-07T17:15:26.3540622Z remote: Counting objects: 16% (1808/11299) 2024-08-07T17:15:26.3541463Z remote: Counting objects: 17% (1921/11299) 2024-08-07T17:15:26.3542360Z remote: Counting objects: 18% (2034/11299) 2024-08-07T17:15:26.3702225Z remote: Counting objects: 19% (2147/11299) 2024-08-07T17:15:26.3702889Z remote: Counting objects: 20% (2260/11299) 2024-08-07T17:15:26.3703485Z remote: Counting objects: 21% (2373/11299) 2024-08-07T17:15:26.3704056Z remote: Counting objects: 22% (2486/11299) 2024-08-07T17:15:26.3704645Z remote: Counting objects: 23% (2599/11299) 2024-08-07T17:15:26.3705228Z remote: Counting objects: 24% (2712/11299) 2024-08-07T17:15:26.3705804Z remote: Counting objects: 25% (2825/11299) 2024-08-07T17:15:26.3706390Z remote: Counting objects: 26% (2938/11299) 2024-08-07T17:15:26.3706977Z remote: Counting objects: 27% (3051/11299) 2024-08-07T17:15:26.3708116Z remote: Counting objects: 28% (3164/11299) 2024-08-07T17:15:26.3708734Z remote: Counting objects: 29% (3277/11299) 2024-08-07T17:15:26.3709336Z remote: Counting objects: 30% (3390/11299) 2024-08-07T17:15:26.3709907Z remote: Counting objects: 31% (3503/11299) 2024-08-07T17:15:26.3710484Z remote: Counting objects: 32% (3616/11299) 2024-08-07T17:15:26.3711067Z remote: Counting objects: 33% (3729/11299) 2024-08-07T17:15:26.3711638Z remote: Counting objects: 34% (3842/11299) 2024-08-07T17:15:26.3712225Z remote: Counting objects: 35% (3955/11299) 2024-08-07T17:15:26.3712803Z remote: Counting objects: 36% (4068/11299) 2024-08-07T17:15:26.3713413Z remote: Counting objects: 37% (4181/11299) 2024-08-07T17:15:26.3713967Z remote: Counting objects: 38% (4294/11299) 2024-08-07T17:15:26.3714553Z remote: Counting objects: 39% (4407/11299) 2024-08-07T17:15:26.3715132Z remote: Counting objects: 40% (4520/11299) 2024-08-07T17:15:26.3715709Z remote: Counting objects: 41% (4633/11299) 2024-08-07T17:15:26.3716297Z remote: Counting objects: 42% (4746/11299) 2024-08-07T17:15:26.3717074Z remote: Counting objects: 43% (4859/11299) 2024-08-07T17:15:26.3717648Z remote: Counting objects: 44% (4972/11299) 2024-08-07T17:15:26.3718343Z remote: Counting objects: 45% (5085/11299) 2024-08-07T17:15:26.3718932Z remote: Counting objects: 46% (5198/11299) 2024-08-07T17:15:26.3719502Z remote: Counting objects: 47% (5311/11299) 2024-08-07T17:15:26.3720088Z remote: Counting objects: 48% (5424/11299) 2024-08-07T17:15:26.3720679Z remote: Counting objects: 49% (5537/11299) 2024-08-07T17:15:26.3721249Z remote: Counting objects: 50% (5650/11299) 2024-08-07T17:15:26.3721835Z remote: Counting objects: 51% (5763/11299) 2024-08-07T17:15:26.3722422Z remote: Counting objects: 52% (5876/11299) 2024-08-07T17:15:26.3722998Z remote: Counting objects: 53% (5989/11299) 2024-08-07T17:15:26.3723827Z remote: Counting objects: 54% (6102/11299) 2024-08-07T17:15:26.3724396Z remote: Counting objects: 55% (6215/11299) 2024-08-07T17:15:26.3724980Z remote: Counting objects: 56% (6328/11299) 2024-08-07T17:15:26.3725567Z remote: Counting objects: 57% (6441/11299) 2024-08-07T17:15:26.3726148Z remote: Counting objects: 58% (6554/11299) 2024-08-07T17:15:26.3726708Z remote: Counting objects: 59% (6667/11299) 2024-08-07T17:15:26.3727301Z remote: Counting objects: 60% (6780/11299) 2024-08-07T17:15:26.3727882Z remote: Counting objects: 61% (6893/11299) 2024-08-07T17:15:26.3728460Z remote: Counting objects: 62% (7006/11299) 2024-08-07T17:15:26.3729046Z remote: Counting objects: 63% (7119/11299) 2024-08-07T17:15:26.3729677Z remote: Counting objects: 64% (7232/11299) 2024-08-07T17:15:26.3730271Z remote: Counting objects: 65% (7345/11299) 2024-08-07T17:15:26.3730853Z remote: Counting objects: 66% (7458/11299) 2024-08-07T17:15:26.3731446Z remote: Counting objects: 67% (7571/11299) 2024-08-07T17:15:26.3732040Z remote: Counting objects: 68% (7684/11299) 2024-08-07T17:15:26.3732619Z remote: Counting objects: 69% (7797/11299) 2024-08-07T17:15:26.3733204Z remote: Counting objects: 70% (7910/11299) 2024-08-07T17:15:26.3733800Z remote: Counting objects: 71% (8023/11299) 2024-08-07T17:15:26.3734372Z remote: Counting objects: 72% (8136/11299) 2024-08-07T17:15:26.3775711Z remote: Counting objects: 73% (8249/11299) 2024-08-07T17:15:26.3776783Z remote: Counting objects: 74% (8362/11299) 2024-08-07T17:15:26.3777630Z remote: Counting objects: 75% (8475/11299) 2024-08-07T17:15:26.3778540Z remote: Counting objects: 76% (8588/11299) 2024-08-07T17:15:26.3779424Z remote: Counting objects: 77% (8701/11299) 2024-08-07T17:15:26.3780194Z remote: Counting objects: 78% (8814/11299) 2024-08-07T17:15:26.3781283Z remote: Counting objects: 79% (8927/11299) 2024-08-07T17:15:26.3782171Z remote: Counting objects: 80% (9040/11299) 2024-08-07T17:15:26.3782995Z remote: Counting objects: 81% (9153/11299) 2024-08-07T17:15:26.3784168Z remote: Counting objects: 82% (9266/11299) 2024-08-07T17:15:26.3785064Z remote: Counting objects: 83% (9379/11299) 2024-08-07T17:15:26.3786390Z remote: Counting objects: 84% (9492/11299) 2024-08-07T17:15:26.3854289Z remote: Counting objects: 85% (9605/11299) 2024-08-07T17:15:26.3855197Z remote: Counting objects: 86% (9718/11299) 2024-08-07T17:15:26.3855881Z remote: Counting objects: 87% (9831/11299) 2024-08-07T17:15:26.3856554Z remote: Counting objects: 88% (9944/11299) 2024-08-07T17:15:26.3857215Z remote: Counting objects: 89% (10057/11299) 2024-08-07T17:15:26.3857910Z remote: Counting objects: 90% (10170/11299) 2024-08-07T17:15:26.3858576Z remote: Counting objects: 91% (10283/11299) 2024-08-07T17:15:26.3859411Z remote: Counting objects: 92% (10396/11299) 2024-08-07T17:15:26.3860062Z remote: Counting objects: 93% (10509/11299) 2024-08-07T17:15:26.3861375Z remote: Counting objects: 94% (10622/11299) 2024-08-07T17:15:26.3862059Z remote: Counting objects: 95% (10735/11299) 2024-08-07T17:15:26.3864219Z remote: Counting objects: 96% (10848/11299) 2024-08-07T17:15:26.3865286Z remote: Counting objects: 97% (10961/11299) 2024-08-07T17:15:26.3865908Z remote: Counting objects: 98% (11074/11299) 2024-08-07T17:15:26.3866844Z remote: Counting objects: 99% (11187/11299) 2024-08-07T17:15:26.3867791Z remote: Counting objects: 100% (11299/11299) 2024-08-07T17:15:26.3868976Z remote: Counting objects: 100% (11299/11299), done. 2024-08-07T17:15:26.3869970Z remote: Compressing objects: 0% (1/9757) 2024-08-07T17:15:26.3990076Z remote: Compressing objects: 1% (98/9757) 2024-08-07T17:15:26.4670388Z remote: Compressing objects: 2% (196/9757) 2024-08-07T17:15:26.4947490Z remote: Compressing objects: 3% (293/9757) 2024-08-07T17:15:26.5334933Z remote: Compressing objects: 4% (391/9757) 2024-08-07T17:15:26.5761061Z remote: Compressing objects: 5% (488/9757) 2024-08-07T17:15:26.6412016Z remote: Compressing objects: 6% (586/9757) 2024-08-07T17:15:26.7286551Z remote: Compressing objects: 7% (683/9757) 2024-08-07T17:15:26.7809546Z remote: Compressing objects: 8% (781/9757) 2024-08-07T17:15:26.8259280Z remote: Compressing objects: 9% (879/9757) 2024-08-07T17:15:26.8640762Z remote: Compressing objects: 10% (976/9757) 2024-08-07T17:15:26.9053857Z remote: Compressing objects: 11% (1074/9757) 2024-08-07T17:15:26.9399531Z remote: Compressing objects: 12% (1171/9757) 2024-08-07T17:15:27.0231064Z remote: Compressing objects: 13% (1269/9757) 2024-08-07T17:15:27.0659291Z remote: Compressing objects: 14% (1366/9757) 2024-08-07T17:15:27.1239789Z remote: Compressing objects: 15% (1464/9757) 2024-08-07T17:15:27.1818584Z remote: Compressing objects: 16% (1562/9757) 2024-08-07T17:15:27.2194161Z remote: Compressing objects: 17% (1659/9757) 2024-08-07T17:15:27.2890241Z remote: Compressing objects: 18% (1757/9757) 2024-08-07T17:15:27.3427990Z remote: Compressing objects: 19% (1854/9757) 2024-08-07T17:15:27.3680530Z remote: Compressing objects: 20% (1952/9757) 2024-08-07T17:15:27.3942066Z remote: Compressing objects: 20% (1977/9757) 2024-08-07T17:15:27.4342572Z remote: Compressing objects: 21% (2049/9757) 2024-08-07T17:15:27.4854009Z remote: Compressing objects: 22% (2147/9757) 2024-08-07T17:15:27.5504109Z remote: Compressing objects: 23% (2245/9757) 2024-08-07T17:15:27.5939349Z remote: Compressing objects: 24% (2342/9757) 2024-08-07T17:15:27.6621406Z remote: Compressing objects: 25% (2440/9757) 2024-08-07T17:15:27.7024501Z remote: Compressing objects: 26% (2537/9757) 2024-08-07T17:15:27.7412616Z remote: Compressing objects: 27% (2635/9757) 2024-08-07T17:15:27.7897038Z remote: Compressing objects: 28% (2732/9757) 2024-08-07T17:15:27.8334926Z remote: Compressing objects: 29% (2830/9757) 2024-08-07T17:15:27.8902406Z remote: Compressing objects: 30% (2928/9757) 2024-08-07T17:15:27.8986480Z remote: Compressing objects: 31% (3025/9757) 2024-08-07T17:15:27.9058098Z remote: Compressing objects: 32% (3123/9757) 2024-08-07T17:15:27.9292723Z remote: Compressing objects: 33% (3220/9757) 2024-08-07T17:15:27.9416807Z remote: Compressing objects: 34% (3318/9757) 2024-08-07T17:15:27.9664072Z remote: Compressing objects: 35% (3415/9757) 2024-08-07T17:15:27.9693595Z remote: Compressing objects: 36% (3513/9757) 2024-08-07T17:15:27.9786282Z remote: Compressing objects: 37% (3611/9757) 2024-08-07T17:15:28.0034886Z remote: Compressing objects: 38% (3708/9757) 2024-08-07T17:15:28.0232089Z remote: Compressing objects: 39% (3806/9757) 2024-08-07T17:15:28.0437894Z remote: Compressing objects: 40% (3903/9757) 2024-08-07T17:15:28.0713079Z remote: Compressing objects: 41% (4001/9757) 2024-08-07T17:15:28.1139712Z remote: Compressing objects: 42% (4098/9757) 2024-08-07T17:15:28.1472129Z remote: Compressing objects: 43% (4196/9757) 2024-08-07T17:15:28.1705065Z remote: Compressing objects: 44% (4294/9757) 2024-08-07T17:15:28.2066283Z remote: Compressing objects: 45% (4391/9757) 2024-08-07T17:15:28.2450036Z remote: Compressing objects: 46% (4489/9757) 2024-08-07T17:15:28.2816025Z remote: Compressing objects: 47% (4586/9757) 2024-08-07T17:15:28.3148887Z remote: Compressing objects: 48% (4684/9757) 2024-08-07T17:15:28.3439486Z remote: Compressing objects: 49% (4781/9757) 2024-08-07T17:15:28.3679615Z remote: Compressing objects: 50% (4879/9757) 2024-08-07T17:15:28.4014227Z remote: Compressing objects: 50% (4907/9757) 2024-08-07T17:15:28.4318021Z remote: Compressing objects: 51% (4977/9757) 2024-08-07T17:15:28.4549033Z remote: Compressing objects: 52% (5074/9757) 2024-08-07T17:15:28.4802397Z remote: Compressing objects: 53% (5172/9757) 2024-08-07T17:15:28.5023274Z remote: Compressing objects: 54% (5269/9757) 2024-08-07T17:15:28.5351669Z remote: Compressing objects: 55% (5367/9757) 2024-08-07T17:15:28.5685842Z remote: Compressing objects: 56% (5464/9757) 2024-08-07T17:15:28.5916370Z remote: Compressing objects: 57% (5562/9757) 2024-08-07T17:15:28.6486282Z remote: Compressing objects: 58% (5660/9757) 2024-08-07T17:15:28.6565228Z remote: Compressing objects: 59% (5757/9757) 2024-08-07T17:15:28.6706463Z remote: Compressing objects: 60% (5855/9757) 2024-08-07T17:15:28.6883303Z remote: Compressing objects: 61% (5952/9757) 2024-08-07T17:15:28.7250787Z remote: Compressing objects: 62% (6050/9757) 2024-08-07T17:15:28.7432330Z remote: Compressing objects: 63% (6147/9757) 2024-08-07T17:15:28.7513006Z remote: Compressing objects: 64% (6245/9757) 2024-08-07T17:15:28.7538896Z remote: Compressing objects: 65% (6343/9757) 2024-08-07T17:15:28.7603640Z remote: Compressing objects: 66% (6440/9757) 2024-08-07T17:15:28.7716987Z remote: Compressing objects: 67% (6538/9757) 2024-08-07T17:15:28.7783880Z remote: Compressing objects: 68% (6635/9757) 2024-08-07T17:15:28.7893924Z remote: Compressing objects: 69% (6733/9757) 2024-08-07T17:15:28.8022171Z remote: Compressing objects: 70% (6830/9757) 2024-08-07T17:15:28.8180610Z remote: Compressing objects: 71% (6928/9757) 2024-08-07T17:15:28.8282360Z remote: Compressing objects: 72% (7026/9757) 2024-08-07T17:15:28.8378534Z remote: Compressing objects: 73% (7123/9757) 2024-08-07T17:15:28.8475455Z remote: Compressing objects: 74% (7221/9757) 2024-08-07T17:15:28.8637357Z remote: Compressing objects: 75% (7318/9757) 2024-08-07T17:15:28.8735921Z remote: Compressing objects: 76% (7416/9757) 2024-08-07T17:15:28.8846978Z remote: Compressing objects: 77% (7513/9757) 2024-08-07T17:15:28.8977476Z remote: Compressing objects: 78% (7611/9757) 2024-08-07T17:15:28.9094413Z remote: Compressing objects: 79% (7709/9757) 2024-08-07T17:15:28.9232676Z remote: Compressing objects: 80% (7806/9757) 2024-08-07T17:15:28.9411935Z remote: Compressing objects: 81% (7904/9757) 2024-08-07T17:15:28.9557633Z remote: Compressing objects: 82% (8001/9757) 2024-08-07T17:15:28.9679546Z remote: Compressing objects: 83% (8099/9757) 2024-08-07T17:15:28.9810420Z remote: Compressing objects: 84% (8196/9757) 2024-08-07T17:15:28.9935582Z remote: Compressing objects: 85% (8294/9757) 2024-08-07T17:15:29.0091626Z remote: Compressing objects: 86% (8392/9757) 2024-08-07T17:15:29.0210225Z remote: Compressing objects: 87% (8489/9757) 2024-08-07T17:15:29.0324747Z remote: Compressing objects: 88% (8587/9757) 2024-08-07T17:15:29.0445432Z remote: Compressing objects: 89% (8684/9757) 2024-08-07T17:15:29.0472512Z remote: Compressing objects: 90% (8782/9757) 2024-08-07T17:15:29.0486386Z remote: Compressing objects: 91% (8879/9757) 2024-08-07T17:15:29.0502306Z remote: Compressing objects: 92% (8977/9757) 2024-08-07T17:15:29.0525171Z remote: Compressing objects: 93% (9075/9757) 2024-08-07T17:15:29.0535354Z remote: Compressing objects: 94% (9172/9757) 2024-08-07T17:15:29.0546983Z remote: Compressing objects: 95% (9270/9757) 2024-08-07T17:15:29.0560056Z remote: Compressing objects: 96% (9367/9757) 2024-08-07T17:15:29.0577984Z remote: Compressing objects: 97% (9465/9757) 2024-08-07T17:15:29.0586550Z remote: Compressing objects: 98% (9562/9757) 2024-08-07T17:15:29.0598352Z remote: Compressing objects: 99% (9660/9757) 2024-08-07T17:15:29.0598979Z remote: Compressing objects: 100% (9757/9757) 2024-08-07T17:15:29.0599528Z remote: Compressing objects: 100% (9757/9757), done. 2024-08-07T17:15:31.8852568Z remote: Total 11299 (delta 1501), reused 4929 (delta 1255), pack-reused 0 2024-08-07T17:15:32.5429582Z ##[endgroup] 2024-08-07T17:15:32.5430527Z ##[group]Determining the checkout info 2024-08-07T17:15:32.5431627Z ##[endgroup] 2024-08-07T17:15:32.5432420Z ##[group]Checking out the ref 2024-08-07T17:15:32.5438554Z [command]/usr/bin/git checkout --quiet --force 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:15:33.7965393Z ##[endgroup] 2024-08-07T17:15:33.8007857Z [command]/usr/bin/git log -1 --format='%H' 2024-08-07T17:15:33.8039581Z '016588f53c6904b840aa56aa86f95460b4d9c996' 2024-08-07T17:15:33.8276058Z Prepare all required actions 2024-08-07T17:15:33.8276594Z Getting action download info 2024-08-07T17:15:33.9354778Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-07T17:15:34.1117446Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-07T17:15:34.1117799Z with: 2024-08-07T17:15:34.1118342Z github-token: *** 2024-08-07T17:15:34.1118884Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-07T17:15:34.1119458Z env: 2024-08-07T17:15:34.1119680Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:34.1119949Z ##[endgroup] 2024-08-07T17:15:34.1171857Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-07T17:15:34.1172300Z with: 2024-08-07T17:15:34.1172512Z shell: bash 2024-08-07T17:15:34.1172733Z timeout_minutes: 10 2024-08-07T17:15:34.1172985Z max_attempts: 5 2024-08-07T17:15:34.1173285Z retry_wait_seconds: 30 2024-08-07T17:15:34.1174102Z 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-07T17:15:34.1174969Z polling_interval_seconds: 1 2024-08-07T17:15:34.1175270Z warning_on_retry: true 2024-08-07T17:15:34.1175592Z continue_on_error: false 2024-08-07T17:15:34.1175841Z env: 2024-08-07T17:15:34.1176054Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:34.1176532Z GITHUB_TOKEN: *** 2024-08-07T17:15:34.1176758Z ##[endgroup] 2024-08-07T17:15:34.2037456Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-07T17:15:34.7747586Z Defaulting to user installation because normal site-packages is not writeable 2024-08-07T17:15:34.8050506Z Requirement already satisfied: requests==2.27.1 in /home/ec2-user/.local/lib/python3.9/site-packages (2.27.1) 2024-08-07T17:15:34.8058262Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.9/site-packages (6.0.1) 2024-08-07T17:15:34.8198232Z 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-07T17:15:34.8215424Z 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-07T17:15:34.8224496Z 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-07T17:15:34.8234944Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-08-07T17:15:35.1760989Z Command completed after 1 attempt(s). 2024-08-07T17:15:35.1825280Z ##[group]Run set -x 2024-08-07T17:15:35.1825559Z set -x 2024-08-07T17:15:35.1825790Z  2024-08-07T17:15:35.1826191Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:35.1826695Z # in runner workspace 2024-08-07T17:15:35.1827093Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-07T17:15:35.1833215Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:35.1833586Z env: 2024-08-07T17:15:35.1833822Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:35.1834089Z ##[endgroup] 2024-08-07T17:15:35.1861411Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-07T17:15:35.2141849Z ##[group]Run set -x 2024-08-07T17:15:35.2142153Z set -x 2024-08-07T17:15:35.2142389Z  2024-08-07T17:15:35.2142759Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-07T17:15:35.2143390Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-07T17:15:35.2144010Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-07T17:15:35.2144864Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-07T17:15:35.2145412Z # expose this variable as part of GitHub context. 2024-08-07T17:15:35.2146030Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-07T17:15:35.2146723Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-07T17:15:35.2147142Z pwd 2024-08-07T17:15:35.2147362Z  2024-08-07T17:15:35.2147771Z LOG_FILE=$(grep -l -r "f779f6b7738020e244184bded4026b37de3f9f24" *.log | tail -n 1) 2024-08-07T17:15:35.2148270Z if [ -n "${LOG_FILE}" ]; then 2024-08-07T17:15:35.2148759Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-07T17:15:35.2149282Z  # needs to be awk {print $3} on MacOS 2024-08-07T17:15:35.2149612Z  case ${RUNNER_OS} in 2024-08-07T17:15:35.2149904Z  macOS) 2024-08-07T17:15:35.2150365Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-07T17:15:35.2150880Z  ;; 2024-08-07T17:15:35.2151094Z  *) 2024-08-07T17:15:35.2151544Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-07T17:15:35.2152055Z  ;; 2024-08-07T17:15:35.2152269Z  esac 2024-08-07T17:15:35.2152579Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-07T17:15:35.2152938Z fi 2024-08-07T17:15:35.2153171Z  2024-08-07T17:15:35.2153383Z popd 2024-08-07T17:15:35.2159228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:35.2159623Z env: 2024-08-07T17:15:35.2159852Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:35.2160111Z ##[endgroup] 2024-08-07T17:15:35.2189818Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-07T17:15:35.2190491Z + pwd 2024-08-07T17:15:35.2191029Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:35.2191736Z /home/ec2-user/actions-runner/_diag 2024-08-07T17:15:35.2197249Z ++ grep -l -r f779f6b7738020e244184bded4026b37de3f9f24 Runner_20240807-164941-utc.log Runner_20240807-165030-utc.log Worker_20240807-165207-utc.log Worker_20240807-165254-utc.log Worker_20240807-170149-utc.log Worker_20240807-171507-utc.log 2024-08-07T17:15:35.2202338Z ++ tail -n 1 2024-08-07T17:15:35.2284012Z + LOG_FILE=Worker_20240807-171507-utc.log 2024-08-07T17:15:35.2284906Z + '[' -n Worker_20240807-171507-utc.log ']' 2024-08-07T17:15:35.2285734Z + case ${RUNNER_OS} in 2024-08-07T17:15:35.2291927Z ++ sed 's/"//g' 2024-08-07T17:15:35.2295408Z ++ xargs 2024-08-07T17:15:35.2307072Z ++ awk -F '[:]' '{print $2}' 2024-08-07T17:15:35.2312850Z ++ grep -r '"jobDisplayName"' Worker_20240807-171507-utc.log 2024-08-07T17:15:35.2344845Z ~/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:35.2346476Z + JOB_NAME='linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-08-07T17:15:35.2347486Z + echo 'job-name=linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-08-07T17:15:35.2348280Z + popd 2024-08-07T17:15:35.2384915Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:35.2385347Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:15:35.2385695Z echo "Job name: ${JOB_NAME}" 2024-08-07T17:15:35.2385999Z  2024-08-07T17:15:35.2386375Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:15:35.2386872Z # in runner workspace 2024-08-07T17:15:35.2387309Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-07T17:15:35.2387785Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-07T17:15:35.2388132Z  --job-name "${JOB_NAME}" \ 2024-08-07T17:15:35.2388460Z  --test-matrix "{ include: [ 2024-08-07T17:15:35.2389134Z  { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, 2024-08-07T17:15:35.2389653Z ]} 2024-08-07T17:15:35.2389873Z " \ 2024-08-07T17:15:35.2390115Z  --selected-test-configs "" \ 2024-08-07T17:15:35.2390468Z  --pr-number "${PR_NUMBER}" \ 2024-08-07T17:15:35.2390794Z  --tag "${TAG}" \ 2024-08-07T17:15:35.2391082Z  --event-name "${EVENT_NAME}" \ 2024-08-07T17:15:35.2391419Z  --schedule "${SCHEDULE}" \ 2024-08-07T17:15:35.2391744Z  --branch "${HEAD_BRANCH}" 2024-08-07T17:15:35.2398360Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:35.2398749Z env: 2024-08-07T17:15:35.2398974Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:35.2399455Z GITHUB_TOKEN: *** 2024-08-07T17:15:35.2399809Z JOB_NAME: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-08-07T17:15:35.2400227Z PR_NUMBER: 131248 2024-08-07T17:15:35.2400448Z TAG: 2024-08-07T17:15:35.2400680Z EVENT_NAME: pull_request 2024-08-07T17:15:35.2400942Z SCHEDULE: 2024-08-07T17:15:35.2401150Z HEAD_BRANCH: 2024-08-07T17:15:35.2401378Z ##[endgroup] 2024-08-07T17:15:35.2429148Z Workflow: pull 2024-08-07T17:15:35.2429770Z Job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-08-07T17:15:35.4849520Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-07T17:15:35.5991959Z fatal: unknown commit origin/main 2024-08-07T17:15:35.6001721Z /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-07T17:15:35.6004380Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-07T17:15:35.6181952Z ##[group]Run echo "Filtered matrix:" 2024-08-07T17:15:35.6182551Z echo "Filtered matrix:" 2024-08-07T17:15:35.6183634Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "amz2023.linux.4xlarge.nvidia.gpu"}]}" 2024-08-07T17:15:35.6184695Z  2024-08-07T17:15:35.6185090Z echo 2024-08-07T17:15:35.6185568Z echo "Is the current job unstable? False" 2024-08-07T17:15:35.6186426Z  2024-08-07T17:15:35.6186802Z echo 2024-08-07T17:15:35.6187217Z echo "Is keep-going label set? False" 2024-08-07T17:15:35.6187753Z  2024-08-07T17:15:35.6188061Z echo 2024-08-07T17:15:35.6188458Z echo "Renabled issues? " 2024-08-07T17:15:35.6196865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:35.6197535Z env: 2024-08-07T17:15:35.6197912Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:35.6198463Z ##[endgroup] 2024-08-07T17:15:35.6235461Z Filtered matrix: 2024-08-07T17:15:35.6237957Z {include: [{config: default, shard: 1, num_shards: 1, runner: amz2023.linux.4xlarge.nvidia.gpu}]} 2024-08-07T17:15:35.6240141Z 2024-08-07T17:15:35.6241662Z Is the current job unstable? False 2024-08-07T17:15:35.6243257Z 2024-08-07T17:15:35.6244769Z Is keep-going label set? False 2024-08-07T17:15:35.6246245Z 2024-08-07T17:15:35.6247692Z Renabled issues? 2024-08-07T17:15:35.6336242Z Post job cleanup. 2024-08-07T17:15:35.6388837Z Post job cleanup. 2024-08-07T17:15:35.7287024Z [command]/usr/bin/git version 2024-08-07T17:15:35.7336243Z git version 2.40.1 2024-08-07T17:15:35.7381579Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1f3e8a7f-a269-479b-854f-9949d7fb0044' before making global git config changes 2024-08-07T17:15:35.7383690Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:15:35.7389167Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-07T17:15:35.7434992Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:15:35.7478380Z [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-07T17:15:35.7776746Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:15:35.7808649Z http.https://github.com/.extraheader 2024-08-07T17:15:35.7821075Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-07T17:15:35.7863375Z [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-07T17:15:35.8236639Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-07T17:15:35.8284922Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-07T17:15:35.8293367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:35.8293952Z ##[endgroup] 2024-08-07T17:15:42.3785745Z Evaluate and set job outputs 2024-08-07T17:15:42.3793622Z Set output 'test-matrix' 2024-08-07T17:15:42.3795670Z Set output 'is-test-matrix-empty' 2024-08-07T17:15:42.3796380Z Set output 'keep-going' 2024-08-07T17:15:42.3797126Z Cleaning up orphan processes