2024-10-08T19:50:58.3704705Z Current runner version: '2.320.0' 2024-10-08T19:50:58.3711406Z Runner name: 'i-016d3ec796cd04af4' 2024-10-08T19:50:58.3712133Z Runner group name: 'Default' 2024-10-08T19:50:58.3712943Z Machine name: 'ip-10-0-3-162' 2024-10-08T19:50:58.3729100Z Testing runner upgrade compatibility 2024-10-08T19:50:58.4600496Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:50:58.4602748Z Actions: read 2024-10-08T19:50:58.4603353Z Attestations: read 2024-10-08T19:50:58.4603827Z Checks: read 2024-10-08T19:50:58.4604272Z Contents: read 2024-10-08T19:50:58.4604734Z Deployments: read 2024-10-08T19:50:58.4605203Z Discussions: read 2024-10-08T19:50:58.4605659Z Issues: read 2024-10-08T19:50:58.4606086Z Metadata: read 2024-10-08T19:50:58.4606527Z Packages: read 2024-10-08T19:50:58.4606983Z Pages: read 2024-10-08T19:50:58.4607407Z PullRequests: read 2024-10-08T19:50:58.4607901Z RepositoryProjects: read 2024-10-08T19:50:58.4608441Z SecurityEvents: read 2024-10-08T19:50:58.4608970Z Statuses: read 2024-10-08T19:50:58.4609620Z ##[endgroup] 2024-10-08T19:50:58.4613202Z Secret source: Actions 2024-10-08T19:50:58.4614062Z Prepare workflow directory 2024-10-08T19:50:58.9093567Z Prepare all required actions 2024-10-08T19:50:58.9348590Z Getting action download info 2024-10-08T19:50:59.1079865Z Download action repository 'pytorch/pytorch@main' (SHA:a2396b2dd8270d804b7d554ce4594e14870d060a) 2024-10-08T19:51:03.1496183Z Getting action download info 2024-10-08T19:51:03.2469316Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:51:03.4575733Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/134247/merge (cbe39ffc96498585a83508a23de66f3eecb751d5) 2024-10-08T19:51:03.4578220Z ##[group] Inputs 2024-10-08T19:51:03.4578883Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-10-08T19:51:03.4579963Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 2024-10-08T19:51:03.4580653Z cuda-version: 12.1 2024-10-08T19:51:03.4581097Z sync-tag: 2024-10-08T19:51:03.4613721Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-10-08T19:51:03.4615177Z runner: linux.large 2024-10-08T19:51:03.4615667Z ##[endgroup] 2024-10-08T19:51:03.4616548Z Complete job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter 2024-10-08T19:51:03.5156828Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:03.5322327Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T19:51:03.5332362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:03.5332909Z ##[endgroup] 2024-10-08T19:51:04.9971328Z Runner Type: linux.large 2024-10-08T19:51:04.9972028Z Instance Type: c5.large 2024-10-08T19:51:04.9972624Z AMI Name: unknown 2024-10-08T19:51:04.9973393Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T19:51:10.7710002Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:51:10.7710612Z with: 2024-10-08T19:51:10.7710882Z fetch-depth: 1 2024-10-08T19:51:10.7711178Z submodules: false 2024-10-08T19:51:10.7711450Z env: 2024-10-08T19:51:10.7711709Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.7712035Z ##[endgroup] 2024-10-08T19:51:10.7897577Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:51:10.7898964Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:51:10.7908899Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:10.7909417Z env: 2024-10-08T19:51:10.7909668Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.7909997Z ##[endgroup] 2024-10-08T19:51:10.8016287Z ##[group]Run retry () { 2024-10-08T19:51:10.8016640Z retry () { 2024-10-08T19:51:10.8017178Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:51:10.8017890Z } 2024-10-08T19:51:10.8018179Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.8018594Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:51:10.8019052Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.8019501Z else 2024-10-08T19:51:10.8019827Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.8020228Z fi 2024-10-08T19:51:10.8020517Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.8026086Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:10.8026565Z env: 2024-10-08T19:51:10.8026820Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.8027145Z NO_SUDO: 2024-10-08T19:51:10.8027389Z ##[endgroup] 2024-10-08T19:51:10.8053958Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:11.5584606Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:51:11.5585881Z with: 2024-10-08T19:51:11.5586675Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:11.5587898Z fetch-depth: 1 2024-10-08T19:51:11.5588701Z submodules: false 2024-10-08T19:51:11.5589534Z quiet-checkout: true 2024-10-08T19:51:11.5590429Z repository: pytorch/pytorch 2024-10-08T19:51:11.5591789Z token: *** 2024-10-08T19:51:11.5592514Z ssh-strict: true 2024-10-08T19:51:11.5593355Z persist-credentials: true 2024-10-08T19:51:11.5594283Z clean: true 2024-10-08T19:51:11.5595045Z sparse-checkout-cone-mode: true 2024-10-08T19:51:11.5595997Z lfs: false 2024-10-08T19:51:11.5596545Z set-safe-directory: true 2024-10-08T19:51:11.5597267Z env: 2024-10-08T19:51:11.5597969Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:11.5598858Z ##[endgroup] 2024-10-08T19:51:11.7344631Z Syncing repository: pytorch/pytorch 2024-10-08T19:51:11.7347208Z ##[group]Getting Git version info 2024-10-08T19:51:11.7348721Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:51:11.7350212Z [command]/usr/bin/git version 2024-10-08T19:51:11.7350771Z git version 2.40.1 2024-10-08T19:51:11.7353618Z ##[endgroup] 2024-10-08T19:51:11.7374874Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/acbca796-cc25-4113-844c-e19c5433e1a2' before making global git config changes 2024-10-08T19:51:11.7377122Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:11.7382874Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:11.7424270Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:51:11.7429879Z ##[group]Initializing the repository 2024-10-08T19:51:11.7434179Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:11.7500348Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T19:51:11.7502337Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T19:51:11.7504201Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T19:51:11.7505404Z hint: 2024-10-08T19:51:11.7506617Z hint: git config --global init.defaultBranch 2024-10-08T19:51:11.7507682Z hint: 2024-10-08T19:51:11.7508833Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T19:51:11.7510465Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T19:51:11.7511539Z hint: 2024-10-08T19:51:11.7512088Z hint: git branch -m 2024-10-08T19:51:11.7515569Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:51:11.7525794Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:51:11.7567106Z ##[endgroup] 2024-10-08T19:51:11.7568325Z ##[group]Disabling automatic garbage collection 2024-10-08T19:51:11.7570419Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T19:51:11.7602652Z ##[endgroup] 2024-10-08T19:51:11.7603770Z ##[group]Setting up auth 2024-10-08T19:51:11.7610919Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:11.7644514Z [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-10-08T19:51:11.7900556Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:11.7931959Z [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-10-08T19:51:11.8183991Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T19:51:11.8229933Z ##[endgroup] 2024-10-08T19:51:11.8231277Z ##[group]Fetching the repository 2024-10-08T19:51:11.8238284Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:12.0835120Z remote: Enumerating objects: 11312, done. 2024-10-08T19:51:12.0840974Z remote: Counting objects: 0% (1/11312) 2024-10-08T19:51:12.0843495Z remote: Counting objects: 1% (114/11312) 2024-10-08T19:51:12.0846415Z remote: Counting objects: 2% (227/11312) 2024-10-08T19:51:12.0847977Z remote: Counting objects: 3% (340/11312) 2024-10-08T19:51:12.0850891Z remote: Counting objects: 4% (453/11312) 2024-10-08T19:51:12.0853779Z remote: Counting objects: 5% (566/11312) 2024-10-08T19:51:12.0855764Z remote: Counting objects: 6% (679/11312) 2024-10-08T19:51:12.0857835Z remote: Counting objects: 7% (792/11312) 2024-10-08T19:51:12.0859646Z remote: Counting objects: 8% (905/11312) 2024-10-08T19:51:12.0862885Z remote: Counting objects: 9% (1019/11312) 2024-10-08T19:51:12.0864271Z remote: Counting objects: 10% (1132/11312) 2024-10-08T19:51:12.0865388Z remote: Counting objects: 11% (1245/11312) 2024-10-08T19:51:12.0866531Z remote: Counting objects: 12% (1358/11312) 2024-10-08T19:51:12.0870197Z remote: Counting objects: 13% (1471/11312) 2024-10-08T19:51:12.0871303Z remote: Counting objects: 14% (1584/11312) 2024-10-08T19:51:12.0872357Z remote: Counting objects: 15% (1697/11312) 2024-10-08T19:51:12.0873496Z remote: Counting objects: 16% (1810/11312) 2024-10-08T19:51:12.0878081Z remote: Counting objects: 17% (1924/11312) 2024-10-08T19:51:12.0883094Z remote: Counting objects: 18% (2037/11312) 2024-10-08T19:51:12.0886008Z remote: Counting objects: 19% (2150/11312) 2024-10-08T19:51:12.0888328Z remote: Counting objects: 20% (2263/11312) 2024-10-08T19:51:12.0890741Z remote: Counting objects: 21% (2376/11312) 2024-10-08T19:51:12.0895361Z remote: Counting objects: 22% (2489/11312) 2024-10-08T19:51:12.0897127Z remote: Counting objects: 23% (2602/11312) 2024-10-08T19:51:12.0900220Z remote: Counting objects: 24% (2715/11312) 2024-10-08T19:51:12.0902886Z remote: Counting objects: 25% (2828/11312) 2024-10-08T19:51:12.0905142Z remote: Counting objects: 26% (2942/11312) 2024-10-08T19:51:12.0907123Z remote: Counting objects: 27% (3055/11312) 2024-10-08T19:51:12.0909673Z remote: Counting objects: 28% (3168/11312) 2024-10-08T19:51:12.0912292Z remote: Counting objects: 29% (3281/11312) 2024-10-08T19:51:12.0914055Z remote: Counting objects: 30% (3394/11312) 2024-10-08T19:51:12.0914866Z remote: Counting objects: 31% (3507/11312) 2024-10-08T19:51:12.0915826Z remote: Counting objects: 32% (3620/11312) 2024-10-08T19:51:12.0918041Z remote: Counting objects: 33% (3733/11312) 2024-10-08T19:51:12.0920100Z remote: Counting objects: 34% (3847/11312) 2024-10-08T19:51:12.0921935Z remote: Counting objects: 35% (3960/11312) 2024-10-08T19:51:12.0923298Z remote: Counting objects: 36% (4073/11312) 2024-10-08T19:51:12.0925475Z remote: Counting objects: 37% (4186/11312) 2024-10-08T19:51:12.0926591Z remote: Counting objects: 38% (4299/11312) 2024-10-08T19:51:12.0928817Z remote: Counting objects: 39% (4412/11312) 2024-10-08T19:51:12.0931010Z remote: Counting objects: 40% (4525/11312) 2024-10-08T19:51:12.0933089Z remote: Counting objects: 41% (4638/11312) 2024-10-08T19:51:12.0935883Z remote: Counting objects: 42% (4752/11312) 2024-10-08T19:51:12.0937866Z remote: Counting objects: 43% (4865/11312) 2024-10-08T19:51:12.0938801Z remote: Counting objects: 44% (4978/11312) 2024-10-08T19:51:12.0940940Z remote: Counting objects: 45% (5091/11312) 2024-10-08T19:51:12.0942156Z remote: Counting objects: 46% (5204/11312) 2024-10-08T19:51:12.0946294Z remote: Counting objects: 47% (5317/11312) 2024-10-08T19:51:12.0947428Z remote: Counting objects: 48% (5430/11312) 2024-10-08T19:51:12.0948583Z remote: Counting objects: 49% (5543/11312) 2024-10-08T19:51:12.0949602Z remote: Counting objects: 50% (5656/11312) 2024-10-08T19:51:12.0950756Z remote: Counting objects: 51% (5770/11312) 2024-10-08T19:51:12.0951831Z remote: Counting objects: 52% (5883/11312) 2024-10-08T19:51:12.0952957Z remote: Counting objects: 53% (5996/11312) 2024-10-08T19:51:12.0954089Z remote: Counting objects: 54% (6109/11312) 2024-10-08T19:51:12.0955173Z remote: Counting objects: 55% (6222/11312) 2024-10-08T19:51:12.0956135Z remote: Counting objects: 56% (6335/11312) 2024-10-08T19:51:12.0957775Z remote: Counting objects: 57% (6448/11312) 2024-10-08T19:51:12.0958811Z remote: Counting objects: 58% (6561/11312) 2024-10-08T19:51:12.0959818Z remote: Counting objects: 59% (6675/11312) 2024-10-08T19:51:12.0961793Z remote: Counting objects: 60% (6788/11312) 2024-10-08T19:51:12.0962892Z remote: Counting objects: 61% (6901/11312) 2024-10-08T19:51:12.0963910Z remote: Counting objects: 62% (7014/11312) 2024-10-08T19:51:12.0965029Z remote: Counting objects: 63% (7127/11312) 2024-10-08T19:51:12.0966396Z remote: Counting objects: 64% (7240/11312) 2024-10-08T19:51:12.0967472Z remote: Counting objects: 65% (7353/11312) 2024-10-08T19:51:12.0969774Z remote: Counting objects: 66% (7466/11312) 2024-10-08T19:51:12.0970924Z remote: Counting objects: 67% (7580/11312) 2024-10-08T19:51:12.0972037Z remote: Counting objects: 68% (7693/11312) 2024-10-08T19:51:12.0974314Z remote: Counting objects: 69% (7806/11312) 2024-10-08T19:51:12.0975454Z remote: Counting objects: 70% (7919/11312) 2024-10-08T19:51:12.0976502Z remote: Counting objects: 71% (8032/11312) 2024-10-08T19:51:12.0978862Z remote: Counting objects: 72% (8145/11312) 2024-10-08T19:51:12.0980297Z remote: Counting objects: 73% (8258/11312) 2024-10-08T19:51:12.0981282Z remote: Counting objects: 74% (8371/11312) 2024-10-08T19:51:12.0982904Z remote: Counting objects: 75% (8484/11312) 2024-10-08T19:51:12.0984107Z remote: Counting objects: 76% (8598/11312) 2024-10-08T19:51:12.0985198Z remote: Counting objects: 77% (8711/11312) 2024-10-08T19:51:12.0988696Z remote: Counting objects: 78% (8824/11312) 2024-10-08T19:51:12.0989921Z remote: Counting objects: 79% (8937/11312) 2024-10-08T19:51:12.0991026Z remote: Counting objects: 80% (9050/11312) 2024-10-08T19:51:12.0992312Z remote: Counting objects: 81% (9163/11312) 2024-10-08T19:51:12.0994147Z remote: Counting objects: 82% (9276/11312) 2024-10-08T19:51:12.0995421Z remote: Counting objects: 83% (9389/11312) 2024-10-08T19:51:12.0996672Z remote: Counting objects: 84% (9503/11312) 2024-10-08T19:51:12.0997996Z remote: Counting objects: 85% (9616/11312) 2024-10-08T19:51:12.0999362Z remote: Counting objects: 86% (9729/11312) 2024-10-08T19:51:12.1003245Z remote: Counting objects: 87% (9842/11312) 2024-10-08T19:51:12.1004728Z remote: Counting objects: 88% (9955/11312) 2024-10-08T19:51:12.1008398Z remote: Counting objects: 89% (10068/11312) 2024-10-08T19:51:12.1009440Z remote: Counting objects: 90% (10181/11312) 2024-10-08T19:51:12.1010717Z remote: Counting objects: 91% (10294/11312) 2024-10-08T19:51:12.1012204Z remote: Counting objects: 92% (10408/11312) 2024-10-08T19:51:12.1015831Z remote: Counting objects: 93% (10521/11312) 2024-10-08T19:51:12.1018112Z remote: Counting objects: 94% (10634/11312) 2024-10-08T19:51:12.1019466Z remote: Counting objects: 95% (10747/11312) 2024-10-08T19:51:12.1021959Z remote: Counting objects: 96% (10860/11312) 2024-10-08T19:51:12.1023409Z remote: Counting objects: 97% (10973/11312) 2024-10-08T19:51:12.1027430Z remote: Counting objects: 98% (11086/11312) 2024-10-08T19:51:12.1033184Z remote: Counting objects: 99% (11199/11312) 2024-10-08T19:51:12.1035293Z remote: Counting objects: 100% (11312/11312) 2024-10-08T19:51:12.1036537Z remote: Counting objects: 100% (11312/11312), done. 2024-10-08T19:51:12.1131697Z remote: Compressing objects: 0% (1/9929) 2024-10-08T19:51:12.1385057Z remote: Compressing objects: 1% (100/9929) 2024-10-08T19:51:12.2097831Z remote: Compressing objects: 2% (199/9929) 2024-10-08T19:51:12.2388716Z remote: Compressing objects: 3% (298/9929) 2024-10-08T19:51:12.2788385Z remote: Compressing objects: 4% (398/9929) 2024-10-08T19:51:12.3221017Z remote: Compressing objects: 5% (497/9929) 2024-10-08T19:51:12.3870195Z remote: Compressing objects: 6% (596/9929) 2024-10-08T19:51:12.4650330Z remote: Compressing objects: 7% (696/9929) 2024-10-08T19:51:12.5266689Z remote: Compressing objects: 8% (795/9929) 2024-10-08T19:51:12.5725034Z remote: Compressing objects: 9% (894/9929) 2024-10-08T19:51:12.6134627Z remote: Compressing objects: 10% (993/9929) 2024-10-08T19:51:12.6551671Z remote: Compressing objects: 11% (1093/9929) 2024-10-08T19:51:12.6911096Z remote: Compressing objects: 12% (1192/9929) 2024-10-08T19:51:12.7719211Z remote: Compressing objects: 13% (1291/9929) 2024-10-08T19:51:12.8241631Z remote: Compressing objects: 14% (1391/9929) 2024-10-08T19:51:12.8766289Z remote: Compressing objects: 15% (1490/9929) 2024-10-08T19:51:12.9348237Z remote: Compressing objects: 16% (1589/9929) 2024-10-08T19:51:12.9806342Z remote: Compressing objects: 17% (1688/9929) 2024-10-08T19:51:13.0358033Z remote: Compressing objects: 18% (1788/9929) 2024-10-08T19:51:13.0967180Z remote: Compressing objects: 19% (1887/9929) 2024-10-08T19:51:13.1039466Z remote: Compressing objects: 20% (1986/9929) 2024-10-08T19:51:13.1590827Z remote: Compressing objects: 20% (2008/9929) 2024-10-08T19:51:13.1952284Z remote: Compressing objects: 21% (2086/9929) 2024-10-08T19:51:13.2594907Z remote: Compressing objects: 22% (2185/9929) 2024-10-08T19:51:13.3118787Z remote: Compressing objects: 23% (2284/9929) 2024-10-08T19:51:13.3641651Z remote: Compressing objects: 24% (2383/9929) 2024-10-08T19:51:13.4102040Z remote: Compressing objects: 25% (2483/9929) 2024-10-08T19:51:13.4847754Z remote: Compressing objects: 26% (2582/9929) 2024-10-08T19:51:13.5200867Z remote: Compressing objects: 27% (2681/9929) 2024-10-08T19:51:13.5630680Z remote: Compressing objects: 28% (2781/9929) 2024-10-08T19:51:13.6166191Z remote: Compressing objects: 29% (2880/9929) 2024-10-08T19:51:13.6747420Z remote: Compressing objects: 30% (2979/9929) 2024-10-08T19:51:13.7080564Z remote: Compressing objects: 31% (3078/9929) 2024-10-08T19:51:13.7153943Z remote: Compressing objects: 32% (3178/9929) 2024-10-08T19:51:13.7334570Z remote: Compressing objects: 33% (3277/9929) 2024-10-08T19:51:13.7492399Z remote: Compressing objects: 34% (3376/9929) 2024-10-08T19:51:13.7682047Z remote: Compressing objects: 35% (3476/9929) 2024-10-08T19:51:13.7847379Z remote: Compressing objects: 36% (3575/9929) 2024-10-08T19:51:13.7922239Z remote: Compressing objects: 37% (3674/9929) 2024-10-08T19:51:13.8098043Z remote: Compressing objects: 38% (3774/9929) 2024-10-08T19:51:13.8331656Z remote: Compressing objects: 39% (3873/9929) 2024-10-08T19:51:13.8595903Z remote: Compressing objects: 40% (3972/9929) 2024-10-08T19:51:13.8858569Z remote: Compressing objects: 41% (4071/9929) 2024-10-08T19:51:13.9293470Z remote: Compressing objects: 42% (4171/9929) 2024-10-08T19:51:13.9691834Z remote: Compressing objects: 43% (4270/9929) 2024-10-08T19:51:13.9966322Z remote: Compressing objects: 44% (4369/9929) 2024-10-08T19:51:14.0311141Z remote: Compressing objects: 45% (4469/9929) 2024-10-08T19:51:14.0736756Z remote: Compressing objects: 46% (4568/9929) 2024-10-08T19:51:14.1051753Z remote: Compressing objects: 47% (4667/9929) 2024-10-08T19:51:14.1121681Z remote: Compressing objects: 47% (4728/9929) 2024-10-08T19:51:14.1473851Z remote: Compressing objects: 48% (4766/9929) 2024-10-08T19:51:14.1782293Z remote: Compressing objects: 49% (4866/9929) 2024-10-08T19:51:14.2374006Z remote: Compressing objects: 50% (4965/9929) 2024-10-08T19:51:14.2726616Z remote: Compressing objects: 51% (5064/9929) 2024-10-08T19:51:14.2967486Z remote: Compressing objects: 52% (5164/9929) 2024-10-08T19:51:14.3239007Z remote: Compressing objects: 53% (5263/9929) 2024-10-08T19:51:14.3482229Z remote: Compressing objects: 54% (5362/9929) 2024-10-08T19:51:14.3838754Z remote: Compressing objects: 55% (5461/9929) 2024-10-08T19:51:14.4186420Z remote: Compressing objects: 56% (5561/9929) 2024-10-08T19:51:14.4422016Z remote: Compressing objects: 57% (5660/9929) 2024-10-08T19:51:14.4996919Z remote: Compressing objects: 58% (5759/9929) 2024-10-08T19:51:14.5034885Z remote: Compressing objects: 59% (5859/9929) 2024-10-08T19:51:14.5247751Z remote: Compressing objects: 60% (5958/9929) 2024-10-08T19:51:14.5408107Z remote: Compressing objects: 61% (6057/9929) 2024-10-08T19:51:14.5825386Z remote: Compressing objects: 62% (6156/9929) 2024-10-08T19:51:14.6017826Z remote: Compressing objects: 63% (6256/9929) 2024-10-08T19:51:14.6096751Z remote: Compressing objects: 64% (6355/9929) 2024-10-08T19:51:14.6127888Z remote: Compressing objects: 65% (6454/9929) 2024-10-08T19:51:14.6193396Z remote: Compressing objects: 66% (6554/9929) 2024-10-08T19:51:14.6316367Z remote: Compressing objects: 67% (6653/9929) 2024-10-08T19:51:14.6380078Z remote: Compressing objects: 68% (6752/9929) 2024-10-08T19:51:14.6480764Z remote: Compressing objects: 69% (6852/9929) 2024-10-08T19:51:14.6604531Z remote: Compressing objects: 70% (6951/9929) 2024-10-08T19:51:14.6763066Z remote: Compressing objects: 71% (7050/9929) 2024-10-08T19:51:14.6877363Z remote: Compressing objects: 72% (7149/9929) 2024-10-08T19:51:14.6987994Z remote: Compressing objects: 73% (7249/9929) 2024-10-08T19:51:14.7094313Z remote: Compressing objects: 74% (7348/9929) 2024-10-08T19:51:14.7247992Z remote: Compressing objects: 75% (7447/9929) 2024-10-08T19:51:14.7351554Z remote: Compressing objects: 76% (7547/9929) 2024-10-08T19:51:14.7496824Z remote: Compressing objects: 77% (7646/9929) 2024-10-08T19:51:14.7627713Z remote: Compressing objects: 78% (7745/9929) 2024-10-08T19:51:14.7754769Z remote: Compressing objects: 79% (7844/9929) 2024-10-08T19:51:14.7892574Z remote: Compressing objects: 80% (7944/9929) 2024-10-08T19:51:14.8077633Z remote: Compressing objects: 81% (8043/9929) 2024-10-08T19:51:14.8224274Z remote: Compressing objects: 82% (8142/9929) 2024-10-08T19:51:14.8343350Z remote: Compressing objects: 83% (8242/9929) 2024-10-08T19:51:14.8475615Z remote: Compressing objects: 84% (8341/9929) 2024-10-08T19:51:14.8597550Z remote: Compressing objects: 85% (8440/9929) 2024-10-08T19:51:14.8749359Z remote: Compressing objects: 86% (8539/9929) 2024-10-08T19:51:14.8882007Z remote: Compressing objects: 87% (8639/9929) 2024-10-08T19:51:14.8983031Z remote: Compressing objects: 88% (8738/9929) 2024-10-08T19:51:14.9121294Z remote: Compressing objects: 89% (8837/9929) 2024-10-08T19:51:14.9164980Z remote: Compressing objects: 90% (8937/9929) 2024-10-08T19:51:14.9179215Z remote: Compressing objects: 91% (9036/9929) 2024-10-08T19:51:14.9192698Z remote: Compressing objects: 92% (9135/9929) 2024-10-08T19:51:14.9212117Z remote: Compressing objects: 93% (9234/9929) 2024-10-08T19:51:14.9221592Z remote: Compressing objects: 94% (9334/9929) 2024-10-08T19:51:14.9235106Z remote: Compressing objects: 95% (9433/9929) 2024-10-08T19:51:14.9246105Z remote: Compressing objects: 96% (9532/9929) 2024-10-08T19:51:14.9261559Z remote: Compressing objects: 97% (9632/9929) 2024-10-08T19:51:14.9274550Z remote: Compressing objects: 98% (9731/9929) 2024-10-08T19:51:14.9285484Z remote: Compressing objects: 99% (9830/9929) 2024-10-08T19:51:14.9286054Z remote: Compressing objects: 100% (9929/9929) 2024-10-08T19:51:14.9286626Z remote: Compressing objects: 100% (9929/9929), done. 2024-10-08T19:51:18.0992216Z remote: Total 11312 (delta 1361), reused 4452 (delta 1090), pack-reused 0 (from 0) 2024-10-08T19:51:18.6837959Z ##[endgroup] 2024-10-08T19:51:18.6838884Z ##[group]Determining the checkout info 2024-10-08T19:51:18.6839895Z ##[endgroup] 2024-10-08T19:51:18.6840721Z ##[group]Checking out the ref 2024-10-08T19:51:18.6843431Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:20.0069127Z ##[endgroup] 2024-10-08T19:51:20.0111048Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T19:51:20.0138855Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:51:20.0395376Z Prepare all required actions 2024-10-08T19:51:20.0395873Z Getting action download info 2024-10-08T19:51:20.1564569Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:51:20.4083952Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T19:51:20.4084405Z with: 2024-10-08T19:51:20.4084854Z github-token: *** 2024-10-08T19:51:20.4085537Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-10-08T19:51:20.4086275Z env: 2024-10-08T19:51:20.4086530Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:20.4086859Z ##[endgroup] 2024-10-08T19:51:20.4134941Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:51:20.4135333Z with: 2024-10-08T19:51:20.4135577Z shell: bash 2024-10-08T19:51:20.4135859Z timeout_minutes: 10 2024-10-08T19:51:20.4136153Z max_attempts: 5 2024-10-08T19:51:20.4136448Z retry_wait_seconds: 30 2024-10-08T19:51:20.4137652Z 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-10-08T19:51:20.4138864Z polling_interval_seconds: 1 2024-10-08T19:51:20.4139226Z warning_on_retry: true 2024-10-08T19:51:20.4139563Z continue_on_error: false 2024-10-08T19:51:20.4139868Z env: 2024-10-08T19:51:20.4140121Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:20.4140626Z GITHUB_TOKEN: *** 2024-10-08T19:51:20.4140904Z ##[endgroup] 2024-10-08T19:51:20.6134243Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T19:51:21.0150394Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:51:21.1841102Z Collecting requests==2.27.1 2024-10-08T19:51:21.2224658Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-10-08T19:51:21.4018802Z Collecting pyyaml==6.0.1 2024-10-08T19:51:21.4070331Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2024-10-08T19:51:21.7038109Z Collecting charset-normalizer~=2.0.0 2024-10-08T19:51:21.7091759Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2024-10-08T19:51:21.7609317Z Collecting certifi>=2017.4.17 2024-10-08T19:51:21.7644219Z Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-08T19:51:21.7708113Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-10-08T19:51:21.7714728Z 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-10-08T19:51:21.8550160Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2024-10-08T19:51:21.9749508Z Successfully installed certifi-2024.8.30 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2024-10-08T19:51:22.5904979Z Command completed after 1 attempt(s). 2024-10-08T19:51:22.5965002Z ##[group]Run set -x 2024-10-08T19:51:22.5965334Z set -x 2024-10-08T19:51:22.5965624Z  2024-10-08T19:51:22.5966147Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:22.5966836Z # in runner workspace 2024-10-08T19:51:22.5967354Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T19:51:22.5974296Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:22.5974800Z env: 2024-10-08T19:51:22.5975054Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:22.5975382Z ##[endgroup] 2024-10-08T19:51:22.6011099Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-10-08T19:51:22.6294536Z ##[group]Run set -x 2024-10-08T19:51:22.6294880Z set -x 2024-10-08T19:51:22.6295155Z  2024-10-08T19:51:22.6295683Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-10-08T19:51:22.6296747Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-10-08T19:51:22.6297649Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-10-08T19:51:22.6298583Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-10-08T19:51:22.6299375Z # expose this variable as part of GitHub context. 2024-10-08T19:51:22.6300214Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-10-08T19:51:22.6301133Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-10-08T19:51:22.6301703Z pwd 2024-10-08T19:51:22.6301952Z  2024-10-08T19:51:22.6302502Z LOG_FILE=$(grep -l -r "cbe39ffc96498585a83508a23de66f3eecb751d5" *.log | tail -n 1) 2024-10-08T19:51:22.6303198Z if [ -n "${LOG_FILE}" ]; then 2024-10-08T19:51:22.6303896Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-10-08T19:51:22.6304638Z  # needs to be awk {print $3} on MacOS 2024-10-08T19:51:22.6305099Z  case ${RUNNER_OS} in 2024-10-08T19:51:22.6305460Z  macOS) 2024-10-08T19:51:22.6306109Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-10-08T19:51:22.6306853Z  ;; 2024-10-08T19:51:22.6307137Z  *) 2024-10-08T19:51:22.6307763Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-10-08T19:51:22.6308497Z  ;; 2024-10-08T19:51:22.6308781Z  esac 2024-10-08T19:51:22.6309178Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-10-08T19:51:22.6309760Z fi 2024-10-08T19:51:22.6310020Z  2024-10-08T19:51:22.6310253Z popd 2024-10-08T19:51:22.6315770Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:22.6316267Z env: 2024-10-08T19:51:22.6316530Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:22.6316849Z ##[endgroup] 2024-10-08T19:51:22.6341916Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-10-08T19:51:22.6343174Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:22.6344418Z /home/ec2-user/actions-runner/_diag 2024-10-08T19:51:22.6345553Z + pwd 2024-10-08T19:51:22.6349765Z ++ tail -n 1 2024-10-08T19:51:22.6358371Z ++ grep -l -r cbe39ffc96498585a83508a23de66f3eecb751d5 Runner_20241008-193821-utc.log Runner_20241008-193907-utc.log Worker_20241008-194214-utc.log Worker_20241008-195055-utc.log 2024-10-08T19:51:22.6384076Z + LOG_FILE=Worker_20241008-195055-utc.log 2024-10-08T19:51:22.6384905Z + '[' -n Worker_20241008-195055-utc.log ']' 2024-10-08T19:51:22.6385623Z + case ${RUNNER_OS} in 2024-10-08T19:51:22.6392829Z ++ sed 's/"//g' 2024-10-08T19:51:22.6393439Z ++ awk -F '[:]' '{print $2}' 2024-10-08T19:51:22.6395668Z ++ grep -r '"jobDisplayName"' Worker_20241008-195055-utc.log 2024-10-08T19:51:22.6411909Z ++ xargs 2024-10-08T19:51:22.6445189Z + JOB_NAME='linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-10-08T19:51:22.6447070Z + echo 'job-name=linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter,' 2024-10-08T19:51:22.6448348Z + popd 2024-10-08T19:51:22.6448975Z ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:22.6477821Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:22.6478406Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:22.6478941Z echo "Job name: ${JOB_NAME}" 2024-10-08T19:51:22.6479423Z  2024-10-08T19:51:22.6480258Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:22.6480985Z # in runner workspace 2024-10-08T19:51:22.6481660Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T19:51:22.6482367Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T19:51:22.6482975Z  --job-name "${JOB_NAME}" \ 2024-10-08T19:51:22.6483503Z  --test-matrix "{ include: [ 2024-10-08T19:51:22.6484253Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2024-10-08T19:51:22.6484930Z ]} 2024-10-08T19:51:22.6485290Z " \ 2024-10-08T19:51:22.6485659Z  --selected-test-configs "" \ 2024-10-08T19:51:22.6486128Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T19:51:22.6486634Z  --tag "${TAG}" \ 2024-10-08T19:51:22.6487067Z  --event-name "${EVENT_NAME}" \ 2024-10-08T19:51:22.6487525Z  --schedule "${SCHEDULE}" \ 2024-10-08T19:51:22.6488059Z  --branch "${HEAD_BRANCH}" 2024-10-08T19:51:22.6493950Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:22.6494612Z env: 2024-10-08T19:51:22.6494957Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:22.6495590Z GITHUB_TOKEN: *** 2024-10-08T19:51:22.6496194Z JOB_NAME: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-10-08T19:51:22.6496792Z PR_NUMBER: 134247 2024-10-08T19:51:22.6497174Z TAG: 2024-10-08T19:51:22.6497561Z EVENT_NAME: pull_request 2024-10-08T19:51:22.6497935Z SCHEDULE: 2024-10-08T19:51:22.6498294Z HEAD_BRANCH: 2024-10-08T19:51:22.6498692Z ##[endgroup] 2024-10-08T19:51:22.6569744Z Workflow: pull 2024-10-08T19:51:22.6570772Z Job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / filter, 2024-10-08T19:51:22.8893295Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T19:51:23.0209518Z fatal: unknown commit origin/main 2024-10-08T19:51:23.0219401Z /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-10-08T19:51:23.0223129Z warnings.warn(f"failed to get commit messages: {e}") 2024-10-08T19:51:23.0382537Z ##[group]Run echo "Filtered matrix:" 2024-10-08T19:51:23.0382975Z echo "Filtered matrix:" 2024-10-08T19:51:23.0383729Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2024-10-08T19:51:23.0384470Z  2024-10-08T19:51:23.0384709Z echo 2024-10-08T19:51:23.0385066Z echo "Is the current job unstable? False" 2024-10-08T19:51:23.0385512Z  2024-10-08T19:51:23.0385745Z echo 2024-10-08T19:51:23.0386084Z echo "Is keep-going label set? False" 2024-10-08T19:51:23.0386513Z  2024-10-08T19:51:23.0386748Z echo 2024-10-08T19:51:23.0387042Z echo "Renabled issues? " 2024-10-08T19:51:23.0392941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:23.0393417Z env: 2024-10-08T19:51:23.0393675Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:23.0394006Z ##[endgroup] 2024-10-08T19:51:23.0421532Z Filtered matrix: 2024-10-08T19:51:23.0422598Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2024-10-08T19:51:23.0423649Z 2024-10-08T19:51:23.0423884Z Is the current job unstable? False 2024-10-08T19:51:23.0424343Z 2024-10-08T19:51:23.0424842Z Is keep-going label set? False 2024-10-08T19:51:23.0425301Z 2024-10-08T19:51:23.0425498Z Renabled issues? 2024-10-08T19:51:23.0557543Z Post job cleanup. 2024-10-08T19:51:23.0612907Z Post job cleanup. 2024-10-08T19:51:23.1494949Z [command]/usr/bin/git version 2024-10-08T19:51:23.1541594Z git version 2.40.1 2024-10-08T19:51:23.1583699Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b01af049-f75a-4f32-9573-998da62fc157' before making global git config changes 2024-10-08T19:51:23.1586299Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:23.1590508Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:23.1628527Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:23.1662031Z [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-10-08T19:51:23.1955807Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:23.1972122Z http.https://github.com/.extraheader 2024-10-08T19:51:23.1983113Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T19:51:23.2016392Z [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-10-08T19:51:23.2357227Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:23.2375865Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T19:51:23.2383829Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:23.2384625Z ##[endgroup] 2024-10-08T19:51:29.3391053Z Evaluate and set job outputs 2024-10-08T19:51:29.3407413Z Set output 'test-matrix' 2024-10-08T19:51:29.3409025Z Set output 'is-test-matrix-empty' 2024-10-08T19:51:29.3410152Z Set output 'keep-going' 2024-10-08T19:51:29.3411556Z Cleaning up orphan processes