2025-06-26T07:46:27.1808437Z Current runner version: '2.325.0' 2025-06-26T07:46:27.1814192Z Runner name: 'linux.24_04.4x_62078754c7dd' 2025-06-26T07:46:27.1815167Z Machine name: 'pkrvm3tun18ee2i' 2025-06-26T07:46:27.1831320Z ##[group]Operating System 2025-06-26T07:46:27.1832040Z Ubuntu 2025-06-26T07:46:27.1832487Z 24.04.2 2025-06-26T07:46:27.1833011Z LTS 2025-06-26T07:46:27.1833492Z ##[endgroup] 2025-06-26T07:46:27.1833994Z ##[group]Runner Image 2025-06-26T07:46:27.1834596Z Image: ubuntu-24.04 2025-06-26T07:46:27.1835089Z Version: 20250615.1.0 2025-06-26T07:46:27.1836063Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-26T07:46:27.1837345Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1 2025-06-26T07:46:27.1838725Z ##[endgroup] 2025-06-26T07:46:27.1839785Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:46:27.1841652Z Contents: read 2025-06-26T07:46:27.1842163Z Metadata: read 2025-06-26T07:46:27.1842890Z PullRequests: write 2025-06-26T07:46:27.1843486Z ##[endgroup] 2025-06-26T07:46:27.1845373Z Secret source: Actions 2025-06-26T07:46:27.1846178Z Prepare workflow directory 2025-06-26T07:46:27.2240722Z Prepare all required actions 2025-06-26T07:46:27.2298939Z Getting action download info 2025-06-26T07:46:27.5974466Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:46:32.8422218Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-26T07:46:33.5447543Z Getting action download info 2025-06-26T07:46:33.7007745Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:46:33.7984246Z Complete job name: Check labels 2025-06-26T07:46:33.8607460Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:46:33.8608384Z with: 2025-06-26T07:46:33.8608617Z submodules: false 2025-06-26T07:46:33.8608856Z fetch-depth: 1 2025-06-26T07:46:33.8609287Z ##[endgroup] 2025-06-26T07:46:33.8697339Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:33.8698365Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:33.8989675Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:33.8990117Z ##[endgroup] 2025-06-26T07:46:33.9244774Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:46:33.9245185Z # Use all available CPUs for fetching 2025-06-26T07:46:33.9245491Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:46:33.9245830Z git config --global fetch.parallel 0 2025-06-26T07:46:33.9246180Z git config --global submodule.fetchJobs 0 2025-06-26T07:46:33.9246485Z  2025-06-26T07:46:33.9246807Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:46:33.9247232Z # do it here as well just in case 2025-06-26T07:46:33.9247520Z if [[ -d .git ]]; then 2025-06-26T07:46:33.9247791Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:46:33.9248262Z  sudo git clean -ffdx 2025-06-26T07:46:33.9248513Z  else 2025-06-26T07:46:33.9248736Z  git clean -ffdx 2025-06-26T07:46:33.9248970Z  fi 2025-06-26T07:46:33.9249176Z fi 2025-06-26T07:46:33.9300731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:33.9301097Z env: 2025-06-26T07:46:33.9301304Z NO_SUDO: 2025-06-26T07:46:33.9301515Z ##[endgroup] 2025-06-26T07:46:34.0416448Z ##[group]Run actions/checkout@v4 2025-06-26T07:46:34.0416738Z with: 2025-06-26T07:46:34.0416989Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:34.0417298Z fetch-depth: 1 2025-06-26T07:46:34.0417527Z submodules: false 2025-06-26T07:46:34.0417867Z show-progress: false 2025-06-26T07:46:34.0418654Z repository: pytorch/pytorch 2025-06-26T07:46:34.0419077Z token: *** 2025-06-26T07:46:34.0419304Z ssh-strict: true 2025-06-26T07:46:34.0419519Z ssh-user: git 2025-06-26T07:46:34.0419749Z persist-credentials: true 2025-06-26T07:46:34.0420001Z clean: true 2025-06-26T07:46:34.0420255Z sparse-checkout-cone-mode: true 2025-06-26T07:46:34.0420521Z fetch-tags: false 2025-06-26T07:46:34.0420740Z lfs: false 2025-06-26T07:46:34.0420947Z set-safe-directory: true 2025-06-26T07:46:34.0421192Z ##[endgroup] 2025-06-26T07:46:34.1507508Z Syncing repository: pytorch/pytorch 2025-06-26T07:46:34.1509313Z ##[group]Getting Git version info 2025-06-26T07:46:34.1509874Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:34.1510565Z [command]/usr/bin/git version 2025-06-26T07:46:34.1520992Z git version 2.49.0 2025-06-26T07:46:34.1553328Z ##[endgroup] 2025-06-26T07:46:34.1563935Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4d9a9304-7aa2-413f-8f18-0e4097baa349/.gitconfig' 2025-06-26T07:46:34.1576611Z Temporarily overriding HOME='/home/runner/work/_temp/4d9a9304-7aa2-413f-8f18-0e4097baa349' before making global git config changes 2025-06-26T07:46:34.1578145Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:34.1583179Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:34.1620772Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:34.1625457Z ##[group]Initializing the repository 2025-06-26T07:46:34.1632232Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-26T07:46:34.1943656Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:46:34.1945291Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:46:34.1946062Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:46:34.1946578Z hint: 2025-06-26T07:46:34.1946974Z hint: git config --global init.defaultBranch 2025-06-26T07:46:34.1947413Z hint: 2025-06-26T07:46:34.1947821Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:46:34.1948763Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:46:34.1949286Z hint: 2025-06-26T07:46:34.1949624Z hint: git branch -m 2025-06-26T07:46:34.2010263Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-26T07:46:34.2022818Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:46:34.2092769Z ##[endgroup] 2025-06-26T07:46:34.2093488Z ##[group]Disabling automatic garbage collection 2025-06-26T07:46:34.2097753Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:46:34.2125766Z ##[endgroup] 2025-06-26T07:46:34.2126509Z ##[group]Setting up auth 2025-06-26T07:46:34.2133323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:34.2163330Z [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-06-26T07:46:34.3313689Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:34.3342973Z [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-06-26T07:46:34.3566555Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:46:34.3603038Z ##[endgroup] 2025-06-26T07:46:34.3603774Z ##[group]Fetching the repository 2025-06-26T07:46:34.3611554Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:40.2400448Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:40.2401795Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:40.2461971Z ##[endgroup] 2025-06-26T07:46:40.2462795Z ##[group]Determining the checkout info 2025-06-26T07:46:40.2465125Z ##[endgroup] 2025-06-26T07:46:40.2470767Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:40.2542252Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:40.2577363Z ##[group]Checking out the ref 2025-06-26T07:46:40.2578286Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:41.2749437Z Updating files: 91% (17887/19448) 2025-06-26T07:46:41.2859591Z Updating files: 92% (17893/19448) 2025-06-26T07:46:41.2998163Z Updating files: 93% (18087/19448) 2025-06-26T07:46:41.3153125Z Updating files: 94% (18282/19448) 2025-06-26T07:46:41.3330203Z Updating files: 95% (18476/19448) 2025-06-26T07:46:41.3462511Z Updating files: 96% (18671/19448) 2025-06-26T07:46:41.3633449Z Updating files: 97% (18865/19448) 2025-06-26T07:46:41.3854833Z Updating files: 98% (19060/19448) 2025-06-26T07:46:41.3993720Z Updating files: 99% (19254/19448) 2025-06-26T07:46:41.3994257Z Updating files: 100% (19448/19448) 2025-06-26T07:46:41.3994599Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:41.4177081Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:41.4177689Z 2025-06-26T07:46:41.4178343Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:41.4179450Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:41.4180512Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:41.4181555Z 2025-06-26T07:46:41.4182072Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:41.4183167Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:41.4183835Z 2025-06-26T07:46:41.4184139Z git switch -c 2025-06-26T07:46:41.4184603Z 2025-06-26T07:46:41.4184867Z Or undo this operation with: 2025-06-26T07:46:41.4185299Z 2025-06-26T07:46:41.4185575Z git switch - 2025-06-26T07:46:41.4185894Z 2025-06-26T07:46:41.4186387Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:41.4187210Z 2025-06-26T07:46:41.4187644Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:41.4215924Z ##[endgroup] 2025-06-26T07:46:41.4265649Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:41.4290668Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:41.4544140Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-26T07:46:41.4544519Z with: 2025-06-26T07:46:41.4544690Z python-version: 3.9 2025-06-26T07:46:41.4544887Z architecture: x64 2025-06-26T07:46:41.4545063Z check-latest: false 2025-06-26T07:46:41.4545241Z cache: pip 2025-06-26T07:46:41.4545521Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-06-26T07:46:41.4545959Z token: *** 2025-06-26T07:46:41.4546145Z update-environment: true 2025-06-26T07:46:41.4546362Z allow-prereleases: false 2025-06-26T07:46:41.4546563Z freethreaded: false 2025-06-26T07:46:41.4546751Z ##[endgroup] 2025-06-26T07:46:41.6171270Z ##[group]Installed versions 2025-06-26T07:46:41.7095484Z Successfully set up CPython (3.9.23) 2025-06-26T07:46:41.7096286Z ##[endgroup] 2025-06-26T07:46:42.9879473Z [command]/opt/hostedtoolcache/Python/3.9.23/x64/bin/pip cache dir 2025-06-26T07:46:44.9525660Z /home/runner/.cache/pip 2025-06-26T07:46:45.2152342Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-9ccb44bbd5f07a1e87c8ed6ca648d986d7876e711f2b661f6e09c2ef55557568 2025-06-26T07:46:46.4413113Z Received 16328290 of 20522594 (79.6%), 15.6 MBs/sec 2025-06-26T07:46:46.6102972Z Received 20522594 of 20522594 (100.0%), 16.7 MBs/sec 2025-06-26T07:46:46.6103525Z Cache Size: ~20 MB (20522594 B) 2025-06-26T07:46:46.6131326Z [command]/usr/bin/tar -xf /home/runner/work/_temp/7458223e-c93d-4c91-8873-695bc3f0854e/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-06-26T07:46:46.6721826Z Cache restored successfully 2025-06-26T07:46:46.6769872Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.9.23-pip-9ccb44bbd5f07a1e87c8ed6ca648d986d7876e711f2b661f6e09c2ef55557568 2025-06-26T07:46:46.6944191Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-06-26T07:46:46.6944676Z pip install -r .github/requirements-gha-cache.txt --user 2025-06-26T07:46:46.7006118Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:46.7006349Z env: 2025-06-26T07:46:46.7006598Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:46.7007021Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-06-26T07:46:46.7007412Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:46.7007775Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:46.7008233Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:46.7008582Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-06-26T07:46:46.7008882Z ##[endgroup] 2025-06-26T07:46:48.3594700Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2025-06-26T07:46:48.3617948Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-06-26T07:46:48.3937286Z Collecting jinja2==3.1.6 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-06-26T07:46:48.3954377Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-06-26T07:46:48.4314551Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-06-26T07:46:48.4332428Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-06-26T07:46:48.4811008Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-06-26T07:46:48.4828340Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-06-26T07:46:48.5097052Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-06-26T07:46:48.5114443Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-06-26T07:46:48.5659471Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-06-26T07:46:48.5677168Z 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-06-26T07:46:48.6078886Z Collecting requests==2.32.4 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:48.6096067Z Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 2025-06-26T07:46:48.6667608Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-06-26T07:46:48.6684881Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-06-26T07:46:49.0662118Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-06-26T07:46:49.0681365Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-06-26T07:46:49.0983470Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-06-26T07:46:49.1002131Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-06-26T07:46:49.1333148Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-06-26T07:46:49.1350615Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-06-26T07:46:49.2083671Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r .github/requirements-gha-cache.txt (line 8)) 2025-06-26T07:46:49.2101652Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-06-26T07:46:49.3273352Z Collecting charset_normalizer<4,>=2 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:49.3291909Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-06-26T07:46:49.3594223Z Collecting idna<4,>=2.5 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:49.3612050Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-06-26T07:46:49.4081340Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:49.4098743Z Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-06-26T07:46:49.4469195Z Collecting certifi>=2017.4.17 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:49.4486693Z Using cached certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 2025-06-26T07:46:49.4800966Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-06-26T07:46:49.4818837Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-06-26T07:46:49.5092556Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-06-26T07:46:49.5109932Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-06-26T07:46:49.5735898Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-06-26T07:46:49.5755804Z Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-06-26T07:46:49.6069338Z 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-06-26T07:46:49.6086759Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-06-26T07:46:49.6206662Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.4->-r .github/requirements-gha-cache.txt (line 13)) 2025-06-26T07:46:49.6224852Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-06-26T07:46:49.6616735Z 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-06-26T07:46:49.6634533Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-06-26T07:46:49.7984749Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-06-26T07:46:49.8002849Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-06-26T07:46:49.8021719Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-06-26T07:46:49.8056559Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-06-26T07:46:49.8074880Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-06-26T07:46:49.8092501Z 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-06-26T07:46:49.8114025Z Using cached requests-2.32.4-py3-none-any.whl (64 kB) 2025-06-26T07:46:49.8131377Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-06-26T07:46:49.8149424Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-06-26T07:46:49.8263920Z Using cached charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB) 2025-06-26T07:46:49.8281520Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-06-26T07:46:49.8298611Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-06-26T07:46:49.8315669Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-06-26T07:46:49.8333037Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-06-26T07:46:49.8350066Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-06-26T07:46:49.8375483Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-06-26T07:46:49.8393769Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-06-26T07:46:49.8411329Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-06-26T07:46:49.8429182Z Using cached certifi-2025.6.15-py3-none-any.whl (157 kB) 2025-06-26T07:46:49.8447296Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-06-26T07:46:49.8464481Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-06-26T07:46:49.9680431Z 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-06-26T07:46:51.8866471Z 2025-06-26T07:46:51.8910815Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2025.6.15 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-06-26T07:46:52.0055069Z ##[group]Run set -ex 2025-06-26T07:46:52.0055352Z set -ex 2025-06-26T07:46:52.0055666Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-06-26T07:46:52.0114396Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:52.0114628Z env: 2025-06-26T07:46:52.0114873Z pythonLocation: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:52.0115277Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib/pkgconfig 2025-06-26T07:46:52.0115679Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:52.0116035Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:52.0116384Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.23/x64 2025-06-26T07:46:52.0116726Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.23/x64/lib 2025-06-26T07:46:52.0117474Z GITHUB_TOKEN: *** 2025-06-26T07:46:52.0117675Z PR_NUM: 156936 2025-06-26T07:46:52.0117856Z ##[endgroup] 2025-06-26T07:46:52.0196066Z + python3 .github/scripts/check_labels.py --exit-non-zero 156936 2025-06-26T07:46:54.6989547Z # This PR needs a `release notes:` label 2025-06-26T07:46:54.6990834Z If your changes are user facing and intended to be a part of release notes, please use a label starting with `release notes:`. 2025-06-26T07:46:54.6991506Z 2025-06-26T07:46:54.6991730Z If not, please add the `topic: not user facing` label. 2025-06-26T07:46:54.6992088Z 2025-06-26T07:46:54.6992309Z To add a label, you can comment to pytorchbot, for example 2025-06-26T07:46:54.6992934Z `@pytorchbot label "topic: not user facing"` 2025-06-26T07:46:54.6993327Z 2025-06-26T07:46:54.6993465Z For more information, see 2025-06-26T07:46:54.6994346Z https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work. 2025-06-26T07:46:54.6995138Z 2025-06-26T07:46:55.3362652Z Traceback (most recent call last): 2025-06-26T07:46:55.3368501Z File "/home/runner/work/pytorch/pytorch/.github/scripts/check_labels.py", line 51, in main 2025-06-26T07:46:55.3369216Z raise RuntimeError("PR does not have required labels") 2025-06-26T07:46:55.3369645Z RuntimeError: PR does not have required labels 2025-06-26T07:46:55.3369883Z 2025-06-26T07:46:55.3370094Z The above exception was the direct cause of the following exception: 2025-06-26T07:46:55.3370405Z 2025-06-26T07:46:55.3370512Z Traceback (most recent call last): 2025-06-26T07:46:55.3371074Z File "/home/runner/work/pytorch/pytorch/.github/scripts/check_labels.py", line 62, in 2025-06-26T07:46:55.3371599Z main() 2025-06-26T07:46:55.3372040Z File "/home/runner/work/pytorch/pytorch/.github/scripts/check_labels.py", line 56, in main 2025-06-26T07:46:55.3372652Z raise RuntimeError(f"Error checking labels: {e}") from e 2025-06-26T07:46:55.3373141Z RuntimeError: Error checking labels: PR does not have required labels 2025-06-26T07:46:55.3492170Z ##[error]Process completed with exit code 1. 2025-06-26T07:46:55.3591410Z Post job cleanup. 2025-06-26T07:46:55.3649369Z Post job cleanup. 2025-06-26T07:46:55.4565527Z [command]/usr/bin/git version 2025-06-26T07:46:55.4601186Z git version 2.49.0 2025-06-26T07:46:55.4642921Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/5a154174-7bde-4bad-adeb-1805947d5ec0/.gitconfig' 2025-06-26T07:46:55.4652912Z Temporarily overriding HOME='/home/runner/work/_temp/5a154174-7bde-4bad-adeb-1805947d5ec0' before making global git config changes 2025-06-26T07:46:55.4654051Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:55.4658497Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:55.4691506Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:55.4725301Z [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-06-26T07:46:55.4978435Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:55.5000540Z http.https://github.com/.extraheader 2025-06-26T07:46:55.5013050Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:46:55.5043454Z [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-06-26T07:46:55.5391660Z Cleaning up orphan processes