2025-05-06T20:01:49.4477406Z Current runner version: '2.323.0' 2025-05-06T20:01:49.4486326Z Runner name: 'linux.24_04.4x_7595c20e24fb' 2025-05-06T20:01:49.4487954Z Machine name: 'pkrvmberfyhpb9w' 2025-05-06T20:01:49.4514642Z ##[group]Operating System 2025-05-06T20:01:49.4515689Z Ubuntu 2025-05-06T20:01:49.4516609Z 24.04.2 2025-05-06T20:01:49.4517340Z LTS 2025-05-06T20:01:49.4518220Z ##[endgroup] 2025-05-06T20:01:49.4519176Z ##[group]Runner Image 2025-05-06T20:01:49.4520210Z Image: ubuntu-24.04 2025-05-06T20:01:49.4521079Z Version: 20250427.1.0 2025-05-06T20:01:49.4523191Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250427.1/images/ubuntu/Ubuntu2404-Readme.md 2025-05-06T20:01:49.4525794Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250427.1 2025-05-06T20:01:49.4527388Z ##[endgroup] 2025-05-06T20:01:49.4529508Z ##[group]GITHUB_TOKEN Permissions 2025-05-06T20:01:49.4531463Z Contents: read 2025-05-06T20:01:49.4531986Z Metadata: read 2025-05-06T20:01:49.4532737Z PullRequests: write 2025-05-06T20:01:49.4533599Z ##[endgroup] 2025-05-06T20:01:49.4535729Z Secret source: Actions 2025-05-06T20:01:49.4536626Z Prepare workflow directory 2025-05-06T20:01:49.4955238Z Prepare all required actions 2025-05-06T20:01:49.5010728Z Getting action download info 2025-05-06T20:01:49.9601394Z Download action repository 'pytorch/pytorch@main' (SHA:ed63cb20ecef77cb6928d263d84ff9eb9a207e37) 2025-05-06T20:01:53.4516420Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-05-06T20:01:53.8776889Z Getting action download info 2025-05-06T20:01:54.0030357Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-05-06T20:01:54.0754721Z Complete job name: Check labels 2025-05-06T20:01:54.1439716Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-05-06T20:01:54.1440435Z with: 2025-05-06T20:01:54.1440659Z submodules: false 2025-05-06T20:01:54.1440881Z fetch-depth: 1 2025-05-06T20:01:54.1441308Z ##[endgroup] 2025-05-06T20:01:54.1533457Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-05-06T20:01:54.1534314Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-05-06T20:01:54.1569956Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-05-06T20:01:54.1570343Z ##[endgroup] 2025-05-06T20:01:54.1811514Z ##[group]Run # Use all available CPUs for fetching 2025-05-06T20:01:54.1811958Z # Use all available CPUs for fetching 2025-05-06T20:01:54.1812273Z cd "${GITHUB_WORKSPACE}" 2025-05-06T20:01:54.1812617Z git config --global fetch.parallel 0 2025-05-06T20:01:54.1813209Z git config --global submodule.fetchJobs 0 2025-05-06T20:01:54.1813531Z  2025-05-06T20:01:54.1813865Z # Clean workspace. The default checkout action should also do this, but 2025-05-06T20:01:54.1814291Z # do it here as well just in case 2025-05-06T20:01:54.1814585Z if [[ -d .git ]]; then 2025-05-06T20:01:54.1814848Z  if [ -z "${NO_SUDO}" ]; then 2025-05-06T20:01:54.1815129Z  sudo git clean -ffdx 2025-05-06T20:01:54.1815380Z  else 2025-05-06T20:01:54.1815601Z  git clean -ffdx 2025-05-06T20:01:54.1815835Z  fi 2025-05-06T20:01:54.1816052Z fi 2025-05-06T20:01:54.1845610Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-05-06T20:01:54.1845984Z env: 2025-05-06T20:01:54.1846181Z NO_SUDO: 2025-05-06T20:01:54.1846383Z ##[endgroup] 2025-05-06T20:01:54.2072246Z ##[group]Run actions/checkout@v4 2025-05-06T20:01:54.2072546Z with: 2025-05-06T20:01:54.2072807Z ref: ed63cb20ecef77cb6928d263d84ff9eb9a207e37 2025-05-06T20:01:54.2073388Z fetch-depth: 1 2025-05-06T20:01:54.2073620Z submodules: false 2025-05-06T20:01:54.2073839Z show-progress: false 2025-05-06T20:01:54.2074335Z repository: pytorch/pytorch 2025-05-06T20:01:54.2074732Z token: *** 2025-05-06T20:01:54.2074940Z ssh-strict: true 2025-05-06T20:01:54.2075162Z ssh-user: git 2025-05-06T20:01:54.2075380Z persist-credentials: true 2025-05-06T20:01:54.2075627Z clean: true 2025-05-06T20:01:54.2075850Z sparse-checkout-cone-mode: true 2025-05-06T20:01:54.2076112Z fetch-tags: false 2025-05-06T20:01:54.2076455Z lfs: false 2025-05-06T20:01:54.2076669Z set-safe-directory: true 2025-05-06T20:01:54.2076912Z ##[endgroup] 2025-05-06T20:01:54.3107423Z Syncing repository: pytorch/pytorch 2025-05-06T20:01:54.3109089Z ##[group]Getting Git version info 2025-05-06T20:01:54.3109642Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-05-06T20:01:54.3110300Z [command]/usr/bin/git version 2025-05-06T20:01:54.3123381Z git version 2.49.0 2025-05-06T20:01:54.3152180Z ##[endgroup] 2025-05-06T20:01:54.3162382Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4feeb0fa-399b-4fa6-994b-4bc1d95669c9/.gitconfig' 2025-05-06T20:01:54.3174328Z Temporarily overriding HOME='/home/runner/work/_temp/4feeb0fa-399b-4fa6-994b-4bc1d95669c9' before making global git config changes 2025-05-06T20:01:54.3175789Z Adding repository directory to the temporary git global config as a safe directory 2025-05-06T20:01:54.3180246Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-05-06T20:01:54.3215214Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-05-06T20:01:54.3219081Z ##[group]Initializing the repository 2025-05-06T20:01:54.3223948Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-05-06T20:01:54.3308244Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-05-06T20:01:54.3309488Z hint: is subject to change. To configure the initial branch name to use in all 2025-05-06T20:01:54.3310406Z hint: of your new repositories, which will suppress this warning, call: 2025-05-06T20:01:54.3311073Z hint: 2025-05-06T20:01:54.3311657Z hint: git config --global init.defaultBranch 2025-05-06T20:01:54.3312273Z hint: 2025-05-06T20:01:54.3312801Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-05-06T20:01:54.3313856Z hint: 'development'. The just-created branch can be renamed via this command: 2025-05-06T20:01:54.3314499Z hint: 2025-05-06T20:01:54.3314861Z hint: git branch -m 2025-05-06T20:01:54.3315529Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-05-06T20:01:54.3325285Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-05-06T20:01:54.3358734Z ##[endgroup] 2025-05-06T20:01:54.3359456Z ##[group]Disabling automatic garbage collection 2025-05-06T20:01:54.3363890Z [command]/usr/bin/git config --local gc.auto 0 2025-05-06T20:01:54.3394535Z ##[endgroup] 2025-05-06T20:01:54.3395323Z ##[group]Setting up auth 2025-05-06T20:01:54.3401544Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-05-06T20:01:54.3431855Z [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-05-06T20:01:54.3710995Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-05-06T20:01:54.3742191Z [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-05-06T20:01:54.3965930Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-05-06T20:01:54.4011811Z ##[endgroup] 2025-05-06T20:01:54.4012721Z ##[group]Fetching the repository 2025-05-06T20:01:54.4020877Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ed63cb20ecef77cb6928d263d84ff9eb9a207e37 2025-05-06T20:01:59.0449140Z From https://github.com/pytorch/pytorch 2025-05-06T20:01:59.0451174Z * branch ed63cb20ecef77cb6928d263d84ff9eb9a207e37 -> FETCH_HEAD 2025-05-06T20:01:59.0479015Z ##[endgroup] 2025-05-06T20:01:59.0479451Z ##[group]Determining the checkout info 2025-05-06T20:01:59.0480639Z ##[endgroup] 2025-05-06T20:01:59.0486838Z [command]/usr/bin/git sparse-checkout disable 2025-05-06T20:01:59.0531308Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-05-06T20:01:59.0562778Z ##[group]Checking out the ref 2025-05-06T20:01:59.0567428Z [command]/usr/bin/git checkout --progress --force ed63cb20ecef77cb6928d263d84ff9eb9a207e37 2025-05-06T20:02:00.0795283Z Updating files: 97% (16185/16564) 2025-05-06T20:02:00.0919631Z Updating files: 98% (16233/16564) 2025-05-06T20:02:00.1040707Z Updating files: 99% (16399/16564) 2025-05-06T20:02:00.1041181Z Updating files: 100% (16564/16564) 2025-05-06T20:02:00.1041552Z Updating files: 100% (16564/16564), done. 2025-05-06T20:02:00.1205373Z Note: switching to 'ed63cb20ecef77cb6928d263d84ff9eb9a207e37'. 2025-05-06T20:02:00.1206155Z 2025-05-06T20:02:00.1208555Z You are in 'detached HEAD' state. You can look around, make experimental 2025-05-06T20:02:00.1209280Z changes and commit them, and you can discard any commits you make in this 2025-05-06T20:02:00.1210011Z state without impacting any branches by switching back to a branch. 2025-05-06T20:02:00.1210430Z 2025-05-06T20:02:00.1210712Z If you want to create a new branch to retain commits you create, you may 2025-05-06T20:02:00.1211382Z do so (now or later) by using -c with the switch command. Example: 2025-05-06T20:02:00.1211764Z 2025-05-06T20:02:00.1212201Z git switch -c 2025-05-06T20:02:00.1212516Z 2025-05-06T20:02:00.1213187Z Or undo this operation with: 2025-05-06T20:02:00.1213471Z 2025-05-06T20:02:00.1213620Z git switch - 2025-05-06T20:02:00.1213816Z 2025-05-06T20:02:00.1214173Z Turn off this advice by setting config variable advice.detachedHead to false 2025-05-06T20:02:00.1214678Z 2025-05-06T20:02:00.1215014Z HEAD is now at ed63cb2 [ROCm] Fix SymmetricMemory build error on NAVI arch (#152838) 2025-05-06T20:02:00.1242703Z ##[endgroup] 2025-05-06T20:02:00.1284614Z [command]/usr/bin/git log -1 --format=%H 2025-05-06T20:02:00.1309813Z ed63cb20ecef77cb6928d263d84ff9eb9a207e37 2025-05-06T20:02:00.1492403Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-05-06T20:02:00.1492797Z with: 2025-05-06T20:02:00.1493151Z python-version: 3.9 2025-05-06T20:02:00.1493350Z architecture: x64 2025-05-06T20:02:00.1493526Z check-latest: false 2025-05-06T20:02:00.1493708Z cache: pip 2025-05-06T20:02:00.1493973Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-05-06T20:02:00.1494415Z token: *** 2025-05-06T20:02:00.1494593Z update-environment: true 2025-05-06T20:02:00.1494809Z allow-prereleases: false 2025-05-06T20:02:00.1495012Z freethreaded: false 2025-05-06T20:02:00.1495199Z ##[endgroup] 2025-05-06T20:02:00.3142381Z ##[group]Installed versions 2025-05-06T20:02:00.3231687Z Successfully set up CPython (3.9.22) 2025-05-06T20:02:00.3232519Z ##[endgroup] 2025-05-06T20:02:01.4742140Z [command]/opt/hostedtoolcache/Python/3.9.22/x64/bin/pip cache dir 2025-05-06T20:02:01.7317899Z /home/runner/.cache/pip 2025-05-06T20:02:01.8731609Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f 2025-05-06T20:02:02.9714602Z Received 150994944 of 238706612 (63.3%), 143.9 MBs/sec 2025-05-06T20:02:03.3584394Z Received 238706612 of 238706612 (100.0%), 164.0 MBs/sec 2025-05-06T20:02:03.3585677Z Cache Size: ~228 MB (238706612 B) 2025-05-06T20:02:03.3735403Z [command]/usr/bin/tar -xf /home/runner/work/_temp/cc819918-a248-43ea-9d33-df925a4caa89/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-05-06T20:02:03.7895867Z Cache restored successfully 2025-05-06T20:02:03.8419578Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f 2025-05-06T20:02:03.8613523Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-05-06T20:02:03.8614035Z pip install -r .github/requirements-gha-cache.txt --user 2025-05-06T20:02:03.8648497Z shell: /usr/bin/bash -e {0} 2025-05-06T20:02:03.8648724Z env: 2025-05-06T20:02:03.8648972Z pythonLocation: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:03.8649399Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib/pkgconfig 2025-05-06T20:02:03.8649798Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:03.8650137Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:03.8650479Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:03.8650831Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib 2025-05-06T20:02:03.8651458Z ##[endgroup] 2025-05-06T20:02:05.1059562Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2025-05-06T20:02:05.1080729Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-05-06T20:02:05.1334927Z Collecting jinja2==3.1.6 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-05-06T20:02:05.1362149Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-05-06T20:02:05.1582209Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-05-06T20:02:05.1603088Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-05-06T20:02:05.1955804Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-05-06T20:02:05.1977220Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-05-06T20:02:05.2098652Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-05-06T20:02:05.2119040Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-05-06T20:02:05.2533306Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-05-06T20:02:05.2555229Z 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-05-06T20:02:05.2827670Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:05.2848040Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2025-05-06T20:02:05.3286524Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-05-06T20:02:05.3307972Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-05-06T20:02:05.7826820Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-05-06T20:02:05.7848942Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-05-06T20:02:05.7999949Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-05-06T20:02:05.8020053Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-05-06T20:02:05.8205768Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-05-06T20:02:05.8224910Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-05-06T20:02:05.8831802Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r .github/requirements-gha-cache.txt (line 8)) 2025-05-06T20:02:05.8853003Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-05-06T20:02:05.9808359Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:05.9830252Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-05-06T20:02:05.9994923Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:06.0014167Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-05-06T20:02:06.0338197Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:06.0359228Z Using cached urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 2025-05-06T20:02:06.0602691Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:06.0621874Z Using cached certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 2025-05-06T20:02:06.0797563Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-05-06T20:02:06.0816774Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-05-06T20:02:06.0960886Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-05-06T20:02:06.0979950Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-05-06T20:02:06.1226620Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-05-06T20:02:06.1246271Z Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 2025-05-06T20:02:06.1417895Z 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-05-06T20:02:06.1437086Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-05-06T20:02:06.1580142Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-05-06T20:02:06.1599514Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-05-06T20:02:06.2149416Z 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-05-06T20:02:06.2168067Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-05-06T20:02:06.4792659Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-05-06T20:02:06.4811055Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-05-06T20:02:06.4829963Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-05-06T20:02:06.4865962Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-05-06T20:02:06.4884119Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-05-06T20:02:06.4902368Z 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-05-06T20:02:06.4925198Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2025-05-06T20:02:06.4943292Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-05-06T20:02:06.4962517Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-05-06T20:02:06.5078054Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB) 2025-05-06T20:02:06.5096634Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-05-06T20:02:06.5114699Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-05-06T20:02:06.5132647Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-05-06T20:02:06.5150920Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-05-06T20:02:06.5168814Z Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB) 2025-05-06T20:02:06.5195527Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-05-06T20:02:06.5214618Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-05-06T20:02:06.5232576Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-05-06T20:02:06.5252516Z Using cached certifi-2025.4.26-py3-none-any.whl (159 kB) 2025-05-06T20:02:06.5271572Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-05-06T20:02:06.5290161Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-05-06T20:02:06.6240520Z 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-05-06T20:02:08.6183380Z 2025-05-06T20:02:08.6228951Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2025.4.26 charset-normalizer-3.4.2 colorama-0.4.6 commonmark-0.9.1 idna-3.10 jinja2-3.1.6 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-05-06T20:02:08.6413476Z 2025-05-06T20:02:08.6413836Z [notice] A new release of pip is available: 25.1 -> 25.1.1 2025-05-06T20:02:08.6414503Z [notice] To update, run: pip install --upgrade pip 2025-05-06T20:02:08.7869311Z ##[group]Run set -ex 2025-05-06T20:02:08.7869554Z set -ex 2025-05-06T20:02:08.7869869Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-05-06T20:02:08.7902370Z shell: /usr/bin/bash -e {0} 2025-05-06T20:02:08.7902593Z env: 2025-05-06T20:02:08.7902833Z pythonLocation: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:08.7903378Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib/pkgconfig 2025-05-06T20:02:08.7903760Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:08.7904098Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:08.7904432Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-05-06T20:02:08.7904772Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib 2025-05-06T20:02:08.7905527Z GITHUB_TOKEN: *** 2025-05-06T20:02:08.7905732Z PR_NUM: 147470 2025-05-06T20:02:08.7905913Z ##[endgroup] 2025-05-06T20:02:08.7960256Z + python3 .github/scripts/check_labels.py --exit-non-zero 147470 2025-05-06T20:02:09.6341157Z Post job cleanup. 2025-05-06T20:02:09.7858776Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f, not saving cache. 2025-05-06T20:02:09.7988570Z Post job cleanup. 2025-05-06T20:02:09.8046320Z Post job cleanup. 2025-05-06T20:02:09.8992623Z [command]/usr/bin/git version 2025-05-06T20:02:09.9033030Z git version 2.49.0 2025-05-06T20:02:09.9074256Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/f50759e6-7b7f-4ae0-b512-adb566a96edf/.gitconfig' 2025-05-06T20:02:09.9091971Z Temporarily overriding HOME='/home/runner/work/_temp/f50759e6-7b7f-4ae0-b512-adb566a96edf' before making global git config changes 2025-05-06T20:02:09.9093462Z Adding repository directory to the temporary git global config as a safe directory 2025-05-06T20:02:09.9098540Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-05-06T20:02:09.9137857Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-05-06T20:02:09.9173354Z [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-05-06T20:02:09.9444322Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-05-06T20:02:09.9471155Z http.https://github.com/.extraheader 2025-05-06T20:02:09.9490446Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-05-06T20:02:09.9530251Z [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-05-06T20:02:09.9934214Z Cleaning up orphan processes