2025-07-24T03:40:45.4193040Z Current runner version: '2.326.0' 2025-07-24T03:40:45.4199230Z Runner name: 'linux.24_04.4x_77d85170aec8' 2025-07-24T03:40:45.4200114Z Runner group name: 'default' 2025-07-24T03:40:45.4201006Z Machine name: 'pkrvmfedk2kywl5' 2025-07-24T03:40:45.4219012Z ##[group]Operating System 2025-07-24T03:40:45.4219897Z Ubuntu 2025-07-24T03:40:45.4220376Z 24.04.2 2025-07-24T03:40:45.4220883Z LTS 2025-07-24T03:40:45.4221463Z ##[endgroup] 2025-07-24T03:40:45.4222009Z ##[group]Runner Image 2025-07-24T03:40:45.4222975Z Image: ubuntu-24.04 2025-07-24T03:40:45.4223659Z Version: 20250713.1.0 2025-07-24T03:40:45.4224687Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250713.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-24T03:40:45.4226085Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250713.1 2025-07-24T03:40:45.4227099Z ##[endgroup] 2025-07-24T03:40:45.4228184Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:40:45.4230315Z Contents: read 2025-07-24T03:40:45.4230938Z Metadata: read 2025-07-24T03:40:45.4231556Z PullRequests: write 2025-07-24T03:40:45.4232147Z ##[endgroup] 2025-07-24T03:40:45.4234539Z Secret source: Actions 2025-07-24T03:40:45.4235359Z Prepare workflow directory 2025-07-24T03:40:45.4582103Z Prepare all required actions 2025-07-24T03:40:45.4622040Z Getting action download info 2025-07-24T03:40:45.9260454Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:40:50.7834257Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-24T03:40:51.2975314Z Getting action download info 2025-07-24T03:40:51.4674560Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:40:51.5775833Z Complete job name: Check labels 2025-07-24T03:40:51.6408712Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:40:51.6409425Z with: 2025-07-24T03:40:51.6409679Z submodules: false 2025-07-24T03:40:51.6409907Z fetch-depth: 1 2025-07-24T03:40:51.6410322Z ##[endgroup] 2025-07-24T03:40:51.6504700Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:51.6505586Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:51.6538229Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:51.6538611Z ##[endgroup] 2025-07-24T03:40:51.6768768Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:40:51.6769194Z # Use all available CPUs for fetching 2025-07-24T03:40:51.6769514Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:40:51.6769866Z git config --global fetch.parallel 0 2025-07-24T03:40:51.6770227Z git config --global submodule.fetchJobs 0 2025-07-24T03:40:51.6770535Z  2025-07-24T03:40:51.6770867Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:40:51.6771281Z # do it here as well just in case 2025-07-24T03:40:51.6771568Z if [[ -d .git ]]; then 2025-07-24T03:40:51.6771837Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:40:51.6772127Z  sudo git clean -ffdx 2025-07-24T03:40:51.6772665Z  else 2025-07-24T03:40:51.6772911Z  git clean -ffdx 2025-07-24T03:40:51.6773152Z  fi 2025-07-24T03:40:51.6773357Z fi 2025-07-24T03:40:51.6799685Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:51.6800049Z env: 2025-07-24T03:40:51.6800278Z NO_SUDO: 2025-07-24T03:40:51.6800479Z ##[endgroup] 2025-07-24T03:40:51.8222930Z ##[group]Run actions/checkout@v4 2025-07-24T03:40:51.8223245Z with: 2025-07-24T03:40:51.8223497Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:51.8223799Z fetch-depth: 1 2025-07-24T03:40:51.8224028Z submodules: false 2025-07-24T03:40:51.8224504Z show-progress: false 2025-07-24T03:40:51.8224746Z repository: pytorch/pytorch 2025-07-24T03:40:51.8225144Z token: *** 2025-07-24T03:40:51.8225366Z ssh-strict: true 2025-07-24T03:40:51.8225578Z ssh-user: git 2025-07-24T03:40:51.8225812Z persist-credentials: true 2025-07-24T03:40:51.8226069Z clean: true 2025-07-24T03:40:51.8226292Z sparse-checkout-cone-mode: true 2025-07-24T03:40:51.8226560Z fetch-tags: false 2025-07-24T03:40:51.8226769Z lfs: false 2025-07-24T03:40:51.8226984Z set-safe-directory: true 2025-07-24T03:40:51.8227219Z ##[endgroup] 2025-07-24T03:40:51.9238147Z Syncing repository: pytorch/pytorch 2025-07-24T03:40:51.9240025Z ##[group]Getting Git version info 2025-07-24T03:40:51.9240574Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:51.9241290Z [command]/usr/bin/git version 2025-07-24T03:40:51.9256876Z git version 2.50.1 2025-07-24T03:40:51.9283281Z ##[endgroup] 2025-07-24T03:40:51.9295142Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/920baf99-5715-4d4a-a653-8204c25c6134/.gitconfig' 2025-07-24T03:40:51.9306099Z Temporarily overriding HOME='/home/runner/work/_temp/920baf99-5715-4d4a-a653-8204c25c6134' before making global git config changes 2025-07-24T03:40:51.9307792Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:40:51.9311859Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:40:51.9346179Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:51.9349994Z ##[group]Initializing the repository 2025-07-24T03:40:51.9355160Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-24T03:40:52.0202994Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:40:52.0204470Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:40:52.0205156Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:40:52.0205834Z hint: 2025-07-24T03:40:52.0206228Z hint: git config --global init.defaultBranch 2025-07-24T03:40:52.0206630Z hint: 2025-07-24T03:40:52.0207007Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:40:52.0207633Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:40:52.0208102Z hint: 2025-07-24T03:40:52.0252602Z hint: git branch -m 2025-07-24T03:40:52.0253136Z hint: 2025-07-24T03:40:52.0253591Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-24T03:40:52.0254587Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-24T03:40:52.0267311Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:40:52.0360056Z ##[endgroup] 2025-07-24T03:40:52.0360812Z ##[group]Disabling automatic garbage collection 2025-07-24T03:40:52.0365722Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:40:52.0394902Z ##[endgroup] 2025-07-24T03:40:52.0395524Z ##[group]Setting up auth 2025-07-24T03:40:52.0401376Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:40:52.0430738Z [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-07-24T03:40:52.2597744Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:40:52.2634232Z [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-07-24T03:40:52.2877590Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:40:52.2930952Z ##[endgroup] 2025-07-24T03:40:52.2943445Z ##[group]Fetching the repository 2025-07-24T03:40:52.2944468Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:57.8816960Z From https://github.com/pytorch/pytorch 2025-07-24T03:40:57.8817957Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:40:57.8914690Z ##[endgroup] 2025-07-24T03:40:57.8915330Z ##[group]Determining the checkout info 2025-07-24T03:40:57.8916020Z ##[endgroup] 2025-07-24T03:40:57.8920833Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:40:57.9020561Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:40:57.9050863Z ##[group]Checking out the ref 2025-07-24T03:40:57.9056480Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:58.9309344Z Updating files: 91% (17821/19541) 2025-07-24T03:40:58.9424276Z Updating files: 92% (17978/19541) 2025-07-24T03:40:58.9567344Z Updating files: 93% (18174/19541) 2025-07-24T03:40:58.9736147Z Updating files: 94% (18369/19541) 2025-07-24T03:40:58.9910378Z Updating files: 95% (18564/19541) 2025-07-24T03:40:59.0050035Z Updating files: 96% (18760/19541) 2025-07-24T03:40:59.0200855Z Updating files: 97% (18955/19541) 2025-07-24T03:40:59.0432070Z Updating files: 98% (19151/19541) 2025-07-24T03:40:59.0580558Z Updating files: 99% (19346/19541) 2025-07-24T03:40:59.0581009Z Updating files: 100% (19541/19541) 2025-07-24T03:40:59.0581429Z Updating files: 100% (19541/19541), done. 2025-07-24T03:40:59.0763013Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:40:59.0763566Z 2025-07-24T03:40:59.0763953Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:40:59.0765260Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:40:59.0766232Z state without impacting any branches by switching back to a branch. 2025-07-24T03:40:59.0766781Z 2025-07-24T03:40:59.0767157Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:40:59.0767997Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:40:59.0768543Z 2025-07-24T03:40:59.0768842Z git switch -c 2025-07-24T03:40:59.0769251Z 2025-07-24T03:40:59.0769449Z Or undo this operation with: 2025-07-24T03:40:59.0769804Z 2025-07-24T03:40:59.0769982Z git switch - 2025-07-24T03:40:59.0770247Z 2025-07-24T03:40:59.0770683Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:40:59.0771396Z 2025-07-24T03:40:59.0771600Z HEAD is now at 27c8ef1 Update 2025-07-24T03:40:59.0801498Z ##[endgroup] 2025-07-24T03:40:59.0843030Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:40:59.0866889Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:59.1082267Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-24T03:40:59.1082898Z with: 2025-07-24T03:40:59.1083071Z python-version: 3.9 2025-07-24T03:40:59.1083287Z architecture: x64 2025-07-24T03:40:59.1083463Z check-latest: false 2025-07-24T03:40:59.1083641Z cache: pip 2025-07-24T03:40:59.1083905Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-07-24T03:40:59.1084345Z token: *** 2025-07-24T03:40:59.1084528Z update-environment: true 2025-07-24T03:40:59.1084737Z allow-prereleases: false 2025-07-24T03:40:59.1084940Z freethreaded: false 2025-07-24T03:40:59.1085129Z ##[endgroup] 2025-07-24T03:40:59.2729054Z ##[group]Installed versions 2025-07-24T03:40:59.4898928Z Successfully set up CPython (3.9.23) 2025-07-24T03:40:59.4899682Z ##[endgroup] 2025-07-24T03:41:00.8703079Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-07-24T03:41:04.2659970Z /home/runner/.cache/pip 2025-07-24T03:41:04.6056907Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-d3912b2b632b788f9ac8bd89e202096c9940e9cdf2d42526d57c429d4779f2dd 2025-07-24T03:41:05.9269023Z Received 8388608 of 20537616 (40.8%), 8.0 MBs/sec 2025-07-24T03:41:06.8319374Z Received 20537616 of 20537616 (100.0%), 10.3 MBs/sec 2025-07-24T03:41:06.8319945Z Cache Size: ~20 MB (20537616 B) 2025-07-24T03:41:06.8346220Z [command]/usr/bin/tar -xf /home/runner/work/_temp/80e48d2d-3df0-478d-9427-623e9a72783d/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-07-24T03:41:06.9127664Z Cache restored successfully 2025-07-24T03:41:06.9172901Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-d3912b2b632b788f9ac8bd89e202096c9940e9cdf2d42526d57c429d4779f2dd 2025-07-24T03:41:06.9350253Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-07-24T03:41:06.9350733Z pip install -r .github/requirements-gha-cache.txt --user 2025-07-24T03:41:06.9382592Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:06.9382826Z env: 2025-07-24T03:41:06.9383080Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:06.9383500Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-24T03:41:06.9383905Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:06.9384241Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:06.9384596Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:06.9384957Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-24T03:41:06.9385243Z ##[endgroup] 2025-07-24T03:41:08.8050244Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-07-24T03:41:08.8071688Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-07-24T03:41:08.8275903Z Collecting jinja2==3.1.6 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-07-24T03:41:08.8295189Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T03:41:08.8512133Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-07-24T03:41:08.8531106Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-07-24T03:41:08.8933154Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-07-24T03:41:08.8952962Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-07-24T03:41:08.9132175Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-07-24T03:41:08.9150615Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-07-24T03:41:08.9580963Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-07-24T03:41:08.9600870Z 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-07-24T03:41:08.9906489Z Collecting requests==2.32.4 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:08.9924744Z Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 2025-07-24T03:41:09.0401382Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 15)) 2025-07-24T03:41:09.0420537Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-07-24T03:41:09.4350594Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 8)) 2025-07-24T03:41:09.4369879Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-07-24T03:41:09.4539579Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 8)) 2025-07-24T03:41:09.4557923Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-07-24T03:41:09.4768322Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 8)) 2025-07-24T03:41:09.4785864Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-07-24T03:41:09.5387600Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r .github/requirements-gha-cache.txt (line 9)) 2025-07-24T03:41:09.5406121Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-07-24T03:41:09.6328839Z Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:09.6348268Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-07-24T03:41:09.6530037Z Collecting idna<4,>=2.5 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:09.6547459Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-07-24T03:41:09.6885075Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:09.6902271Z Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-07-24T03:41:09.7154160Z Collecting certifi>=2017.4.17 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:09.7171207Z Using cached certifi-2025.7.14-py3-none-any.whl.metadata (2.4 kB) 2025-07-24T03:41:09.7366100Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 15)) 2025-07-24T03:41:09.7383767Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-07-24T03:41:09.7558451Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 15)) 2025-07-24T03:41:09.7575711Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-07-24T03:41:09.8084449Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 15)) 2025-07-24T03:41:09.8103974Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-24T03:41:09.8296735Z 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 8)) 2025-07-24T03:41:09.8314399Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-07-24T03:41:09.8438627Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 14)) 2025-07-24T03:41:09.8457646Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-07-24T03:41:09.8738608Z 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 8)) 2025-07-24T03:41:09.8757289Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-07-24T03:41:10.0095993Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-07-24T03:41:10.0113136Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-24T03:41:10.0130906Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-07-24T03:41:10.0166187Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-07-24T03:41:10.0183084Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-07-24T03:41:10.0200232Z 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-07-24T03:41:10.0221437Z Using cached requests-2.32.4-py3-none-any.whl (64 kB) 2025-07-24T03:41:10.0237745Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-07-24T03:41:10.0255438Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-07-24T03:41:10.0366595Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB) 2025-07-24T03:41:10.0384008Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-07-24T03:41:10.0400554Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-07-24T03:41:10.0417002Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-07-24T03:41:10.0433905Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-07-24T03:41:10.0450300Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-24T03:41:10.0476815Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-07-24T03:41:10.0494514Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-07-24T03:41:10.0511332Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-07-24T03:41:10.0528591Z Using cached certifi-2025.7.14-py3-none-any.whl (162 kB) 2025-07-24T03:41:10.0548733Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-07-24T03:41:10.0566082Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-07-24T03:41:10.2896524Z 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-07-24T03:41:12.2080741Z 2025-07-24T03:41:12.2124208Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2025.7.14 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.2 python-dateutil-2.9.0.post0 pyyaml-6.0 requests-2.32.4 rich-10.9.0 s3transfer-0.10.4 six-1.17.0 urllib3-1.26.20 2025-07-24T03:41:12.3390058Z ##[group]Run set -ex 2025-07-24T03:41:12.3390315Z set -ex 2025-07-24T03:41:12.3390634Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-07-24T03:41:12.3419159Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:12.3419387Z env: 2025-07-24T03:41:12.3419634Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:12.3420042Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-07-24T03:41:12.3420451Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:12.3420806Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:12.3421149Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-07-24T03:41:12.3421490Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-07-24T03:41:12.3422000Z GITHUB_TOKEN: *** 2025-07-24T03:41:12.3422212Z PR_NUM: 149961 2025-07-24T03:41:12.3422573Z ##[endgroup] 2025-07-24T03:41:12.3470756Z + python3 .github/scripts/check_labels.py --exit-non-zero 149961 2025-07-24T03:41:13.0586884Z Post job cleanup. 2025-07-24T03:41:13.2050477Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-d3912b2b632b788f9ac8bd89e202096c9940e9cdf2d42526d57c429d4779f2dd, not saving cache. 2025-07-24T03:41:13.2172729Z Post job cleanup. 2025-07-24T03:41:13.2230184Z Post job cleanup. 2025-07-24T03:41:13.3186436Z [command]/usr/bin/git version 2025-07-24T03:41:13.3226126Z git version 2.50.1 2025-07-24T03:41:13.3270447Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/35c1164c-8d2e-48cd-b9bf-331b2b8bba04/.gitconfig' 2025-07-24T03:41:13.3280301Z Temporarily overriding HOME='/home/runner/work/_temp/35c1164c-8d2e-48cd-b9bf-331b2b8bba04' before making global git config changes 2025-07-24T03:41:13.3281893Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:13.3286985Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:41:13.3321768Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:13.3354167Z [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-07-24T03:41:13.3614515Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:13.3637668Z http.https://github.com/.extraheader 2025-07-24T03:41:13.3655076Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:41:13.3690577Z [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-07-24T03:41:13.4085909Z Cleaning up orphan processes