2024-08-06T20:03:11.6691290Z Current runner version: '2.318.0' 2024-08-06T20:03:11.6699719Z Runner name: 'i-07255c23133adff95' 2024-08-06T20:03:11.6700894Z Runner group name: 'Default' 2024-08-06T20:03:11.6702332Z Machine name: 'ip-10-0-58-156' 2024-08-06T20:03:11.6708096Z ##[group]GITHUB_TOKEN Permissions 2024-08-06T20:03:11.6711521Z Actions: read 2024-08-06T20:03:11.6712504Z Attestations: read 2024-08-06T20:03:11.6713379Z Checks: read 2024-08-06T20:03:11.6714254Z Contents: read 2024-08-06T20:03:11.6715150Z Deployments: read 2024-08-06T20:03:11.6716027Z Discussions: read 2024-08-06T20:03:11.6716929Z Issues: read 2024-08-06T20:03:11.6717849Z Metadata: read 2024-08-06T20:03:11.6718697Z Packages: read 2024-08-06T20:03:11.6719591Z Pages: read 2024-08-06T20:03:11.6720464Z PullRequests: read 2024-08-06T20:03:11.6721368Z RepositoryProjects: read 2024-08-06T20:03:11.6722336Z SecurityEvents: read 2024-08-06T20:03:11.6723605Z Statuses: read 2024-08-06T20:03:11.6724420Z ##[endgroup] 2024-08-06T20:03:11.6728289Z Secret source: Actions 2024-08-06T20:03:11.6729720Z Prepare workflow directory 2024-08-06T20:03:11.7355887Z Prepare all required actions 2024-08-06T20:03:11.7396777Z Getting action download info 2024-08-06T20:03:11.8617934Z Download action repository 'pytorch/pytorch@main' (SHA:1954bfacda7c04bbbf62530f4572d6f6ba9ffe80) 2024-08-06T20:03:20.8946968Z Getting action download info 2024-08-06T20:03:20.9881266Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-06T20:03:21.2476949Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/132710/merge (bf5bb5a1585a03379137fab341e87c02c77e76cd) 2024-08-06T20:03:21.2479166Z ##[group] Inputs 2024-08-06T20:03:21.2479595Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-08-06T20:03:21.2480155Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-08-06T20:03:21.2480591Z cuda-version: 12.4 2024-08-06T20:03:21.2480831Z sync-tag: 2024-08-06T20:03:21.2481376Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-06T20:03:21.2481986Z runner: amz2023.linux.large 2024-08-06T20:03:21.2482256Z ##[endgroup] 2024-08-06T20:03:21.2482619Z Complete job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter 2024-08-06T20:03:21.2895824Z A job started hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:21.3019603Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-06T20:03:21.3028822Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:21.3029508Z ##[endgroup] 2024-08-06T20:03:22.6839368Z Runner Type: amz2023.linux.large 2024-08-06T20:03:22.6840170Z Instance Type: c5.large 2024-08-06T20:03:22.6840765Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-06T20:03:22.6841461Z AMI ID: ami-06c68f701d8090592 2024-08-06T20:03:28.5315858Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-06T20:03:28.5316337Z with: 2024-08-06T20:03:28.5316601Z fetch-depth: 1 2024-08-06T20:03:28.5316840Z submodules: false 2024-08-06T20:03:28.5317073Z env: 2024-08-06T20:03:28.5317279Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:28.5317543Z ##[endgroup] 2024-08-06T20:03:28.5396156Z ##[group]Run retry () { 2024-08-06T20:03:28.5396498Z retry () { 2024-08-06T20:03:28.5396864Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-06T20:03:28.5397302Z } 2024-08-06T20:03:28.5397576Z echo "${GITHUB_WORKSPACE}" 2024-08-06T20:03:28.5397897Z if [ -z "${NO_SUDO}" ]; then 2024-08-06T20:03:28.5398288Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:28.5398626Z else 2024-08-06T20:03:28.5398873Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-06T20:03:28.5399191Z fi 2024-08-06T20:03:28.5399470Z mkdir "${GITHUB_WORKSPACE}" 2024-08-06T20:03:28.5407889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:28.5408468Z env: 2024-08-06T20:03:28.5408690Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:28.5408943Z NO_SUDO: 2024-08-06T20:03:28.5409160Z ##[endgroup] 2024-08-06T20:03:28.5442038Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.6236159Z ##[group]Run malfet/checkout@silent-checkout 2024-08-06T20:03:28.6236561Z with: 2024-08-06T20:03:28.6236801Z ref: b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:28.6237135Z fetch-depth: 1 2024-08-06T20:03:28.6237378Z submodules: false 2024-08-06T20:03:28.6237612Z quiet-checkout: true 2024-08-06T20:03:28.6237888Z repository: pytorch/pytorch 2024-08-06T20:03:28.6238310Z token: *** 2024-08-06T20:03:28.6238522Z ssh-strict: true 2024-08-06T20:03:28.6238865Z persist-credentials: true 2024-08-06T20:03:28.6239141Z clean: true 2024-08-06T20:03:28.6239413Z sparse-checkout-cone-mode: true 2024-08-06T20:03:28.6239697Z lfs: false 2024-08-06T20:03:28.6239928Z set-safe-directory: true 2024-08-06T20:03:28.6240206Z env: 2024-08-06T20:03:28.6240411Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:28.6240672Z ##[endgroup] 2024-08-06T20:03:28.7313510Z Syncing repository: pytorch/pytorch 2024-08-06T20:03:28.7316545Z ##[group]Getting Git version info 2024-08-06T20:03:28.7317385Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:28.7318522Z [command]/usr/bin/git version 2024-08-06T20:03:28.7319065Z git version 2.40.1 2024-08-06T20:03:28.7343483Z ##[endgroup] 2024-08-06T20:03:28.7362387Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ac5cc0a0-2898-4384-bd26-a772a28f3462' before making global git config changes 2024-08-06T20:03:28.7364147Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:28.7368048Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.7405605Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-06T20:03:28.7411114Z ##[group]Initializing the repository 2024-08-06T20:03:28.7414978Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:28.7446258Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-06T20:03:28.7447322Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-06T20:03:28.7448300Z hint: of your new repositories, which will suppress this warning, call: 2024-08-06T20:03:28.7449063Z hint: 2024-08-06T20:03:28.7449631Z hint: git config --global init.defaultBranch 2024-08-06T20:03:28.7450261Z hint: 2024-08-06T20:03:28.7450826Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-06T20:03:28.7451986Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-06T20:03:28.7453025Z hint: 2024-08-06T20:03:28.7453408Z hint: git branch -m 2024-08-06T20:03:28.7455164Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-06T20:03:28.7471748Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-06T20:03:28.7496873Z ##[endgroup] 2024-08-06T20:03:28.7497810Z ##[group]Disabling automatic garbage collection 2024-08-06T20:03:28.7501439Z [command]/usr/bin/git config --local gc.auto 0 2024-08-06T20:03:28.7530668Z ##[endgroup] 2024-08-06T20:03:28.7531943Z ##[group]Setting up auth 2024-08-06T20:03:28.7537662Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:28.7614042Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-06T20:03:28.7855290Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:28.7887959Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-06T20:03:28.8153467Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-06T20:03:28.8200002Z ##[endgroup] 2024-08-06T20:03:28.8201318Z ##[group]Fetching the repository 2024-08-06T20:03:28.8206823Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:29.0178420Z remote: Enumerating objects: 11297, done. 2024-08-06T20:03:29.0197891Z remote: Counting objects: 0% (1/11297) 2024-08-06T20:03:29.0198765Z remote: Counting objects: 1% (113/11297) 2024-08-06T20:03:29.0199603Z remote: Counting objects: 2% (226/11297) 2024-08-06T20:03:29.0200411Z remote: Counting objects: 3% (339/11297) 2024-08-06T20:03:29.0201217Z remote: Counting objects: 4% (452/11297) 2024-08-06T20:03:29.0201998Z remote: Counting objects: 5% (565/11297) 2024-08-06T20:03:29.0202761Z remote: Counting objects: 6% (678/11297) 2024-08-06T20:03:29.0203496Z remote: Counting objects: 7% (791/11297) 2024-08-06T20:03:29.0204262Z remote: Counting objects: 8% (904/11297) 2024-08-06T20:03:29.0205038Z remote: Counting objects: 9% (1017/11297) 2024-08-06T20:03:29.0205818Z remote: Counting objects: 10% (1130/11297) 2024-08-06T20:03:29.0206589Z remote: Counting objects: 11% (1243/11297) 2024-08-06T20:03:29.0207364Z remote: Counting objects: 12% (1356/11297) 2024-08-06T20:03:29.0208131Z remote: Counting objects: 13% (1469/11297) 2024-08-06T20:03:29.0208894Z remote: Counting objects: 14% (1582/11297) 2024-08-06T20:03:29.0209687Z remote: Counting objects: 15% (1695/11297) 2024-08-06T20:03:29.0210471Z remote: Counting objects: 16% (1808/11297) 2024-08-06T20:03:29.0211221Z remote: Counting objects: 17% (1921/11297) 2024-08-06T20:03:29.0212143Z remote: Counting objects: 18% (2034/11297) 2024-08-06T20:03:29.0212908Z remote: Counting objects: 19% (2147/11297) 2024-08-06T20:03:29.0213681Z remote: Counting objects: 20% (2260/11297) 2024-08-06T20:03:29.0214437Z remote: Counting objects: 21% (2373/11297) 2024-08-06T20:03:29.0215201Z remote: Counting objects: 22% (2486/11297) 2024-08-06T20:03:29.0215956Z remote: Counting objects: 23% (2599/11297) 2024-08-06T20:03:29.0216717Z remote: Counting objects: 24% (2712/11297) 2024-08-06T20:03:29.0217479Z remote: Counting objects: 25% (2825/11297) 2024-08-06T20:03:29.0218252Z remote: Counting objects: 26% (2938/11297) 2024-08-06T20:03:29.0218976Z remote: Counting objects: 27% (3051/11297) 2024-08-06T20:03:29.0220589Z remote: Counting objects: 28% (3164/11297) 2024-08-06T20:03:29.0221812Z remote: Counting objects: 29% (3277/11297) 2024-08-06T20:03:29.0222845Z remote: Counting objects: 30% (3390/11297) 2024-08-06T20:03:29.0223730Z remote: Counting objects: 31% (3503/11297) 2024-08-06T20:03:29.0224751Z remote: Counting objects: 32% (3616/11297) 2024-08-06T20:03:29.0225702Z remote: Counting objects: 33% (3729/11297) 2024-08-06T20:03:29.0226639Z remote: Counting objects: 34% (3841/11297) 2024-08-06T20:03:29.0227579Z remote: Counting objects: 35% (3954/11297) 2024-08-06T20:03:29.0228580Z remote: Counting objects: 36% (4067/11297) 2024-08-06T20:03:29.0229491Z remote: Counting objects: 37% (4180/11297) 2024-08-06T20:03:29.0230469Z remote: Counting objects: 38% (4293/11297) 2024-08-06T20:03:29.0231446Z remote: Counting objects: 39% (4406/11297) 2024-08-06T20:03:29.0232389Z remote: Counting objects: 40% (4519/11297) 2024-08-06T20:03:29.0233328Z remote: Counting objects: 41% (4632/11297) 2024-08-06T20:03:29.0234304Z remote: Counting objects: 42% (4745/11297) 2024-08-06T20:03:29.0236219Z remote: Counting objects: 43% (4858/11297) 2024-08-06T20:03:29.0236996Z remote: Counting objects: 44% (4971/11297) 2024-08-06T20:03:29.0237770Z remote: Counting objects: 45% (5084/11297) 2024-08-06T20:03:29.0238527Z remote: Counting objects: 46% (5197/11297) 2024-08-06T20:03:29.0239265Z remote: Counting objects: 47% (5310/11297) 2024-08-06T20:03:29.0240025Z remote: Counting objects: 48% (5423/11297) 2024-08-06T20:03:29.0241024Z remote: Counting objects: 49% (5536/11297) 2024-08-06T20:03:29.0241644Z remote: Counting objects: 50% (5649/11297) 2024-08-06T20:03:29.0242266Z remote: Counting objects: 51% (5762/11297) 2024-08-06T20:03:29.0242896Z remote: Counting objects: 52% (5875/11297) 2024-08-06T20:03:29.0243531Z remote: Counting objects: 53% (5988/11297) 2024-08-06T20:03:29.0244206Z remote: Counting objects: 54% (6101/11297) 2024-08-06T20:03:29.0244903Z remote: Counting objects: 55% (6214/11297) 2024-08-06T20:03:29.0245557Z remote: Counting objects: 56% (6327/11297) 2024-08-06T20:03:29.0246229Z remote: Counting objects: 57% (6440/11297) 2024-08-06T20:03:29.0246905Z remote: Counting objects: 58% (6553/11297) 2024-08-06T20:03:29.0247541Z remote: Counting objects: 59% (6666/11297) 2024-08-06T20:03:29.0248182Z remote: Counting objects: 60% (6779/11297) 2024-08-06T20:03:29.0248855Z remote: Counting objects: 61% (6892/11297) 2024-08-06T20:03:29.0249512Z remote: Counting objects: 62% (7005/11297) 2024-08-06T20:03:29.0250170Z remote: Counting objects: 63% (7118/11297) 2024-08-06T20:03:29.0250866Z remote: Counting objects: 64% (7231/11297) 2024-08-06T20:03:29.0251674Z remote: Counting objects: 65% (7344/11297) 2024-08-06T20:03:29.0252329Z remote: Counting objects: 66% (7457/11297) 2024-08-06T20:03:29.0253005Z remote: Counting objects: 67% (7569/11297) 2024-08-06T20:03:29.0254082Z remote: Counting objects: 68% (7682/11297) 2024-08-06T20:03:29.0254648Z remote: Counting objects: 69% (7795/11297) 2024-08-06T20:03:29.0255479Z remote: Counting objects: 70% (7908/11297) 2024-08-06T20:03:29.0256246Z remote: Counting objects: 71% (8021/11297) 2024-08-06T20:03:29.0256997Z remote: Counting objects: 72% (8134/11297) 2024-08-06T20:03:29.0257774Z remote: Counting objects: 73% (8247/11297) 2024-08-06T20:03:29.0258548Z remote: Counting objects: 74% (8360/11297) 2024-08-06T20:03:29.0259294Z remote: Counting objects: 75% (8473/11297) 2024-08-06T20:03:29.0260048Z remote: Counting objects: 76% (8586/11297) 2024-08-06T20:03:29.0260825Z remote: Counting objects: 77% (8699/11297) 2024-08-06T20:03:29.0261558Z remote: Counting objects: 78% (8812/11297) 2024-08-06T20:03:29.0262555Z remote: Counting objects: 79% (8925/11297) 2024-08-06T20:03:29.0263400Z remote: Counting objects: 80% (9038/11297) 2024-08-06T20:03:29.0264202Z remote: Counting objects: 81% (9151/11297) 2024-08-06T20:03:29.0264973Z remote: Counting objects: 82% (9264/11297) 2024-08-06T20:03:29.0265728Z remote: Counting objects: 83% (9377/11297) 2024-08-06T20:03:29.0266480Z remote: Counting objects: 84% (9490/11297) 2024-08-06T20:03:29.0267257Z remote: Counting objects: 85% (9603/11297) 2024-08-06T20:03:29.0268014Z remote: Counting objects: 86% (9716/11297) 2024-08-06T20:03:29.0268775Z remote: Counting objects: 87% (9829/11297) 2024-08-06T20:03:29.0269521Z remote: Counting objects: 88% (9942/11297) 2024-08-06T20:03:29.0270319Z remote: Counting objects: 89% (10055/11297) 2024-08-06T20:03:29.0271110Z remote: Counting objects: 90% (10168/11297) 2024-08-06T20:03:29.0271973Z remote: Counting objects: 91% (10281/11297) 2024-08-06T20:03:29.0272753Z remote: Counting objects: 92% (10394/11297) 2024-08-06T20:03:29.0273511Z remote: Counting objects: 93% (10507/11297) 2024-08-06T20:03:29.0274472Z remote: Counting objects: 94% (10620/11297) 2024-08-06T20:03:29.0275274Z remote: Counting objects: 95% (10733/11297) 2024-08-06T20:03:29.0276070Z remote: Counting objects: 96% (10846/11297) 2024-08-06T20:03:29.0276827Z remote: Counting objects: 97% (10959/11297) 2024-08-06T20:03:29.0277616Z remote: Counting objects: 98% (11072/11297) 2024-08-06T20:03:29.0278423Z remote: Counting objects: 99% (11185/11297) 2024-08-06T20:03:29.0279221Z remote: Counting objects: 100% (11297/11297) 2024-08-06T20:03:29.0280031Z remote: Counting objects: 100% (11297/11297), done. 2024-08-06T20:03:29.0280846Z remote: Compressing objects: 0% (1/9758) 2024-08-06T20:03:29.0298044Z remote: Compressing objects: 1% (98/9758) 2024-08-06T20:03:29.0350424Z remote: Compressing objects: 2% (196/9758) 2024-08-06T20:03:29.0351331Z remote: Compressing objects: 3% (293/9758) 2024-08-06T20:03:29.0352071Z remote: Compressing objects: 4% (391/9758) 2024-08-06T20:03:29.0352814Z remote: Compressing objects: 5% (488/9758) 2024-08-06T20:03:29.0353515Z remote: Compressing objects: 6% (586/9758) 2024-08-06T20:03:29.0354238Z remote: Compressing objects: 7% (684/9758) 2024-08-06T20:03:29.0354957Z remote: Compressing objects: 8% (781/9758) 2024-08-06T20:03:29.0355688Z remote: Compressing objects: 9% (879/9758) 2024-08-06T20:03:29.0356420Z remote: Compressing objects: 10% (976/9758) 2024-08-06T20:03:29.0357152Z remote: Compressing objects: 11% (1074/9758) 2024-08-06T20:03:29.0357868Z remote: Compressing objects: 12% (1171/9758) 2024-08-06T20:03:29.0358630Z remote: Compressing objects: 13% (1269/9758) 2024-08-06T20:03:29.0364611Z remote: Compressing objects: 14% (1367/9758) 2024-08-06T20:03:29.0366494Z remote: Compressing objects: 15% (1464/9758) 2024-08-06T20:03:29.0368867Z remote: Compressing objects: 16% (1562/9758) 2024-08-06T20:03:29.0376489Z remote: Compressing objects: 17% (1659/9758) 2024-08-06T20:03:29.0378197Z remote: Compressing objects: 17% (1743/9758) 2024-08-06T20:03:29.0379514Z remote: Compressing objects: 18% (1757/9758) 2024-08-06T20:03:29.0380594Z remote: Compressing objects: 19% (1855/9758) 2024-08-06T20:03:29.0381849Z remote: Compressing objects: 20% (1952/9758) 2024-08-06T20:03:29.0383120Z remote: Compressing objects: 21% (2050/9758) 2024-08-06T20:03:29.0383836Z remote: Compressing objects: 22% (2147/9758) 2024-08-06T20:03:29.0384565Z remote: Compressing objects: 23% (2245/9758) 2024-08-06T20:03:29.0385296Z remote: Compressing objects: 24% (2342/9758) 2024-08-06T20:03:29.0386192Z remote: Compressing objects: 25% (2440/9758) 2024-08-06T20:03:29.0386933Z remote: Compressing objects: 26% (2538/9758) 2024-08-06T20:03:29.0387815Z remote: Compressing objects: 27% (2635/9758) 2024-08-06T20:03:29.0388602Z remote: Compressing objects: 28% (2733/9758) 2024-08-06T20:03:29.0389345Z remote: Compressing objects: 29% (2830/9758) 2024-08-06T20:03:29.0390074Z remote: Compressing objects: 30% (2928/9758) 2024-08-06T20:03:29.0390798Z remote: Compressing objects: 31% (3025/9758) 2024-08-06T20:03:29.0391527Z remote: Compressing objects: 32% (3123/9758) 2024-08-06T20:03:29.0392257Z remote: Compressing objects: 33% (3221/9758) 2024-08-06T20:03:29.0392982Z remote: Compressing objects: 34% (3318/9758) 2024-08-06T20:03:29.0393713Z remote: Compressing objects: 35% (3416/9758) 2024-08-06T20:03:29.0394455Z remote: Compressing objects: 36% (3513/9758) 2024-08-06T20:03:29.0395172Z remote: Compressing objects: 37% (3611/9758) 2024-08-06T20:03:29.0395935Z remote: Compressing objects: 38% (3709/9758) 2024-08-06T20:03:29.0396680Z remote: Compressing objects: 39% (3806/9758) 2024-08-06T20:03:29.0397563Z remote: Compressing objects: 40% (3904/9758) 2024-08-06T20:03:29.0398311Z remote: Compressing objects: 41% (4001/9758) 2024-08-06T20:03:29.0399042Z remote: Compressing objects: 42% (4099/9758) 2024-08-06T20:03:29.0399761Z remote: Compressing objects: 42% (4120/9758) 2024-08-06T20:03:29.0400484Z remote: Compressing objects: 43% (4196/9758) 2024-08-06T20:03:29.0401091Z remote: Compressing objects: 44% (4294/9758) 2024-08-06T20:03:29.0401668Z remote: Compressing objects: 45% (4392/9758) 2024-08-06T20:03:29.0402253Z remote: Compressing objects: 46% (4489/9758) 2024-08-06T20:03:29.0402885Z remote: Compressing objects: 47% (4587/9758) 2024-08-06T20:03:29.0403489Z remote: Compressing objects: 48% (4684/9758) 2024-08-06T20:03:29.0404111Z remote: Compressing objects: 49% (4782/9758) 2024-08-06T20:03:29.0404767Z remote: Compressing objects: 50% (4879/9758) 2024-08-06T20:03:29.0405396Z remote: Compressing objects: 51% (4977/9758) 2024-08-06T20:03:29.0406086Z remote: Compressing objects: 52% (5075/9758) 2024-08-06T20:03:29.0406800Z remote: Compressing objects: 53% (5172/9758) 2024-08-06T20:03:29.0407468Z remote: Compressing objects: 54% (5270/9758) 2024-08-06T20:03:29.0408190Z remote: Compressing objects: 55% (5367/9758) 2024-08-06T20:03:29.0408902Z remote: Compressing objects: 56% (5465/9758) 2024-08-06T20:03:29.0409620Z remote: Compressing objects: 57% (5563/9758) 2024-08-06T20:03:29.0410330Z remote: Compressing objects: 58% (5660/9758) 2024-08-06T20:03:29.0411061Z remote: Compressing objects: 59% (5758/9758) 2024-08-06T20:03:29.0411868Z remote: Compressing objects: 60% (5855/9758) 2024-08-06T20:03:29.0412597Z remote: Compressing objects: 61% (5953/9758) 2024-08-06T20:03:29.0413334Z remote: Compressing objects: 62% (6050/9758) 2024-08-06T20:03:29.0414017Z remote: Compressing objects: 63% (6148/9758) 2024-08-06T20:03:29.0414725Z remote: Compressing objects: 64% (6246/9758) 2024-08-06T20:03:29.0415397Z remote: Compressing objects: 65% (6343/9758) 2024-08-06T20:03:29.0416046Z remote: Compressing objects: 66% (6441/9758) 2024-08-06T20:03:29.0416702Z remote: Compressing objects: 67% (6538/9758) 2024-08-06T20:03:29.0417357Z remote: Compressing objects: 68% (6636/9758) 2024-08-06T20:03:29.0418084Z remote: Compressing objects: 69% (6734/9758) 2024-08-06T20:03:29.0418786Z remote: Compressing objects: 70% (6831/9758) 2024-08-06T20:03:29.0419513Z remote: Compressing objects: 71% (6929/9758) 2024-08-06T20:03:29.0420215Z remote: Compressing objects: 72% (7026/9758) 2024-08-06T20:03:29.0420946Z remote: Compressing objects: 73% (7124/9758) 2024-08-06T20:03:29.0421791Z remote: Compressing objects: 74% (7221/9758) 2024-08-06T20:03:29.0422522Z remote: Compressing objects: 75% (7319/9758) 2024-08-06T20:03:29.0423258Z remote: Compressing objects: 76% (7417/9758) 2024-08-06T20:03:29.0423982Z remote: Compressing objects: 77% (7514/9758) 2024-08-06T20:03:29.0424709Z remote: Compressing objects: 78% (7612/9758) 2024-08-06T20:03:29.0425425Z remote: Compressing objects: 79% (7709/9758) 2024-08-06T20:03:29.0426175Z remote: Compressing objects: 80% (7807/9758) 2024-08-06T20:03:29.0426900Z remote: Compressing objects: 81% (7904/9758) 2024-08-06T20:03:29.0427628Z remote: Compressing objects: 82% (8002/9758) 2024-08-06T20:03:29.0428364Z remote: Compressing objects: 83% (8100/9758) 2024-08-06T20:03:29.0429068Z remote: Compressing objects: 83% (8192/9758) 2024-08-06T20:03:29.0429812Z remote: Compressing objects: 84% (8197/9758) 2024-08-06T20:03:29.0430579Z remote: Compressing objects: 85% (8295/9758) 2024-08-06T20:03:29.0431299Z remote: Compressing objects: 86% (8392/9758) 2024-08-06T20:03:29.0432233Z remote: Compressing objects: 87% (8490/9758) 2024-08-06T20:03:29.0433780Z remote: Compressing objects: 88% (8588/9758) 2024-08-06T20:03:29.0439819Z remote: Compressing objects: 89% (8685/9758) 2024-08-06T20:03:29.0442156Z remote: Compressing objects: 90% (8783/9758) 2024-08-06T20:03:29.0444026Z remote: Compressing objects: 91% (8880/9758) 2024-08-06T20:03:29.0445750Z remote: Compressing objects: 92% (8978/9758) 2024-08-06T20:03:29.0446927Z remote: Compressing objects: 93% (9075/9758) 2024-08-06T20:03:29.0449442Z remote: Compressing objects: 94% (9173/9758) 2024-08-06T20:03:29.0451057Z remote: Compressing objects: 95% (9271/9758) 2024-08-06T20:03:29.0453167Z remote: Compressing objects: 96% (9368/9758) 2024-08-06T20:03:29.0454922Z remote: Compressing objects: 97% (9466/9758) 2024-08-06T20:03:29.0457123Z remote: Compressing objects: 98% (9563/9758) 2024-08-06T20:03:29.0458444Z remote: Compressing objects: 99% (9661/9758) 2024-08-06T20:03:29.0460260Z remote: Compressing objects: 100% (9758/9758) 2024-08-06T20:03:29.0461773Z remote: Compressing objects: 100% (9758/9758), done. 2024-08-06T20:03:31.2292777Z remote: Total 11297 (delta 1503), reused 4917 (delta 1252), pack-reused 0 2024-08-06T20:03:31.7910844Z ##[endgroup] 2024-08-06T20:03:31.7911997Z ##[group]Determining the checkout info 2024-08-06T20:03:31.7913190Z ##[endgroup] 2024-08-06T20:03:31.7914028Z ##[group]Checking out the ref 2024-08-06T20:03:31.7918176Z [command]/usr/bin/git checkout --quiet --force b9d86fa89636e301796d4201f36d86c73f6e49bc 2024-08-06T20:03:33.0325689Z ##[endgroup] 2024-08-06T20:03:33.0364661Z [command]/usr/bin/git log -1 --format='%H' 2024-08-06T20:03:33.0393233Z 'b9d86fa89636e301796d4201f36d86c73f6e49bc' 2024-08-06T20:03:33.0605409Z Prepare all required actions 2024-08-06T20:03:33.0605892Z Getting action download info 2024-08-06T20:03:33.1512825Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-06T20:03:33.3252299Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-06T20:03:33.3252678Z with: 2024-08-06T20:03:33.3253074Z github-token: *** 2024-08-06T20:03:33.3253593Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, ]} 2024-08-06T20:03:33.3254168Z env: 2024-08-06T20:03:33.3254374Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:33.3254645Z ##[endgroup] 2024-08-06T20:03:33.3302419Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-06T20:03:33.3302843Z with: 2024-08-06T20:03:33.3303050Z shell: bash 2024-08-06T20:03:33.3303262Z timeout_minutes: 10 2024-08-06T20:03:33.3303509Z max_attempts: 5 2024-08-06T20:03:33.3303863Z retry_wait_seconds: 30 2024-08-06T20:03:33.3304652Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:03:33.3305472Z polling_interval_seconds: 1 2024-08-06T20:03:33.3305765Z warning_on_retry: true 2024-08-06T20:03:33.3306028Z continue_on_error: false 2024-08-06T20:03:33.3306273Z env: 2024-08-06T20:03:33.3306485Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:33.3306907Z GITHUB_TOKEN: *** 2024-08-06T20:03:33.3307129Z ##[endgroup] 2024-08-06T20:03:33.4227376Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-06T20:03:33.8892970Z Defaulting to user installation because normal site-packages is not writeable 2024-08-06T20:03:34.0767960Z Collecting requests==2.27.1 2024-08-06T20:03:34.1141949Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-08-06T20:03:34.2797013Z Collecting pyyaml==6.0.1 2024-08-06T20:03:34.2846648Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2024-08-06T20:03:34.3273782Z Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (2.10) 2024-08-06T20:03:34.3286858Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests==2.27.1) (1.25.10) 2024-08-06T20:03:34.6226080Z Collecting charset-normalizer~=2.0.0 2024-08-06T20:03:34.6275032Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2024-08-06T20:03:34.6805333Z Collecting certifi>=2017.4.17 2024-08-06T20:03:34.6859081Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-06T20:03:34.7791883Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2024-08-06T20:03:34.9228024Z Successfully installed certifi-2024.7.4 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2024-08-06T20:03:35.3854738Z Command completed after 1 attempt(s). 2024-08-06T20:03:35.3918909Z ##[group]Run set -x 2024-08-06T20:03:35.3919185Z set -x 2024-08-06T20:03:35.3919414Z  2024-08-06T20:03:35.3919807Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:35.3920285Z # in runner workspace 2024-08-06T20:03:35.3920671Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-06T20:03:35.3926865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:35.3927241Z env: 2024-08-06T20:03:35.3927466Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:35.3927733Z ##[endgroup] 2024-08-06T20:03:35.3957492Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-06T20:03:35.4232279Z ##[group]Run set -x 2024-08-06T20:03:35.4232576Z set -x 2024-08-06T20:03:35.4232807Z  2024-08-06T20:03:35.4233400Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-08-06T20:03:35.4234004Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-08-06T20:03:35.4234856Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-08-06T20:03:35.4235499Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-08-06T20:03:35.4236028Z # expose this variable as part of GitHub context. 2024-08-06T20:03:35.4236634Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-08-06T20:03:35.4237288Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-08-06T20:03:35.4237700Z pwd 2024-08-06T20:03:35.4237923Z  2024-08-06T20:03:35.4238320Z LOG_FILE=$(grep -l -r "bf5bb5a1585a03379137fab341e87c02c77e76cd" *.log | tail -n 1) 2024-08-06T20:03:35.4238815Z if [ -n "${LOG_FILE}" ]; then 2024-08-06T20:03:35.4239285Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-08-06T20:03:35.4239791Z  # needs to be awk {print $3} on MacOS 2024-08-06T20:03:35.4240126Z  case ${RUNNER_OS} in 2024-08-06T20:03:35.4240405Z  macOS) 2024-08-06T20:03:35.4240852Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-08-06T20:03:35.4241354Z  ;; 2024-08-06T20:03:35.4241575Z  *) 2024-08-06T20:03:35.4242005Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-08-06T20:03:35.4242498Z  ;; 2024-08-06T20:03:35.4242715Z  esac 2024-08-06T20:03:35.4243007Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-06T20:03:35.4243362Z fi 2024-08-06T20:03:35.4243564Z  2024-08-06T20:03:35.4243771Z popd 2024-08-06T20:03:35.4249565Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:35.4249950Z env: 2024-08-06T20:03:35.4250173Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:35.4250425Z ##[endgroup] 2024-08-06T20:03:35.4277081Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-08-06T20:03:35.4278025Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:35.4279753Z + pwd 2024-08-06T20:03:35.4280149Z /home/ec2-user/actions-runner/_diag 2024-08-06T20:03:35.4289087Z ++ grep -l -r bf5bb5a1585a03379137fab341e87c02c77e76cd Runner_20240806-185737-utc.log Runner_20240806-185824-utc.log Worker_20240806-200308-utc.log 2024-08-06T20:03:35.4294399Z ++ tail -n 1 2024-08-06T20:03:35.4308255Z + LOG_FILE=Worker_20240806-200308-utc.log 2024-08-06T20:03:35.4309167Z + '[' -n Worker_20240806-200308-utc.log ']' 2024-08-06T20:03:35.4309846Z + case ${RUNNER_OS} in 2024-08-06T20:03:35.4315430Z ++ grep -r '"jobDisplayName"' Worker_20240806-200308-utc.log 2024-08-06T20:03:35.4319761Z ++ awk -F '[:]' '{print $2}' 2024-08-06T20:03:35.4338419Z ++ sed 's/"//g' 2024-08-06T20:03:35.4342941Z ++ xargs 2024-08-06T20:03:35.4390592Z ~/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:35.4391981Z + JOB_NAME='linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-08-06T20:03:35.4392952Z + echo 'job-name=linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-08-06T20:03:35.4393832Z + popd 2024-08-06T20:03:35.4427275Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:35.4427688Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-06T20:03:35.4428035Z echo "Job name: ${JOB_NAME}" 2024-08-06T20:03:35.4428332Z  2024-08-06T20:03:35.4428696Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-06T20:03:35.4429176Z # in runner workspace 2024-08-06T20:03:35.4429600Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-06T20:03:35.4430074Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-06T20:03:35.4430562Z  --job-name "${JOB_NAME}" \ 2024-08-06T20:03:35.4430888Z  --test-matrix "{ include: [ 2024-08-06T20:03:35.4431390Z  { config: "default", shard: 1, num_shards: 1, runner: "amz2023.linux.4xlarge.nvidia.gpu" }, 2024-08-06T20:03:35.4431880Z ]} 2024-08-06T20:03:35.4432096Z " \ 2024-08-06T20:03:35.4432343Z  --selected-test-configs "" \ 2024-08-06T20:03:35.4432666Z  --pr-number "${PR_NUMBER}" \ 2024-08-06T20:03:35.4432987Z  --tag "${TAG}" \ 2024-08-06T20:03:35.4433282Z  --event-name "${EVENT_NAME}" \ 2024-08-06T20:03:35.4433595Z  --schedule "${SCHEDULE}" \ 2024-08-06T20:03:35.4433906Z  --branch "${HEAD_BRANCH}" 2024-08-06T20:03:35.4440584Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:35.4440972Z env: 2024-08-06T20:03:35.4441197Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:35.4441634Z GITHUB_TOKEN: *** 2024-08-06T20:03:35.4442006Z JOB_NAME: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-08-06T20:03:35.4442420Z PR_NUMBER: 132710 2024-08-06T20:03:35.4442643Z TAG: 2024-08-06T20:03:35.4442857Z EVENT_NAME: pull_request 2024-08-06T20:03:35.4443131Z SCHEDULE: 2024-08-06T20:03:35.4443338Z HEAD_BRANCH: 2024-08-06T20:03:35.4443565Z ##[endgroup] 2024-08-06T20:03:35.4471360Z Workflow: pull 2024-08-06T20:03:35.4471973Z Job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-08-06T20:03:35.6865971Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-06T20:03:35.8299091Z fatal: unknown commit origin/main 2024-08-06T20:03:35.8307418Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:487: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'origin/main']' returned non-zero exit status 128. 2024-08-06T20:03:35.8310092Z warnings.warn(f"failed to get commit messages: {e}") 2024-08-06T20:03:35.8506598Z ##[group]Run echo "Filtered matrix:" 2024-08-06T20:03:35.8507221Z echo "Filtered matrix:" 2024-08-06T20:03:35.8508267Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "amz2023.linux.4xlarge.nvidia.gpu"}]}" 2024-08-06T20:03:35.8509477Z  2024-08-06T20:03:35.8509846Z echo 2024-08-06T20:03:35.8510285Z echo "Is the current job unstable? False" 2024-08-06T20:03:35.8510812Z  2024-08-06T20:03:35.8511174Z echo 2024-08-06T20:03:35.8511596Z echo "Is keep-going label set? False" 2024-08-06T20:03:35.8512233Z  2024-08-06T20:03:35.8512594Z echo 2024-08-06T20:03:35.8512961Z echo "Renabled issues? " 2024-08-06T20:03:35.8521310Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:35.8522010Z env: 2024-08-06T20:03:35.8522363Z GIT_DEFAULT_BRANCH: main 2024-08-06T20:03:35.8522811Z ##[endgroup] 2024-08-06T20:03:35.8560372Z Filtered matrix: 2024-08-06T20:03:35.8562881Z {include: [{config: default, shard: 1, num_shards: 1, runner: amz2023.linux.4xlarge.nvidia.gpu}]} 2024-08-06T20:03:35.8564874Z 2024-08-06T20:03:35.8566430Z Is the current job unstable? False 2024-08-06T20:03:35.8567995Z 2024-08-06T20:03:35.8569521Z Is keep-going label set? False 2024-08-06T20:03:35.8570977Z 2024-08-06T20:03:35.8572398Z Renabled issues? 2024-08-06T20:03:35.8661784Z Post job cleanup. 2024-08-06T20:03:35.8720217Z Post job cleanup. 2024-08-06T20:03:35.9596816Z [command]/usr/bin/git version 2024-08-06T20:03:35.9643514Z git version 2.40.1 2024-08-06T20:03:35.9686013Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7692c79c-1bea-4384-b6e9-04a6371f161a' before making global git config changes 2024-08-06T20:03:35.9688301Z Adding repository directory to the temporary git global config as a safe directory 2024-08-06T20:03:35.9693443Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-06T20:03:35.9731974Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-06T20:03:35.9767040Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-06T20:03:36.0052709Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-06T20:03:36.0079644Z http.https://github.com/.extraheader 2024-08-06T20:03:36.0091952Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-06T20:03:36.0127160Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-06T20:03:36.0470232Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-06T20:03:36.0494040Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-06T20:03:36.0499078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-06T20:03:36.0499468Z ##[endgroup] 2024-08-06T20:03:42.2313424Z Evaluate and set job outputs 2024-08-06T20:03:42.2320318Z Set output 'test-matrix' 2024-08-06T20:03:42.2322081Z Set output 'is-test-matrix-empty' 2024-08-06T20:03:42.2322756Z Set output 'keep-going' 2024-08-06T20:03:42.2323424Z Cleaning up orphan processes