2024-11-01T19:22:23.7247542Z Current runner version: '2.320.0' 2024-11-01T19:22:23.7253083Z Runner name: 'linux.20_04.4x_b0cc8fddaa05' 2024-11-01T19:22:23.7253786Z Runner group name: 'Default' 2024-11-01T19:22:23.7254463Z Machine name: 'runner' 2024-11-01T19:22:23.7269615Z ##[group]Operating System 2024-11-01T19:22:23.7270175Z Ubuntu 2024-11-01T19:22:23.7270593Z 20.04.6 2024-11-01T19:22:23.7270878Z LTS 2024-11-01T19:22:23.7271196Z ##[endgroup] 2024-11-01T19:22:23.7271612Z ##[group]Runner Image 2024-11-01T19:22:23.7272006Z Image: ubuntu-20.04 2024-11-01T19:22:23.7272414Z Version: 20241006.1.0 2024-11-01T19:22:23.7273403Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241006.1/images/ubuntu/Ubuntu2004-Readme.md 2024-11-01T19:22:23.7274765Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241006.1 2024-11-01T19:22:23.7275621Z ##[endgroup] 2024-11-01T19:22:23.7289836Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T19:22:23.7291356Z Contents: read 2024-11-01T19:22:23.7292016Z Metadata: read 2024-11-01T19:22:23.7292501Z PullRequests: write 2024-11-01T19:22:23.7292937Z ##[endgroup] 2024-11-01T19:22:23.7295721Z Secret source: Actions 2024-11-01T19:22:23.7296349Z Prepare workflow directory 2024-11-01T19:22:23.7910293Z Prepare all required actions 2024-11-01T19:22:23.8067334Z Getting action download info 2024-11-01T19:22:24.0755834Z Download action repository 'pytorch/pytorch@main' (SHA:f3b485eb2a4906cea8f2bd306ceb8bfa53c28b57) 2024-11-01T19:22:29.7857900Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-11-01T19:22:30.0092176Z Getting action download info 2024-11-01T19:22:30.1713894Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T19:22:30.5506951Z Complete job name: Check labels 2024-11-01T19:22:30.6419693Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T19:22:30.6420215Z with: 2024-11-01T19:22:30.6420446Z submodules: false 2024-11-01T19:22:30.6420718Z fetch-depth: 1 2024-11-01T19:22:30.6421030Z ##[endgroup] 2024-11-01T19:22:30.6637725Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T19:22:30.6638903Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T19:22:30.6676475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T19:22:30.6676941Z ##[endgroup] 2024-11-01T19:22:30.7074001Z ##[group]Run retry () { 2024-11-01T19:22:30.7074318Z retry () { 2024-11-01T19:22:30.7074735Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T19:22:30.7075178Z } 2024-11-01T19:22:30.7075451Z echo "${GITHUB_WORKSPACE}" 2024-11-01T19:22:30.7075795Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T19:22:30.7076185Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T19:22:30.7076581Z else 2024-11-01T19:22:30.7076856Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T19:22:30.7077205Z fi 2024-11-01T19:22:30.7077450Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T19:22:30.7110641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T19:22:30.7111092Z env: 2024-11-01T19:22:30.7111293Z NO_SUDO: 2024-11-01T19:22:30.7111507Z ##[endgroup] 2024-11-01T19:22:30.7194498Z /home/runner/work/pytorch/pytorch 2024-11-01T19:22:30.7317828Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T19:22:30.7318273Z with: 2024-11-01T19:22:30.7318550Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T19:22:30.7318917Z fetch-depth: 1 2024-11-01T19:22:30.7319162Z submodules: false 2024-11-01T19:22:30.7319426Z quiet-checkout: true 2024-11-01T19:22:30.7319711Z repository: pytorch/pytorch 2024-11-01T19:22:30.7320269Z token: *** 2024-11-01T19:22:30.7320517Z ssh-strict: true 2024-11-01T19:22:30.7320779Z persist-credentials: true 2024-11-01T19:22:30.7321343Z clean: true 2024-11-01T19:22:30.7321596Z sparse-checkout-cone-mode: true 2024-11-01T19:22:30.7321907Z lfs: false 2024-11-01T19:22:30.7322140Z set-safe-directory: true 2024-11-01T19:22:30.7322407Z ##[endgroup] 2024-11-01T19:22:30.8228512Z Syncing repository: pytorch/pytorch 2024-11-01T19:22:30.8230734Z ##[group]Getting Git version info 2024-11-01T19:22:30.8231705Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-11-01T19:22:30.8232734Z [command]/usr/bin/git version 2024-11-01T19:22:30.9346951Z git version 2.46.2 2024-11-01T19:22:30.9373925Z ##[endgroup] 2024-11-01T19:22:30.9388901Z Temporarily overriding HOME='/home/runner/work/_temp/59031c59-5434-4b63-b58b-592ff9af933f' before making global git config changes 2024-11-01T19:22:30.9389955Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T19:22:30.9392751Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T19:22:30.9461805Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-11-01T19:22:30.9465134Z ##[group]Initializing the repository 2024-11-01T19:22:30.9468564Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-11-01T19:22:31.0135141Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T19:22:31.0136800Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T19:22:31.0137911Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T19:22:31.0138732Z hint: 2024-11-01T19:22:31.0139456Z hint: git config --global init.defaultBranch 2024-11-01T19:22:31.0140159Z hint: 2024-11-01T19:22:31.0140958Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T19:22:31.0142623Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T19:22:31.0143557Z hint: 2024-11-01T19:22:31.0144076Z hint: git branch -m 2024-11-01T19:22:31.0144915Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-11-01T19:22:31.0148768Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T19:22:31.0216381Z ##[endgroup] 2024-11-01T19:22:31.0217205Z ##[group]Disabling automatic garbage collection 2024-11-01T19:22:31.0220361Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T19:22:31.0247184Z ##[endgroup] 2024-11-01T19:22:31.0247962Z ##[group]Setting up auth 2024-11-01T19:22:31.0253488Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T19:22:31.0280175Z [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' || :" 2024-11-01T19:22:31.1581398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T19:22:31.1607329Z [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' || :" 2024-11-01T19:22:31.1816668Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T19:22:31.1847177Z ##[endgroup] 2024-11-01T19:22:31.1847992Z ##[group]Fetching the repository 2024-11-01T19:22:31.1854597Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T19:22:31.7198784Z remote: Enumerating objects: 11385, done. 2024-11-01T19:22:31.7199583Z remote: Counting objects: 0% (1/11385) 2024-11-01T19:22:31.7200286Z remote: Counting objects: 1% (114/11385) 2024-11-01T19:22:31.7200901Z remote: Counting objects: 2% (228/11385) 2024-11-01T19:22:31.7201323Z remote: Counting objects: 3% (342/11385) 2024-11-01T19:22:31.7202020Z remote: Counting objects: 4% (456/11385) 2024-11-01T19:22:31.7202423Z remote: Counting objects: 5% (570/11385) 2024-11-01T19:22:31.7202829Z remote: Counting objects: 6% (684/11385) 2024-11-01T19:22:31.7203232Z remote: Counting objects: 7% (797/11385) 2024-11-01T19:22:31.7203628Z remote: Counting objects: 8% (911/11385) 2024-11-01T19:22:31.7204032Z remote: Counting objects: 9% (1025/11385) 2024-11-01T19:22:31.7218166Z remote: Counting objects: 10% (1139/11385) 2024-11-01T19:22:31.7218996Z remote: Counting objects: 11% (1253/11385) 2024-11-01T19:22:31.7219788Z remote: Counting objects: 12% (1367/11385) 2024-11-01T19:22:31.7220577Z remote: Counting objects: 13% (1481/11385) 2024-11-01T19:22:31.7221330Z remote: Counting objects: 14% (1594/11385) 2024-11-01T19:22:31.7222076Z remote: Counting objects: 15% (1708/11385) 2024-11-01T19:22:31.7222893Z remote: Counting objects: 16% (1822/11385) 2024-11-01T19:22:31.7223670Z remote: Counting objects: 17% (1936/11385) 2024-11-01T19:22:31.7224426Z remote: Counting objects: 18% (2050/11385) 2024-11-01T19:22:31.7225182Z remote: Counting objects: 19% (2164/11385) 2024-11-01T19:22:31.7225919Z remote: Counting objects: 20% (2277/11385) 2024-11-01T19:22:31.7226980Z remote: Counting objects: 21% (2391/11385) 2024-11-01T19:22:31.7227728Z remote: Counting objects: 22% (2505/11385) 2024-11-01T19:22:31.7228464Z remote: Counting objects: 23% (2619/11385) 2024-11-01T19:22:31.7229216Z remote: Counting objects: 24% (2733/11385) 2024-11-01T19:22:31.7229995Z remote: Counting objects: 25% (2847/11385) 2024-11-01T19:22:31.7230777Z remote: Counting objects: 26% (2961/11385) 2024-11-01T19:22:31.7231866Z remote: Counting objects: 27% (3074/11385) 2024-11-01T19:22:31.7232668Z remote: Counting objects: 28% (3188/11385) 2024-11-01T19:22:31.7233408Z remote: Counting objects: 29% (3302/11385) 2024-11-01T19:22:31.7252963Z remote: Counting objects: 30% (3416/11385) 2024-11-01T19:22:31.7253776Z remote: Counting objects: 31% (3530/11385) 2024-11-01T19:22:31.7254858Z remote: Counting objects: 32% (3644/11385) 2024-11-01T19:22:31.7255641Z remote: Counting objects: 33% (3758/11385) 2024-11-01T19:22:31.7256416Z remote: Counting objects: 34% (3871/11385) 2024-11-01T19:22:31.7257198Z remote: Counting objects: 35% (3985/11385) 2024-11-01T19:22:31.7257994Z remote: Counting objects: 36% (4099/11385) 2024-11-01T19:22:31.7258734Z remote: Counting objects: 37% (4213/11385) 2024-11-01T19:22:31.7259472Z remote: Counting objects: 38% (4327/11385) 2024-11-01T19:22:31.7260214Z remote: Counting objects: 39% (4441/11385) 2024-11-01T19:22:31.7260923Z remote: Counting objects: 40% (4554/11385) 2024-11-01T19:22:31.7261663Z remote: Counting objects: 41% (4668/11385) 2024-11-01T19:22:31.7262423Z remote: Counting objects: 42% (4782/11385) 2024-11-01T19:22:31.7263134Z remote: Counting objects: 43% (4896/11385) 2024-11-01T19:22:31.7263841Z remote: Counting objects: 44% (5010/11385) 2024-11-01T19:22:31.7264553Z remote: Counting objects: 45% (5124/11385) 2024-11-01T19:22:31.7265269Z remote: Counting objects: 46% (5238/11385) 2024-11-01T19:22:31.7265985Z remote: Counting objects: 47% (5351/11385) 2024-11-01T19:22:31.7266962Z remote: Counting objects: 48% (5465/11385) 2024-11-01T19:22:31.7267676Z remote: Counting objects: 49% (5579/11385) 2024-11-01T19:22:31.7268402Z remote: Counting objects: 50% (5693/11385) 2024-11-01T19:22:31.7311461Z remote: Counting objects: 51% (5807/11385) 2024-11-01T19:22:31.7312384Z remote: Counting objects: 52% (5921/11385) 2024-11-01T19:22:31.7313185Z remote: Counting objects: 53% (6035/11385) 2024-11-01T19:22:31.7313972Z remote: Counting objects: 54% (6148/11385) 2024-11-01T19:22:31.7315101Z remote: Counting objects: 55% (6262/11385) 2024-11-01T19:22:31.7315885Z remote: Counting objects: 56% (6376/11385) 2024-11-01T19:22:31.7316648Z remote: Counting objects: 57% (6490/11385) 2024-11-01T19:22:31.7317430Z remote: Counting objects: 58% (6604/11385) 2024-11-01T19:22:31.7318214Z remote: Counting objects: 59% (6718/11385) 2024-11-01T19:22:31.7318971Z remote: Counting objects: 60% (6831/11385) 2024-11-01T19:22:31.7319734Z remote: Counting objects: 61% (6945/11385) 2024-11-01T19:22:31.7320516Z remote: Counting objects: 62% (7059/11385) 2024-11-01T19:22:31.7321263Z remote: Counting objects: 63% (7173/11385) 2024-11-01T19:22:31.7322030Z remote: Counting objects: 64% (7287/11385) 2024-11-01T19:22:31.7322803Z remote: Counting objects: 65% (7401/11385) 2024-11-01T19:22:31.7323550Z remote: Counting objects: 66% (7515/11385) 2024-11-01T19:22:31.7324266Z remote: Counting objects: 67% (7628/11385) 2024-11-01T19:22:31.7325011Z remote: Counting objects: 68% (7742/11385) 2024-11-01T19:22:31.7325732Z remote: Counting objects: 69% (7856/11385) 2024-11-01T19:22:31.7326447Z remote: Counting objects: 70% (7970/11385) 2024-11-01T19:22:31.7327167Z remote: Counting objects: 71% (8084/11385) 2024-11-01T19:22:31.7327900Z remote: Counting objects: 72% (8198/11385) 2024-11-01T19:22:31.7354226Z remote: Counting objects: 73% (8312/11385) 2024-11-01T19:22:31.7355046Z remote: Counting objects: 74% (8425/11385) 2024-11-01T19:22:31.7355807Z remote: Counting objects: 75% (8539/11385) 2024-11-01T19:22:31.7356568Z remote: Counting objects: 76% (8653/11385) 2024-11-01T19:22:31.7357561Z remote: Counting objects: 77% (8767/11385) 2024-11-01T19:22:31.7358330Z remote: Counting objects: 78% (8881/11385) 2024-11-01T19:22:31.7359073Z remote: Counting objects: 79% (8995/11385) 2024-11-01T19:22:31.7359799Z remote: Counting objects: 80% (9108/11385) 2024-11-01T19:22:31.7360512Z remote: Counting objects: 81% (9222/11385) 2024-11-01T19:22:31.7361226Z remote: Counting objects: 82% (9336/11385) 2024-11-01T19:22:31.7361968Z remote: Counting objects: 83% (9450/11385) 2024-11-01T19:22:31.7362672Z remote: Counting objects: 84% (9564/11385) 2024-11-01T19:22:31.7363366Z remote: Counting objects: 85% (9678/11385) 2024-11-01T19:22:31.7364075Z remote: Counting objects: 86% (9792/11385) 2024-11-01T19:22:31.7364796Z remote: Counting objects: 87% (9905/11385) 2024-11-01T19:22:31.7365524Z remote: Counting objects: 88% (10019/11385) 2024-11-01T19:22:31.7366321Z remote: Counting objects: 89% (10133/11385) 2024-11-01T19:22:31.7367135Z remote: Counting objects: 90% (10247/11385) 2024-11-01T19:22:31.7367929Z remote: Counting objects: 91% (10361/11385) 2024-11-01T19:22:31.7368738Z remote: Counting objects: 92% (10475/11385) 2024-11-01T19:22:31.7369547Z remote: Counting objects: 93% (10589/11385) 2024-11-01T19:22:31.7858965Z remote: Counting objects: 94% (10702/11385) 2024-11-01T19:22:31.7859963Z remote: Counting objects: 95% (10816/11385) 2024-11-01T19:22:31.7860559Z remote: Counting objects: 96% (10930/11385) 2024-11-01T19:22:31.7861123Z remote: Counting objects: 97% (11044/11385) 2024-11-01T19:22:31.7861610Z remote: Counting objects: 98% (11158/11385) 2024-11-01T19:22:31.7862032Z remote: Counting objects: 99% (11272/11385) 2024-11-01T19:22:31.7862454Z remote: Counting objects: 100% (11385/11385) 2024-11-01T19:22:31.7862911Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T19:22:31.7863395Z remote: Compressing objects: 0% (1/9985) 2024-11-01T19:22:31.7863830Z remote: Compressing objects: 1% (100/9985) 2024-11-01T19:22:31.8418634Z remote: Compressing objects: 2% (200/9985) 2024-11-01T19:22:31.9057580Z remote: Compressing objects: 3% (300/9985) 2024-11-01T19:22:31.9058523Z remote: Compressing objects: 4% (400/9985) 2024-11-01T19:22:31.9697177Z remote: Compressing objects: 5% (500/9985) 2024-11-01T19:22:32.0335544Z remote: Compressing objects: 6% (600/9985) 2024-11-01T19:22:32.0979214Z remote: Compressing objects: 7% (699/9985) 2024-11-01T19:22:32.1623304Z remote: Compressing objects: 8% (799/9985) 2024-11-01T19:22:32.2253929Z remote: Compressing objects: 9% (899/9985) 2024-11-01T19:22:32.2893424Z remote: Compressing objects: 10% (999/9985) 2024-11-01T19:22:32.2894369Z remote: Compressing objects: 11% (1099/9985) 2024-11-01T19:22:32.3532708Z remote: Compressing objects: 12% (1199/9985) 2024-11-01T19:22:32.4171008Z remote: Compressing objects: 13% (1299/9985) 2024-11-01T19:22:32.4817554Z remote: Compressing objects: 14% (1398/9985) 2024-11-01T19:22:32.4818490Z remote: Compressing objects: 15% (1498/9985) 2024-11-01T19:22:32.5452813Z remote: Compressing objects: 16% (1598/9985) 2024-11-01T19:22:32.6099391Z remote: Compressing objects: 17% (1698/9985) 2024-11-01T19:22:32.6750456Z remote: Compressing objects: 18% (1798/9985) 2024-11-01T19:22:32.7386026Z remote: Compressing objects: 19% (1898/9985) 2024-11-01T19:22:32.8027676Z remote: Compressing objects: 20% (1997/9985) 2024-11-01T19:22:32.8028652Z remote: Compressing objects: 20% (2056/9985) 2024-11-01T19:22:32.8678751Z remote: Compressing objects: 21% (2097/9985) 2024-11-01T19:22:32.8679627Z remote: Compressing objects: 22% (2197/9985) 2024-11-01T19:22:32.9740232Z remote: Compressing objects: 23% (2297/9985) 2024-11-01T19:22:33.0378644Z remote: Compressing objects: 24% (2397/9985) 2024-11-01T19:22:33.0379503Z remote: Compressing objects: 25% (2497/9985) 2024-11-01T19:22:33.1804297Z remote: Compressing objects: 26% (2597/9985) 2024-11-01T19:22:33.1805294Z remote: Compressing objects: 27% (2696/9985) 2024-11-01T19:22:33.1805871Z remote: Compressing objects: 28% (2796/9985) 2024-11-01T19:22:33.3180250Z remote: Compressing objects: 29% (2896/9985) 2024-11-01T19:22:33.3181112Z remote: Compressing objects: 30% (2996/9985) 2024-11-01T19:22:33.3820541Z remote: Compressing objects: 31% (3096/9985) 2024-11-01T19:22:33.3821220Z remote: Compressing objects: 32% (3196/9985) 2024-11-01T19:22:33.3821671Z remote: Compressing objects: 33% (3296/9985) 2024-11-01T19:22:33.3822119Z remote: Compressing objects: 34% (3395/9985) 2024-11-01T19:22:33.5259548Z remote: Compressing objects: 35% (3495/9985) 2024-11-01T19:22:33.5260569Z remote: Compressing objects: 36% (3595/9985) 2024-11-01T19:22:33.5261475Z remote: Compressing objects: 37% (3695/9985) 2024-11-01T19:22:33.5262358Z remote: Compressing objects: 38% (3795/9985) 2024-11-01T19:22:33.5263293Z remote: Compressing objects: 39% (3895/9985) 2024-11-01T19:22:33.5264176Z remote: Compressing objects: 40% (3994/9985) 2024-11-01T19:22:33.5264884Z remote: Compressing objects: 41% (4094/9985) 2024-11-01T19:22:33.6699993Z remote: Compressing objects: 42% (4194/9985) 2024-11-01T19:22:33.6700995Z remote: Compressing objects: 43% (4294/9985) 2024-11-01T19:22:33.6701899Z remote: Compressing objects: 44% (4394/9985) 2024-11-01T19:22:33.6702793Z remote: Compressing objects: 45% (4494/9985) 2024-11-01T19:22:33.7339206Z remote: Compressing objects: 46% (4594/9985) 2024-11-01T19:22:33.7978888Z remote: Compressing objects: 47% (4693/9985) 2024-11-01T19:22:33.7979661Z remote: Compressing objects: 47% (4781/9985) 2024-11-01T19:22:33.7980235Z remote: Compressing objects: 48% (4793/9985) 2024-11-01T19:22:33.8617566Z remote: Compressing objects: 49% (4893/9985) 2024-11-01T19:22:33.9264509Z remote: Compressing objects: 50% (4993/9985) 2024-11-01T19:22:33.9265581Z remote: Compressing objects: 51% (5093/9985) 2024-11-01T19:22:33.9899781Z remote: Compressing objects: 52% (5193/9985) 2024-11-01T19:22:33.9900651Z remote: Compressing objects: 53% (5293/9985) 2024-11-01T19:22:33.9901230Z remote: Compressing objects: 54% (5392/9985) 2024-11-01T19:22:34.0540481Z remote: Compressing objects: 55% (5492/9985) 2024-11-01T19:22:34.0541201Z remote: Compressing objects: 56% (5592/9985) 2024-11-01T19:22:34.1180786Z remote: Compressing objects: 57% (5692/9985) 2024-11-01T19:22:34.1821166Z remote: Compressing objects: 58% (5792/9985) 2024-11-01T19:22:34.1822467Z remote: Compressing objects: 59% (5892/9985) 2024-11-01T19:22:34.1823327Z remote: Compressing objects: 60% (5991/9985) 2024-11-01T19:22:34.1823895Z remote: Compressing objects: 61% (6091/9985) 2024-11-01T19:22:34.2461261Z remote: Compressing objects: 62% (6191/9985) 2024-11-01T19:22:34.2462130Z remote: Compressing objects: 63% (6291/9985) 2024-11-01T19:22:34.2462720Z remote: Compressing objects: 64% (6391/9985) 2024-11-01T19:22:34.2463280Z remote: Compressing objects: 65% (6491/9985) 2024-11-01T19:22:34.3859661Z remote: Compressing objects: 66% (6591/9985) 2024-11-01T19:22:34.3860511Z remote: Compressing objects: 67% (6690/9985) 2024-11-01T19:22:34.3861208Z remote: Compressing objects: 68% (6790/9985) 2024-11-01T19:22:34.3861932Z remote: Compressing objects: 69% (6890/9985) 2024-11-01T19:22:34.3862463Z remote: Compressing objects: 70% (6990/9985) 2024-11-01T19:22:34.3862904Z remote: Compressing objects: 71% (7090/9985) 2024-11-01T19:22:34.3865845Z remote: Compressing objects: 72% (7190/9985) 2024-11-01T19:22:34.3866692Z remote: Compressing objects: 73% (7290/9985) 2024-11-01T19:22:34.3867149Z remote: Compressing objects: 74% (7389/9985) 2024-11-01T19:22:34.3867606Z remote: Compressing objects: 75% (7489/9985) 2024-11-01T19:22:34.3868044Z remote: Compressing objects: 76% (7589/9985) 2024-11-01T19:22:34.3868470Z remote: Compressing objects: 77% (7689/9985) 2024-11-01T19:22:34.5258944Z remote: Compressing objects: 78% (7789/9985) 2024-11-01T19:22:34.5259894Z remote: Compressing objects: 79% (7889/9985) 2024-11-01T19:22:34.5260809Z remote: Compressing objects: 80% (7988/9985) 2024-11-01T19:22:34.5261711Z remote: Compressing objects: 81% (8088/9985) 2024-11-01T19:22:34.5262636Z remote: Compressing objects: 82% (8188/9985) 2024-11-01T19:22:34.5263430Z remote: Compressing objects: 83% (8288/9985) 2024-11-01T19:22:34.5264155Z remote: Compressing objects: 84% (8388/9985) 2024-11-01T19:22:34.5264865Z remote: Compressing objects: 85% (8488/9985) 2024-11-01T19:22:34.5265617Z remote: Compressing objects: 86% (8588/9985) 2024-11-01T19:22:34.5737077Z remote: Compressing objects: 87% (8687/9985) 2024-11-01T19:22:34.5738086Z remote: Compressing objects: 88% (8787/9985) 2024-11-01T19:22:34.5738977Z remote: Compressing objects: 89% (8887/9985) 2024-11-01T19:22:34.5739868Z remote: Compressing objects: 90% (8987/9985) 2024-11-01T19:22:34.5740704Z remote: Compressing objects: 91% (9087/9985) 2024-11-01T19:22:34.5741576Z remote: Compressing objects: 92% (9187/9985) 2024-11-01T19:22:34.5742497Z remote: Compressing objects: 93% (9287/9985) 2024-11-01T19:22:34.5743041Z remote: Compressing objects: 94% (9386/9985) 2024-11-01T19:22:34.5743718Z remote: Compressing objects: 95% (9486/9985) 2024-11-01T19:22:34.5744260Z remote: Compressing objects: 96% (9586/9985) 2024-11-01T19:22:34.5744712Z remote: Compressing objects: 97% (9686/9985) 2024-11-01T19:22:34.5745135Z remote: Compressing objects: 98% (9786/9985) 2024-11-01T19:22:34.5745551Z remote: Compressing objects: 99% (9886/9985) 2024-11-01T19:22:34.5746729Z remote: Compressing objects: 100% (9985/9985) 2024-11-01T19:22:34.5747198Z remote: Compressing objects: 100% (9985/9985), done. 2024-11-01T19:22:37.6780168Z remote: Total 11385 (delta 1371), reused 4207 (delta 1106), pack-reused 0 (from 0) 2024-11-01T19:22:38.0101424Z ##[endgroup] 2024-11-01T19:22:38.0102215Z ##[group]Determining the checkout info 2024-11-01T19:22:38.0103594Z ##[endgroup] 2024-11-01T19:22:38.0104323Z ##[group]Checking out the ref 2024-11-01T19:22:38.0109254Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T19:22:39.3982634Z ##[endgroup] 2024-11-01T19:22:39.4020459Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T19:22:39.4041825Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T19:22:39.4200378Z ##[group]Run actions/setup-python@v4 2024-11-01T19:22:39.4200734Z with: 2024-11-01T19:22:39.4200956Z python-version: 3.9 2024-11-01T19:22:39.4201239Z architecture: x64 2024-11-01T19:22:39.4201508Z check-latest: false 2024-11-01T19:22:39.4201762Z cache: pip 2024-11-01T19:22:39.4202141Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2024-11-01T19:22:39.4202748Z token: *** 2024-11-01T19:22:39.4202997Z update-environment: true 2024-11-01T19:22:39.4203295Z allow-prereleases: false 2024-11-01T19:22:39.4203560Z ##[endgroup] 2024-11-01T19:22:39.5389294Z ##[group]Installed versions 2024-11-01T19:22:39.7634359Z Successfully set up CPython (3.9.20) 2024-11-01T19:22:39.7635438Z ##[endgroup] 2024-11-01T19:22:40.8165901Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-11-01T19:22:45.8831158Z /home/runner/.cache/pip 2024-11-01T19:22:47.5431478Z Received 0 of 576533953 (0.0%), 0.0 MBs/sec 2024-11-01T19:22:48.5437089Z Received 138412032 of 576533953 (24.0%), 65.9 MBs/sec 2024-11-01T19:22:49.5432269Z Received 285212672 of 576533953 (49.5%), 90.6 MBs/sec 2024-11-01T19:22:50.5441492Z Received 423624704 of 576533953 (73.5%), 100.9 MBs/sec 2024-11-01T19:22:51.5451356Z Received 572339649 of 576533953 (99.3%), 109.1 MBs/sec 2024-11-01T19:22:52.2650497Z Received 576533953 of 576533953 (100.0%), 96.1 MBs/sec 2024-11-01T19:22:52.2651799Z Cache Size: ~550 MB (576533953 B) 2024-11-01T19:22:52.2697731Z [command]/usr/bin/tar -xf /home/runner/work/_temp/bb98047b-91d9-461c-9867-b78cf8a28688/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-11-01T19:22:53.3965271Z Cache restored successfully 2024-11-01T19:22:53.5170837Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-05bab1a62f651570b5719e0011607c2d7267ec212de43407ec1356ee74f58d47 2024-11-01T19:22:53.5359442Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2024-11-01T19:22:53.5360092Z pip install -r .github/requirements-gha-cache.txt --user 2024-11-01T19:22:53.5396644Z shell: /usr/bin/bash -e {0} 2024-11-01T19:22:53.5396947Z env: 2024-11-01T19:22:53.5397255Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:53.5397859Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T19:22:53.5398434Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:53.5398949Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:53.5399446Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:53.5399944Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T19:22:53.5400354Z ##[endgroup] 2024-11-01T19:22:55.6678305Z Collecting boto3==1.35.42 (from -r .github/requirements-gha-cache.txt (line 7)) 2024-11-01T19:22:55.6692889Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2024-11-01T19:22:55.6932075Z Collecting jinja2==3.1.4 (from -r .github/requirements-gha-cache.txt (line 8)) 2024-11-01T19:22:55.6949550Z Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-11-01T19:22:55.7184116Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2024-11-01T19:22:55.7201066Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2024-11-01T19:22:55.7550331Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2024-11-01T19:22:55.7567079Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2024-11-01T19:22:55.7724738Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2024-11-01T19:22:55.7741019Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2024-11-01T19:22:55.8208344Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2024-11-01T19:22:55.8225380Z 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) 2024-11-01T19:22:55.8604201Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:55.8621020Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2024-11-01T19:22:55.9404620Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2024-11-01T19:22:55.9421606Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2024-11-01T19:22:55.9658772Z Collecting rockset==1.0.3 (from -r .github/requirements-gha-cache.txt (line 15)) 2024-11-01T19:22:55.9675222Z Using cached rockset-1.0.3-py3-none-any.whl.metadata (2.4 kB) 2024-11-01T19:22:56.5683239Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2024-11-01T19:22:56.5954640Z Downloading botocore-1.35.53-py3-none-any.whl.metadata (5.7 kB) 2024-11-01T19:22:56.6130878Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2024-11-01T19:22:56.6147206Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2024-11-01T19:22:56.6351721Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements-gha-cache.txt (line 7)) 2024-11-01T19:22:56.6369727Z Using cached s3transfer-0.10.3-py3-none-any.whl.metadata (1.7 kB) 2024-11-01T19:22:56.7031564Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.4->-r .github/requirements-gha-cache.txt (line 8)) 2024-11-01T19:22:56.7049037Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-11-01T19:22:56.7923451Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:56.7941087Z Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) 2024-11-01T19:22:56.8134924Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:56.8150971Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-11-01T19:22:56.8664855Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:56.8686079Z Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) 2024-11-01T19:22:56.8936263Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:56.8952943Z Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) 2024-11-01T19:22:56.9188241Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-11-01T19:22:56.9200343Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2024-11-01T19:22:56.9345857Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-11-01T19:22:56.9363053Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2024-11-01T19:22:56.9670338Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-11-01T19:22:56.9687242Z Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-11-01T19:22:56.9848832Z Collecting geojson<3.0.0,>=2.5.0 (from rockset==1.0.3->-r .github/requirements-gha-cache.txt (line 15)) 2024-11-01T19:22:56.9865997Z Using cached geojson-2.5.0-py2.py3-none-any.whl.metadata (15 kB) 2024-11-01T19:22:57.0070117Z Collecting python_dateutil<3.0.0,>=2.5.3 (from rockset==1.0.3->-r .github/requirements-gha-cache.txt (line 15)) 2024-11-01T19:22:57.0087314Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-11-01T19:22:57.0204111Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-11-01T19:22:57.0221212Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2024-11-01T19:22:57.0669559Z Collecting six>=1.5 (from python_dateutil<3.0.0,>=2.5.3->rockset==1.0.3->-r .github/requirements-gha-cache.txt (line 15)) 2024-11-01T19:22:57.0686262Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-11-01T19:22:57.2490355Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2024-11-01T19:22:57.2509685Z Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-11-01T19:22:57.2528931Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2024-11-01T19:22:57.2572742Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2024-11-01T19:22:57.2590530Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2024-11-01T19:22:57.2607316Z 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) 2024-11-01T19:22:57.2630793Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2024-11-01T19:22:57.2647939Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2024-11-01T19:22:57.2666904Z Using cached rockset-1.0.3-py3-none-any.whl (699 kB) 2024-11-01T19:22:57.2749529Z Downloading botocore-1.35.53-py3-none-any.whl (12.7 MB) 2024-11-01T19:22:57.3636087Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 175.2 MB/s eta 0:00:00 2024-11-01T19:22:57.3653004Z Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-11-01T19:22:57.3672841Z Using cached charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) 2024-11-01T19:22:57.3690910Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-11-01T19:22:57.3708410Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2024-11-01T19:22:57.3725514Z Using cached geojson-2.5.0-py2.py3-none-any.whl (14 kB) 2024-11-01T19:22:57.3742370Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-11-01T19:22:57.3760840Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-11-01T19:22:57.3778008Z Using cached MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2024-11-01T19:22:57.3794301Z Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-11-01T19:22:57.3824486Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-11-01T19:22:57.3844665Z Using cached s3transfer-0.10.3-py3-none-any.whl (82 kB) 2024-11-01T19:22:57.3862131Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2024-11-01T19:22:57.3880579Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-11-01T19:22:57.5421892Z Installing collected packages: nvidia-ml-py, ninja, geojson, commonmark, urllib3, six, pyyaml, pygments, MarkupSafe, lintrunner, jmespath, idna, colorama, charset-normalizer, certifi, rich, requests, python_dateutil, jinja2, rockset, botocore, s3transfer, boto3 2024-11-01T19:22:59.6775087Z Successfully installed MarkupSafe-3.0.2 boto3-1.35.42 botocore-1.35.53 certifi-2024.8.30 charset-normalizer-3.4.0 colorama-0.4.6 commonmark-0.9.1 geojson-2.5.0 idna-3.10 jinja2-3.1.4 jmespath-1.0.1 lintrunner-0.10.7 ninja-1.10.0.post1 nvidia-ml-py-11.525.84 pygments-2.18.0 python_dateutil-2.9.0.post0 pyyaml-6.0 requests-2.32.2 rich-10.9.0 rockset-1.0.3 s3transfer-0.10.3 six-1.16.0 urllib3-1.26.20 2024-11-01T19:22:59.7935574Z ##[group]Run set -ex 2024-11-01T19:22:59.7935872Z set -ex 2024-11-01T19:22:59.7936298Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2024-11-01T19:22:59.7970082Z shell: /usr/bin/bash -e {0} 2024-11-01T19:22:59.7970372Z env: 2024-11-01T19:22:59.7970671Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:59.7971207Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T19:22:59.7971744Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:59.7972234Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:59.7972716Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T19:22:59.7973203Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T19:22:59.7973955Z GITHUB_TOKEN: *** 2024-11-01T19:22:59.7974207Z PR_NUM: 138766 2024-11-01T19:22:59.7974437Z ##[endgroup] 2024-11-01T19:22:59.8026897Z + python3 .github/scripts/check_labels.py --exit-non-zero 138766 2024-11-01T19:23:00.9655733Z Post job cleanup. 2024-11-01T19:23:01.0696836Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-05bab1a62f651570b5719e0011607c2d7267ec212de43407ec1356ee74f58d47, not saving cache. 2024-11-01T19:23:01.0800156Z Post job cleanup. 2024-11-01T19:23:01.0846857Z Post job cleanup. 2024-11-01T19:23:01.1540582Z [command]/usr/bin/git version 2024-11-01T19:23:01.1571909Z git version 2.46.2 2024-11-01T19:23:01.1611725Z Temporarily overriding HOME='/home/runner/work/_temp/c745af93-1527-4a5d-887f-4153b72a964c' before making global git config changes 2024-11-01T19:23:01.1612730Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T19:23:01.1615166Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T19:23:01.1644090Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T19:23:01.1670990Z [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' || :" 2024-11-01T19:23:01.1946576Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T19:23:01.1965018Z http.https://github.com/.extraheader 2024-11-01T19:23:01.1976546Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T19:23:01.2005213Z [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' || :" 2024-11-01T19:23:01.2454042Z Cleaning up orphan processes