2025-01-24T23:08:30.6453565Z Current runner version: '2.321.0' 2025-01-24T23:08:30.6459514Z Runner name: 'linux.20_04.4x_99b489ab37a5' 2025-01-24T23:08:30.6460284Z Runner group name: 'Default' 2025-01-24T23:08:30.6461186Z Machine name: 'runner' 2025-01-24T23:08:30.6478623Z ##[group]Operating System 2025-01-24T23:08:30.6479314Z Ubuntu 2025-01-24T23:08:30.6479867Z 20.04.6 2025-01-24T23:08:30.6480343Z LTS 2025-01-24T23:08:30.6480776Z ##[endgroup] 2025-01-24T23:08:30.6481296Z ##[group]Runner Image 2025-01-24T23:08:30.6481836Z Image: ubuntu-20.04 2025-01-24T23:08:30.6482312Z Version: 20250120.2.0 2025-01-24T23:08:30.6483329Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250120.2/images/ubuntu/Ubuntu2004-Readme.md 2025-01-24T23:08:30.6484653Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250120.2 2025-01-24T23:08:30.6485499Z ##[endgroup] 2025-01-24T23:08:30.6486588Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T23:08:30.6488290Z Contents: read 2025-01-24T23:08:30.6489109Z Metadata: read 2025-01-24T23:08:30.6489734Z PullRequests: write 2025-01-24T23:08:30.6490285Z ##[endgroup] 2025-01-24T23:08:30.6493030Z Secret source: Actions 2025-01-24T23:08:30.6494016Z Prepare workflow directory 2025-01-24T23:08:30.6795005Z Prepare all required actions 2025-01-24T23:08:30.6830621Z Getting action download info 2025-01-24T23:08:30.9346509Z Download action repository 'pytorch/pytorch@main' (SHA:4cc5e880f9a889ecea66990a6533d2262e093f98) 2025-01-24T23:08:35.3046052Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-01-24T23:08:35.5189988Z Getting action download info 2025-01-24T23:08:35.7099840Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T23:08:35.7888019Z Complete job name: Check labels 2025-01-24T23:08:35.8582781Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T23:08:35.8583727Z with: 2025-01-24T23:08:35.8584045Z submodules: false 2025-01-24T23:08:35.8584396Z fetch-depth: 1 2025-01-24T23:08:35.8584973Z ##[endgroup] 2025-01-24T23:08:35.8678302Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T23:08:35.8679235Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T23:08:35.9090536Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T23:08:35.9091076Z ##[endgroup] 2025-01-24T23:08:35.9358031Z ##[group]Run retry () { 2025-01-24T23:08:35.9358528Z retry () { 2025-01-24T23:08:35.9359050Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T23:08:35.9359630Z } 2025-01-24T23:08:35.9360096Z echo "${GITHUB_WORKSPACE}" 2025-01-24T23:08:35.9360534Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T23:08:35.9360947Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T23:08:35.9361341Z else 2025-01-24T23:08:35.9361701Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T23:08:35.9362078Z fi 2025-01-24T23:08:35.9362379Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T23:08:35.9418403Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T23:08:35.9418818Z env: 2025-01-24T23:08:35.9419187Z NO_SUDO: 2025-01-24T23:08:35.9419478Z ##[endgroup] 2025-01-24T23:08:35.9504312Z /home/runner/work/pytorch/pytorch 2025-01-24T23:08:35.9668938Z ##[group]Run actions/checkout@v4 2025-01-24T23:08:35.9669564Z with: 2025-01-24T23:08:35.9670134Z ref: 4cc5e880f9a889ecea66990a6533d2262e093f98 2025-01-24T23:08:35.9670741Z fetch-depth: 1 2025-01-24T23:08:35.9671253Z submodules: false 2025-01-24T23:08:35.9671910Z show-progress: false 2025-01-24T23:08:35.9672468Z repository: pytorch/pytorch 2025-01-24T23:08:35.9673347Z token: *** 2025-01-24T23:08:35.9673799Z ssh-strict: true 2025-01-24T23:08:35.9674112Z ssh-user: git 2025-01-24T23:08:35.9674731Z persist-credentials: true 2025-01-24T23:08:35.9675070Z clean: true 2025-01-24T23:08:35.9675370Z sparse-checkout-cone-mode: true 2025-01-24T23:08:35.9675757Z fetch-tags: false 2025-01-24T23:08:35.9676064Z lfs: false 2025-01-24T23:08:35.9676368Z set-safe-directory: true 2025-01-24T23:08:35.9676703Z ##[endgroup] 2025-01-24T23:08:36.0687502Z Syncing repository: pytorch/pytorch 2025-01-24T23:08:36.0689079Z ##[group]Getting Git version info 2025-01-24T23:08:36.0689639Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-01-24T23:08:36.0690397Z [command]/usr/bin/git version 2025-01-24T23:08:36.2072467Z git version 2.48.1 2025-01-24T23:08:36.2098543Z ##[endgroup] 2025-01-24T23:08:36.2113240Z Temporarily overriding HOME='/home/runner/work/_temp/c972127a-060f-4c30-97d3-5f5f78ece007' before making global git config changes 2025-01-24T23:08:36.2114257Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T23:08:36.2117778Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T23:08:36.2203092Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-01-24T23:08:36.2206570Z ##[group]Initializing the repository 2025-01-24T23:08:36.2210254Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-01-24T23:08:36.2503559Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T23:08:36.2504841Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T23:08:36.2506649Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T23:08:36.2507390Z hint: 2025-01-24T23:08:36.2507884Z hint: git config --global init.defaultBranch 2025-01-24T23:08:36.2508435Z hint: 2025-01-24T23:08:36.2509262Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T23:08:36.2510029Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T23:08:36.2510663Z hint: 2025-01-24T23:08:36.2511281Z hint: git branch -m 2025-01-24T23:08:36.2512158Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-01-24T23:08:36.2516709Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T23:08:36.2597004Z ##[endgroup] 2025-01-24T23:08:36.2597660Z ##[group]Disabling automatic garbage collection 2025-01-24T23:08:36.2601018Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T23:08:36.2627207Z ##[endgroup] 2025-01-24T23:08:36.2627811Z ##[group]Setting up auth 2025-01-24T23:08:36.2633960Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T23:08:36.2662036Z [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-01-24T23:08:36.4366655Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T23:08:36.4398190Z [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-01-24T23:08:36.4624749Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T23:08:36.4668861Z ##[endgroup] 2025-01-24T23:08:36.4669996Z ##[group]Fetching the repository 2025-01-24T23:08:36.4677969Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 4cc5e880f9a889ecea66990a6533d2262e093f98 2025-01-24T23:08:43.9288619Z From https://github.com/pytorch/pytorch 2025-01-24T23:08:43.9289557Z * branch 4cc5e880f9a889ecea66990a6533d2262e093f98 -> FETCH_HEAD 2025-01-24T23:08:43.9312662Z ##[endgroup] 2025-01-24T23:08:43.9313134Z ##[group]Determining the checkout info 2025-01-24T23:08:43.9313948Z ##[endgroup] 2025-01-24T23:08:43.9319234Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T23:08:43.9403199Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T23:08:43.9428983Z ##[group]Checking out the ref 2025-01-24T23:08:43.9434464Z [command]/usr/bin/git checkout --progress --force 4cc5e880f9a889ecea66990a6533d2262e093f98 2025-01-24T23:08:44.9642835Z Updating files: 91% (16492/18012) 2025-01-24T23:08:44.9767034Z Updating files: 92% (16572/18012) 2025-01-24T23:08:44.9921944Z Updating files: 93% (16752/18012) 2025-01-24T23:08:45.0078905Z Updating files: 94% (16932/18012) 2025-01-24T23:08:45.0249172Z Updating files: 95% (17112/18012) 2025-01-24T23:08:45.0350742Z Updating files: 96% (17292/18012) 2025-01-24T23:08:45.0587428Z Updating files: 97% (17472/18012) 2025-01-24T23:08:45.0748253Z Updating files: 98% (17652/18012) 2025-01-24T23:08:45.0884845Z Updating files: 99% (17832/18012) 2025-01-24T23:08:45.0885423Z Updating files: 100% (18012/18012) 2025-01-24T23:08:45.0885887Z Updating files: 100% (18012/18012), done. 2025-01-24T23:08:45.1071283Z Note: switching to '4cc5e880f9a889ecea66990a6533d2262e093f98'. 2025-01-24T23:08:45.1071683Z 2025-01-24T23:08:45.1071901Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T23:08:45.1072386Z changes and commit them, and you can discard any commits you make in this 2025-01-24T23:08:45.1072896Z state without impacting any branches by switching back to a branch. 2025-01-24T23:08:45.1073173Z 2025-01-24T23:08:45.1073348Z If you want to create a new branch to retain commits you create, you may 2025-01-24T23:08:45.1073757Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T23:08:45.1074017Z 2025-01-24T23:08:45.1074198Z git switch -c 2025-01-24T23:08:45.1074387Z 2025-01-24T23:08:45.1074767Z Or undo this operation with: 2025-01-24T23:08:45.1074940Z 2025-01-24T23:08:45.1075063Z git switch - 2025-01-24T23:08:45.1075206Z 2025-01-24T23:08:45.1075420Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T23:08:45.1075759Z 2025-01-24T23:08:45.1075957Z HEAD is now at 4cc5e88 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T23:08:45.1184622Z ##[endgroup] 2025-01-24T23:08:45.1224355Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T23:08:45.1244649Z 4cc5e880f9a889ecea66990a6533d2262e093f98 2025-01-24T23:08:45.1507969Z ##[group]Run actions/setup-python@v4 2025-01-24T23:08:45.1508253Z with: 2025-01-24T23:08:45.1508428Z python-version: 3.9 2025-01-24T23:08:45.1508635Z architecture: x64 2025-01-24T23:08:45.1508828Z check-latest: false 2025-01-24T23:08:45.1509014Z cache: pip 2025-01-24T23:08:45.1509297Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2025-01-24T23:08:45.1509775Z token: *** 2025-01-24T23:08:45.1509967Z update-environment: true 2025-01-24T23:08:45.1510186Z allow-prereleases: false 2025-01-24T23:08:45.1510398Z ##[endgroup] 2025-01-24T23:08:45.2717499Z ##[group]Installed versions 2025-01-24T23:08:45.3193472Z Successfully set up CPython (3.9.21) 2025-01-24T23:08:45.3194323Z ##[endgroup] 2025-01-24T23:08:46.4552292Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-01-24T23:08:47.9080821Z /home/runner/.cache/pip 2025-01-24T23:08:49.6117513Z Received 8650741 of 25427957 (34.0%), 8.2 MBs/sec 2025-01-24T23:08:49.8345148Z Received 25427957 of 25427957 (100.0%), 19.8 MBs/sec 2025-01-24T23:08:49.8345800Z Cache Size: ~24 MB (25427957 B) 2025-01-24T23:08:49.8386889Z [command]/usr/bin/tar -xf /home/runner/work/_temp/87d473d7-4166-4cdf-83ae-ad84ad2bcb4c/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-01-24T23:08:49.9233279Z Cache restored successfully 2025-01-24T23:08:49.9293983Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-168b3569c5851a0a404eaad5d1dd746807144cdb2723559739796be02156c985 2025-01-24T23:08:49.9456705Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2025-01-24T23:08:49.9457204Z pip install -r .github/requirements-gha-cache.txt --user 2025-01-24T23:08:49.9519502Z shell: /usr/bin/bash -e {0} 2025-01-24T23:08:49.9519739Z env: 2025-01-24T23:08:49.9519975Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:49.9520384Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T23:08:49.9520773Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:49.9521112Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:49.9521457Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:49.9521801Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T23:08:49.9522093Z ##[endgroup] 2025-01-24T23:08:51.6574536Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2025-01-24T23:08:51.6594388Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-01-24T23:08:51.6817539Z Collecting jinja2==3.1.5 (from -r .github/requirements-gha-cache.txt (line 8)) 2025-01-24T23:08:51.6834571Z Using cached jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) 2025-01-24T23:08:51.7077707Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2025-01-24T23:08:51.7094738Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2025-01-24T23:08:51.7453346Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2025-01-24T23:08:51.7470127Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2025-01-24T23:08:51.7638466Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2025-01-24T23:08:51.7654919Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-01-24T23:08:51.8118547Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2025-01-24T23:08:51.8135830Z 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-01-24T23:08:51.8518066Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:51.8535833Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2025-01-24T23:08:51.9314944Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2025-01-24T23:08:51.9331918Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2025-01-24T23:08:52.5121855Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-01-24T23:08:52.5390655Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-01-24T23:08:52.5574288Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-01-24T23:08:52.5591687Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-01-24T23:08:52.5811313Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2025-01-24T23:08:52.5828763Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-01-24T23:08:52.6478691Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.5->-r .github/requirements-gha-cache.txt (line 8)) 2025-01-24T23:08:52.6496473Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-01-24T23:08:52.7436549Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:52.7455433Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-01-24T23:08:52.7648144Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:52.7665522Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-01-24T23:08:52.8209499Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:52.8227548Z Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-01-24T23:08:52.8488451Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:52.8505485Z Using cached certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) 2025-01-24T23:08:52.8736136Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-01-24T23:08:52.8752783Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-01-24T23:08:52.8902862Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-01-24T23:08:52.8918971Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2025-01-24T23:08:52.9229450Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2025-01-24T23:08:52.9246362Z Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) 2025-01-24T23:08:52.9465499Z 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-01-24T23:08:52.9482549Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-01-24T23:08:52.9602456Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2025-01-24T23:08:52.9618804Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-01-24T23:08:53.1636258Z 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-01-24T23:08:53.1653722Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-01-24T23:08:53.1705194Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-01-24T23:08:53.1723748Z Using cached jinja2-3.1.5-py3-none-any.whl (134 kB) 2025-01-24T23:08:53.1743416Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2025-01-24T23:08:53.1788072Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2025-01-24T23:08:53.1806110Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-01-24T23:08:53.1823904Z 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-01-24T23:08:53.1848060Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2025-01-24T23:08:53.1866378Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2025-01-24T23:08:53.1941654Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-01-24T23:08:53.3098487Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 133.2 MB/s eta 0:00:00 2025-01-24T23:08:53.3117623Z Using cached certifi-2024.12.14-py3-none-any.whl (164 kB) 2025-01-24T23:08:53.3137218Z Using cached charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) 2025-01-24T23:08:53.3155585Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-01-24T23:08:53.3172739Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2025-01-24T23:08:53.3190419Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-01-24T23:08:53.3208213Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-01-24T23:08:53.3225752Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-01-24T23:08:53.3242930Z Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB) 2025-01-24T23:08:53.3272610Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-01-24T23:08:53.3290787Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-01-24T23:08:53.3309701Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-01-24T23:08:53.3328634Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-01-24T23:08:53.4584035Z 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-01-24T23:08:55.3868299Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.99 certifi-2024.12.14 charset-normalizer-3.4.1 colorama-0.4.6 commonmark-0.9.1 idna-3.10 jinja2-3.1.5 jmespath-1.0.1 lintrunner-0.10.7 ninja-1.10.0.post1 nvidia-ml-py-11.525.84 pygments-2.19.1 python-dateutil-2.9.0.post0 pyyaml-6.0 requests-2.32.2 rich-10.9.0 s3transfer-0.10.4 six-1.17.0 urllib3-1.26.20 2025-01-24T23:08:55.5906569Z ##[group]Run set -ex 2025-01-24T23:08:55.5906843Z set -ex 2025-01-24T23:08:55.5907165Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2025-01-24T23:08:55.5965728Z shell: /usr/bin/bash -e {0} 2025-01-24T23:08:55.5965955Z env: 2025-01-24T23:08:55.5966211Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:55.5966619Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T23:08:55.5967029Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:55.5967406Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:55.5967745Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T23:08:55.5968093Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T23:08:55.5968616Z GITHUB_TOKEN: *** 2025-01-24T23:08:55.5968814Z PR_NUM: 145539 2025-01-24T23:08:55.5968998Z ##[endgroup] 2025-01-24T23:08:55.6046303Z + python3 .github/scripts/check_labels.py --exit-non-zero 145539 2025-01-24T23:08:58.0636784Z Post job cleanup. 2025-01-24T23:08:58.1737249Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-168b3569c5851a0a404eaad5d1dd746807144cdb2723559739796be02156c985, not saving cache. 2025-01-24T23:08:58.1843698Z Post job cleanup. 2025-01-24T23:08:58.1884639Z Post job cleanup. 2025-01-24T23:08:58.2805346Z [command]/usr/bin/git version 2025-01-24T23:08:58.2840170Z git version 2.48.1 2025-01-24T23:08:58.2888502Z Temporarily overriding HOME='/home/runner/work/_temp/2bf5b9ed-bdae-44b6-9e8b-d5b64f825fe7' before making global git config changes 2025-01-24T23:08:58.2889865Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T23:08:58.2894486Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T23:08:58.2927498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T23:08:58.2958413Z [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-01-24T23:08:58.3204057Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T23:08:58.3223969Z http.https://github.com/.extraheader 2025-01-24T23:08:58.3236078Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T23:08:58.3265632Z [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-01-24T23:08:58.3613127Z Cleaning up orphan processes