2025-03-05T01:17:03.1805262Z Current runner version: '2.322.0' 2025-03-05T01:17:03.1811255Z Runner name: 'linux.20_04.4x_313ec97bd03e' 2025-03-05T01:17:03.1812105Z Runner group name: 'Default' 2025-03-05T01:17:03.1812947Z Machine name: 'runner' 2025-03-05T01:17:03.1829991Z ##[group]Operating System 2025-03-05T01:17:03.1830695Z Ubuntu 2025-03-05T01:17:03.1831192Z 20.04.6 2025-03-05T01:17:03.1831686Z LTS 2025-03-05T01:17:03.1832115Z ##[endgroup] 2025-03-05T01:17:03.1832998Z ##[group]Runner Image 2025-03-05T01:17:03.1833637Z Image: ubuntu-20.04 2025-03-05T01:17:03.1834160Z Version: 20250223.1.0 2025-03-05T01:17:03.1835172Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250223.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-05T01:17:03.1836572Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250223.1 2025-03-05T01:17:03.1837404Z ##[endgroup] 2025-03-05T01:17:03.1838554Z ##[group]GITHUB_TOKEN Permissions 2025-03-05T01:17:03.1840325Z Contents: read 2025-03-05T01:17:03.1841070Z Metadata: read 2025-03-05T01:17:03.1841668Z PullRequests: write 2025-03-05T01:17:03.1842238Z ##[endgroup] 2025-03-05T01:17:03.1845059Z Secret source: Actions 2025-03-05T01:17:03.1846087Z Prepare workflow directory 2025-03-05T01:17:03.2233785Z Prepare all required actions 2025-03-05T01:17:03.2269230Z Getting action download info 2025-03-05T01:17:03.4382464Z Download action repository 'pytorch/pytorch@main' (SHA:3985ce0b88666e8b03d072aff0fb014b59ad1e65) 2025-03-05T01:17:10.7616881Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-05T01:17:11.0566247Z Getting action download info 2025-03-05T01:17:11.2148008Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-05T01:17:11.3484064Z Complete job name: Check labels 2025-03-05T01:17:11.4181096Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-05T01:17:11.4181835Z with: 2025-03-05T01:17:11.4182083Z submodules: false 2025-03-05T01:17:11.4182355Z fetch-depth: 1 2025-03-05T01:17:11.4182777Z ##[endgroup] 2025-03-05T01:17:11.4305573Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-05T01:17:11.4306479Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-05T01:17:11.4363492Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-05T01:17:11.4363911Z ##[endgroup] 2025-03-05T01:17:11.4619502Z ##[group]Run retry () { 2025-03-05T01:17:11.4619841Z retry () { 2025-03-05T01:17:11.4620168Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-05T01:17:11.4620526Z } 2025-03-05T01:17:11.4620797Z echo "${GITHUB_WORKSPACE}" 2025-03-05T01:17:11.4621124Z if [ -z "${NO_SUDO}" ]; then 2025-03-05T01:17:11.4621444Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-05T01:17:11.4621771Z else 2025-03-05T01:17:11.4622039Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-05T01:17:11.4622333Z fi 2025-03-05T01:17:11.4622573Z mkdir "${GITHUB_WORKSPACE}" 2025-03-05T01:17:11.4622853Z  2025-03-05T01:17:11.4623097Z # Use all available CPUs for fetching 2025-03-05T01:17:11.4623411Z cd "${GITHUB_WORKSPACE}" 2025-03-05T01:17:11.4623721Z git config --global fetch.parallel 0 2025-03-05T01:17:11.4624073Z git config --global submodule.fetchJobs 0 2025-03-05T01:17:11.4671721Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-05T01:17:11.4672124Z env: 2025-03-05T01:17:11.4672547Z NO_SUDO: 2025-03-05T01:17:11.4672797Z ##[endgroup] 2025-03-05T01:17:11.4750662Z /home/runner/work/pytorch/pytorch 2025-03-05T01:17:11.9580857Z ##[group]Run actions/checkout@v4 2025-03-05T01:17:11.9581170Z with: 2025-03-05T01:17:11.9581418Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-05T01:17:11.9582001Z fetch-depth: 1 2025-03-05T01:17:11.9582238Z submodules: false 2025-03-05T01:17:11.9582486Z show-progress: false 2025-03-05T01:17:11.9582759Z repository: pytorch/pytorch 2025-03-05T01:17:11.9583174Z token: *** 2025-03-05T01:17:11.9583405Z ssh-strict: true 2025-03-05T01:17:11.9583629Z ssh-user: git 2025-03-05T01:17:11.9583868Z persist-credentials: true 2025-03-05T01:17:11.9584126Z clean: true 2025-03-05T01:17:11.9584372Z sparse-checkout-cone-mode: true 2025-03-05T01:17:11.9584654Z fetch-tags: false 2025-03-05T01:17:11.9584876Z lfs: false 2025-03-05T01:17:11.9585106Z set-safe-directory: true 2025-03-05T01:17:11.9585368Z ##[endgroup] 2025-03-05T01:17:12.0715395Z Syncing repository: pytorch/pytorch 2025-03-05T01:17:12.0717584Z ##[group]Getting Git version info 2025-03-05T01:17:12.0718367Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-05T01:17:12.0719480Z [command]/usr/bin/git version 2025-03-05T01:17:12.0740298Z git version 2.48.1 2025-03-05T01:17:12.0765891Z ##[endgroup] 2025-03-05T01:17:12.0775030Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/c21715cd-e767-47a9-8e17-e2d2b0cbc9b0/.gitconfig' 2025-03-05T01:17:12.0784707Z Temporarily overriding HOME='/home/runner/work/_temp/c21715cd-e767-47a9-8e17-e2d2b0cbc9b0' before making global git config changes 2025-03-05T01:17:12.0789135Z Adding repository directory to the temporary git global config as a safe directory 2025-03-05T01:17:12.0789792Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-05T01:17:12.0819456Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-05T01:17:12.0822754Z ##[group]Initializing the repository 2025-03-05T01:17:12.0827105Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-05T01:17:12.1770424Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-05T01:17:12.1771456Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-05T01:17:12.1772422Z hint: of your new repositories, which will suppress this warning, call: 2025-03-05T01:17:12.1773152Z hint: 2025-03-05T01:17:12.1773742Z hint: git config --global init.defaultBranch 2025-03-05T01:17:12.1774394Z hint: 2025-03-05T01:17:12.1775019Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-05T01:17:12.1775966Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-05T01:17:12.1776746Z hint: 2025-03-05T01:17:12.1777215Z hint: git branch -m 2025-03-05T01:17:12.1777991Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-05T01:17:12.1784702Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-05T01:17:12.2261157Z ##[endgroup] 2025-03-05T01:17:12.2261705Z ##[group]Disabling automatic garbage collection 2025-03-05T01:17:12.2267244Z [command]/usr/bin/git config --local gc.auto 0 2025-03-05T01:17:12.2300414Z ##[endgroup] 2025-03-05T01:17:12.2301200Z ##[group]Setting up auth 2025-03-05T01:17:12.2308251Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-05T01:17:12.2335999Z [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' || :" 2025-03-05T01:17:12.6865069Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-05T01:17:12.6894146Z [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' || :" 2025-03-05T01:17:12.7106906Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-05T01:17:12.7154861Z ##[endgroup] 2025-03-05T01:17:12.7155609Z ##[group]Fetching the repository 2025-03-05T01:17:12.7167016Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-05T01:17:16.0385759Z From https://github.com/pytorch/pytorch 2025-03-05T01:17:16.0386628Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-05T01:17:16.0409320Z ##[endgroup] 2025-03-05T01:17:16.0410024Z ##[group]Determining the checkout info 2025-03-05T01:17:16.0412416Z ##[endgroup] 2025-03-05T01:17:16.0417495Z [command]/usr/bin/git sparse-checkout disable 2025-03-05T01:17:16.0758483Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-05T01:17:16.0786224Z ##[group]Checking out the ref 2025-03-05T01:17:16.0790482Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-05T01:17:17.0964281Z Updating files: 95% (15832/16541) 2025-03-05T01:17:17.1069467Z Updating files: 96% (15880/16541) 2025-03-05T01:17:17.1309391Z Updating files: 97% (16045/16541) 2025-03-05T01:17:17.1434027Z Updating files: 98% (16211/16541) 2025-03-05T01:17:17.1559645Z Updating files: 99% (16376/16541) 2025-03-05T01:17:17.1560285Z Updating files: 100% (16541/16541) 2025-03-05T01:17:17.1560893Z Updating files: 100% (16541/16541), done. 2025-03-05T01:17:17.1729491Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-05T01:17:17.1729933Z 2025-03-05T01:17:17.1730667Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-05T01:17:17.1731455Z changes and commit them, and you can discard any commits you make in this 2025-03-05T01:17:17.1732118Z state without impacting any branches by switching back to a branch. 2025-03-05T01:17:17.1732437Z 2025-03-05T01:17:17.1732625Z If you want to create a new branch to retain commits you create, you may 2025-03-05T01:17:17.1733380Z do so (now or later) by using -c with the switch command. Example: 2025-03-05T01:17:17.1733652Z 2025-03-05T01:17:17.1733764Z git switch -c 2025-03-05T01:17:17.1733945Z 2025-03-05T01:17:17.1734055Z Or undo this operation with: 2025-03-05T01:17:17.1734214Z 2025-03-05T01:17:17.1734374Z git switch - 2025-03-05T01:17:17.1734521Z 2025-03-05T01:17:17.1734724Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-05T01:17:17.1735011Z 2025-03-05T01:17:17.1735299Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-05T01:17:17.1823953Z ##[endgroup] 2025-03-05T01:17:17.1869075Z [command]/usr/bin/git log -1 --format=%H 2025-03-05T01:17:17.1892145Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-05T01:17:17.2054590Z ##[group]Run actions/setup-python@v4 2025-03-05T01:17:17.2054876Z with: 2025-03-05T01:17:17.2055068Z python-version: 3.9 2025-03-05T01:17:17.2055285Z architecture: x64 2025-03-05T01:17:17.2055500Z check-latest: false 2025-03-05T01:17:17.2055703Z cache: pip 2025-03-05T01:17:17.2055987Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-03-05T01:17:17.2056475Z token: *** 2025-03-05T01:17:17.2056698Z update-environment: true 2025-03-05T01:17:17.2056941Z allow-prereleases: false 2025-03-05T01:17:17.2057166Z ##[endgroup] 2025-03-05T01:17:17.3257934Z ##[group]Installed versions 2025-03-05T01:17:17.4151141Z Successfully set up CPython (3.9.21) 2025-03-05T01:17:17.4152490Z ##[endgroup] 2025-03-05T01:17:18.4974293Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-03-05T01:17:22.0600633Z /home/runner/.cache/pip 2025-03-05T01:17:23.8026751Z Received 262133 of 25427957 (1.0%), 0.2 MBs/sec 2025-03-05T01:17:24.1773085Z Received 25427957 of 25427957 (100.0%), 17.6 MBs/sec 2025-03-05T01:17:24.1773726Z Cache Size: ~24 MB (25427957 B) 2025-03-05T01:17:24.1803781Z [command]/usr/bin/tar -xf /home/runner/work/_temp/62f9811b-56e9-48f4-b10d-0386a63cc205/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-05T01:17:24.2648384Z Cache restored successfully 2025-03-05T01:17:24.2710207Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-168b3569c5851a0a404eaad5d1dd746807144cdb2723559739796be02156c985 2025-03-05T01:17:24.2882108Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-03-05T01:17:24.2882618Z pip install -r .github/requirements-gha-cache.txt --user 2025-03-05T01:17:24.2938815Z shell: /usr/bin/bash -e {0} 2025-03-05T01:17:24.2939065Z env: 2025-03-05T01:17:24.2939332Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:24.2939781Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-05T01:17:24.2940207Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:24.2940583Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:24.2940956Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:24.2941337Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-05T01:17:24.2941652Z ##[endgroup] 2025-03-05T01:17:26.4431740Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:26.4451999Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-03-05T01:17:26.4605141Z Collecting jinja2==3.1.5 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-03-05T01:17:26.4623025Z Using cached jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) 2025-03-05T01:17:26.4778435Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-03-05T01:17:26.4796399Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-03-05T01:17:26.5068295Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-03-05T01:17:26.5087340Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-03-05T01:17:26.5219723Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-03-05T01:17:26.5237664Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-03-05T01:17:26.5553517Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-03-05T01:17:26.5573214Z Using cached PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-03-05T01:17:26.5818007Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:26.5836108Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2025-03-05T01:17:26.6240019Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-03-05T01:17:26.6258884Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-03-05T01:17:26.9870649Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:27.0007716Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-03-05T01:17:27.0162400Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:27.0180014Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-03-05T01:17:27.0345343Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:27.0362887Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-03-05T01:17:27.0846384Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.5->-r .github/requirements-gha-cache.txt (line 8)) 2025-03-05T01:17:27.0865096Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-03-05T01:17:27.1541652Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:27.1560894Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-03-05T01:17:27.1696209Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:27.1713678Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-03-05T01:17:27.1987423Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:27.2005629Z Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-03-05T01:17:27.2213041Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:27.2251106Z Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-03-05T01:17:27.2419197Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-03-05T01:17:27.2437005Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-05T01:17:27.2556235Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-03-05T01:17:27.2572998Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-03-05T01:17:27.2781984Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-03-05T01:17:27.2799560Z Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 2025-03-05T01:17:27.2951618Z Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:27.2968963Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-03-05T01:17:27.3079603Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-03-05T01:17:27.3096540Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-03-05T01:17:27.5132544Z Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-03-05T01:17:27.5149090Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-05T01:17:27.5203727Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-03-05T01:17:27.5221779Z Using cached jinja2-3.1.5-py3-none-any.whl (134 kB) 2025-03-05T01:17:27.5240768Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-03-05T01:17:27.5286387Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-03-05T01:17:27.5303941Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-03-05T01:17:27.5321547Z Using cached PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) 2025-03-05T01:17:27.5344976Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2025-03-05T01:17:27.5362075Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-03-05T01:17:27.5401289Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-03-05T01:17:27.6163050Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 187.7 MB/s eta 0:00:00 2025-03-05T01:17:27.6202257Z Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-05T01:17:27.6266596Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) 2025-03-05T01:17:27.6284744Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-05T01:17:27.6301642Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-03-05T01:17:27.6318937Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-03-05T01:17:27.6336539Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-03-05T01:17:27.6354196Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-03-05T01:17:27.6370679Z Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB) 2025-03-05T01:17:27.6400857Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-03-05T01:17:27.6418142Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-03-05T01:17:27.6436477Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-03-05T01:17:27.6455439Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-03-05T01:17:27.7843502Z Installing collected packages: nvidia-ml-py, ninja, commonmark, urllib3, six, pyyaml, pygments, MarkupSafe, lintrunner, jmespath, idna, colorama, charset-normalizer, certifi, rich, requests, python-dateutil, jinja2, botocore, s3transfer, boto3 2025-03-05T01:17:29.7111018Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2025.1.31 charset-normalizer-3.4.1 colorama-0.4.6 commonmark-0.9.1 idna-3.10 jinja2-3.1.5 jmespath-1.0.1 lintrunner-0.10.7 ninja-1.10.0.post1 nvidia-ml-py-11.525.84 pygments-2.19.1 python-dateutil-2.9.0.post0 pyyaml-6.0 requests-2.32.2 rich-10.9.0 s3transfer-0.10.4 six-1.17.0 urllib3-1.26.20 2025-03-05T01:17:29.8498683Z ##[group]Run set -ex 2025-03-05T01:17:29.8498955Z set -ex 2025-03-05T01:17:29.8499295Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-03-05T01:17:29.8549170Z shell: /usr/bin/bash -e {0} 2025-03-05T01:17:29.8549406Z env: 2025-03-05T01:17:29.8549680Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:29.8550110Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-05T01:17:29.8550511Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:29.8550868Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:29.8551226Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-05T01:17:29.8551590Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-05T01:17:29.8552109Z GITHUB_TOKEN: *** 2025-03-05T01:17:29.8552311Z PR_NUM: 148205 2025-03-05T01:17:29.8552822Z ##[endgroup] 2025-03-05T01:17:29.8618315Z + python3 .github/scripts/check_labels.py --exit-non-zero 148205 2025-03-05T01:17:30.9409767Z Post job cleanup. 2025-03-05T01:17:31.0460278Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-168b3569c5851a0a404eaad5d1dd746807144cdb2723559739796be02156c985, not saving cache. 2025-03-05T01:17:31.0578138Z Post job cleanup. 2025-03-05T01:17:31.0620168Z Post job cleanup. 2025-03-05T01:17:31.1525658Z [command]/usr/bin/git version 2025-03-05T01:17:31.1561915Z git version 2.48.1 2025-03-05T01:17:31.1605229Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4b76d30c-5096-4f52-8671-43b0d4e2f7da/.gitconfig' 2025-03-05T01:17:31.1614487Z Temporarily overriding HOME='/home/runner/work/_temp/4b76d30c-5096-4f52-8671-43b0d4e2f7da' before making global git config changes 2025-03-05T01:17:31.1615467Z Adding repository directory to the temporary git global config as a safe directory 2025-03-05T01:17:31.1621026Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-05T01:17:31.1653111Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-05T01:17:31.1684061Z [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' || :" 2025-03-05T01:17:31.1926824Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-05T01:17:31.1945984Z http.https://github.com/.extraheader 2025-03-05T01:17:31.1958921Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-05T01:17:31.1987876Z [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' || :" 2025-03-05T01:17:31.2323512Z Cleaning up orphan processes