2024-10-08T19:50:58.6192737Z Current runner version: '2.320.0' 2024-10-08T19:50:58.6199117Z Runner name: 'i-0f6dee7a2da795f7f' 2024-10-08T19:50:58.6199924Z Runner group name: 'Default' 2024-10-08T19:50:58.6200717Z Machine name: 'ip-10-0-48-171' 2024-10-08T19:50:58.6217367Z Testing runner upgrade compatibility 2024-10-08T19:50:58.7236363Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:50:58.7238555Z Actions: read 2024-10-08T19:50:58.7238981Z Attestations: read 2024-10-08T19:50:58.7239527Z Checks: read 2024-10-08T19:50:58.7239939Z Contents: read 2024-10-08T19:50:58.7240331Z Deployments: read 2024-10-08T19:50:58.7240835Z Discussions: read 2024-10-08T19:50:58.7241262Z Issues: read 2024-10-08T19:50:58.7241633Z Metadata: read 2024-10-08T19:50:58.7242101Z Packages: read 2024-10-08T19:50:58.7242527Z Pages: read 2024-10-08T19:50:58.7242900Z PullRequests: read 2024-10-08T19:50:58.7243419Z RepositoryProjects: read 2024-10-08T19:50:58.7243927Z SecurityEvents: read 2024-10-08T19:50:58.7244348Z Statuses: read 2024-10-08T19:50:58.7244996Z ##[endgroup] 2024-10-08T19:50:58.7248423Z Secret source: Actions 2024-10-08T19:50:58.7249083Z Prepare workflow directory 2024-10-08T19:50:58.8219050Z Prepare all required actions 2024-10-08T19:50:58.8380782Z Getting action download info 2024-10-08T19:50:58.9818484Z Download action repository 'pytorch/pytorch@main' (SHA:a2396b2dd8270d804b7d554ce4594e14870d060a) 2024-10-08T19:51:03.0662436Z Getting action download info 2024-10-08T19:51:03.1520727Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:51:03.4311496Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/134247/merge (cbe39ffc96498585a83508a23de66f3eecb751d5) 2024-10-08T19:51:03.4314135Z ##[group] Inputs 2024-10-08T19:51:03.4314722Z build-environment: linux-focal-cuda12.4-py3.10-gcc9-bazel-test 2024-10-08T19:51:03.4315583Z docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9 2024-10-08T19:51:03.4316295Z cuda-version: 12.4 2024-10-08T19:51:03.4316676Z sync-tag: 2024-10-08T19:51:03.4317434Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-10-08T19:51:03.4318408Z runner: linux.large 2024-10-08T19:51:03.4318769Z ##[endgroup] 2024-10-08T19:51:03.4319983Z Complete job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter 2024-10-08T19:51:03.4917343Z A job started hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:03.5081151Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-10-08T19:51:03.5090995Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:03.5091527Z ##[endgroup] 2024-10-08T19:51:04.8601197Z Runner Type: linux.large 2024-10-08T19:51:04.8609267Z Instance Type: c5.large 2024-10-08T19:51:04.8609903Z AMI Name: unknown 2024-10-08T19:51:04.8610741Z AMI ID: ami-0fff1b9a61dec8a5f 2024-10-08T19:51:10.5222211Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:51:10.5222900Z with: 2024-10-08T19:51:10.5223169Z fetch-depth: 1 2024-10-08T19:51:10.5223457Z submodules: false 2024-10-08T19:51:10.5223727Z env: 2024-10-08T19:51:10.5223980Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.5224314Z ##[endgroup] 2024-10-08T19:51:10.5407930Z ##[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.5409593Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:51:10.5418857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:10.5419403Z env: 2024-10-08T19:51:10.5420098Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.5420580Z ##[endgroup] 2024-10-08T19:51:10.5524312Z ##[group]Run retry () { 2024-10-08T19:51:10.5524673Z retry () { 2024-10-08T19:51:10.5525204Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:51:10.5525884Z } 2024-10-08T19:51:10.5526176Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.5526587Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:51:10.5527042Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.5527487Z else 2024-10-08T19:51:10.5527811Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.5528212Z fi 2024-10-08T19:51:10.5528497Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:51:10.5533873Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:10.5534350Z env: 2024-10-08T19:51:10.5534601Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.5534926Z NO_SUDO: 2024-10-08T19:51:10.5535165Z ##[endgroup] 2024-10-08T19:51:10.5560133Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:10.6683011Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:51:10.6683468Z with: 2024-10-08T19:51:10.6683763Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:10.6684210Z fetch-depth: 1 2024-10-08T19:51:10.6684497Z submodules: false 2024-10-08T19:51:10.6684788Z quiet-checkout: true 2024-10-08T19:51:10.6685119Z repository: pytorch/pytorch 2024-10-08T19:51:10.6685638Z token: *** 2024-10-08T19:51:10.6685897Z ssh-strict: true 2024-10-08T19:51:10.6686209Z persist-credentials: true 2024-10-08T19:51:10.6686549Z clean: true 2024-10-08T19:51:10.6686837Z sparse-checkout-cone-mode: true 2024-10-08T19:51:10.6687213Z lfs: false 2024-10-08T19:51:10.6687491Z set-safe-directory: true 2024-10-08T19:51:10.6687797Z env: 2024-10-08T19:51:10.6688048Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:10.6688369Z ##[endgroup] 2024-10-08T19:51:10.7796098Z Syncing repository: pytorch/pytorch 2024-10-08T19:51:10.7798816Z ##[group]Getting Git version info 2024-10-08T19:51:10.7800171Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:51:10.7801376Z [command]/usr/bin/git version 2024-10-08T19:51:10.7872460Z git version 2.40.1 2024-10-08T19:51:10.7896709Z ##[endgroup] 2024-10-08T19:51:10.7917499Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d133bef3-518e-4037-83c0-a9d5a9fec5bb' before making global git config changes 2024-10-08T19:51:10.7920425Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:10.7925193Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:10.7967259Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-10-08T19:51:10.7973015Z ##[group]Initializing the repository 2024-10-08T19:51:10.7977540Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:10.8027599Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-08T19:51:10.8029396Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-08T19:51:10.8030958Z hint: of your new repositories, which will suppress this warning, call: 2024-10-08T19:51:10.8031623Z hint: 2024-10-08T19:51:10.8032283Z hint: git config --global init.defaultBranch 2024-10-08T19:51:10.8032751Z hint: 2024-10-08T19:51:10.8033272Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-08T19:51:10.8034131Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-08T19:51:10.8034722Z hint: 2024-10-08T19:51:10.8035022Z hint: git branch -m 2024-10-08T19:51:10.8046346Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:51:10.8058110Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:51:10.8100377Z ##[endgroup] 2024-10-08T19:51:10.8101412Z ##[group]Disabling automatic garbage collection 2024-10-08T19:51:10.8106894Z [command]/usr/bin/git config --local gc.auto 0 2024-10-08T19:51:10.8136733Z ##[endgroup] 2024-10-08T19:51:10.8137667Z ##[group]Setting up auth 2024-10-08T19:51:10.8146562Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:10.8179689Z [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:10.8450808Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:10.8482305Z [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:10.8743040Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-08T19:51:10.8781919Z ##[endgroup] 2024-10-08T19:51:10.8783347Z ##[group]Fetching the repository 2024-10-08T19:51:10.8790964Z [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:11.1894074Z remote: Enumerating objects: 11312, done. 2024-10-08T19:51:11.1901436Z remote: Counting objects: 0% (1/11312) 2024-10-08T19:51:11.1903494Z remote: Counting objects: 1% (114/11312) 2024-10-08T19:51:11.1906098Z remote: Counting objects: 2% (227/11312) 2024-10-08T19:51:11.1907855Z remote: Counting objects: 3% (340/11312) 2024-10-08T19:51:11.1909787Z remote: Counting objects: 4% (453/11312) 2024-10-08T19:51:11.1912545Z remote: Counting objects: 5% (566/11312) 2024-10-08T19:51:11.1913400Z remote: Counting objects: 6% (679/11312) 2024-10-08T19:51:11.1915130Z remote: Counting objects: 7% (792/11312) 2024-10-08T19:51:11.1917528Z remote: Counting objects: 8% (905/11312) 2024-10-08T19:51:11.1920180Z remote: Counting objects: 9% (1019/11312) 2024-10-08T19:51:11.1923623Z remote: Counting objects: 10% (1132/11312) 2024-10-08T19:51:11.1925677Z remote: Counting objects: 11% (1245/11312) 2024-10-08T19:51:11.1927830Z remote: Counting objects: 12% (1358/11312) 2024-10-08T19:51:11.1929263Z remote: Counting objects: 13% (1471/11312) 2024-10-08T19:51:11.1930986Z remote: Counting objects: 14% (1584/11312) 2024-10-08T19:51:11.1931955Z remote: Counting objects: 15% (1697/11312) 2024-10-08T19:51:11.1933436Z remote: Counting objects: 16% (1810/11312) 2024-10-08T19:51:11.1934391Z remote: Counting objects: 17% (1924/11312) 2024-10-08T19:51:11.1940100Z remote: Counting objects: 18% (2037/11312) 2024-10-08T19:51:11.1941742Z remote: Counting objects: 19% (2150/11312) 2024-10-08T19:51:11.1944758Z remote: Counting objects: 20% (2263/11312) 2024-10-08T19:51:11.1947002Z remote: Counting objects: 21% (2376/11312) 2024-10-08T19:51:11.1948692Z remote: Counting objects: 22% (2489/11312) 2024-10-08T19:51:11.1950181Z remote: Counting objects: 23% (2602/11312) 2024-10-08T19:51:11.1951844Z remote: Counting objects: 24% (2715/11312) 2024-10-08T19:51:11.1953459Z remote: Counting objects: 25% (2828/11312) 2024-10-08T19:51:11.1954829Z remote: Counting objects: 26% (2942/11312) 2024-10-08T19:51:11.1956480Z remote: Counting objects: 27% (3055/11312) 2024-10-08T19:51:11.1958022Z remote: Counting objects: 28% (3168/11312) 2024-10-08T19:51:11.1966437Z remote: Counting objects: 29% (3281/11312) 2024-10-08T19:51:11.1967401Z remote: Counting objects: 30% (3394/11312) 2024-10-08T19:51:11.1968357Z remote: Counting objects: 31% (3507/11312) 2024-10-08T19:51:11.1969282Z remote: Counting objects: 32% (3620/11312) 2024-10-08T19:51:11.1970122Z remote: Counting objects: 33% (3733/11312) 2024-10-08T19:51:11.1970964Z remote: Counting objects: 34% (3847/11312) 2024-10-08T19:51:11.1973497Z remote: Counting objects: 35% (3960/11312) 2024-10-08T19:51:11.1974693Z remote: Counting objects: 36% (4073/11312) 2024-10-08T19:51:11.1975506Z remote: Counting objects: 37% (4186/11312) 2024-10-08T19:51:11.1976324Z remote: Counting objects: 38% (4299/11312) 2024-10-08T19:51:11.1978010Z remote: Counting objects: 39% (4412/11312) 2024-10-08T19:51:11.1978991Z remote: Counting objects: 40% (4525/11312) 2024-10-08T19:51:11.1979921Z remote: Counting objects: 41% (4638/11312) 2024-10-08T19:51:11.1980761Z remote: Counting objects: 42% (4752/11312) 2024-10-08T19:51:11.1981600Z remote: Counting objects: 43% (4865/11312) 2024-10-08T19:51:11.1982614Z remote: Counting objects: 44% (4978/11312) 2024-10-08T19:51:11.1983859Z remote: Counting objects: 45% (5091/11312) 2024-10-08T19:51:11.1984883Z remote: Counting objects: 46% (5204/11312) 2024-10-08T19:51:11.1986330Z remote: Counting objects: 47% (5317/11312) 2024-10-08T19:51:11.1992406Z remote: Counting objects: 48% (5430/11312) 2024-10-08T19:51:11.1993441Z remote: Counting objects: 49% (5543/11312) 2024-10-08T19:51:11.1998621Z remote: Counting objects: 50% (5656/11312) 2024-10-08T19:51:11.1999679Z remote: Counting objects: 51% (5770/11312) 2024-10-08T19:51:11.2000791Z remote: Counting objects: 52% (5883/11312) 2024-10-08T19:51:11.2002075Z remote: Counting objects: 53% (5996/11312) 2024-10-08T19:51:11.2003149Z remote: Counting objects: 54% (6109/11312) 2024-10-08T19:51:11.2004355Z remote: Counting objects: 55% (6222/11312) 2024-10-08T19:51:11.2005667Z remote: Counting objects: 56% (6335/11312) 2024-10-08T19:51:11.2006782Z remote: Counting objects: 57% (6448/11312) 2024-10-08T19:51:11.2007838Z remote: Counting objects: 58% (6561/11312) 2024-10-08T19:51:11.2009085Z remote: Counting objects: 59% (6675/11312) 2024-10-08T19:51:11.2010233Z remote: Counting objects: 60% (6788/11312) 2024-10-08T19:51:11.2011267Z remote: Counting objects: 61% (6901/11312) 2024-10-08T19:51:11.2012388Z remote: Counting objects: 62% (7014/11312) 2024-10-08T19:51:11.2015831Z remote: Counting objects: 63% (7127/11312) 2024-10-08T19:51:11.2019011Z remote: Counting objects: 64% (7240/11312) 2024-10-08T19:51:11.2022518Z remote: Counting objects: 65% (7353/11312) 2024-10-08T19:51:11.2024883Z remote: Counting objects: 66% (7466/11312) 2024-10-08T19:51:11.2026893Z remote: Counting objects: 67% (7580/11312) 2024-10-08T19:51:11.2030436Z remote: Counting objects: 68% (7693/11312) 2024-10-08T19:51:11.2032953Z remote: Counting objects: 69% (7806/11312) 2024-10-08T19:51:11.2035629Z remote: Counting objects: 70% (7919/11312) 2024-10-08T19:51:11.2037642Z remote: Counting objects: 71% (8032/11312) 2024-10-08T19:51:11.2041597Z remote: Counting objects: 72% (8145/11312) 2024-10-08T19:51:11.2043816Z remote: Counting objects: 73% (8258/11312) 2024-10-08T19:51:11.2046441Z remote: Counting objects: 74% (8371/11312) 2024-10-08T19:51:11.2047539Z remote: Counting objects: 75% (8484/11312) 2024-10-08T19:51:11.2048590Z remote: Counting objects: 76% (8598/11312) 2024-10-08T19:51:11.2049673Z remote: Counting objects: 77% (8711/11312) 2024-10-08T19:51:11.2050673Z remote: Counting objects: 78% (8824/11312) 2024-10-08T19:51:11.2051712Z remote: Counting objects: 79% (8937/11312) 2024-10-08T19:51:11.2052943Z remote: Counting objects: 80% (9050/11312) 2024-10-08T19:51:11.2053940Z remote: Counting objects: 81% (9163/11312) 2024-10-08T19:51:11.2056449Z remote: Counting objects: 82% (9276/11312) 2024-10-08T19:51:11.2057378Z remote: Counting objects: 83% (9389/11312) 2024-10-08T19:51:11.2058509Z remote: Counting objects: 84% (9503/11312) 2024-10-08T19:51:11.2059747Z remote: Counting objects: 85% (9616/11312) 2024-10-08T19:51:11.2063444Z remote: Counting objects: 86% (9729/11312) 2024-10-08T19:51:11.2067822Z remote: Counting objects: 87% (9842/11312) 2024-10-08T19:51:11.2069091Z remote: Counting objects: 88% (9955/11312) 2024-10-08T19:51:11.2070077Z remote: Counting objects: 89% (10068/11312) 2024-10-08T19:51:11.2071624Z remote: Counting objects: 90% (10181/11312) 2024-10-08T19:51:11.2074539Z remote: Counting objects: 91% (10294/11312) 2024-10-08T19:51:11.2075851Z remote: Counting objects: 92% (10408/11312) 2024-10-08T19:51:11.2079358Z remote: Counting objects: 93% (10521/11312) 2024-10-08T19:51:11.2081976Z remote: Counting objects: 94% (10634/11312) 2024-10-08T19:51:11.2083950Z remote: Counting objects: 95% (10747/11312) 2024-10-08T19:51:11.2087297Z remote: Counting objects: 96% (10860/11312) 2024-10-08T19:51:11.2088957Z remote: Counting objects: 97% (10973/11312) 2024-10-08T19:51:11.2091960Z remote: Counting objects: 98% (11086/11312) 2024-10-08T19:51:11.2097890Z remote: Counting objects: 99% (11199/11312) 2024-10-08T19:51:11.2099216Z remote: Counting objects: 100% (11312/11312) 2024-10-08T19:51:11.2100055Z remote: Counting objects: 100% (11312/11312), done. 2024-10-08T19:51:11.2193221Z remote: Compressing objects: 0% (1/9934) 2024-10-08T19:51:11.2440339Z remote: Compressing objects: 1% (100/9934) 2024-10-08T19:51:11.3122900Z remote: Compressing objects: 2% (199/9934) 2024-10-08T19:51:11.3422399Z remote: Compressing objects: 3% (299/9934) 2024-10-08T19:51:11.3779724Z remote: Compressing objects: 4% (398/9934) 2024-10-08T19:51:11.4221741Z remote: Compressing objects: 5% (497/9934) 2024-10-08T19:51:11.4851901Z remote: Compressing objects: 6% (597/9934) 2024-10-08T19:51:11.5613660Z remote: Compressing objects: 7% (696/9934) 2024-10-08T19:51:11.6241182Z remote: Compressing objects: 8% (795/9934) 2024-10-08T19:51:11.6697895Z remote: Compressing objects: 9% (895/9934) 2024-10-08T19:51:11.7101996Z remote: Compressing objects: 10% (994/9934) 2024-10-08T19:51:11.7516522Z remote: Compressing objects: 11% (1093/9934) 2024-10-08T19:51:11.7877342Z remote: Compressing objects: 12% (1193/9934) 2024-10-08T19:51:11.8662396Z remote: Compressing objects: 13% (1292/9934) 2024-10-08T19:51:11.9192859Z remote: Compressing objects: 14% (1391/9934) 2024-10-08T19:51:11.9704563Z remote: Compressing objects: 15% (1491/9934) 2024-10-08T19:51:12.0293314Z remote: Compressing objects: 16% (1590/9934) 2024-10-08T19:51:12.0757252Z remote: Compressing objects: 17% (1689/9934) 2024-10-08T19:51:12.1315021Z remote: Compressing objects: 18% (1789/9934) 2024-10-08T19:51:12.1937231Z remote: Compressing objects: 19% (1888/9934) 2024-10-08T19:51:12.2156676Z remote: Compressing objects: 20% (1987/9934) 2024-10-08T19:51:12.2572900Z remote: Compressing objects: 20% (2024/9934) 2024-10-08T19:51:12.2939661Z remote: Compressing objects: 21% (2087/9934) 2024-10-08T19:51:12.3588614Z remote: Compressing objects: 22% (2186/9934) 2024-10-08T19:51:12.4121461Z remote: Compressing objects: 23% (2285/9934) 2024-10-08T19:51:12.4648546Z remote: Compressing objects: 24% (2385/9934) 2024-10-08T19:51:12.5112229Z remote: Compressing objects: 25% (2484/9934) 2024-10-08T19:51:12.5895073Z remote: Compressing objects: 26% (2583/9934) 2024-10-08T19:51:12.6255326Z remote: Compressing objects: 27% (2683/9934) 2024-10-08T19:51:12.6690948Z remote: Compressing objects: 28% (2782/9934) 2024-10-08T19:51:12.7243165Z remote: Compressing objects: 29% (2881/9934) 2024-10-08T19:51:12.7825836Z remote: Compressing objects: 30% (2981/9934) 2024-10-08T19:51:12.8166220Z remote: Compressing objects: 31% (3080/9934) 2024-10-08T19:51:12.8239369Z remote: Compressing objects: 32% (3179/9934) 2024-10-08T19:51:12.8422139Z remote: Compressing objects: 33% (3279/9934) 2024-10-08T19:51:12.8581512Z remote: Compressing objects: 34% (3378/9934) 2024-10-08T19:51:12.8776549Z remote: Compressing objects: 35% (3477/9934) 2024-10-08T19:51:12.8949120Z remote: Compressing objects: 36% (3577/9934) 2024-10-08T19:51:12.9024290Z remote: Compressing objects: 37% (3676/9934) 2024-10-08T19:51:12.9198109Z remote: Compressing objects: 38% (3775/9934) 2024-10-08T19:51:12.9431031Z remote: Compressing objects: 39% (3875/9934) 2024-10-08T19:51:12.9696757Z remote: Compressing objects: 40% (3974/9934) 2024-10-08T19:51:12.9960366Z remote: Compressing objects: 41% (4073/9934) 2024-10-08T19:51:13.0401253Z remote: Compressing objects: 42% (4173/9934) 2024-10-08T19:51:13.0818372Z remote: Compressing objects: 43% (4272/9934) 2024-10-08T19:51:13.1091139Z remote: Compressing objects: 44% (4371/9934) 2024-10-08T19:51:13.1433980Z remote: Compressing objects: 45% (4471/9934) 2024-10-08T19:51:13.1896919Z remote: Compressing objects: 46% (4570/9934) 2024-10-08T19:51:13.2106918Z remote: Compressing objects: 47% (4669/9934) 2024-10-08T19:51:13.2295061Z remote: Compressing objects: 47% (4715/9934) 2024-10-08T19:51:13.2661647Z remote: Compressing objects: 48% (4769/9934) 2024-10-08T19:51:13.2980348Z remote: Compressing objects: 49% (4868/9934) 2024-10-08T19:51:13.3596969Z remote: Compressing objects: 50% (4967/9934) 2024-10-08T19:51:13.3950717Z remote: Compressing objects: 51% (5067/9934) 2024-10-08T19:51:13.4203971Z remote: Compressing objects: 52% (5166/9934) 2024-10-08T19:51:13.4481791Z remote: Compressing objects: 53% (5266/9934) 2024-10-08T19:51:13.4726694Z remote: Compressing objects: 54% (5365/9934) 2024-10-08T19:51:13.5083520Z remote: Compressing objects: 55% (5464/9934) 2024-10-08T19:51:13.5437437Z remote: Compressing objects: 56% (5564/9934) 2024-10-08T19:51:13.5661952Z remote: Compressing objects: 57% (5663/9934) 2024-10-08T19:51:13.6250298Z remote: Compressing objects: 58% (5762/9934) 2024-10-08T19:51:13.6321682Z remote: Compressing objects: 59% (5862/9934) 2024-10-08T19:51:13.6531789Z remote: Compressing objects: 60% (5961/9934) 2024-10-08T19:51:13.6690668Z remote: Compressing objects: 61% (6060/9934) 2024-10-08T19:51:13.7125989Z remote: Compressing objects: 62% (6160/9934) 2024-10-08T19:51:13.7325345Z remote: Compressing objects: 63% (6259/9934) 2024-10-08T19:51:13.7402146Z remote: Compressing objects: 64% (6358/9934) 2024-10-08T19:51:13.7430396Z remote: Compressing objects: 65% (6458/9934) 2024-10-08T19:51:13.7502087Z remote: Compressing objects: 66% (6557/9934) 2024-10-08T19:51:13.7626829Z remote: Compressing objects: 67% (6656/9934) 2024-10-08T19:51:13.7702181Z remote: Compressing objects: 68% (6756/9934) 2024-10-08T19:51:13.7800354Z remote: Compressing objects: 69% (6855/9934) 2024-10-08T19:51:13.7926164Z remote: Compressing objects: 70% (6954/9934) 2024-10-08T19:51:13.8089372Z remote: Compressing objects: 71% (7054/9934) 2024-10-08T19:51:13.8203457Z remote: Compressing objects: 72% (7153/9934) 2024-10-08T19:51:13.8314994Z remote: Compressing objects: 73% (7252/9934) 2024-10-08T19:51:13.8422090Z remote: Compressing objects: 74% (7352/9934) 2024-10-08T19:51:13.8579787Z remote: Compressing objects: 75% (7451/9934) 2024-10-08T19:51:13.8687561Z remote: Compressing objects: 76% (7550/9934) 2024-10-08T19:51:13.8838830Z remote: Compressing objects: 77% (7650/9934) 2024-10-08T19:51:13.8966966Z remote: Compressing objects: 78% (7749/9934) 2024-10-08T19:51:13.9097107Z remote: Compressing objects: 79% (7848/9934) 2024-10-08T19:51:13.9239781Z remote: Compressing objects: 80% (7948/9934) 2024-10-08T19:51:13.9424840Z remote: Compressing objects: 81% (8047/9934) 2024-10-08T19:51:13.9583527Z remote: Compressing objects: 82% (8146/9934) 2024-10-08T19:51:13.9697546Z remote: Compressing objects: 83% (8246/9934) 2024-10-08T19:51:13.9827412Z remote: Compressing objects: 84% (8345/9934) 2024-10-08T19:51:13.9953572Z remote: Compressing objects: 85% (8444/9934) 2024-10-08T19:51:14.0110807Z remote: Compressing objects: 86% (8544/9934) 2024-10-08T19:51:14.0242971Z remote: Compressing objects: 87% (8643/9934) 2024-10-08T19:51:14.0346750Z remote: Compressing objects: 88% (8742/9934) 2024-10-08T19:51:14.0485258Z remote: Compressing objects: 89% (8842/9934) 2024-10-08T19:51:14.0528635Z remote: Compressing objects: 90% (8941/9934) 2024-10-08T19:51:14.0543885Z remote: Compressing objects: 91% (9040/9934) 2024-10-08T19:51:14.0557796Z remote: Compressing objects: 92% (9140/9934) 2024-10-08T19:51:14.0587124Z remote: Compressing objects: 93% (9239/9934) 2024-10-08T19:51:14.0597762Z remote: Compressing objects: 94% (9338/9934) 2024-10-08T19:51:14.0612184Z remote: Compressing objects: 95% (9438/9934) 2024-10-08T19:51:14.0624575Z remote: Compressing objects: 96% (9537/9934) 2024-10-08T19:51:14.0640411Z remote: Compressing objects: 97% (9636/9934) 2024-10-08T19:51:14.0654327Z remote: Compressing objects: 98% (9736/9934) 2024-10-08T19:51:14.0664696Z remote: Compressing objects: 99% (9835/9934) 2024-10-08T19:51:14.0667587Z remote: Compressing objects: 100% (9934/9934) 2024-10-08T19:51:14.0668241Z remote: Compressing objects: 100% (9934/9934), done. 2024-10-08T19:51:17.2766093Z remote: Total 11312 (delta 1358), reused 4433 (delta 1085), pack-reused 0 (from 0) 2024-10-08T19:51:17.8389864Z ##[endgroup] 2024-10-08T19:51:17.8390891Z ##[group]Determining the checkout info 2024-10-08T19:51:17.8393062Z ##[endgroup] 2024-10-08T19:51:17.8394036Z ##[group]Checking out the ref 2024-10-08T19:51:17.8398584Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:51:19.1364650Z ##[endgroup] 2024-10-08T19:51:19.1469029Z [command]/usr/bin/git log -1 --format='%H' 2024-10-08T19:51:19.1494808Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:51:19.1772432Z Prepare all required actions 2024-10-08T19:51:19.1772906Z Getting action download info 2024-10-08T19:51:19.2763283Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:51:19.4364729Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T19:51:19.4365507Z with: 2024-10-08T19:51:19.4366263Z github-token: *** 2024-10-08T19:51:19.4367448Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-10-08T19:51:19.4368785Z env: 2024-10-08T19:51:19.4369226Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:19.4369752Z ##[endgroup] 2024-10-08T19:51:19.4656058Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:51:19.4656767Z with: 2024-10-08T19:51:19.4657182Z shell: bash 2024-10-08T19:51:19.4657683Z timeout_minutes: 10 2024-10-08T19:51:19.4658232Z max_attempts: 5 2024-10-08T19:51:19.4658750Z retry_wait_seconds: 30 2024-10-08T19:51:19.4660910Z 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:19.4663271Z polling_interval_seconds: 1 2024-10-08T19:51:19.4663931Z warning_on_retry: true 2024-10-08T19:51:19.4664530Z continue_on_error: false 2024-10-08T19:51:19.4665101Z env: 2024-10-08T19:51:19.4665561Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:19.4666477Z GITHUB_TOKEN: *** 2024-10-08T19:51:19.4666991Z ##[endgroup] 2024-10-08T19:51:19.8744954Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T19:51:20.2214752Z Defaulting to user installation because normal site-packages is not writeable 2024-10-08T19:51:20.4508238Z Collecting requests==2.27.1 2024-10-08T19:51:20.4856393Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-10-08T19:51:20.6654772Z Collecting pyyaml==6.0.1 2024-10-08T19:51:20.6697849Z Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) 2024-10-08T19:51:20.6960777Z 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:20.6973175Z 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:20.7421394Z Collecting certifi>=2017.4.17 2024-10-08T19:51:20.7471205Z Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-08T19:51:21.0355029Z Collecting charset-normalizer~=2.0.0 2024-10-08T19:51:21.0397334Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2024-10-08T19:51:21.1261459Z Installing collected packages: charset-normalizer, certifi, requests, pyyaml 2024-10-08T19:51:21.2432986Z Successfully installed certifi-2024.8.30 charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 2024-10-08T19:51:21.8371063Z Command completed after 1 attempt(s). 2024-10-08T19:51:21.8440621Z ##[group]Run set -x 2024-10-08T19:51:21.8440944Z set -x 2024-10-08T19:51:21.8441233Z  2024-10-08T19:51:21.8441756Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:21.8442441Z # in runner workspace 2024-10-08T19:51:21.8442957Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T19:51:21.8449759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:21.8450250Z env: 2024-10-08T19:51:21.8450504Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:21.8450818Z ##[endgroup] 2024-10-08T19:51:21.8488312Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-10-08T19:51:21.8772359Z ##[group]Run set -x 2024-10-08T19:51:21.8772714Z set -x 2024-10-08T19:51:21.8772989Z  2024-10-08T19:51:21.8773517Z # TODO: This is a very hacky way to get the job name. GitHub runner has the info 2024-10-08T19:51:21.8774615Z # but doesn't expose it in anyway. The job name is part of the job message the 2024-10-08T19:51:21.8775520Z # runner receives, so it's there and printed out to the diag log. Below is the 2024-10-08T19:51:21.8776449Z # code responsible for printing it. Need to check with GitHub to see if they can 2024-10-08T19:51:21.8777237Z # expose this variable as part of GitHub context. 2024-10-08T19:51:21.8778078Z # https://github.com/actions/runner/blob/main/src/Runner.Worker/JobExtension.cs#L345 2024-10-08T19:51:21.8778992Z pushd "/home/ec2-user/actions-runner/_work/pytorch/../../_diag" 2024-10-08T19:51:21.8779550Z pwd 2024-10-08T19:51:21.8779798Z  2024-10-08T19:51:21.8780338Z LOG_FILE=$(grep -l -r "cbe39ffc96498585a83508a23de66f3eecb751d5" *.log | tail -n 1) 2024-10-08T19:51:21.8781022Z if [ -n "${LOG_FILE}" ]; then 2024-10-08T19:51:21.8781711Z  # For some reasons, awk {print $2} on Linux and Windows (bash) work correctly while it 2024-10-08T19:51:21.8782620Z  # needs to be awk {print $3} on MacOS 2024-10-08T19:51:21.8783082Z  case ${RUNNER_OS} in 2024-10-08T19:51:21.8783444Z  macOS) 2024-10-08T19:51:21.8784089Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $3}' | sed 's/"//g' | xargs) 2024-10-08T19:51:21.8784826Z  ;; 2024-10-08T19:51:21.8785104Z  *) 2024-10-08T19:51:21.8785722Z  JOB_NAME=$(grep -r "\"jobDisplayName\"" "${LOG_FILE}" | awk -F '[:]' '{print $2}' | sed 's/"//g' | xargs) 2024-10-08T19:51:21.8786593Z  ;; 2024-10-08T19:51:21.8786874Z  esac 2024-10-08T19:51:21.8787262Z  echo "job-name=${JOB_NAME}" >> "${GITHUB_OUTPUT}" 2024-10-08T19:51:21.8787894Z fi 2024-10-08T19:51:21.8788153Z  2024-10-08T19:51:21.8788392Z popd 2024-10-08T19:51:21.8793935Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:21.8794429Z env: 2024-10-08T19:51:21.8794682Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:21.8795014Z ##[endgroup] 2024-10-08T19:51:21.8822363Z + pushd /home/ec2-user/actions-runner/_work/pytorch/../../_diag 2024-10-08T19:51:21.8823801Z ~/actions-runner/_diag ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:21.8824857Z /home/ec2-user/actions-runner/_diag 2024-10-08T19:51:21.8826192Z + pwd 2024-10-08T19:51:21.8829965Z ++ tail -n 1 2024-10-08T19:51:21.8835347Z ++ grep -l -r cbe39ffc96498585a83508a23de66f3eecb751d5 Runner_20241008-185452-utc.log Runner_20241008-185538-utc.log Worker_20241008-195056-utc.log 2024-10-08T19:51:21.8868241Z + LOG_FILE=Worker_20241008-195056-utc.log 2024-10-08T19:51:21.8869138Z + '[' -n Worker_20241008-195056-utc.log ']' 2024-10-08T19:51:21.8869875Z + case ${RUNNER_OS} in 2024-10-08T19:51:21.8875870Z ++ xargs 2024-10-08T19:51:21.8876416Z ++ sed 's/"//g' 2024-10-08T19:51:21.8881120Z ++ grep -r '"jobDisplayName"' Worker_20241008-195056-utc.log 2024-10-08T19:51:21.8887662Z ++ awk -F '[:]' '{print $2}' 2024-10-08T19:51:21.8950092Z + JOB_NAME='linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-10-08T19:51:21.8953919Z + echo 'job-name=linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter,' 2024-10-08T19:51:21.8957100Z + popd 2024-10-08T19:51:21.8957483Z ~/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:21.8983453Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:21.8983979Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:51:21.8984417Z echo "Job name: ${JOB_NAME}" 2024-10-08T19:51:21.8984801Z  2024-10-08T19:51:21.8985337Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:51:21.8986017Z # in runner workspace 2024-10-08T19:51:21.8986580Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T19:51:21.8987225Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T19:51:21.8987665Z  --job-name "${JOB_NAME}" \ 2024-10-08T19:51:21.8988199Z  --test-matrix "{ include: [ 2024-10-08T19:51:21.8988875Z  { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2024-10-08T19:51:21.8989527Z ]} 2024-10-08T19:51:21.8989771Z " \ 2024-10-08T19:51:21.8990082Z  --selected-test-configs "" \ 2024-10-08T19:51:21.8990528Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T19:51:21.8990917Z  --tag "${TAG}" \ 2024-10-08T19:51:21.8991366Z  --event-name "${EVENT_NAME}" \ 2024-10-08T19:51:21.8991934Z  --schedule "${SCHEDULE}" \ 2024-10-08T19:51:21.8992420Z  --branch "${HEAD_BRANCH}" 2024-10-08T19:51:21.8998095Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:21.8998628Z env: 2024-10-08T19:51:21.8998948Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:21.8999597Z GITHUB_TOKEN: *** 2024-10-08T19:51:21.9000093Z JOB_NAME: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-10-08T19:51:21.9000717Z PR_NUMBER: 134247 2024-10-08T19:51:21.9001109Z TAG: 2024-10-08T19:51:21.9001401Z EVENT_NAME: pull_request 2024-10-08T19:51:21.9001778Z SCHEDULE: 2024-10-08T19:51:21.9002150Z HEAD_BRANCH: 2024-10-08T19:51:21.9002452Z ##[endgroup] 2024-10-08T19:51:21.9030825Z Workflow: pull 2024-10-08T19:51:21.9031927Z Job name: linux-focal-cuda12.4-py3.10-gcc9-bazel-test / filter, 2024-10-08T19:51:22.1776415Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T19:51:22.3221235Z fatal: unknown commit origin/main 2024-10-08T19:51:22.3231793Z /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:22.3235420Z warnings.warn(f"failed to get commit messages: {e}") 2024-10-08T19:51:22.3433425Z ##[group]Run echo "Filtered matrix:" 2024-10-08T19:51:22.3433890Z echo "Filtered matrix:" 2024-10-08T19:51:22.3434634Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2024-10-08T19:51:22.3435374Z  2024-10-08T19:51:22.3435609Z echo 2024-10-08T19:51:22.3435961Z echo "Is the current job unstable? False" 2024-10-08T19:51:22.3436402Z  2024-10-08T19:51:22.3436638Z echo 2024-10-08T19:51:22.3436973Z echo "Is keep-going label set? False" 2024-10-08T19:51:22.3437400Z  2024-10-08T19:51:22.3437630Z echo 2024-10-08T19:51:22.3437922Z echo "Renabled issues? " 2024-10-08T19:51:22.3443784Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:22.3444270Z env: 2024-10-08T19:51:22.3444524Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:51:22.3444851Z ##[endgroup] 2024-10-08T19:51:22.3472142Z Filtered matrix: 2024-10-08T19:51:22.3473199Z {include: [{config: default, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2024-10-08T19:51:22.3474263Z 2024-10-08T19:51:22.3474514Z Is the current job unstable? False 2024-10-08T19:51:22.3475044Z 2024-10-08T19:51:22.3475494Z Is keep-going label set? False 2024-10-08T19:51:22.3475941Z 2024-10-08T19:51:22.3476156Z Renabled issues? 2024-10-08T19:51:22.3605671Z Post job cleanup. 2024-10-08T19:51:22.3658816Z Post job cleanup. 2024-10-08T19:51:22.4518301Z [command]/usr/bin/git version 2024-10-08T19:51:22.4565529Z git version 2.40.1 2024-10-08T19:51:22.4608754Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7b4775aa-39c0-4ea6-a537-5cd1e1b651af' before making global git config changes 2024-10-08T19:51:22.4611577Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:51:22.4618005Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-10-08T19:51:22.4659412Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:51:22.4695590Z [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:22.4980146Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:51:22.5004252Z http.https://github.com/.extraheader 2024-10-08T19:51:22.5016489Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-08T19:51:22.5050767Z [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:22.5391874Z A job completed hook has been configured by the self-hosted runner administrator 2024-10-08T19:51:22.5410304Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-10-08T19:51:22.5415606Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-08T19:51:22.5416113Z ##[endgroup] 2024-10-08T19:51:28.6393864Z Evaluate and set job outputs 2024-10-08T19:51:28.6405200Z Set output 'test-matrix' 2024-10-08T19:51:28.6406152Z Set output 'is-test-matrix-empty' 2024-10-08T19:51:28.6406811Z Set output 'keep-going' 2024-10-08T19:51:28.6407593Z Cleaning up orphan processes