2024-10-09T00:20:21.2408709Z Current runner version: '2.320.0' 2024-10-09T00:20:21.2414335Z Runner name: 'linux.20_04.4x_cf2d22331428' 2024-10-09T00:20:21.2415056Z Runner group name: 'Default' 2024-10-09T00:20:21.2415738Z Machine name: 'runner' 2024-10-09T00:20:21.2431465Z ##[group]Operating System 2024-10-09T00:20:21.2431994Z Ubuntu 2024-10-09T00:20:21.2432410Z 20.04.6 2024-10-09T00:20:21.2432743Z LTS 2024-10-09T00:20:21.2433036Z ##[endgroup] 2024-10-09T00:20:21.2433450Z ##[group]Runner Image 2024-10-09T00:20:21.2433871Z Image: ubuntu-20.04 2024-10-09T00:20:21.2434225Z Version: 20240922.1.0 2024-10-09T00:20:21.2435228Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20240922.1/images/ubuntu/Ubuntu2004-Readme.md 2024-10-09T00:20:21.2436625Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20240922.1 2024-10-09T00:20:21.2437453Z ##[endgroup] 2024-10-09T00:20:21.2451529Z ##[group]GITHUB_TOKEN Permissions 2024-10-09T00:20:21.2453076Z Contents: read 2024-10-09T00:20:21.2453769Z Metadata: read 2024-10-09T00:20:21.2454242Z PullRequests: write 2024-10-09T00:20:21.2454661Z ##[endgroup] 2024-10-09T00:20:21.2457514Z Secret source: Actions 2024-10-09T00:20:21.2458115Z Prepare workflow directory 2024-10-09T00:20:21.3068790Z Prepare all required actions 2024-10-09T00:20:21.3223265Z Getting action download info 2024-10-09T00:20:21.4713609Z Download action repository 'pytorch/pytorch@main' (SHA:23c531b3e903764d06601e2f94f05b61038db83c) 2024-10-09T00:20:25.9280040Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-10-09T00:20:28.2640005Z Getting action download info 2024-10-09T00:20:28.3694569Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-09T00:20:28.6205989Z Complete job name: Check labels 2024-10-09T00:20:28.7122381Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-09T00:20:28.7122878Z with: 2024-10-09T00:20:28.7123105Z submodules: false 2024-10-09T00:20:28.7123377Z fetch-depth: 1 2024-10-09T00:20:28.7123610Z ##[endgroup] 2024-10-09T00:20:28.7336872Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-09T00:20:28.7338010Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-09T00:20:28.7367741Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-09T00:20:28.7368197Z ##[endgroup] 2024-10-09T00:20:28.7740269Z ##[group]Run retry () { 2024-10-09T00:20:28.7740575Z retry () { 2024-10-09T00:20:28.7740985Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-09T00:20:28.7741419Z } 2024-10-09T00:20:28.7741701Z echo "${GITHUB_WORKSPACE}" 2024-10-09T00:20:28.7742034Z if [ -z "${NO_SUDO}" ]; then 2024-10-09T00:20:28.7742416Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-09T00:20:28.7742787Z else 2024-10-09T00:20:28.7743055Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-09T00:20:28.7743384Z fi 2024-10-09T00:20:28.7743624Z mkdir "${GITHUB_WORKSPACE}" 2024-10-09T00:20:28.7767160Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-10-09T00:20:28.7767704Z env: 2024-10-09T00:20:28.7767915Z NO_SUDO: 2024-10-09T00:20:28.7768139Z ##[endgroup] 2024-10-09T00:20:28.7855054Z /home/runner/work/pytorch/pytorch 2024-10-09T00:20:28.7970208Z ##[group]Run malfet/checkout@silent-checkout 2024-10-09T00:20:28.7970637Z with: 2024-10-09T00:20:28.7970894Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-09T00:20:28.7971246Z fetch-depth: 1 2024-10-09T00:20:28.7971477Z submodules: false 2024-10-09T00:20:28.7971740Z quiet-checkout: true 2024-10-09T00:20:28.7972023Z repository: pytorch/pytorch 2024-10-09T00:20:28.7972459Z token: *** 2024-10-09T00:20:28.7972692Z ssh-strict: true 2024-10-09T00:20:28.7972942Z persist-credentials: true 2024-10-09T00:20:28.7973481Z clean: true 2024-10-09T00:20:28.7973728Z sparse-checkout-cone-mode: true 2024-10-09T00:20:28.7974025Z lfs: false 2024-10-09T00:20:28.7974248Z set-safe-directory: true 2024-10-09T00:20:28.7974511Z ##[endgroup] 2024-10-09T00:20:28.8824297Z Syncing repository: pytorch/pytorch 2024-10-09T00:20:28.8825856Z ##[group]Getting Git version info 2024-10-09T00:20:28.8826564Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-10-09T00:20:28.8827237Z [command]/usr/bin/git version 2024-10-09T00:20:29.4769153Z git version 2.46.1 2024-10-09T00:20:29.4795760Z ##[endgroup] 2024-10-09T00:20:29.4810166Z Temporarily overriding HOME='/home/runner/work/_temp/353f66c4-d7b2-4f67-96dc-d38f61bc0a74' before making global git config changes 2024-10-09T00:20:29.4811168Z Adding repository directory to the temporary git global config as a safe directory 2024-10-09T00:20:29.4813888Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-10-09T00:20:29.5082426Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-10-09T00:20:29.5085654Z ##[group]Initializing the repository 2024-10-09T00:20:29.5088590Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-10-09T00:20:29.6220324Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-10-09T00:20:29.6222219Z hint: is subject to change. To configure the initial branch name to use in all 2024-10-09T00:20:29.6223760Z hint: of your new repositories, which will suppress this warning, call: 2024-10-09T00:20:29.6224980Z hint: 2024-10-09T00:20:29.6225795Z hint: git config --global init.defaultBranch 2024-10-09T00:20:29.6226204Z hint: 2024-10-09T00:20:29.6226636Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-10-09T00:20:29.6227677Z hint: 'development'. The just-created branch can be renamed via this command: 2024-10-09T00:20:29.6228515Z hint: 2024-10-09T00:20:29.6228890Z hint: git branch -m 2024-10-09T00:20:29.6229373Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-10-09T00:20:29.6232408Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-10-09T00:20:29.6506877Z ##[endgroup] 2024-10-09T00:20:29.6507375Z ##[group]Disabling automatic garbage collection 2024-10-09T00:20:29.6509981Z [command]/usr/bin/git config --local gc.auto 0 2024-10-09T00:20:29.6534947Z ##[endgroup] 2024-10-09T00:20:29.6535383Z ##[group]Setting up auth 2024-10-09T00:20:29.6540816Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-09T00:20:29.6565093Z [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-10-09T00:20:30.4266618Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-09T00:20:30.4292636Z [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-10-09T00:20:30.4498080Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-10-09T00:20:30.4528788Z ##[endgroup] 2024-10-09T00:20:30.4529619Z ##[group]Fetching the repository 2024-10-09T00:20:30.4536461Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-09T00:20:31.2876363Z remote: Enumerating objects: 11312, done. 2024-10-09T00:20:31.2880669Z remote: Counting objects: 0% (1/11312) 2024-10-09T00:20:31.2881377Z remote: Counting objects: 1% (114/11312) 2024-10-09T00:20:31.2882131Z remote: Counting objects: 2% (227/11312) 2024-10-09T00:20:31.2883812Z remote: Counting objects: 3% (340/11312) 2024-10-09T00:20:31.2887043Z remote: Counting objects: 4% (453/11312) 2024-10-09T00:20:31.2887764Z remote: Counting objects: 5% (566/11312) 2024-10-09T00:20:31.2891788Z remote: Counting objects: 6% (679/11312) 2024-10-09T00:20:31.2892476Z remote: Counting objects: 7% (792/11312) 2024-10-09T00:20:31.2899159Z remote: Counting objects: 8% (905/11312) 2024-10-09T00:20:31.2934771Z remote: Counting objects: 9% (1019/11312) 2024-10-09T00:20:31.2936134Z remote: Counting objects: 10% (1132/11312) 2024-10-09T00:20:31.2937105Z remote: Counting objects: 11% (1245/11312) 2024-10-09T00:20:31.2938028Z remote: Counting objects: 12% (1358/11312) 2024-10-09T00:20:31.2939124Z remote: Counting objects: 13% (1471/11312) 2024-10-09T00:20:31.2943530Z remote: Counting objects: 14% (1584/11312) 2024-10-09T00:20:31.2944242Z remote: Counting objects: 15% (1697/11312) 2024-10-09T00:20:31.2945071Z remote: Counting objects: 16% (1810/11312) 2024-10-09T00:20:31.2945491Z remote: Counting objects: 17% (1924/11312) 2024-10-09T00:20:31.2946014Z remote: Counting objects: 18% (2037/11312) 2024-10-09T00:20:31.2946692Z remote: Counting objects: 19% (2150/11312) 2024-10-09T00:20:31.2947362Z remote: Counting objects: 20% (2263/11312) 2024-10-09T00:20:31.2948224Z remote: Counting objects: 21% (2376/11312) 2024-10-09T00:20:31.2948883Z remote: Counting objects: 22% (2489/11312) 2024-10-09T00:20:31.2949706Z remote: Counting objects: 23% (2602/11312) 2024-10-09T00:20:31.2950356Z remote: Counting objects: 24% (2715/11312) 2024-10-09T00:20:31.2951021Z remote: Counting objects: 25% (2828/11312) 2024-10-09T00:20:31.2951792Z remote: Counting objects: 26% (2942/11312) 2024-10-09T00:20:31.2952753Z remote: Counting objects: 27% (3055/11312) 2024-10-09T00:20:31.2953446Z remote: Counting objects: 28% (3168/11312) 2024-10-09T00:20:31.2954339Z remote: Counting objects: 29% (3281/11312) 2024-10-09T00:20:31.2954952Z remote: Counting objects: 30% (3394/11312) 2024-10-09T00:20:31.2955910Z remote: Counting objects: 31% (3507/11312) 2024-10-09T00:20:31.2956632Z remote: Counting objects: 32% (3620/11312) 2024-10-09T00:20:31.2957471Z remote: Counting objects: 33% (3733/11312) 2024-10-09T00:20:31.2958036Z remote: Counting objects: 34% (3847/11312) 2024-10-09T00:20:31.2958687Z remote: Counting objects: 35% (3960/11312) 2024-10-09T00:20:31.2959216Z remote: Counting objects: 36% (4073/11312) 2024-10-09T00:20:31.2959604Z remote: Counting objects: 37% (4186/11312) 2024-10-09T00:20:31.2960002Z remote: Counting objects: 38% (4299/11312) 2024-10-09T00:20:31.2960387Z remote: Counting objects: 39% (4412/11312) 2024-10-09T00:20:31.2960770Z remote: Counting objects: 40% (4525/11312) 2024-10-09T00:20:31.2961156Z remote: Counting objects: 41% (4638/11312) 2024-10-09T00:20:31.2961687Z remote: Counting objects: 42% (4752/11312) 2024-10-09T00:20:31.2962309Z remote: Counting objects: 43% (4865/11312) 2024-10-09T00:20:31.2962994Z remote: Counting objects: 44% (4978/11312) 2024-10-09T00:20:31.2963801Z remote: Counting objects: 45% (5091/11312) 2024-10-09T00:20:31.2964479Z remote: Counting objects: 46% (5204/11312) 2024-10-09T00:20:31.2964867Z remote: Counting objects: 47% (5317/11312) 2024-10-09T00:20:31.2965512Z remote: Counting objects: 48% (5430/11312) 2024-10-09T00:20:31.2966085Z remote: Counting objects: 49% (5543/11312) 2024-10-09T00:20:31.2966464Z remote: Counting objects: 50% (5656/11312) 2024-10-09T00:20:31.2966836Z remote: Counting objects: 51% (5770/11312) 2024-10-09T00:20:31.2967230Z remote: Counting objects: 52% (5883/11312) 2024-10-09T00:20:31.2967607Z remote: Counting objects: 53% (5996/11312) 2024-10-09T00:20:31.2967992Z remote: Counting objects: 54% (6109/11312) 2024-10-09T00:20:31.2968636Z remote: Counting objects: 55% (6222/11312) 2024-10-09T00:20:31.2969042Z remote: Counting objects: 56% (6335/11312) 2024-10-09T00:20:31.2969437Z remote: Counting objects: 57% (6448/11312) 2024-10-09T00:20:31.2969821Z remote: Counting objects: 58% (6561/11312) 2024-10-09T00:20:31.2970204Z remote: Counting objects: 59% (6675/11312) 2024-10-09T00:20:31.2987760Z remote: Counting objects: 60% (6788/11312) 2024-10-09T00:20:31.2988493Z remote: Counting objects: 61% (6901/11312) 2024-10-09T00:20:31.2989202Z remote: Counting objects: 62% (7014/11312) 2024-10-09T00:20:31.2989884Z remote: Counting objects: 63% (7127/11312) 2024-10-09T00:20:31.2990374Z remote: Counting objects: 64% (7240/11312) 2024-10-09T00:20:31.2990850Z remote: Counting objects: 65% (7353/11312) 2024-10-09T00:20:31.2991504Z remote: Counting objects: 66% (7466/11312) 2024-10-09T00:20:31.2992232Z remote: Counting objects: 67% (7580/11312) 2024-10-09T00:20:31.3048572Z remote: Counting objects: 68% (7693/11312) 2024-10-09T00:20:31.3049244Z remote: Counting objects: 69% (7806/11312) 2024-10-09T00:20:31.3049675Z remote: Counting objects: 70% (7919/11312) 2024-10-09T00:20:31.3050083Z remote: Counting objects: 71% (8032/11312) 2024-10-09T00:20:31.3050485Z remote: Counting objects: 72% (8145/11312) 2024-10-09T00:20:31.3050886Z remote: Counting objects: 73% (8258/11312) 2024-10-09T00:20:31.3051289Z remote: Counting objects: 74% (8371/11312) 2024-10-09T00:20:31.3051679Z remote: Counting objects: 75% (8484/11312) 2024-10-09T00:20:31.3052080Z remote: Counting objects: 76% (8598/11312) 2024-10-09T00:20:31.3052685Z remote: Counting objects: 77% (8711/11312) 2024-10-09T00:20:31.3053118Z remote: Counting objects: 78% (8824/11312) 2024-10-09T00:20:31.3053512Z remote: Counting objects: 79% (8937/11312) 2024-10-09T00:20:31.3053891Z remote: Counting objects: 80% (9050/11312) 2024-10-09T00:20:31.3054283Z remote: Counting objects: 81% (9163/11312) 2024-10-09T00:20:31.3054671Z remote: Counting objects: 82% (9276/11312) 2024-10-09T00:20:31.3055048Z remote: Counting objects: 83% (9389/11312) 2024-10-09T00:20:31.3055428Z remote: Counting objects: 84% (9503/11312) 2024-10-09T00:20:31.3055811Z remote: Counting objects: 85% (9616/11312) 2024-10-09T00:20:31.3056182Z remote: Counting objects: 86% (9729/11312) 2024-10-09T00:20:31.3056559Z remote: Counting objects: 87% (9842/11312) 2024-10-09T00:20:31.3056943Z remote: Counting objects: 88% (9955/11312) 2024-10-09T00:20:31.3057329Z remote: Counting objects: 89% (10068/11312) 2024-10-09T00:20:31.3057741Z remote: Counting objects: 90% (10181/11312) 2024-10-09T00:20:31.3058308Z remote: Counting objects: 91% (10294/11312) 2024-10-09T00:20:31.3059715Z remote: Counting objects: 92% (10408/11312) 2024-10-09T00:20:31.3060158Z remote: Counting objects: 93% (10521/11312) 2024-10-09T00:20:31.3060563Z remote: Counting objects: 94% (10634/11312) 2024-10-09T00:20:31.3060972Z remote: Counting objects: 95% (10747/11312) 2024-10-09T00:20:31.3061386Z remote: Counting objects: 96% (10860/11312) 2024-10-09T00:20:31.3061787Z remote: Counting objects: 97% (10973/11312) 2024-10-09T00:20:31.3062182Z remote: Counting objects: 98% (11086/11312) 2024-10-09T00:20:31.3062569Z remote: Counting objects: 99% (11199/11312) 2024-10-09T00:20:31.3062961Z remote: Counting objects: 100% (11312/11312) 2024-10-09T00:20:31.3063388Z remote: Counting objects: 100% (11312/11312), done. 2024-10-09T00:20:31.3137693Z remote: Compressing objects: 0% (1/9929) 2024-10-09T00:20:31.3381156Z remote: Compressing objects: 1% (100/9929) 2024-10-09T00:20:31.4044666Z remote: Compressing objects: 2% (199/9929) 2024-10-09T00:20:31.4333007Z remote: Compressing objects: 3% (298/9929) 2024-10-09T00:20:31.4675348Z remote: Compressing objects: 4% (398/9929) 2024-10-09T00:20:31.5104764Z remote: Compressing objects: 5% (497/9929) 2024-10-09T00:20:31.5741521Z remote: Compressing objects: 6% (596/9929) 2024-10-09T00:20:31.6498751Z remote: Compressing objects: 7% (696/9929) 2024-10-09T00:20:31.7107665Z remote: Compressing objects: 8% (795/9929) 2024-10-09T00:20:31.7550096Z remote: Compressing objects: 9% (894/9929) 2024-10-09T00:20:31.7950495Z remote: Compressing objects: 10% (993/9929) 2024-10-09T00:20:31.8362286Z remote: Compressing objects: 11% (1093/9929) 2024-10-09T00:20:31.8713160Z remote: Compressing objects: 12% (1192/9929) 2024-10-09T00:20:31.9505811Z remote: Compressing objects: 13% (1291/9929) 2024-10-09T00:20:32.0011968Z remote: Compressing objects: 14% (1391/9929) 2024-10-09T00:20:32.0521824Z remote: Compressing objects: 15% (1490/9929) 2024-10-09T00:20:32.1103273Z remote: Compressing objects: 16% (1589/9929) 2024-10-09T00:20:32.1567751Z remote: Compressing objects: 17% (1688/9929) 2024-10-09T00:20:32.2120186Z remote: Compressing objects: 18% (1788/9929) 2024-10-09T00:20:32.2729215Z remote: Compressing objects: 19% (1887/9929) 2024-10-09T00:20:32.3070430Z remote: Compressing objects: 20% (1986/9929) 2024-10-09T00:20:32.3341550Z remote: Compressing objects: 20% (2033/9929) 2024-10-09T00:20:32.3704272Z remote: Compressing objects: 21% (2086/9929) 2024-10-09T00:20:32.4344073Z remote: Compressing objects: 22% (2185/9929) 2024-10-09T00:20:32.4875758Z remote: Compressing objects: 23% (2284/9929) 2024-10-09T00:20:32.5397813Z remote: Compressing objects: 24% (2383/9929) 2024-10-09T00:20:32.5896361Z remote: Compressing objects: 25% (2483/9929) 2024-10-09T00:20:32.6593989Z remote: Compressing objects: 26% (2582/9929) 2024-10-09T00:20:32.6954259Z remote: Compressing objects: 27% (2681/9929) 2024-10-09T00:20:32.7385062Z remote: Compressing objects: 28% (2781/9929) 2024-10-09T00:20:32.7923195Z remote: Compressing objects: 29% (2880/9929) 2024-10-09T00:20:32.8500960Z remote: Compressing objects: 30% (2979/9929) 2024-10-09T00:20:32.8837371Z remote: Compressing objects: 31% (3078/9929) 2024-10-09T00:20:32.8912330Z remote: Compressing objects: 32% (3178/9929) 2024-10-09T00:20:32.9096421Z remote: Compressing objects: 33% (3277/9929) 2024-10-09T00:20:32.9255884Z remote: Compressing objects: 34% (3376/9929) 2024-10-09T00:20:32.9439938Z remote: Compressing objects: 35% (3476/9929) 2024-10-09T00:20:32.9610613Z remote: Compressing objects: 36% (3575/9929) 2024-10-09T00:20:32.9681400Z remote: Compressing objects: 37% (3674/9929) 2024-10-09T00:20:32.9854844Z remote: Compressing objects: 38% (3774/9929) 2024-10-09T00:20:33.0089944Z remote: Compressing objects: 39% (3873/9929) 2024-10-09T00:20:33.0355600Z remote: Compressing objects: 40% (3972/9929) 2024-10-09T00:20:33.0617503Z remote: Compressing objects: 41% (4071/9929) 2024-10-09T00:20:33.1051201Z remote: Compressing objects: 42% (4171/9929) 2024-10-09T00:20:33.1449499Z remote: Compressing objects: 43% (4270/9929) 2024-10-09T00:20:33.1717382Z remote: Compressing objects: 44% (4369/9929) 2024-10-09T00:20:33.2068433Z remote: Compressing objects: 45% (4469/9929) 2024-10-09T00:20:33.2494661Z remote: Compressing objects: 46% (4568/9929) 2024-10-09T00:20:33.2879864Z remote: Compressing objects: 47% (4667/9929) 2024-10-09T00:20:33.3048865Z remote: Compressing objects: 48% (4766/9929) 2024-10-09T00:20:33.3230290Z remote: Compressing objects: 48% (4814/9929) 2024-10-09T00:20:33.3538849Z remote: Compressing objects: 49% (4866/9929) 2024-10-09T00:20:33.4131142Z remote: Compressing objects: 50% (4965/9929) 2024-10-09T00:20:33.4483577Z remote: Compressing objects: 51% (5064/9929) 2024-10-09T00:20:33.4724688Z remote: Compressing objects: 52% (5164/9929) 2024-10-09T00:20:33.4994266Z remote: Compressing objects: 53% (5263/9929) 2024-10-09T00:20:33.5235093Z remote: Compressing objects: 54% (5362/9929) 2024-10-09T00:20:33.5587522Z remote: Compressing objects: 55% (5461/9929) 2024-10-09T00:20:33.5936182Z remote: Compressing objects: 56% (5561/9929) 2024-10-09T00:20:33.6172853Z remote: Compressing objects: 57% (5660/9929) 2024-10-09T00:20:33.6747581Z remote: Compressing objects: 58% (5759/9929) 2024-10-09T00:20:33.6786637Z remote: Compressing objects: 59% (5859/9929) 2024-10-09T00:20:33.6998873Z remote: Compressing objects: 60% (5958/9929) 2024-10-09T00:20:33.7161113Z remote: Compressing objects: 61% (6057/9929) 2024-10-09T00:20:33.7581203Z remote: Compressing objects: 62% (6156/9929) 2024-10-09T00:20:33.7770590Z remote: Compressing objects: 63% (6256/9929) 2024-10-09T00:20:33.7848117Z remote: Compressing objects: 64% (6355/9929) 2024-10-09T00:20:33.7880273Z remote: Compressing objects: 65% (6454/9929) 2024-10-09T00:20:33.7946420Z remote: Compressing objects: 66% (6554/9929) 2024-10-09T00:20:33.8068446Z remote: Compressing objects: 67% (6653/9929) 2024-10-09T00:20:33.8132296Z remote: Compressing objects: 68% (6752/9929) 2024-10-09T00:20:33.8232574Z remote: Compressing objects: 69% (6852/9929) 2024-10-09T00:20:33.8367469Z remote: Compressing objects: 70% (6951/9929) 2024-10-09T00:20:33.8514862Z remote: Compressing objects: 71% (7050/9929) 2024-10-09T00:20:33.8631765Z remote: Compressing objects: 72% (7149/9929) 2024-10-09T00:20:33.8736736Z remote: Compressing objects: 73% (7249/9929) 2024-10-09T00:20:33.8846784Z remote: Compressing objects: 74% (7348/9929) 2024-10-09T00:20:33.9001355Z remote: Compressing objects: 75% (7447/9929) 2024-10-09T00:20:33.9114795Z remote: Compressing objects: 76% (7547/9929) 2024-10-09T00:20:33.9260283Z remote: Compressing objects: 77% (7646/9929) 2024-10-09T00:20:33.9394187Z remote: Compressing objects: 78% (7745/9929) 2024-10-09T00:20:33.9517743Z remote: Compressing objects: 79% (7844/9929) 2024-10-09T00:20:33.9656187Z remote: Compressing objects: 80% (7944/9929) 2024-10-09T00:20:33.9840703Z remote: Compressing objects: 81% (8043/9929) 2024-10-09T00:20:33.9993355Z remote: Compressing objects: 82% (8142/9929) 2024-10-09T00:20:34.0107227Z remote: Compressing objects: 83% (8242/9929) 2024-10-09T00:20:34.0239291Z remote: Compressing objects: 84% (8341/9929) 2024-10-09T00:20:34.0362706Z remote: Compressing objects: 85% (8440/9929) 2024-10-09T00:20:34.0512266Z remote: Compressing objects: 86% (8539/9929) 2024-10-09T00:20:34.0645546Z remote: Compressing objects: 87% (8639/9929) 2024-10-09T00:20:34.0746612Z remote: Compressing objects: 88% (8738/9929) 2024-10-09T00:20:34.0885806Z remote: Compressing objects: 89% (8837/9929) 2024-10-09T00:20:34.0929540Z remote: Compressing objects: 90% (8937/9929) 2024-10-09T00:20:34.0942889Z remote: Compressing objects: 91% (9036/9929) 2024-10-09T00:20:34.0957912Z remote: Compressing objects: 92% (9135/9929) 2024-10-09T00:20:34.0977034Z remote: Compressing objects: 93% (9234/9929) 2024-10-09T00:20:34.0985464Z remote: Compressing objects: 94% (9334/9929) 2024-10-09T00:20:34.0999689Z remote: Compressing objects: 95% (9433/9929) 2024-10-09T00:20:34.1013274Z remote: Compressing objects: 96% (9532/9929) 2024-10-09T00:20:34.1027355Z remote: Compressing objects: 97% (9632/9929) 2024-10-09T00:20:34.1036687Z remote: Compressing objects: 98% (9731/9929) 2024-10-09T00:20:34.1046775Z remote: Compressing objects: 99% (9830/9929) 2024-10-09T00:20:34.1047607Z remote: Compressing objects: 100% (9929/9929) 2024-10-09T00:20:34.1048088Z remote: Compressing objects: 100% (9929/9929), done. 2024-10-09T00:20:37.2028462Z remote: Total 11312 (delta 1361), reused 4446 (delta 1090), pack-reused 0 (from 0) 2024-10-09T00:20:37.5645482Z ##[endgroup] 2024-10-09T00:20:37.5645968Z ##[group]Determining the checkout info 2024-10-09T00:20:37.5647324Z ##[endgroup] 2024-10-09T00:20:37.5647974Z ##[group]Checking out the ref 2024-10-09T00:20:37.5653340Z [command]/usr/bin/git checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-09T00:20:38.9448053Z ##[endgroup] 2024-10-09T00:20:38.9487567Z [command]/usr/bin/git log -1 --format='%H' 2024-10-09T00:20:38.9509123Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-09T00:20:38.9662199Z ##[group]Run actions/setup-python@v4 2024-10-09T00:20:38.9662547Z with: 2024-10-09T00:20:38.9662768Z python-version: 3.8 2024-10-09T00:20:38.9663039Z architecture: x64 2024-10-09T00:20:38.9663293Z check-latest: false 2024-10-09T00:20:38.9663535Z cache: pip 2024-10-09T00:20:38.9663903Z cache-dependency-path: **/.github/requirements-gha-cache.txt 2024-10-09T00:20:38.9664488Z token: *** 2024-10-09T00:20:38.9664731Z update-environment: true 2024-10-09T00:20:38.9665015Z allow-prereleases: false 2024-10-09T00:20:38.9665270Z ##[endgroup] 2024-10-09T00:20:39.0863597Z ##[group]Installed versions 2024-10-09T00:20:39.5275963Z Successfully set up CPython (3.8.18) 2024-10-09T00:20:39.5277022Z ##[endgroup] 2024-10-09T00:20:40.8267159Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2024-10-09T00:20:47.6417858Z /home/runner/.cache/pip 2024-10-09T00:20:48.1380608Z Received 16212720 of 16212720 (100.0%), 72.9 MBs/sec 2024-10-09T00:20:48.1381481Z Cache Size: ~15 MB (16212720 B) 2024-10-09T00:20:48.1409419Z [command]/usr/bin/tar -xf /home/runner/work/_temp/4c300452-831c-4708-9ed0-ca459a0495aa/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-10-09T00:20:48.2321828Z Cache restored successfully 2024-10-09T00:20:48.2366190Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.8.18-pip-3b7e01fc9973b82d1027a4c72a93bba7e93fed07a8c4a2ecb34b8ebff0ae9823 2024-10-09T00:20:48.2530286Z ##[group]Run pip install -r .github/requirements-gha-cache.txt --user 2024-10-09T00:20:48.2530909Z pip install -r .github/requirements-gha-cache.txt --user 2024-10-09T00:20:48.2559632Z shell: /usr/bin/bash -e {0} 2024-10-09T00:20:48.2559922Z env: 2024-10-09T00:20:48.2560222Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:48.2560778Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2024-10-09T00:20:48.2561303Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:48.2561766Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:48.2562231Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:48.2562702Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2024-10-09T00:20:48.2563104Z ##[endgroup] 2024-10-09T00:20:51.0629958Z Collecting boto3==1.19.12 (from -r .github/requirements-gha-cache.txt (line 7)) 2024-10-09T00:20:51.0650736Z Using cached boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-10-09T00:20:51.0919930Z Collecting jinja2==3.1.4 (from -r .github/requirements-gha-cache.txt (line 8)) 2024-10-09T00:20:51.0938108Z Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-10-09T00:20:51.1211358Z Collecting lintrunner==0.10.7 (from -r .github/requirements-gha-cache.txt (line 9)) 2024-10-09T00:20:51.1229826Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) 2024-10-09T00:20:51.1598477Z Collecting ninja==1.10.0.post1 (from -r .github/requirements-gha-cache.txt (line 10)) 2024-10-09T00:20:51.1617009Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl.metadata (5.6 kB) 2024-10-09T00:20:51.1786139Z Collecting nvidia-ml-py==11.525.84 (from -r .github/requirements-gha-cache.txt (line 11)) 2024-10-09T00:20:51.1804199Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2024-10-09T00:20:51.2394431Z Collecting pyyaml==6.0 (from -r .github/requirements-gha-cache.txt (line 12)) 2024-10-09T00:20:51.2413331Z Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2024-10-09T00:20:51.2820265Z Collecting requests==2.32.2 (from -r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:51.2838621Z Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 2024-10-09T00:20:51.3670916Z Collecting rich==10.9.0 (from -r .github/requirements-gha-cache.txt (line 14)) 2024-10-09T00:20:51.3689578Z Using cached rich-10.9.0-py3-none-any.whl.metadata (19 kB) 2024-10-09T00:20:51.3960461Z Collecting rockset==1.0.3 (from -r .github/requirements-gha-cache.txt (line 15)) 2024-10-09T00:20:51.3977717Z Using cached rockset-1.0.3-py3-none-any.whl.metadata (2.4 kB) 2024-10-09T00:20:52.0040248Z Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12->-r .github/requirements-gha-cache.txt (line 7)) 2024-10-09T00:20:52.0059998Z Using cached botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-10-09T00:20:52.0248167Z Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12->-r .github/requirements-gha-cache.txt (line 7)) 2024-10-09T00:20:52.0266321Z Using cached jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-10-09T00:20:52.0547201Z Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12->-r .github/requirements-gha-cache.txt (line 7)) 2024-10-09T00:20:52.0564481Z Using cached s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-10-09T00:20:52.1244291Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.4->-r .github/requirements-gha-cache.txt (line 8)) 2024-10-09T00:20:52.1263481Z Using cached MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-10-09T00:20:52.2146395Z Collecting charset-normalizer<4,>=2 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:52.2165722Z Using cached charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 2024-10-09T00:20:52.2414522Z Collecting idna<4,>=2.5 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:52.2431764Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-10-09T00:20:52.2990230Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:52.3009132Z Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) 2024-10-09T00:20:52.3294698Z Collecting certifi>=2017.4.17 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:52.3312414Z Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) 2024-10-09T00:20:52.3560867Z Collecting colorama<0.5.0,>=0.4.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-10-09T00:20:52.3577694Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2024-10-09T00:20:52.3753152Z Collecting commonmark<0.10.0,>=0.9.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-10-09T00:20:52.3769589Z Using cached commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB) 2024-10-09T00:20:52.4109562Z Collecting pygments<3.0.0,>=2.6.0 (from rich==10.9.0->-r .github/requirements-gha-cache.txt (line 14)) 2024-10-09T00:20:52.4126667Z Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-10-09T00:20:52.4339938Z Collecting geojson<3.0.0,>=2.5.0 (from rockset==1.0.3->-r .github/requirements-gha-cache.txt (line 15)) 2024-10-09T00:20:52.4356408Z Using cached geojson-2.5.0-py2.py3-none-any.whl.metadata (15 kB) 2024-10-09T00:20:52.4592015Z Collecting python_dateutil<3.0.0,>=2.5.3 (from rockset==1.0.3->-r .github/requirements-gha-cache.txt (line 15)) 2024-10-09T00:20:52.4609396Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-10-09T00:20:52.4728631Z Collecting urllib3<3,>=1.21.1 (from requests==2.32.2->-r .github/requirements-gha-cache.txt (line 13)) 2024-10-09T00:20:52.4752353Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2024-10-09T00:20:52.5265607Z 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-10-09T00:20:52.5282242Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-10-09T00:20:52.7286045Z Using cached boto3-1.19.12-py3-none-any.whl (131 kB) 2024-10-09T00:20:52.7305686Z Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-10-09T00:20:52.7325114Z Using cached lintrunner-0.10.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2024-10-09T00:20:52.7369866Z Using cached ninja-1.10.0.post1-py3-none-manylinux1_x86_64.whl (102 kB) 2024-10-09T00:20:52.7387588Z Using cached nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2024-10-09T00:20:52.7405232Z Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2024-10-09T00:20:52.7429055Z Using cached requests-2.32.2-py3-none-any.whl (63 kB) 2024-10-09T00:20:52.7446393Z Using cached rich-10.9.0-py3-none-any.whl (211 kB) 2024-10-09T00:20:52.7465087Z Using cached rockset-1.0.3-py3-none-any.whl (699 kB) 2024-10-09T00:20:52.7488971Z Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-10-09T00:20:52.7590994Z Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-09T00:20:52.7609575Z Using cached charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 2024-10-09T00:20:52.7627169Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-10-09T00:20:52.7643966Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2024-10-09T00:20:52.7661023Z Using cached geojson-2.5.0-py2.py3-none-any.whl (14 kB) 2024-10-09T00:20:52.7677384Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-10-09T00:20:52.7694412Z Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-10-09T00:20:52.7711723Z Using cached MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB) 2024-10-09T00:20:52.7728219Z Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-10-09T00:20:52.7757698Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-10-09T00:20:52.7776274Z Using cached s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-10-09T00:20:52.7793481Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2024-10-09T00:20:52.7811154Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-10-09T00:20:52.9859637Z 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-10-09T00:20:54.9168757Z Successfully installed MarkupSafe-2.1.5 boto3-1.19.12 botocore-1.22.12 certifi-2024.8.30 charset-normalizer-3.3.2 colorama-0.4.6 commonmark-0.9.1 geojson-2.5.0 idna-3.10 jinja2-3.1.4 jmespath-0.10.0 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.5.2 six-1.16.0 urllib3-1.26.20 2024-10-09T00:20:55.0571167Z ##[group]Run set -ex 2024-10-09T00:20:55.0571457Z set -ex 2024-10-09T00:20:55.0571880Z python3 .github/scripts/check_labels.py --exit-non-zero "${PR_NUM}" 2024-10-09T00:20:55.0598465Z shell: /usr/bin/bash -e {0} 2024-10-09T00:20:55.0598755Z env: 2024-10-09T00:20:55.0599049Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:55.0599589Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2024-10-09T00:20:55.0600110Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:55.0600569Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:55.0601029Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2024-10-09T00:20:55.0601707Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2024-10-09T00:20:55.0602355Z GITHUB_TOKEN: *** 2024-10-09T00:20:55.0602596Z PR_NUM: 134247 2024-10-09T00:20:55.0602826Z ##[endgroup] 2024-10-09T00:20:55.0649388Z + python3 .github/scripts/check_labels.py --exit-non-zero 134247 2024-10-09T00:20:57.0479903Z Post job cleanup. 2024-10-09T00:20:57.1519703Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.8.18-pip-3b7e01fc9973b82d1027a4c72a93bba7e93fed07a8c4a2ecb34b8ebff0ae9823, not saving cache. 2024-10-09T00:20:57.1625995Z Post job cleanup. 2024-10-09T00:20:57.1672207Z Post job cleanup. 2024-10-09T00:20:57.2357960Z [command]/usr/bin/git version 2024-10-09T00:20:57.2389677Z git version 2.46.1 2024-10-09T00:20:57.2431607Z Temporarily overriding HOME='/home/runner/work/_temp/22d1b6a5-c8da-43ad-ac43-6556452efe3c' before making global git config changes 2024-10-09T00:20:57.2433367Z Adding repository directory to the temporary git global config as a safe directory 2024-10-09T00:20:57.2435829Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-10-09T00:20:57.2465037Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-10-09T00:20:57.2493133Z [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-10-09T00:20:57.2894331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-09T00:20:57.2912356Z http.https://github.com/.extraheader 2024-10-09T00:20:57.2923855Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-10-09T00:20:57.2952646Z [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-10-09T00:20:57.3386049Z Cleaning up orphan processes