2025-04-28T16:45:41.9190371Z Current runner version: '2.323.0' 2025-04-28T16:45:41.9198087Z Runner name: 'linux.24_04.4x_cfaf9dafd63b' 2025-04-28T16:45:41.9199119Z Machine name: 'runner' 2025-04-28T16:45:41.9218850Z ##[group]Operating System 2025-04-28T16:45:41.9219587Z Ubuntu 2025-04-28T16:45:41.9220027Z 24.04.2 2025-04-28T16:45:41.9220532Z LTS 2025-04-28T16:45:41.9220974Z ##[endgroup] 2025-04-28T16:45:41.9221503Z ##[group]Runner Image 2025-04-28T16:45:41.9222008Z Image: ubuntu-24.04 2025-04-28T16:45:41.9222696Z Version: 20250420.1.0 2025-04-28T16:45:41.9223654Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250420.1/images/ubuntu/Ubuntu2404-Readme.md 2025-04-28T16:45:41.9225286Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250420.1 2025-04-28T16:45:41.9226259Z ##[endgroup] 2025-04-28T16:45:41.9227312Z ##[group]GITHUB_TOKEN Permissions 2025-04-28T16:45:41.9229265Z Contents: read 2025-04-28T16:45:41.9229821Z Metadata: read 2025-04-28T16:45:41.9230429Z PullRequests: write 2025-04-28T16:45:41.9231056Z ##[endgroup] 2025-04-28T16:45:41.9233133Z Secret source: Actions 2025-04-28T16:45:41.9234266Z Prepare workflow directory 2025-04-28T16:45:41.9568355Z Prepare all required actions 2025-04-28T16:45:41.9610180Z Getting action download info 2025-04-28T16:45:42.4206761Z Download action repository 'pytorch/pytorch@main' (SHA:cbf8e0fb1a2c25bfee4c579820e33720f0db3f6a) 2025-04-28T16:45:46.0840759Z Download action repository 'actions/setup-python@v5' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-04-28T16:45:46.5914140Z Getting action download info 2025-04-28T16:45:46.7191372Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-04-28T16:45:46.7884917Z Complete job name: Check labels 2025-04-28T16:45:46.8561795Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-04-28T16:45:46.8562512Z with: 2025-04-28T16:45:46.8562734Z submodules: false 2025-04-28T16:45:46.8563017Z fetch-depth: 1 2025-04-28T16:45:46.8563421Z ##[endgroup] 2025-04-28T16:45:46.8653847Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-04-28T16:45:46.8654875Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-04-28T16:45:46.8689528Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-04-28T16:45:46.8689906Z ##[endgroup] 2025-04-28T16:45:46.8923605Z ##[group]Run # Use all available CPUs for fetching 2025-04-28T16:45:46.8924012Z # Use all available CPUs for fetching 2025-04-28T16:45:46.8924330Z cd "${GITHUB_WORKSPACE}" 2025-04-28T16:45:46.8924998Z git config --global fetch.parallel 0 2025-04-28T16:45:46.8925382Z git config --global submodule.fetchJobs 0 2025-04-28T16:45:46.8925709Z  2025-04-28T16:45:46.8926038Z # Clean workspace. The default checkout action should also do this, but 2025-04-28T16:45:46.8926455Z # do it here as well just in case 2025-04-28T16:45:46.8926748Z if [[ -d .git ]]; then 2025-04-28T16:45:46.8927010Z  if [ -z "${NO_SUDO}" ]; then 2025-04-28T16:45:46.8927296Z  sudo git clean -ffdx 2025-04-28T16:45:46.8927555Z  else 2025-04-28T16:45:46.8927776Z  git clean -ffdx 2025-04-28T16:45:46.8928025Z  fi 2025-04-28T16:45:46.8928231Z fi 2025-04-28T16:45:46.8957276Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-04-28T16:45:46.8957655Z env: 2025-04-28T16:45:46.8957872Z NO_SUDO: 2025-04-28T16:45:46.8958080Z ##[endgroup] 2025-04-28T16:45:46.9167328Z ##[group]Run actions/checkout@v4 2025-04-28T16:45:46.9167784Z with: 2025-04-28T16:45:46.9168128Z ref: b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-28T16:45:46.9168502Z fetch-depth: 1 2025-04-28T16:45:46.9168726Z submodules: false 2025-04-28T16:45:46.9168956Z show-progress: false 2025-04-28T16:45:46.9169200Z repository: pytorch/pytorch 2025-04-28T16:45:46.9169849Z token: *** 2025-04-28T16:45:46.9170085Z ssh-strict: true 2025-04-28T16:45:46.9170309Z ssh-user: git 2025-04-28T16:45:46.9170611Z persist-credentials: true 2025-04-28T16:45:46.9170865Z clean: true 2025-04-28T16:45:46.9171087Z sparse-checkout-cone-mode: true 2025-04-28T16:45:46.9171354Z fetch-tags: false 2025-04-28T16:45:46.9171565Z lfs: false 2025-04-28T16:45:46.9171788Z set-safe-directory: true 2025-04-28T16:45:46.9172024Z ##[endgroup] 2025-04-28T16:45:47.0191963Z Syncing repository: pytorch/pytorch 2025-04-28T16:45:47.0193310Z ##[group]Getting Git version info 2025-04-28T16:45:47.0193738Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-04-28T16:45:47.0194319Z [command]/usr/bin/git version 2025-04-28T16:45:47.0211931Z git version 2.49.0 2025-04-28T16:45:47.0237158Z ##[endgroup] 2025-04-28T16:45:47.0246296Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/dc99a259-3eb1-4db8-bad3-85295d70eb6f/.gitconfig' 2025-04-28T16:45:47.0256644Z Temporarily overriding HOME='/home/runner/work/_temp/dc99a259-3eb1-4db8-bad3-85295d70eb6f' before making global git config changes 2025-04-28T16:45:47.0257605Z Adding repository directory to the temporary git global config as a safe directory 2025-04-28T16:45:47.0261053Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-04-28T16:45:47.0294911Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-04-28T16:45:47.0298763Z ##[group]Initializing the repository 2025-04-28T16:45:47.0303554Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-04-28T16:45:47.0433610Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-04-28T16:45:47.0435109Z hint: is subject to change. To configure the initial branch name to use in all 2025-04-28T16:45:47.0435707Z hint: of your new repositories, which will suppress this warning, call: 2025-04-28T16:45:47.0436098Z hint: 2025-04-28T16:45:47.0436525Z hint: git config --global init.defaultBranch 2025-04-28T16:45:47.0436941Z hint: 2025-04-28T16:45:47.0437252Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-04-28T16:45:47.0437737Z hint: 'development'. The just-created branch can be renamed via this command: 2025-04-28T16:45:47.0438116Z hint: 2025-04-28T16:45:47.0438326Z hint: git branch -m 2025-04-28T16:45:47.0440147Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-04-28T16:45:47.0451240Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-04-28T16:45:47.0487287Z ##[endgroup] 2025-04-28T16:45:47.0487989Z ##[group]Disabling automatic garbage collection 2025-04-28T16:45:47.0492348Z [command]/usr/bin/git config --local gc.auto 0 2025-04-28T16:45:47.0520509Z ##[endgroup] 2025-04-28T16:45:47.0521245Z ##[group]Setting up auth 2025-04-28T16:45:47.0528201Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-04-28T16:45:47.0558684Z [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-04-28T16:45:47.0861329Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-04-28T16:45:47.0891641Z [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-04-28T16:45:47.1124247Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-04-28T16:45:47.1161535Z ##[endgroup] 2025-04-28T16:45:47.1162455Z ##[group]Fetching the repository 2025-04-28T16:45:47.1170628Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-28T16:45:50.8688063Z From https://github.com/pytorch/pytorch 2025-04-28T16:45:50.8689647Z * branch b68c0effe97351b0c24b2f7aef671559be6aa977 -> FETCH_HEAD 2025-04-28T16:45:50.8713229Z ##[endgroup] 2025-04-28T16:45:50.8713693Z ##[group]Determining the checkout info 2025-04-28T16:45:50.8716264Z ##[endgroup] 2025-04-28T16:45:50.8722067Z [command]/usr/bin/git sparse-checkout disable 2025-04-28T16:45:50.8766571Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-04-28T16:45:50.8799465Z ##[group]Checking out the ref 2025-04-28T16:45:50.8804277Z [command]/usr/bin/git checkout --progress --force b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-28T16:45:51.9134212Z Updating files: 97% (16099/16547) 2025-04-28T16:45:51.9260887Z Updating files: 98% (16217/16547) 2025-04-28T16:45:51.9382667Z Updating files: 99% (16382/16547) 2025-04-28T16:45:51.9383254Z Updating files: 100% (16547/16547) 2025-04-28T16:45:51.9383608Z Updating files: 100% (16547/16547), done. 2025-04-28T16:45:51.9545038Z Note: switching to 'b68c0effe97351b0c24b2f7aef671559be6aa977'. 2025-04-28T16:45:51.9545713Z 2025-04-28T16:45:51.9546169Z You are in 'detached HEAD' state. You can look around, make experimental 2025-04-28T16:45:51.9547161Z changes and commit them, and you can discard any commits you make in this 2025-04-28T16:45:51.9547816Z state without impacting any branches by switching back to a branch. 2025-04-28T16:45:51.9548195Z 2025-04-28T16:45:51.9548438Z If you want to create a new branch to retain commits you create, you may 2025-04-28T16:45:51.9549030Z do so (now or later) by using -c with the switch command. Example: 2025-04-28T16:45:51.9549373Z 2025-04-28T16:45:51.9549547Z git switch -c 2025-04-28T16:45:51.9549790Z 2025-04-28T16:45:51.9550188Z Or undo this operation with: 2025-04-28T16:45:51.9550418Z 2025-04-28T16:45:51.9550535Z git switch - 2025-04-28T16:45:51.9550691Z 2025-04-28T16:45:51.9551001Z Turn off this advice by setting config variable advice.detachedHead to false 2025-04-28T16:45:51.9551441Z 2025-04-28T16:45:51.9551930Z HEAD is now at b68c0ef Update on "use statically known true instead of guard size oblivious in bmm and mm decompositions . " 2025-04-28T16:45:51.9591216Z ##[endgroup] 2025-04-28T16:45:51.9634986Z [command]/usr/bin/git log -1 --format=%H 2025-04-28T16:45:51.9658335Z b68c0effe97351b0c24b2f7aef671559be6aa977 2025-04-28T16:45:51.9847281Z ##[group]Run actions/setup-python@v5 2025-04-28T16:45:51.9847554Z with: 2025-04-28T16:45:51.9847754Z python-version: 3.9 2025-04-28T16:45:51.9847946Z architecture: x64 2025-04-28T16:45:51.9848153Z check-latest: false 2025-04-28T16:45:51.9848338Z cache: pip 2025-04-28T16:45:51.9848612Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-04-28T16:45:51.9849058Z token: *** 2025-04-28T16:45:51.9849237Z update-environment: true 2025-04-28T16:45:51.9849453Z allow-prereleases: false 2025-04-28T16:45:51.9849656Z freethreaded: false 2025-04-28T16:45:51.9849838Z ##[endgroup] 2025-04-28T16:45:52.1465979Z ##[group]Installed versions 2025-04-28T16:45:52.1550262Z Successfully set up CPython (3.9.22) 2025-04-28T16:45:52.1550835Z ##[endgroup] 2025-04-28T16:45:53.4059672Z [command]/opt/hostedtoolcache/Python/3.9.22/x64/bin/pip cache dir 2025-04-28T16:45:59.5639171Z /home/runner/.cache/pip 2025-04-28T16:45:59.7378005Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f 2025-04-28T16:46:00.8799101Z Received 117440512 of 585752793 (20.0%), 111.9 MBs/sec 2025-04-28T16:46:01.8806117Z Received 176160768 of 585752793 (30.1%), 83.9 MBs/sec 2025-04-28T16:46:02.8807639Z Received 352321536 of 585752793 (60.1%), 111.9 MBs/sec 2025-04-28T16:46:03.8816695Z Received 520093696 of 585752793 (88.8%), 123.9 MBs/sec 2025-04-28T16:46:04.4299498Z Received 585752793 of 585752793 (100.0%), 122.7 MBs/sec 2025-04-28T16:46:04.4300772Z Cache Size: ~559 MB (585752793 B) 2025-04-28T16:46:04.4421844Z [command]/usr/bin/tar -xf /home/runner/work/_temp/961ff5ae-a3af-4a3b-9cfb-38de41809911/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-04-28T16:46:05.2671931Z Cache restored successfully 2025-04-28T16:46:05.3828486Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f 2025-04-28T16:46:05.3971427Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-04-28T16:46:05.3971921Z pip install -r .github/requirements-gha-cache.txt --user 2025-04-28T16:46:05.4006670Z shell: /usr/bin/bash -e {0} 2025-04-28T16:46:05.4006910Z env: 2025-04-28T16:46:05.4007153Z pythonLocation: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:05.4007579Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib/pkgconfig 2025-04-28T16:46:05.4007973Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:05.4008306Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:05.4008647Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:05.4008999Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib 2025-04-28T16:46:05.4009299Z ##[endgroup] 2025-04-28T16:46:08.3294720Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2025-04-28T16:46:08.3314813Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-04-28T16:46:08.3579348Z Collecting jinja2==3.1.6 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-04-28T16:46:08.3596753Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-04-28T16:46:08.3868658Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-04-28T16:46:08.3886014Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-04-28T16:46:08.4252833Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-04-28T16:46:08.4269846Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-04-28T16:46:08.4494110Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-04-28T16:46:08.4510486Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-04-28T16:46:08.4928761Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-04-28T16:46:08.4946174Z 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-04-28T16:46:08.5285613Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:08.5302582Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-28T16:46:08.5788018Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-04-28T16:46:08.5804765Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-04-28T16:46:08.9408552Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-04-28T16:46:08.9433034Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-04-28T16:46:08.9659234Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-04-28T16:46:08.9676170Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-28T16:46:08.9933300Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-04-28T16:46:08.9949757Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-04-28T16:46:09.0504160Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r .github/requirements-gha-cache.txt (line 8)) 2025-04-28T16:46:09.0521380Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-28T16:46:09.1272899Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:09.1289978Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-04-28T16:46:09.1518850Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:09.1535367Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-04-28T16:46:09.1907661Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:09.1927384Z Using cached urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-28T16:46:09.2215268Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:09.2231433Z Using cached certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB) 2025-04-28T16:46:09.2497967Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-04-28T16:46:09.2515181Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-04-28T16:46:09.2738202Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-04-28T16:46:09.2754436Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-04-28T16:46:09.3058482Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-04-28T16:46:09.3074945Z Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 2025-04-28T16:46:09.3322908Z 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-04-28T16:46:09.3339296Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-04-28T16:46:09.3472472Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-04-28T16:46:09.3489075Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-04-28T16:46:09.5035914Z 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-04-28T16:46:09.5053245Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-28T16:46:09.5107193Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-04-28T16:46:09.5124751Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-04-28T16:46:09.5142115Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-04-28T16:46:09.5176536Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-04-28T16:46:09.5193509Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-04-28T16:46:09.5210801Z 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-04-28T16:46:09.5231765Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2025-04-28T16:46:09.5248427Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-04-28T16:46:09.5266772Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-04-28T16:46:09.5377860Z Using cached certifi-2025.4.26-py3-none-any.whl (159 kB) 2025-04-28T16:46:09.5395970Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) 2025-04-28T16:46:09.5413143Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-04-28T16:46:09.5430201Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-04-28T16:46:09.5447084Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-04-28T16:46:09.5464071Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-28T16:46:09.5481378Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-04-28T16:46:09.5498146Z Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB) 2025-04-28T16:46:09.5524091Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-04-28T16:46:09.5541277Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-04-28T16:46:09.5558854Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-04-28T16:46:09.5577213Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-04-28T16:46:09.7787289Z 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-04-28T16:46:11.7293310Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2025.4.26 charset-normalizer-3.4.1 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-04-28T16:46:11.8692221Z ##[group]Run set -ex 2025-04-28T16:46:11.8692479Z set -ex 2025-04-28T16:46:11.8692799Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-04-28T16:46:11.8724060Z shell: /usr/bin/bash -e {0} 2025-04-28T16:46:11.8724281Z env: 2025-04-28T16:46:11.8724719Z pythonLocation: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:11.8725137Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib/pkgconfig 2025-04-28T16:46:11.8725520Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:11.8725860Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:11.8726197Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.22/x64 2025-04-28T16:46:11.8726537Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.22/x64/lib 2025-04-28T16:46:11.8727055Z GITHUB_TOKEN: *** 2025-04-28T16:46:11.8727249Z PR_NUM: 148893 2025-04-28T16:46:11.8727433Z ##[endgroup] 2025-04-28T16:46:11.8779580Z + python3 .github/scripts/check_labels.py --exit-non-zero 148893 2025-04-28T16:46:13.5476692Z Post job cleanup. 2025-04-28T16:46:13.6956883Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.9.22-pip-33fe137c4f6c48cb6a9e9948b9630ab2d507354088acf67a3665fa824c85293f, not saving cache. 2025-04-28T16:46:13.7079812Z Post job cleanup. 2025-04-28T16:46:13.7137358Z Post job cleanup. 2025-04-28T16:46:13.8056682Z [command]/usr/bin/git version 2025-04-28T16:46:13.8102426Z git version 2.49.0 2025-04-28T16:46:13.8140404Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/5a9ceb6a-1fd5-448c-88ec-ae34e17b86c9/.gitconfig' 2025-04-28T16:46:13.8150536Z Temporarily overriding HOME='/home/runner/work/_temp/5a9ceb6a-1fd5-448c-88ec-ae34e17b86c9' before making global git config changes 2025-04-28T16:46:13.8151838Z Adding repository directory to the temporary git global config as a safe directory 2025-04-28T16:46:13.8156831Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-04-28T16:46:13.8194413Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-04-28T16:46:13.8227595Z [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-04-28T16:46:13.8475577Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-04-28T16:46:13.8498986Z http.https://github.com/.extraheader 2025-04-28T16:46:13.8513211Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-04-28T16:46:13.8547013Z [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-04-28T16:46:13.8926354Z Cleaning up orphan processes