2024-11-01T16:13:32.3598310Z Current runner version: '2.320.0' 2024-11-01T16:13:32.3604224Z Runner name: 'linux.20_04.4x_500f09ef850f' 2024-11-01T16:13:32.3604970Z Runner group name: 'Default' 2024-11-01T16:13:32.3605653Z Machine name: 'runner' 2024-11-01T16:13:32.3622190Z ##[group]Operating System 2024-11-01T16:13:32.3622847Z Ubuntu 2024-11-01T16:13:32.3623163Z 20.04.6 2024-11-01T16:13:32.3623489Z LTS 2024-11-01T16:13:32.3623874Z ##[endgroup] 2024-11-01T16:13:32.3624211Z ##[group]Runner Image 2024-11-01T16:13:32.3624644Z Image: ubuntu-20.04 2024-11-01T16:13:32.3625085Z Version: 20241006.1.0 2024-11-01T16:13:32.3626060Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20241006.1/images/ubuntu/Ubuntu2004-Readme.md 2024-11-01T16:13:32.3627523Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20241006.1 2024-11-01T16:13:32.3628425Z ##[endgroup] 2024-11-01T16:13:32.3644095Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:32.3645747Z Actions: read 2024-11-01T16:13:32.3646400Z Attestations: read 2024-11-01T16:13:32.3646858Z Checks: read 2024-11-01T16:13:32.3647249Z Contents: read 2024-11-01T16:13:32.3647601Z Deployments: read 2024-11-01T16:13:32.3647990Z Discussions: read 2024-11-01T16:13:32.3648402Z Issues: read 2024-11-01T16:13:32.3648722Z Metadata: read 2024-11-01T16:13:32.3649101Z Packages: read 2024-11-01T16:13:32.3649489Z Pages: read 2024-11-01T16:13:32.3649814Z PullRequests: read 2024-11-01T16:13:32.3650233Z RepositoryProjects: read 2024-11-01T16:13:32.3650692Z SecurityEvents: read 2024-11-01T16:13:32.3651501Z Statuses: read 2024-11-01T16:13:32.3651909Z ##[endgroup] 2024-11-01T16:13:32.3655155Z Secret source: Actions 2024-11-01T16:13:32.3655739Z Prepare workflow directory 2024-11-01T16:13:32.4270332Z Prepare all required actions 2024-11-01T16:13:32.4428869Z Getting action download info 2024-11-01T16:13:32.5893084Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:13:36.6950263Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2024-11-01T16:13:36.8432622Z Getting action download info 2024-11-01T16:13:36.9510459Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:13:37.1376414Z Complete job name: Test collect_env (with_torch) 2024-11-01T16:13:37.2311330Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:13:37.2311885Z with: 2024-11-01T16:13:37.2312107Z submodules: false 2024-11-01T16:13:37.2312355Z fetch-depth: 1 2024-11-01T16:13:37.2312580Z ##[endgroup] 2024-11-01T16:13:37.2529330Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:37.2530638Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:13:37.2567840Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:37.2568305Z ##[endgroup] 2024-11-01T16:13:37.2974956Z ##[group]Run retry () { 2024-11-01T16:13:37.2975287Z retry () { 2024-11-01T16:13:37.2975904Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:13:37.2976354Z } 2024-11-01T16:13:37.2976654Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.2976994Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:13:37.2977371Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.2977732Z else 2024-11-01T16:13:37.2977991Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.2978328Z fi 2024-11-01T16:13:37.2978563Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:13:37.3012083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-11-01T16:13:37.3012519Z env: 2024-11-01T16:13:37.3012718Z NO_SUDO: 2024-11-01T16:13:37.3012932Z ##[endgroup] 2024-11-01T16:13:37.3106461Z /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.3258265Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:13:37.3258705Z with: 2024-11-01T16:13:37.3258970Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:37.3259323Z fetch-depth: 1 2024-11-01T16:13:37.3259563Z submodules: false 2024-11-01T16:13:37.3259826Z quiet-checkout: true 2024-11-01T16:13:37.3260095Z repository: pytorch/pytorch 2024-11-01T16:13:37.3260520Z token: *** 2024-11-01T16:13:37.3260770Z ssh-strict: true 2024-11-01T16:13:37.3261023Z persist-credentials: true 2024-11-01T16:13:37.3261297Z clean: true 2024-11-01T16:13:37.3261545Z sparse-checkout-cone-mode: true 2024-11-01T16:13:37.3261842Z lfs: false 2024-11-01T16:13:37.3262069Z set-safe-directory: true 2024-11-01T16:13:37.3262334Z ##[endgroup] 2024-11-01T16:13:37.4264342Z Syncing repository: pytorch/pytorch 2024-11-01T16:13:37.4266266Z ##[group]Getting Git version info 2024-11-01T16:13:37.4266977Z Working directory is '/home/runner/work/pytorch/pytorch' 2024-11-01T16:13:37.4267666Z [command]/usr/bin/git version 2024-11-01T16:13:37.4267960Z git version 2.46.2 2024-11-01T16:13:37.4269106Z ##[endgroup] 2024-11-01T16:13:37.4284159Z Temporarily overriding HOME='/home/runner/work/_temp/f2c37500-76a1-4706-ac1d-2df290d51e6b' before making global git config changes 2024-11-01T16:13:37.4285884Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:13:37.4286906Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.4321877Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2024-11-01T16:13:37.4326069Z ##[group]Initializing the repository 2024-11-01T16:13:37.4330037Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2024-11-01T16:13:37.4414310Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-11-01T16:13:37.4415729Z hint: is subject to change. To configure the initial branch name to use in all 2024-11-01T16:13:37.4416967Z hint: of your new repositories, which will suppress this warning, call: 2024-11-01T16:13:37.4417833Z hint: 2024-11-01T16:13:37.4418560Z hint: git config --global init.defaultBranch 2024-11-01T16:13:37.4419244Z hint: 2024-11-01T16:13:37.4420083Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-11-01T16:13:37.4421769Z hint: 'development'. The just-created branch can be renamed via this command: 2024-11-01T16:13:37.4422659Z hint: 2024-11-01T16:13:37.4423132Z hint: git branch -m 2024-11-01T16:13:37.4423975Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2024-11-01T16:13:37.4425982Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:13:37.4462991Z ##[endgroup] 2024-11-01T16:13:37.4464108Z ##[group]Disabling automatic garbage collection 2024-11-01T16:13:37.4465875Z [command]/usr/bin/git config --local gc.auto 0 2024-11-01T16:13:37.4498079Z ##[endgroup] 2024-11-01T16:13:37.4498842Z ##[group]Setting up auth 2024-11-01T16:13:37.4499872Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:13:37.4527485Z [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-01T16:13:37.4834097Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:13:37.4862072Z [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-01T16:13:37.5082853Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-11-01T16:13:37.5111343Z ##[endgroup] 2024-11-01T16:13:37.5112111Z ##[group]Fetching the repository 2024-11-01T16:13:37.5118479Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --quiet --depth=1 origin d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:37.8034862Z remote: Enumerating objects: 11385, done. 2024-11-01T16:13:37.8038137Z remote: Counting objects: 0% (1/11385) 2024-11-01T16:13:37.8038908Z remote: Counting objects: 1% (114/11385) 2024-11-01T16:13:37.8040717Z remote: Counting objects: 2% (228/11385) 2024-11-01T16:13:37.8041418Z remote: Counting objects: 3% (342/11385) 2024-11-01T16:13:37.8044146Z remote: Counting objects: 4% (456/11385) 2024-11-01T16:13:37.8044886Z remote: Counting objects: 5% (570/11385) 2024-11-01T16:13:37.8045657Z remote: Counting objects: 6% (684/11385) 2024-11-01T16:13:37.8046871Z remote: Counting objects: 7% (797/11385) 2024-11-01T16:13:37.8048905Z remote: Counting objects: 8% (911/11385) 2024-11-01T16:13:37.8049885Z remote: Counting objects: 9% (1025/11385) 2024-11-01T16:13:37.8051478Z remote: Counting objects: 10% (1139/11385) 2024-11-01T16:13:37.8053263Z remote: Counting objects: 11% (1253/11385) 2024-11-01T16:13:37.8055946Z remote: Counting objects: 12% (1367/11385) 2024-11-01T16:13:37.8059238Z remote: Counting objects: 13% (1481/11385) 2024-11-01T16:13:37.8060195Z remote: Counting objects: 14% (1594/11385) 2024-11-01T16:13:37.8060842Z remote: Counting objects: 15% (1708/11385) 2024-11-01T16:13:37.8063351Z remote: Counting objects: 16% (1822/11385) 2024-11-01T16:13:37.8063850Z remote: Counting objects: 17% (1936/11385) 2024-11-01T16:13:37.8066774Z remote: Counting objects: 18% (2050/11385) 2024-11-01T16:13:37.8068458Z remote: Counting objects: 19% (2164/11385) 2024-11-01T16:13:37.8069283Z remote: Counting objects: 20% (2277/11385) 2024-11-01T16:13:37.8070136Z remote: Counting objects: 21% (2391/11385) 2024-11-01T16:13:37.8071590Z remote: Counting objects: 22% (2505/11385) 2024-11-01T16:13:37.8072547Z remote: Counting objects: 23% (2619/11385) 2024-11-01T16:13:37.8073551Z remote: Counting objects: 24% (2733/11385) 2024-11-01T16:13:37.8074717Z remote: Counting objects: 25% (2847/11385) 2024-11-01T16:13:37.8075565Z remote: Counting objects: 26% (2961/11385) 2024-11-01T16:13:37.8077123Z remote: Counting objects: 27% (3074/11385) 2024-11-01T16:13:37.8078097Z remote: Counting objects: 28% (3188/11385) 2024-11-01T16:13:37.8079210Z remote: Counting objects: 29% (3302/11385) 2024-11-01T16:13:37.8080018Z remote: Counting objects: 30% (3416/11385) 2024-11-01T16:13:37.8085843Z remote: Counting objects: 31% (3530/11385) 2024-11-01T16:13:37.8086863Z remote: Counting objects: 32% (3644/11385) 2024-11-01T16:13:37.8087909Z remote: Counting objects: 33% (3758/11385) 2024-11-01T16:13:37.8088766Z remote: Counting objects: 34% (3871/11385) 2024-11-01T16:13:37.8089743Z remote: Counting objects: 35% (3985/11385) 2024-11-01T16:13:37.8090492Z remote: Counting objects: 36% (4099/11385) 2024-11-01T16:13:37.8091354Z remote: Counting objects: 37% (4213/11385) 2024-11-01T16:13:37.8092409Z remote: Counting objects: 38% (4327/11385) 2024-11-01T16:13:37.8093327Z remote: Counting objects: 39% (4441/11385) 2024-11-01T16:13:37.8094198Z remote: Counting objects: 40% (4554/11385) 2024-11-01T16:13:37.8095186Z remote: Counting objects: 41% (4668/11385) 2024-11-01T16:13:37.8096362Z remote: Counting objects: 42% (4782/11385) 2024-11-01T16:13:37.8097255Z remote: Counting objects: 43% (4896/11385) 2024-11-01T16:13:37.8098234Z remote: Counting objects: 44% (5010/11385) 2024-11-01T16:13:37.8099015Z remote: Counting objects: 45% (5124/11385) 2024-11-01T16:13:37.8099617Z remote: Counting objects: 46% (5238/11385) 2024-11-01T16:13:37.8100016Z remote: Counting objects: 47% (5351/11385) 2024-11-01T16:13:37.8102240Z remote: Counting objects: 48% (5465/11385) 2024-11-01T16:13:37.8103588Z remote: Counting objects: 49% (5579/11385) 2024-11-01T16:13:37.8106494Z remote: Counting objects: 50% (5693/11385) 2024-11-01T16:13:37.8108073Z remote: Counting objects: 51% (5807/11385) 2024-11-01T16:13:37.8111779Z remote: Counting objects: 52% (5921/11385) 2024-11-01T16:13:37.8114098Z remote: Counting objects: 53% (6035/11385) 2024-11-01T16:13:37.8116381Z remote: Counting objects: 54% (6148/11385) 2024-11-01T16:13:37.8118089Z remote: Counting objects: 55% (6262/11385) 2024-11-01T16:13:37.8122593Z remote: Counting objects: 56% (6376/11385) 2024-11-01T16:13:37.8123094Z remote: Counting objects: 57% (6490/11385) 2024-11-01T16:13:37.8126774Z remote: Counting objects: 58% (6604/11385) 2024-11-01T16:13:37.8127802Z remote: Counting objects: 59% (6718/11385) 2024-11-01T16:13:37.8130651Z remote: Counting objects: 60% (6831/11385) 2024-11-01T16:13:37.8131402Z remote: Counting objects: 61% (6945/11385) 2024-11-01T16:13:37.8133118Z remote: Counting objects: 62% (7059/11385) 2024-11-01T16:13:37.8136289Z remote: Counting objects: 63% (7173/11385) 2024-11-01T16:13:37.8140221Z remote: Counting objects: 64% (7287/11385) 2024-11-01T16:13:37.8143198Z remote: Counting objects: 65% (7401/11385) 2024-11-01T16:13:37.8146647Z remote: Counting objects: 66% (7515/11385) 2024-11-01T16:13:37.8148768Z remote: Counting objects: 67% (7628/11385) 2024-11-01T16:13:37.8150997Z remote: Counting objects: 68% (7742/11385) 2024-11-01T16:13:37.8154320Z remote: Counting objects: 69% (7856/11385) 2024-11-01T16:13:37.8156533Z remote: Counting objects: 70% (7970/11385) 2024-11-01T16:13:37.8158953Z remote: Counting objects: 71% (8084/11385) 2024-11-01T16:13:37.8159745Z remote: Counting objects: 72% (8198/11385) 2024-11-01T16:13:37.8160255Z remote: Counting objects: 73% (8312/11385) 2024-11-01T16:13:37.8163605Z remote: Counting objects: 74% (8425/11385) 2024-11-01T16:13:37.8164721Z remote: Counting objects: 75% (8539/11385) 2024-11-01T16:13:37.8166099Z remote: Counting objects: 76% (8653/11385) 2024-11-01T16:13:37.8167312Z remote: Counting objects: 77% (8767/11385) 2024-11-01T16:13:37.8168385Z remote: Counting objects: 78% (8881/11385) 2024-11-01T16:13:37.8170965Z remote: Counting objects: 79% (8995/11385) 2024-11-01T16:13:37.8172020Z remote: Counting objects: 80% (9108/11385) 2024-11-01T16:13:37.8172733Z remote: Counting objects: 81% (9222/11385) 2024-11-01T16:13:37.8173467Z remote: Counting objects: 82% (9336/11385) 2024-11-01T16:13:37.8175081Z remote: Counting objects: 83% (9450/11385) 2024-11-01T16:13:37.8175999Z remote: Counting objects: 84% (9564/11385) 2024-11-01T16:13:37.8177402Z remote: Counting objects: 85% (9678/11385) 2024-11-01T16:13:37.8181961Z remote: Counting objects: 86% (9792/11385) 2024-11-01T16:13:37.8182687Z remote: Counting objects: 87% (9905/11385) 2024-11-01T16:13:37.8184619Z remote: Counting objects: 88% (10019/11385) 2024-11-01T16:13:37.8186508Z remote: Counting objects: 89% (10133/11385) 2024-11-01T16:13:37.8189763Z remote: Counting objects: 90% (10247/11385) 2024-11-01T16:13:37.8192320Z remote: Counting objects: 91% (10361/11385) 2024-11-01T16:13:37.8193774Z remote: Counting objects: 92% (10475/11385) 2024-11-01T16:13:37.8195094Z remote: Counting objects: 93% (10589/11385) 2024-11-01T16:13:37.8198430Z remote: Counting objects: 94% (10702/11385) 2024-11-01T16:13:37.8200591Z remote: Counting objects: 95% (10816/11385) 2024-11-01T16:13:37.8202523Z remote: Counting objects: 96% (10930/11385) 2024-11-01T16:13:37.8204183Z remote: Counting objects: 97% (11044/11385) 2024-11-01T16:13:37.8206964Z remote: Counting objects: 98% (11158/11385) 2024-11-01T16:13:37.8209943Z remote: Counting objects: 99% (11272/11385) 2024-11-01T16:13:37.8210410Z remote: Counting objects: 100% (11385/11385) 2024-11-01T16:13:37.8210868Z remote: Counting objects: 100% (11385/11385), done. 2024-11-01T16:13:37.8299346Z remote: Compressing objects: 0% (1/9985) 2024-11-01T16:13:37.8564009Z remote: Compressing objects: 1% (100/9985) 2024-11-01T16:13:37.9257075Z remote: Compressing objects: 2% (200/9985) 2024-11-01T16:13:37.9473848Z remote: Compressing objects: 3% (300/9985) 2024-11-01T16:13:37.9827132Z remote: Compressing objects: 4% (400/9985) 2024-11-01T16:13:38.0266310Z remote: Compressing objects: 5% (500/9985) 2024-11-01T16:13:38.0902571Z remote: Compressing objects: 6% (600/9985) 2024-11-01T16:13:38.1634832Z remote: Compressing objects: 7% (699/9985) 2024-11-01T16:13:38.2276980Z remote: Compressing objects: 8% (799/9985) 2024-11-01T16:13:38.2696698Z remote: Compressing objects: 9% (899/9985) 2024-11-01T16:13:38.3104944Z remote: Compressing objects: 10% (999/9985) 2024-11-01T16:13:38.3506462Z remote: Compressing objects: 11% (1099/9985) 2024-11-01T16:13:38.3856709Z remote: Compressing objects: 12% (1199/9985) 2024-11-01T16:13:38.4567691Z remote: Compressing objects: 13% (1299/9985) 2024-11-01T16:13:38.5146314Z remote: Compressing objects: 14% (1398/9985) 2024-11-01T16:13:38.5646662Z remote: Compressing objects: 15% (1498/9985) 2024-11-01T16:13:38.6171480Z remote: Compressing objects: 16% (1598/9985) 2024-11-01T16:13:38.6688348Z remote: Compressing objects: 17% (1698/9985) 2024-11-01T16:13:38.7157828Z remote: Compressing objects: 18% (1798/9985) 2024-11-01T16:13:38.7820710Z remote: Compressing objects: 19% (1898/9985) 2024-11-01T16:13:38.8219964Z remote: Compressing objects: 20% (1997/9985) 2024-11-01T16:13:38.8442490Z remote: Compressing objects: 20% (2062/9985) 2024-11-01T16:13:38.8802592Z remote: Compressing objects: 21% (2097/9985) 2024-11-01T16:13:38.9381908Z remote: Compressing objects: 22% (2197/9985) 2024-11-01T16:13:38.9995894Z remote: Compressing objects: 23% (2297/9985) 2024-11-01T16:13:39.0544954Z remote: Compressing objects: 24% (2397/9985) 2024-11-01T16:13:39.0993699Z remote: Compressing objects: 25% (2497/9985) 2024-11-01T16:13:39.1619272Z remote: Compressing objects: 26% (2597/9985) 2024-11-01T16:13:39.2036556Z remote: Compressing objects: 27% (2696/9985) 2024-11-01T16:13:39.2455800Z remote: Compressing objects: 28% (2796/9985) 2024-11-01T16:13:39.2976653Z remote: Compressing objects: 29% (2896/9985) 2024-11-01T16:13:39.3480986Z remote: Compressing objects: 30% (2996/9985) 2024-11-01T16:13:39.3979739Z remote: Compressing objects: 31% (3096/9985) 2024-11-01T16:13:39.4052363Z remote: Compressing objects: 32% (3196/9985) 2024-11-01T16:13:39.4201672Z remote: Compressing objects: 33% (3296/9985) 2024-11-01T16:13:39.4393139Z remote: Compressing objects: 34% (3395/9985) 2024-11-01T16:13:39.4547196Z remote: Compressing objects: 35% (3495/9985) 2024-11-01T16:13:39.4748266Z remote: Compressing objects: 36% (3595/9985) 2024-11-01T16:13:39.4790958Z remote: Compressing objects: 37% (3695/9985) 2024-11-01T16:13:39.4968590Z remote: Compressing objects: 38% (3795/9985) 2024-11-01T16:13:39.5207625Z remote: Compressing objects: 39% (3895/9985) 2024-11-01T16:13:39.5483964Z remote: Compressing objects: 40% (3994/9985) 2024-11-01T16:13:39.5723554Z remote: Compressing objects: 41% (4094/9985) 2024-11-01T16:13:39.6166877Z remote: Compressing objects: 42% (4194/9985) 2024-11-01T16:13:39.6602079Z remote: Compressing objects: 43% (4294/9985) 2024-11-01T16:13:39.6877091Z remote: Compressing objects: 44% (4394/9985) 2024-11-01T16:13:39.7153914Z remote: Compressing objects: 45% (4494/9985) 2024-11-01T16:13:39.7649177Z remote: Compressing objects: 46% (4594/9985) 2024-11-01T16:13:39.8108325Z remote: Compressing objects: 47% (4693/9985) 2024-11-01T16:13:39.8218781Z remote: Compressing objects: 48% (4793/9985) 2024-11-01T16:13:39.8439835Z remote: Compressing objects: 48% (4834/9985) 2024-11-01T16:13:39.8743971Z remote: Compressing objects: 49% (4893/9985) 2024-11-01T16:13:39.9375933Z remote: Compressing objects: 50% (4993/9985) 2024-11-01T16:13:39.9740671Z remote: Compressing objects: 51% (5093/9985) 2024-11-01T16:13:40.0023535Z remote: Compressing objects: 52% (5193/9985) 2024-11-01T16:13:40.0256441Z remote: Compressing objects: 53% (5293/9985) 2024-11-01T16:13:40.0537547Z remote: Compressing objects: 54% (5392/9985) 2024-11-01T16:13:40.0871146Z remote: Compressing objects: 55% (5492/9985) 2024-11-01T16:13:40.1214908Z remote: Compressing objects: 56% (5592/9985) 2024-11-01T16:13:40.1447861Z remote: Compressing objects: 57% (5692/9985) 2024-11-01T16:13:40.2044224Z remote: Compressing objects: 58% (5792/9985) 2024-11-01T16:13:40.2085032Z remote: Compressing objects: 59% (5892/9985) 2024-11-01T16:13:40.2244350Z remote: Compressing objects: 60% (5991/9985) 2024-11-01T16:13:40.2433683Z remote: Compressing objects: 61% (6091/9985) 2024-11-01T16:13:40.2831272Z remote: Compressing objects: 62% (6191/9985) 2024-11-01T16:13:40.3021235Z remote: Compressing objects: 63% (6291/9985) 2024-11-01T16:13:40.3100157Z remote: Compressing objects: 64% (6391/9985) 2024-11-01T16:13:40.3138512Z remote: Compressing objects: 65% (6491/9985) 2024-11-01T16:13:40.3204093Z remote: Compressing objects: 66% (6591/9985) 2024-11-01T16:13:40.3322421Z remote: Compressing objects: 67% (6690/9985) 2024-11-01T16:13:40.3392375Z remote: Compressing objects: 68% (6790/9985) 2024-11-01T16:13:40.3495201Z remote: Compressing objects: 69% (6890/9985) 2024-11-01T16:13:40.3628482Z remote: Compressing objects: 70% (6990/9985) 2024-11-01T16:13:40.3783296Z remote: Compressing objects: 71% (7090/9985) 2024-11-01T16:13:40.3894963Z remote: Compressing objects: 72% (7190/9985) 2024-11-01T16:13:40.4002675Z remote: Compressing objects: 73% (7290/9985) 2024-11-01T16:13:40.4113642Z remote: Compressing objects: 74% (7389/9985) 2024-11-01T16:13:40.4277751Z remote: Compressing objects: 75% (7489/9985) 2024-11-01T16:13:40.4388376Z remote: Compressing objects: 76% (7589/9985) 2024-11-01T16:13:40.4544067Z remote: Compressing objects: 77% (7689/9985) 2024-11-01T16:13:40.4683475Z remote: Compressing objects: 78% (7789/9985) 2024-11-01T16:13:40.4817518Z remote: Compressing objects: 79% (7889/9985) 2024-11-01T16:13:40.4955748Z remote: Compressing objects: 80% (7988/9985) 2024-11-01T16:13:40.5144729Z remote: Compressing objects: 81% (8088/9985) 2024-11-01T16:13:40.5303144Z remote: Compressing objects: 82% (8188/9985) 2024-11-01T16:13:40.5431290Z remote: Compressing objects: 83% (8288/9985) 2024-11-01T16:13:40.5567086Z remote: Compressing objects: 84% (8388/9985) 2024-11-01T16:13:40.5690894Z remote: Compressing objects: 85% (8488/9985) 2024-11-01T16:13:40.5858114Z remote: Compressing objects: 86% (8588/9985) 2024-11-01T16:13:40.5991753Z remote: Compressing objects: 87% (8687/9985) 2024-11-01T16:13:40.6102194Z remote: Compressing objects: 88% (8787/9985) 2024-11-01T16:13:40.6236044Z remote: Compressing objects: 89% (8887/9985) 2024-11-01T16:13:40.6278357Z remote: Compressing objects: 90% (8987/9985) 2024-11-01T16:13:40.6291795Z remote: Compressing objects: 91% (9087/9985) 2024-11-01T16:13:40.6305133Z remote: Compressing objects: 92% (9187/9985) 2024-11-01T16:13:40.6324110Z remote: Compressing objects: 93% (9287/9985) 2024-11-01T16:13:40.6332707Z remote: Compressing objects: 94% (9386/9985) 2024-11-01T16:13:40.6346395Z remote: Compressing objects: 95% (9486/9985) 2024-11-01T16:13:40.6355816Z remote: Compressing objects: 96% (9586/9985) 2024-11-01T16:13:40.6372660Z remote: Compressing objects: 97% (9686/9985) 2024-11-01T16:13:40.6385585Z remote: Compressing objects: 98% (9786/9985) 2024-11-01T16:13:40.6395673Z remote: Compressing objects: 99% (9886/9985) 2024-11-01T16:13:40.6396481Z remote: Compressing objects: 100% (9985/9985) 2024-11-01T16:13:40.6397034Z remote: Compressing objects: 100% (9985/9985), done. 2024-11-01T16:13:43.4499704Z remote: Total 11385 (delta 1371), reused 4207 (delta 1106), pack-reused 0 (from 0) 2024-11-01T16:13:43.7403037Z ##[endgroup] 2024-11-01T16:13:43.7403652Z ##[group]Determining the checkout info 2024-11-01T16:13:43.7404658Z ##[endgroup] 2024-11-01T16:13:43.7405417Z ##[group]Checking out the ref 2024-11-01T16:13:43.7409931Z [command]/usr/bin/git checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:13:45.1095472Z ##[endgroup] 2024-11-01T16:13:45.1134671Z [command]/usr/bin/git log -1 --format='%H' 2024-11-01T16:13:45.1155726Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:13:45.1328988Z ##[group]Run actions/setup-python@v4 2024-11-01T16:13:45.1329346Z with: 2024-11-01T16:13:45.1329565Z python-version: 3.9 2024-11-01T16:13:45.1329840Z architecture: x64 2024-11-01T16:13:45.1330092Z check-latest: false 2024-11-01T16:13:45.1330340Z cache: pip 2024-11-01T16:13:45.1330618Z cache-dependency-path: **/requirements.txt 2024-11-01T16:13:45.1331413Z token: *** 2024-11-01T16:13:45.1331797Z update-environment: true 2024-11-01T16:13:45.1332099Z allow-prereleases: false 2024-11-01T16:13:45.1332361Z ##[endgroup] 2024-11-01T16:13:45.2544586Z ##[group]Installed versions 2024-11-01T16:13:45.2647080Z Successfully set up CPython (3.9.20) 2024-11-01T16:13:45.2648343Z ##[endgroup] 2024-11-01T16:13:46.3248142Z [command]/opt/hostedtoolcache/Python/3.9.20/x64/bin/pip cache dir 2024-11-01T16:13:46.5547102Z /home/runner/.cache/pip 2024-11-01T16:13:47.6784145Z Received 310378496 of 556398970 (55.8%), 295.7 MBs/sec 2024-11-01T16:13:48.9824481Z Received 556398970 of 556398970 (100.0%), 230.2 MBs/sec 2024-11-01T16:13:48.9825546Z Cache Size: ~531 MB (556398970 B) 2024-11-01T16:13:48.9864512Z [command]/usr/bin/tar -xf /home/runner/work/_temp/b16419f4-e539-41db-8ebc-20bef2fa9ec1/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2024-11-01T16:13:50.4101080Z Cache restored successfully 2024-11-01T16:13:50.5293693Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-83c9906b56a97ee6bfd97a33d37e9c99a333c8f218d0ccd2477001ea6cb6fa84 2024-11-01T16:13:50.5538677Z ##[group]Run pip install -r requirements.txt 2024-11-01T16:13:50.5539112Z pip install -r requirements.txt 2024-11-01T16:13:50.5539650Z # Doesn't really matter what torch version, we just need ANY torch installed 2024-11-01T16:13:50.5540187Z pip install 'torch==2.*' 2024-11-01T16:13:50.5576039Z shell: /usr/bin/bash -e {0} 2024-11-01T16:13:50.5576325Z env: 2024-11-01T16:13:50.5576627Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.5577175Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T16:13:50.5577715Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.5578191Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.5578662Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:13:50.5579141Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T16:13:50.5579546Z ##[endgroup] 2024-11-01T16:13:51.1236055Z Collecting astunparse (from -r requirements.txt (line 2)) 2024-11-01T16:13:51.1373395Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2024-11-01T16:13:51.1548089Z Collecting expecttest>=0.2.1 (from -r requirements.txt (line 3)) 2024-11-01T16:13:51.1571657Z Using cached expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-11-01T16:13:51.7235836Z Collecting hypothesis (from -r requirements.txt (line 4)) 2024-11-01T16:13:51.7294040Z Downloading hypothesis-6.116.0-py3-none-any.whl.metadata (6.0 kB) 2024-11-01T16:13:51.9364874Z Collecting numpy (from -r requirements.txt (line 5)) 2024-11-01T16:13:51.9425137Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-11-01T16:13:52.0428726Z Collecting psutil (from -r requirements.txt (line 6)) 2024-11-01T16:13:52.0489093Z Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2024-11-01T16:13:52.0984014Z Collecting pyyaml (from -r requirements.txt (line 7)) 2024-11-01T16:13:52.1028182Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-11-01T16:13:52.1417359Z Collecting requests (from -r requirements.txt (line 8)) 2024-11-01T16:13:52.1462949Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-11-01T16:13:52.1508625Z Requirement already satisfied: setuptools<=72.1.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from -r requirements.txt (line 12)) (58.1.0) 2024-11-01T16:13:52.1596418Z Collecting types-dataclasses (from -r requirements.txt (line 13)) 2024-11-01T16:13:52.1637933Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2024-11-01T16:13:52.1854374Z Collecting typing-extensions>=4.10.0 (from -r requirements.txt (line 14)) 2024-11-01T16:13:52.2076479Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-11-01T16:13:52.2310889Z Collecting sympy==1.13.1 (from -r requirements.txt (line 15)) 2024-11-01T16:13:52.2361732Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2024-11-01T16:13:52.2645787Z Collecting filelock (from -r requirements.txt (line 16)) 2024-11-01T16:13:52.2695292Z Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB) 2024-11-01T16:13:52.3033636Z Collecting networkx (from -r requirements.txt (line 17)) 2024-11-01T16:13:52.3078205Z Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2024-11-01T16:13:52.3336226Z Collecting jinja2 (from -r requirements.txt (line 18)) 2024-11-01T16:13:52.3379793Z Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-11-01T16:13:52.3711358Z Collecting fsspec (from -r requirements.txt (line 19)) 2024-11-01T16:13:52.3782292Z Downloading fsspec-2024.10.0-py3-none-any.whl.metadata (11 kB) 2024-11-01T16:13:52.4515570Z Collecting lintrunner (from -r requirements.txt (line 20)) 2024-11-01T16:13:52.4558020Z Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2024-11-01T16:13:52.4884408Z Collecting ninja (from -r requirements.txt (line 21)) 2024-11-01T16:13:52.4928000Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl.metadata (5.3 kB) 2024-11-01T16:13:52.5201122Z Collecting packaging (from -r requirements.txt (line 22)) 2024-11-01T16:13:52.5219795Z Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-11-01T16:13:52.5892541Z Collecting optree>=0.13.0 (from -r requirements.txt (line 23)) 2024-11-01T16:13:52.5940290Z Downloading optree-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB) 2024-11-01T16:13:52.6188337Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->-r requirements.txt (line 15)) 2024-11-01T16:13:52.6227490Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-11-01T16:13:52.6630157Z Collecting wheel<1.0,>=0.23.0 (from astunparse->-r requirements.txt (line 2)) 2024-11-01T16:13:52.6672413Z Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) 2024-11-01T16:13:52.6836340Z Collecting six<2.0,>=1.6.1 (from astunparse->-r requirements.txt (line 2)) 2024-11-01T16:13:52.6853308Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-11-01T16:13:52.7044530Z Collecting attrs>=22.2.0 (from hypothesis->-r requirements.txt (line 4)) 2024-11-01T16:13:52.7061878Z Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-11-01T16:13:52.7338232Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 4)) 2024-11-01T16:13:52.7382564Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-11-01T16:13:52.7545854Z Collecting exceptiongroup>=1.0.0 (from hypothesis->-r requirements.txt (line 4)) 2024-11-01T16:13:52.7563559Z Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-11-01T16:13:52.8456913Z Collecting charset-normalizer<4,>=2 (from requests->-r requirements.txt (line 8)) 2024-11-01T16:13:52.8504497Z Downloading charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) 2024-11-01T16:13:52.8692247Z Collecting idna<4,>=2.5 (from requests->-r requirements.txt (line 8)) 2024-11-01T16:13:52.8708964Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2024-11-01T16:13:52.9208850Z Collecting urllib3<3,>=1.21.1 (from requests->-r requirements.txt (line 8)) 2024-11-01T16:13:52.9251379Z Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) 2024-11-01T16:13:52.9502384Z Collecting certifi>=2017.4.17 (from requests->-r requirements.txt (line 8)) 2024-11-01T16:13:52.9545005Z Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) 2024-11-01T16:13:53.0298720Z Collecting MarkupSafe>=2.0 (from jinja2->-r requirements.txt (line 18)) 2024-11-01T16:13:53.0355337Z Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-11-01T16:13:53.0635196Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-11-01T16:13:53.1023268Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 172.6 MB/s eta 0:00:00 2024-11-01T16:13:53.1065435Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2024-11-01T16:13:53.1103043Z Using cached expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-11-01T16:13:53.1158779Z Downloading hypothesis-6.116.0-py3-none-any.whl (468 kB) 2024-11-01T16:13:53.1283420Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2024-11-01T16:13:53.2349643Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 187.4 MB/s eta 0:00:00 2024-11-01T16:13:53.2425462Z Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) 2024-11-01T16:13:53.2521742Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2024-11-01T16:13:53.2603116Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 102.0 MB/s eta 0:00:00 2024-11-01T16:13:53.2650220Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-11-01T16:13:53.2717144Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2024-11-01T16:13:53.2752787Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-11-01T16:13:53.2797413Z Downloading filelock-3.16.1-py3-none-any.whl (16 kB) 2024-11-01T16:13:53.2864065Z Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-11-01T16:13:53.3006046Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 126.2 MB/s eta 0:00:00 2024-11-01T16:13:53.3053470Z Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-11-01T16:13:53.3122704Z Downloading fsspec-2024.10.0-py3-none-any.whl (179 kB) 2024-11-01T16:13:53.3221546Z Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB) 2024-11-01T16:13:53.3466493Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 126.9 MB/s eta 0:00:00 2024-11-01T16:13:53.3525797Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-11-01T16:13:53.3576835Z Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-11-01T16:13:53.3648385Z Downloading optree-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358 kB) 2024-11-01T16:13:53.3702153Z Using cached attrs-24.2.0-py3-none-any.whl (63 kB) 2024-11-01T16:13:53.3771655Z Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-11-01T16:13:53.3845293Z Downloading charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) 2024-11-01T16:13:53.3887855Z Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-11-01T16:13:53.3904625Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2024-11-01T16:13:53.3956268Z Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2024-11-01T16:13:53.4019506Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-11-01T16:13:53.4088454Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 73.0 MB/s eta 0:00:00 2024-11-01T16:13:53.4105534Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-11-01T16:13:53.4155207Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-11-01T16:13:53.4219297Z Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) 2024-11-01T16:13:53.4291628Z Downloading wheel-0.44.0-py3-none-any.whl (67 kB) 2024-11-01T16:13:53.6271882Z Installing collected packages: types-dataclasses, sortedcontainers, ninja, mpmath, wheel, urllib3, typing-extensions, sympy, six, pyyaml, psutil, packaging, numpy, networkx, MarkupSafe, lintrunner, idna, fsspec, filelock, expecttest, exceptiongroup, charset-normalizer, certifi, attrs, requests, optree, jinja2, hypothesis, astunparse 2024-11-01T16:14:02.7164898Z Successfully installed MarkupSafe-3.0.2 astunparse-1.6.3 attrs-24.2.0 certifi-2024.8.30 charset-normalizer-3.4.0 exceptiongroup-1.2.2 expecttest-0.2.1 filelock-3.16.1 fsspec-2024.10.0 hypothesis-6.116.0 idna-3.10 jinja2-3.1.4 lintrunner-0.12.5 mpmath-1.3.0 networkx-3.2.1 ninja-1.11.1.1 numpy-2.0.2 optree-0.13.0 packaging-24.1 psutil-6.1.0 pyyaml-6.0.2 requests-2.32.3 six-1.16.0 sortedcontainers-2.4.0 sympy-1.13.1 types-dataclasses-0.6.6 typing-extensions-4.12.2 urllib3-2.2.3 wheel-0.44.0 2024-11-01T16:14:03.3164503Z Collecting torch==2.* 2024-11-01T16:14:03.3303582Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl.metadata (28 kB) 2024-11-01T16:14:03.3417516Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.16.1) 2024-11-01T16:14:03.3422070Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (4.12.2) 2024-11-01T16:14:03.3425813Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.2.1) 2024-11-01T16:14:03.3429651Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (3.1.4) 2024-11-01T16:14:03.3433669Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (2024.10.0) 2024-11-01T16:14:03.3561152Z Collecting nvidia-cuda-nvrtc-cu12==12.4.127 (from torch==2.*) 2024-11-01T16:14:03.3605670Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.3748001Z Collecting nvidia-cuda-runtime-cu12==12.4.127 (from torch==2.*) 2024-11-01T16:14:03.3797020Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.3933736Z Collecting nvidia-cuda-cupti-cu12==12.4.127 (from torch==2.*) 2024-11-01T16:14:03.4063054Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-11-01T16:14:03.4246885Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch==2.*) 2024-11-01T16:14:03.4290352Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-11-01T16:14:03.4430354Z Collecting nvidia-cublas-cu12==12.4.5.8 (from torch==2.*) 2024-11-01T16:14:03.4510141Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.4650674Z Collecting nvidia-cufft-cu12==11.2.1.3 (from torch==2.*) 2024-11-01T16:14:03.4697888Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.4837929Z Collecting nvidia-curand-cu12==10.3.5.147 (from torch==2.*) 2024-11-01T16:14:03.4883033Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.5036332Z Collecting nvidia-cusolver-cu12==11.6.1.9 (from torch==2.*) 2024-11-01T16:14:03.5077547Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-11-01T16:14:03.5219793Z Collecting nvidia-cusparse-cu12==12.3.1.170 (from torch==2.*) 2024-11-01T16:14:03.5266201Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2024-11-01T16:14:03.5378806Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.*) 2024-11-01T16:14:03.5422930Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB) 2024-11-01T16:14:03.5562490Z Collecting nvidia-nvtx-cu12==12.4.127 (from torch==2.*) 2024-11-01T16:14:03.5615195Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB) 2024-11-01T16:14:03.5754334Z Collecting nvidia-nvjitlink-cu12==12.4.127 (from torch==2.*) 2024-11-01T16:14:03.5804933Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-11-01T16:14:03.5954818Z Collecting triton==3.1.0 (from torch==2.*) 2024-11-01T16:14:03.6005338Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB) 2024-11-01T16:14:03.6053690Z Requirement already satisfied: sympy==1.13.1 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from torch==2.*) (1.13.1) 2024-11-01T16:14:03.6151286Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from sympy==1.13.1->torch==2.*) (1.3.0) 2024-11-01T16:14:03.6608694Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages (from jinja2->torch==2.*) (3.0.2) 2024-11-01T16:14:03.6737007Z Downloading torch-2.5.1-cp39-cp39-manylinux1_x86_64.whl (906.5 MB) 2024-11-01T16:14:12.7406201Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.5/906.5 MB 41.1 MB/s eta 0:00:00 2024-11-01T16:14:12.7459403Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) 2024-11-01T16:14:14.9885639Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 140.4 MB/s eta 0:00:00 2024-11-01T16:14:14.9938524Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB) 2024-11-01T16:14:15.0623724Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 207.8 MB/s eta 0:00:00 2024-11-01T16:14:15.0669815Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) 2024-11-01T16:14:15.1852618Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 211.7 MB/s eta 0:00:00 2024-11-01T16:14:15.1896910Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) 2024-11-01T16:14:15.1982277Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 kB 114.6 MB/s eta 0:00:00 2024-11-01T16:14:15.2028218Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-11-01T16:14:20.4919076Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 63.7 MB/s eta 0:00:00 2024-11-01T16:14:20.4975177Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) 2024-11-01T16:14:21.6409991Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 185.4 MB/s eta 0:00:00 2024-11-01T16:14:21.6459959Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) 2024-11-01T16:14:21.9032534Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 220.9 MB/s eta 0:00:00 2024-11-01T16:14:21.9078308Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB) 2024-11-01T16:14:22.5158097Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.9/127.9 MB 211.2 MB/s eta 0:00:00 2024-11-01T16:14:22.5202458Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) 2024-11-01T16:14:23.6388008Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 185.9 MB/s eta 0:00:00 2024-11-01T16:14:23.6441139Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-11-01T16:14:25.5285129Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 100.2 MB/s eta 0:00:00 2024-11-01T16:14:25.5330043Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2024-11-01T16:14:25.6321010Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 217.3 MB/s eta 0:00:00 2024-11-01T16:14:25.6365252Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) 2024-11-01T16:14:25.6437170Z Downloading triton-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209.5 MB) 2024-11-01T16:14:26.7353986Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.5/209.5 MB 192.2 MB/s eta 0:00:00 2024-11-01T16:14:29.1038647Z Installing collected packages: triton, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch 2024-11-01T16:15:07.6539222Z Successfully installed nvidia-cublas-cu12-12.4.5.8 nvidia-cuda-cupti-cu12-12.4.127 nvidia-cuda-nvrtc-cu12-12.4.127 nvidia-cuda-runtime-cu12-12.4.127 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.2.1.3 nvidia-curand-cu12-10.3.5.147 nvidia-cusolver-cu12-11.6.1.9 nvidia-cusparse-cu12-12.3.1.170 nvidia-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 torch-2.5.1 triton-3.1.0 2024-11-01T16:15:08.2614505Z ##[group]Run # All we need to see is that it passes 2024-11-01T16:15:08.2615327Z # All we need to see is that it passes 2024-11-01T16:15:08.2616053Z python3 torch/utils/collect_env.py 2024-11-01T16:15:08.2652463Z shell: /usr/bin/bash -e {0} 2024-11-01T16:15:08.2652758Z env: 2024-11-01T16:15:08.2653057Z pythonLocation: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:15:08.2653607Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib/pkgconfig 2024-11-01T16:15:08.2654134Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:15:08.2654604Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:15:08.2655064Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.20/x64 2024-11-01T16:15:08.2655538Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.20/x64/lib 2024-11-01T16:15:08.2655933Z ##[endgroup] 2024-11-01T16:15:10.6557196Z Collecting environment information... 2024-11-01T16:15:10.6558029Z PyTorch version: 2.5.1+cu124 2024-11-01T16:15:10.6558609Z Is debug build: False 2024-11-01T16:15:10.6559082Z CUDA used to build PyTorch: 12.4 2024-11-01T16:15:10.6559704Z ROCM used to build PyTorch: N/A 2024-11-01T16:15:10.6560562Z 2024-11-01T16:15:10.6560767Z OS: Ubuntu 20.04.6 LTS (x86_64) 2024-11-01T16:15:10.6561774Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-11-01T16:15:10.6562650Z Clang version: 11.0.0-2~ubuntu20.04.1 2024-11-01T16:15:10.6563313Z CMake version: version 3.30.4 2024-11-01T16:15:10.6563982Z Libc version: glibc-2.31 2024-11-01T16:15:10.6564345Z 2024-11-01T16:15:10.6565027Z Python version: 3.9.20 (main, Sep 9 2024, 03:07:20) [GCC 9.4.0] (64-bit runtime) 2024-11-01T16:15:10.6566368Z Python platform: Linux-5.15.0-1073-azure-x86_64-with-glibc2.31 2024-11-01T16:15:10.6568704Z Is CUDA available: False 2024-11-01T16:15:10.6569499Z CUDA runtime version: No CUDA 2024-11-01T16:15:10.6570101Z CUDA_MODULE_LOADING set to: N/A 2024-11-01T16:15:10.6570746Z GPU models and configuration: No CUDA 2024-11-01T16:15:10.6572614Z Nvidia driver version: No CUDA 2024-11-01T16:15:10.6573216Z cuDNN version: No CUDA 2024-11-01T16:15:10.6573748Z HIP runtime version: N/A 2024-11-01T16:15:10.6574302Z MIOpen runtime version: N/A 2024-11-01T16:15:10.6574917Z Is XNNPACK available: True 2024-11-01T16:15:10.6575279Z 2024-11-01T16:15:10.6575413Z CPU: 2024-11-01T16:15:10.6575799Z Architecture: x86_64 2024-11-01T16:15:10.6576613Z CPU op-mode(s): 32-bit, 64-bit 2024-11-01T16:15:10.6577328Z Byte Order: Little Endian 2024-11-01T16:15:10.6578052Z Address sizes: 48 bits physical, 48 bits virtual 2024-11-01T16:15:10.6578495Z CPU(s): 4 2024-11-01T16:15:10.6578899Z On-line CPU(s) list: 0-3 2024-11-01T16:15:10.6579243Z Thread(s) per core: 2 2024-11-01T16:15:10.6579572Z Core(s) per socket: 2 2024-11-01T16:15:10.6579877Z Socket(s): 1 2024-11-01T16:15:10.6580195Z NUMA node(s): 1 2024-11-01T16:15:10.6580540Z Vendor ID: AuthenticAMD 2024-11-01T16:15:10.6580912Z CPU family: 25 2024-11-01T16:15:10.6581234Z Model: 1 2024-11-01T16:15:10.6581741Z Model name: AMD EPYC 7763 64-Core Processor 2024-11-01T16:15:10.6582151Z Stepping: 1 2024-11-01T16:15:10.6582488Z CPU MHz: 2754.323 2024-11-01T16:15:10.6582845Z BogoMIPS: 4890.86 2024-11-01T16:15:10.6583224Z Virtualization: AMD-V 2024-11-01T16:15:10.6583588Z Hypervisor vendor: Microsoft 2024-11-01T16:15:10.6583958Z Virtualization type: full 2024-11-01T16:15:10.6584314Z L1d cache: 64 KiB 2024-11-01T16:15:10.6584662Z L1i cache: 64 KiB 2024-11-01T16:15:10.6585272Z L2 cache: 1 MiB 2024-11-01T16:15:10.6585628Z L3 cache: 32 MiB 2024-11-01T16:15:10.6585999Z NUMA node0 CPU(s): 0-3 2024-11-01T16:15:10.6586381Z Vulnerability Gather data sampling: Not affected 2024-11-01T16:15:10.6586812Z Vulnerability Itlb multihit: Not affected 2024-11-01T16:15:10.6587222Z Vulnerability L1tf: Not affected 2024-11-01T16:15:10.6587610Z Vulnerability Mds: Not affected 2024-11-01T16:15:10.6588006Z Vulnerability Meltdown: Not affected 2024-11-01T16:15:10.6588407Z Vulnerability Mmio stale data: Not affected 2024-11-01T16:15:10.6588815Z Vulnerability Reg file data sampling: Not affected 2024-11-01T16:15:10.6589217Z Vulnerability Retbleed: Not affected 2024-11-01T16:15:10.6589720Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2024-11-01T16:15:10.6590225Z Vulnerability Spec store bypass: Vulnerable 2024-11-01T16:15:10.6590845Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2024-11-01T16:15:10.6591906Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2024-11-01T16:15:10.6592785Z Vulnerability Srbds: Not affected 2024-11-01T16:15:10.6593193Z Vulnerability Tsx async abort: Not affected 2024-11-01T16:15:10.6596333Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2024-11-01T16:15:10.6599290Z 2024-11-01T16:15:10.6599405Z Versions of relevant libraries: 2024-11-01T16:15:10.6599701Z [pip3] numpy==2.0.2 2024-11-01T16:15:10.6600009Z [pip3] nvidia-cublas-cu12==12.4.5.8 2024-11-01T16:15:10.6600381Z [pip3] nvidia-cuda-cupti-cu12==12.4.127 2024-11-01T16:15:10.6600763Z [pip3] nvidia-cuda-nvrtc-cu12==12.4.127 2024-11-01T16:15:10.6601155Z [pip3] nvidia-cuda-runtime-cu12==12.4.127 2024-11-01T16:15:10.6601532Z [pip3] nvidia-cudnn-cu12==9.1.0.70 2024-11-01T16:15:10.6601880Z [pip3] nvidia-cufft-cu12==11.2.1.3 2024-11-01T16:15:10.6602232Z [pip3] nvidia-curand-cu12==10.3.5.147 2024-11-01T16:15:10.6602603Z [pip3] nvidia-cusolver-cu12==11.6.1.9 2024-11-01T16:15:10.6602970Z [pip3] nvidia-cusparse-cu12==12.3.1.170 2024-11-01T16:15:10.6603329Z [pip3] nvidia-nccl-cu12==2.21.5 2024-11-01T16:15:10.6603681Z [pip3] nvidia-nvjitlink-cu12==12.4.127 2024-11-01T16:15:10.6604045Z [pip3] nvidia-nvtx-cu12==12.4.127 2024-11-01T16:15:10.6604350Z [pip3] optree==0.13.0 2024-11-01T16:15:10.6604595Z [pip3] torch==2.5.1 2024-11-01T16:15:10.6604834Z [pip3] triton==3.1.0 2024-11-01T16:15:10.6605097Z [conda] No relevant packages 2024-11-01T16:15:10.9301750Z Post job cleanup. 2024-11-01T16:15:11.0428437Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.20-pip-83c9906b56a97ee6bfd97a33d37e9c99a333c8f218d0ccd2477001ea6cb6fa84, not saving cache. 2024-11-01T16:15:11.0541657Z Post job cleanup. 2024-11-01T16:15:11.0588536Z Post job cleanup. 2024-11-01T16:15:11.1332719Z [command]/usr/bin/git version 2024-11-01T16:15:11.1370947Z git version 2.46.2 2024-11-01T16:15:11.1415270Z Temporarily overriding HOME='/home/runner/work/_temp/c04acee1-b3e8-4fd4-b06d-f956800aac4e' before making global git config changes 2024-11-01T16:15:11.1417042Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:15:11.1420073Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2024-11-01T16:15:11.1451323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:15:11.1479568Z [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-01T16:15:11.1733846Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:15:11.1753628Z http.https://github.com/.extraheader 2024-11-01T16:15:11.1765846Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:15:11.1796526Z [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-01T16:15:11.2278151Z Cleaning up orphan processes