2025-08-14T20:43:55.4133143Z Current runner version: '2.327.1' 2025-08-14T20:43:55.4142681Z Runner name: 'linux.24_04.4x_2156f8347019' 2025-08-14T20:43:55.4143943Z Runner group name: 'default' 2025-08-14T20:43:55.4145122Z Machine name: 'pkrvmubgrv54qmi' 2025-08-14T20:43:55.4170399Z ##[group]Operating System 2025-08-14T20:43:55.4171399Z Ubuntu 2025-08-14T20:43:55.4172541Z 24.04.2 2025-08-14T20:43:55.4173255Z LTS 2025-08-14T20:43:55.4174058Z ##[endgroup] 2025-08-14T20:43:55.4175039Z ##[group]Runner Image 2025-08-14T20:43:55.4176007Z Image: ubuntu-24.04 2025-08-14T20:43:55.4176966Z Version: 20250810.1.0 2025-08-14T20:43:55.4178812Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-14T20:43:55.4181217Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1 2025-08-14T20:43:55.4183070Z ##[endgroup] 2025-08-14T20:43:55.4187120Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:43:55.4190138Z Actions: read 2025-08-14T20:43:55.4191098Z Attestations: read 2025-08-14T20:43:55.4192298Z Checks: read 2025-08-14T20:43:55.4193141Z Contents: read 2025-08-14T20:43:55.4194072Z Deployments: read 2025-08-14T20:43:55.4195163Z Discussions: read 2025-08-14T20:43:55.4195980Z Issues: read 2025-08-14T20:43:55.4196773Z Metadata: read 2025-08-14T20:43:55.4197719Z Models: read 2025-08-14T20:43:55.4198566Z Packages: read 2025-08-14T20:43:55.4199372Z Pages: read 2025-08-14T20:43:55.4200315Z PullRequests: read 2025-08-14T20:43:55.4201179Z RepositoryProjects: read 2025-08-14T20:43:55.4202843Z SecurityEvents: read 2025-08-14T20:43:55.4203820Z Statuses: read 2025-08-14T20:43:55.4204571Z ##[endgroup] 2025-08-14T20:43:55.4207781Z Secret source: Actions 2025-08-14T20:43:55.4209429Z Prepare workflow directory 2025-08-14T20:43:55.4680333Z Prepare all required actions 2025-08-14T20:43:55.4738431Z Getting action download info 2025-08-14T20:43:55.6809439Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:43:59.8179011Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-14T20:44:00.1578577Z Getting action download info 2025-08-14T20:44:00.2690417Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:44:00.5464056Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-08-14T20:44:00.6097053Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:44:00.6097748Z with: 2025-08-14T20:44:00.6097966Z submodules: false 2025-08-14T20:44:00.6098202Z fetch-depth: 1 2025-08-14T20:44:00.6098583Z ##[endgroup] 2025-08-14T20:44:00.6182390Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:44:00.6183244Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:44:00.6228990Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:44:00.6229361Z ##[endgroup] 2025-08-14T20:44:00.6493978Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:44:00.6494628Z # Use all available CPUs for fetching 2025-08-14T20:44:00.6495121Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:44:00.6495640Z git config --global fetch.parallel 0 2025-08-14T20:44:00.6496163Z git config --global submodule.fetchJobs 0 2025-08-14T20:44:00.6496626Z  2025-08-14T20:44:00.6497142Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:44:00.6497788Z # do it here as well just in case 2025-08-14T20:44:00.6498243Z if [[ -d .git ]]; then 2025-08-14T20:44:00.6498648Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:44:00.6499083Z  sudo git clean -ffdx 2025-08-14T20:44:00.6499474Z  else 2025-08-14T20:44:00.6499820Z  git clean -ffdx 2025-08-14T20:44:00.6500462Z  fi 2025-08-14T20:44:00.6500780Z fi 2025-08-14T20:44:00.6554291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:44:00.6554852Z env: 2025-08-14T20:44:00.6555193Z NO_SUDO: 2025-08-14T20:44:00.6555500Z ##[endgroup] 2025-08-14T20:44:00.6774625Z ##[group]Run actions/checkout@v4 2025-08-14T20:44:00.6774933Z with: 2025-08-14T20:44:00.6775194Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:00.6775501Z fetch-depth: 1 2025-08-14T20:44:00.6775732Z submodules: false 2025-08-14T20:44:00.6775968Z show-progress: false 2025-08-14T20:44:00.6776216Z repository: pytorch/pytorch 2025-08-14T20:44:00.6776666Z token: *** 2025-08-14T20:44:00.6776880Z ssh-strict: true 2025-08-14T20:44:00.6777102Z ssh-user: git 2025-08-14T20:44:00.6777324Z persist-credentials: true 2025-08-14T20:44:00.6777573Z clean: true 2025-08-14T20:44:00.6777802Z sparse-checkout-cone-mode: true 2025-08-14T20:44:00.6778072Z fetch-tags: false 2025-08-14T20:44:00.6778289Z lfs: false 2025-08-14T20:44:00.6778494Z set-safe-directory: true 2025-08-14T20:44:00.6778734Z ##[endgroup] 2025-08-14T20:44:00.7803940Z Syncing repository: pytorch/pytorch 2025-08-14T20:44:00.7805499Z ##[group]Getting Git version info 2025-08-14T20:44:00.7806017Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-14T20:44:00.7806733Z [command]/usr/bin/git version 2025-08-14T20:44:00.7809584Z git version 2.50.1 2025-08-14T20:44:00.7838885Z ##[endgroup] 2025-08-14T20:44:00.7848451Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/eed7736d-1bc1-46bf-abc3-9cacb92e1290/.gitconfig' 2025-08-14T20:44:00.7865541Z Temporarily overriding HOME='/home/runner/work/_temp/eed7736d-1bc1-46bf-abc3-9cacb92e1290' before making global git config changes 2025-08-14T20:44:00.7866829Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:44:00.7869923Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:44:00.7901197Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-14T20:44:00.7904816Z ##[group]Initializing the repository 2025-08-14T20:44:00.7908985Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-14T20:44:00.7991305Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:44:00.7992702Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:44:00.7993278Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:44:00.7993658Z hint: 2025-08-14T20:44:00.7993957Z hint: git config --global init.defaultBranch 2025-08-14T20:44:00.7994302Z hint: 2025-08-14T20:44:00.7994849Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:44:00.7995793Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:44:00.7996281Z hint: 2025-08-14T20:44:00.7996526Z hint: git branch -m 2025-08-14T20:44:00.7996933Z hint: 2025-08-14T20:44:00.7997546Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-14T20:44:00.7998565Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-14T20:44:00.8007398Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:44:00.8042770Z ##[endgroup] 2025-08-14T20:44:00.8043476Z ##[group]Disabling automatic garbage collection 2025-08-14T20:44:00.8048134Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:44:00.8075332Z ##[endgroup] 2025-08-14T20:44:00.8075763Z ##[group]Setting up auth 2025-08-14T20:44:00.8081898Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:44:00.8110703Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-08-14T20:44:00.8397891Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:44:00.8428716Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-08-14T20:44:00.8654193Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:44:00.8692578Z ##[endgroup] 2025-08-14T20:44:00.8693437Z ##[group]Fetching the repository 2025-08-14T20:44:00.8701403Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:06.3536601Z From https://github.com/pytorch/pytorch 2025-08-14T20:44:06.3537405Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T20:44:06.3566690Z ##[endgroup] 2025-08-14T20:44:06.3567376Z ##[group]Determining the checkout info 2025-08-14T20:44:06.3569865Z ##[endgroup] 2025-08-14T20:44:06.3574743Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:44:06.3630453Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:44:06.3658603Z ##[group]Checking out the ref 2025-08-14T20:44:06.3662975Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:07.3877980Z Updating files: 90% (17652/19474) 2025-08-14T20:44:07.4011800Z Updating files: 91% (17722/19474) 2025-08-14T20:44:07.4130298Z Updating files: 92% (17917/19474) 2025-08-14T20:44:07.4292694Z Updating files: 93% (18111/19474) 2025-08-14T20:44:07.4446663Z Updating files: 94% (18306/19474) 2025-08-14T20:44:07.4610521Z Updating files: 95% (18501/19474) 2025-08-14T20:44:07.4764747Z Updating files: 96% (18696/19474) 2025-08-14T20:44:07.4918526Z Updating files: 97% (18890/19474) 2025-08-14T20:44:07.5153553Z Updating files: 98% (19085/19474) 2025-08-14T20:44:07.5296461Z Updating files: 99% (19280/19474) 2025-08-14T20:44:07.5297049Z Updating files: 100% (19474/19474) 2025-08-14T20:44:07.5297511Z Updating files: 100% (19474/19474), done. 2025-08-14T20:44:07.5485655Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:44:07.5486135Z 2025-08-14T20:44:07.5486500Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:44:07.5487489Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:44:07.5488200Z state without impacting any branches by switching back to a branch. 2025-08-14T20:44:07.5488622Z 2025-08-14T20:44:07.5488889Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:44:07.5489527Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:44:07.5489927Z 2025-08-14T20:44:07.5490093Z git switch -c 2025-08-14T20:44:07.5490356Z 2025-08-14T20:44:07.5490516Z Or undo this operation with: 2025-08-14T20:44:07.5490812Z 2025-08-14T20:44:07.5490940Z git switch - 2025-08-14T20:44:07.5491163Z 2025-08-14T20:44:07.5491469Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:44:07.5491928Z 2025-08-14T20:44:07.5492676Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:44:07.5525452Z ##[endgroup] 2025-08-14T20:44:07.5575082Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:44:07.5602210Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:07.5883098Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-14T20:44:07.5883504Z with: 2025-08-14T20:44:07.5883674Z architecture: x64 2025-08-14T20:44:07.5883863Z check-latest: false 2025-08-14T20:44:07.5884043Z cache: pip 2025-08-14T20:44:07.5884339Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-08-14T20:44:07.5884813Z token: *** 2025-08-14T20:44:07.5884995Z update-environment: true 2025-08-14T20:44:07.5885400Z allow-prereleases: false 2025-08-14T20:44:07.5885598Z freethreaded: false 2025-08-14T20:44:07.5885785Z ##[endgroup] 2025-08-14T20:44:07.7531928Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-08-14T20:44:07.7532831Z [warning].python-version doesn't exist. 2025-08-14T20:44:07.7553565Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-08-14T20:44:07.7638217Z ##[group]Run pip install -r requirements.txt 2025-08-14T20:44:07.7638561Z pip install -r requirements.txt 2025-08-14T20:44:07.7638932Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-08-14T20:44:07.7639290Z pip install 'torch==2.*' 2025-08-14T20:44:07.7679720Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:07.7679948Z ##[endgroup] 2025-08-14T20:44:09.0516620Z Defaulting to user installation because normal site-packages is not writeable 2025-08-14T20:44:10.5255175Z Collecting setuptools<80.0,>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-08-14T20:44:10.5709222Z Downloading setuptools-79.0.1-py3-none-any.whl.metadata (6.5 kB) 2025-08-14T20:44:10.7163686Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-08-14T20:44:10.7237692Z Downloading cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.5 kB) 2025-08-14T20:44:10.7669906Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-08-14T20:44:10.7742892Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) 2025-08-14T20:44:10.9610640Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-08-14T20:44:10.9690907Z Downloading numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-08-14T20:44:10.9825457Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 4.8 MB/s eta 0:00:00 2025-08-14T20:44:10.9936433Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-08-14T20:44:10.9943690Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-08-14T20:44:10.9952182Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-08-14T20:44:10.9959109Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-08-14T20:44:10.9969593Z Requirement already satisfied: typing-extensions>=4.10.0 in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 10)) (4.10.0) 2025-08-14T20:44:11.0163063Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-08-14T20:44:11.0245966Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-08-14T20:44:11.0575663Z Collecting filelock (from -r requirements.txt (line 9)) 2025-08-14T20:44:11.0646909Z Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) 2025-08-14T20:44:11.1039073Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-08-14T20:44:11.1118128Z Downloading fsspec-2025.7.0-py3-none-any.whl.metadata (12 kB) 2025-08-14T20:44:11.5745614Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-08-14T20:44:11.5821824Z Downloading hypothesis-6.138.0-py3-none-any.whl.metadata (5.6 kB) 2025-08-14T20:44:11.5875144Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-08-14T20:44:11.6145237Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-08-14T20:44:11.6231736Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-08-14T20:44:11.6642478Z Collecting networkx>=2.5.1 (from -r requirements.txt (line 14)) 2025-08-14T20:44:11.6719223Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-08-14T20:44:11.7653846Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-08-14T20:44:11.7729930Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (33 kB) 2025-08-14T20:44:11.8622796Z Collecting psutil (from -r requirements.txt (line 16)) 2025-08-14T20:44:11.8700096Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-08-14T20:44:11.9027220Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 17)) 2025-08-14T20:44:11.9100581Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-08-14T20:44:11.9426028Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-08-14T20:44:11.9501108Z Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-08-14T20:44:11.9537316Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (0.42.0) 2025-08-14T20:44:11.9778389Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-08-14T20:44:11.9852607Z Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-08-14T20:44:12.0564013Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-08-14T20:44:12.0636224Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-08-14T20:44:12.3497351Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-08-14T20:44:12.3573464Z Downloading uv-0.8.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-08-14T20:44:12.4397177Z Requirement already satisfied: attrs>=22.2.0 in /usr/lib/python3/dist-packages (from hypothesis->-r requirements.txt (line 11)) (23.2.0) 2025-08-14T20:44:12.4662191Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-08-14T20:44:12.4735147Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-08-14T20:44:12.5541074Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 17)) 2025-08-14T20:44:12.5615773Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-08-14T20:44:12.6145922Z Downloading setuptools-79.0.1-py3-none-any.whl (1.3 MB) 2025-08-14T20:44:12.6894868Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 17.1 MB/s eta 0:00:00 2025-08-14T20:44:12.6968765Z Downloading cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (29.7 MB) 2025-08-14T20:44:13.0242327Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/29.7 MB 125.5 MB/s eta 0:00:00 2025-08-14T20:44:13.0313194Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) 2025-08-14T20:44:13.0361524Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.7/180.7 kB 53.8 MB/s eta 0:00:00 2025-08-14T20:44:13.0432443Z Downloading numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) 2025-08-14T20:44:13.1360135Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 157.2 MB/s eta 0:00:00 2025-08-14T20:44:13.1430265Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-08-14T20:44:13.1467745Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.9/43.9 kB 16.7 MB/s eta 0:00:00 2025-08-14T20:44:13.1549224Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-08-14T20:44:13.1641648Z Downloading filelock-3.19.1-py3-none-any.whl (15 kB) 2025-08-14T20:44:13.1730890Z Downloading fsspec-2025.7.0-py3-none-any.whl (199 kB) 2025-08-14T20:44:13.1780940Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 60.6 MB/s eta 0:00:00 2025-08-14T20:44:13.1851712Z Downloading hypothesis-6.138.0-py3-none-any.whl (529 kB) 2025-08-14T20:44:13.1922627Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 529.9/529.9 kB 98.9 MB/s eta 0:00:00 2025-08-14T20:44:13.1997546Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-08-14T20:44:13.2180940Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 132.3 MB/s eta 0:00:00 2025-08-14T20:44:13.2251102Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-08-14T20:44:13.2396658Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 157.2 MB/s eta 0:00:00 2025-08-14T20:44:13.2477798Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408 kB) 2025-08-14T20:44:13.2536538Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.8/408.8 kB 94.1 MB/s eta 0:00:00 2025-08-14T20:44:13.2608420Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-08-14T20:44:13.2664935Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 66.4 MB/s eta 0:00:00 2025-08-14T20:44:13.2737552Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-08-14T20:44:13.3120559Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 172.6 MB/s eta 0:00:00 2025-08-14T20:44:13.3194305Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-08-14T20:44:13.3262244Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 107.8 MB/s eta 0:00:00 2025-08-14T20:44:13.3337188Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-08-14T20:44:13.3429123Z Downloading uv-0.8.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.3 MB) 2025-08-14T20:44:13.4582990Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.3/19.3 MB 134.6 MB/s eta 0:00:00 2025-08-14T20:44:13.4658018Z Downloading build-1.3.0-py3-none-any.whl (23 kB) 2025-08-14T20:44:13.4751466Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-08-14T20:44:14.2536629Z Installing collected packages: sortedcontainers, mpmath, uv, typing-extensions, sympy, setuptools, pyproject_hooks, psutil, numpy, ninja, networkx, lintrunner, hypothesis, fsspec, filelock, expecttest, cmake, optree, build 2025-08-14T20:44:25.1901005Z Successfully installed build-1.3.0 cmake-4.1.0 expecttest-0.3.0 filelock-3.19.1 fsspec-2025.7.0 hypothesis-6.138.0 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.5 ninja-1.13.0 numpy-2.3.2 optree-0.17.0 psutil-7.0.0 pyproject_hooks-1.2.0 setuptools-79.0.1 sortedcontainers-2.4.0 sympy-1.14.0 typing-extensions-4.14.1 uv-0.8.11 2025-08-14T20:44:25.7088459Z Defaulting to user installation because normal site-packages is not writeable 2025-08-14T20:44:26.4397372Z Collecting torch==2.* 2025-08-14T20:44:26.4849184Z Downloading torch-2.8.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (30 kB) 2025-08-14T20:44:26.5255536Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.19.1) 2025-08-14T20:44:26.5265246Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (4.14.1) 2025-08-14T20:44:26.5278790Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (79.0.1) 2025-08-14T20:44:26.5291214Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-08-14T20:44:26.5300768Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-08-14T20:44:26.5308794Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-08-14T20:44:26.5322987Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.7.0) 2025-08-14T20:44:26.5541036Z Collecting nvidia-cuda-nvrtc-cu12==12.8.93 (from torch==2.*) 2025-08-14T20:44:26.5615366Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.5876459Z Collecting nvidia-cuda-runtime-cu12==12.8.90 (from torch==2.*) 2025-08-14T20:44:26.5949928Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.6198781Z Collecting nvidia-cuda-cupti-cu12==12.8.90 (from torch==2.*) 2025-08-14T20:44:26.6269065Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.6521025Z Collecting nvidia-cudnn-cu12==9.10.2.21 (from torch==2.*) 2025-08-14T20:44:26.6600201Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-08-14T20:44:26.6844728Z Collecting nvidia-cublas-cu12==12.8.4.1 (from torch==2.*) 2025-08-14T20:44:26.6929940Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.7178274Z Collecting nvidia-cufft-cu12==11.3.3.83 (from torch==2.*) 2025-08-14T20:44:26.7250128Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.7481753Z Collecting nvidia-curand-cu12==10.3.9.90 (from torch==2.*) 2025-08-14T20:44:26.7551368Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.7789720Z Collecting nvidia-cusolver-cu12==11.7.3.90 (from torch==2.*) 2025-08-14T20:44:26.7860675Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-08-14T20:44:26.8124274Z Collecting nvidia-cusparse-cu12==12.5.8.93 (from torch==2.*) 2025-08-14T20:44:26.8197846Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-08-14T20:44:26.8415299Z Collecting nvidia-cusparselt-cu12==0.7.1 (from torch==2.*) 2025-08-14T20:44:26.8486320Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata (7.0 kB) 2025-08-14T20:44:26.8732533Z Collecting nvidia-nccl-cu12==2.27.3 (from torch==2.*) 2025-08-14T20:44:26.8803407Z Downloading nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-08-14T20:44:26.9052203Z Collecting nvidia-nvtx-cu12==12.8.90 (from torch==2.*) 2025-08-14T20:44:26.9121597Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-08-14T20:44:26.9368922Z Collecting nvidia-nvjitlink-cu12==12.8.93 (from torch==2.*) 2025-08-14T20:44:26.9453167Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.9661811Z Collecting nvidia-cufile-cu12==1.13.1.3 (from torch==2.*) 2025-08-14T20:44:26.9734386Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:26.9980150Z Collecting triton==3.4.0 (from torch==2.*) 2025-08-14T20:44:27.0052288Z Downloading triton-3.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.7 kB) 2025-08-14T20:44:27.0733393Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/runner/.local/lib/python3.12/site-packages (from sympy>=1.13.3->torch==2.*) (1.3.0) 2025-08-14T20:44:27.1632623Z Downloading torch-2.8.0-cp312-cp312-manylinux_2_28_x86_64.whl (887.9 MB) 2025-08-14T20:44:36.9299905Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.9/887.9 MB 2.5 MB/s eta 0:00:00 2025-08-14T20:44:36.9375104Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB) 2025-08-14T20:44:42.5183224Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 3.6 MB/s eta 0:00:00 2025-08-14T20:44:42.5265812Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB) 2025-08-14T20:44:42.8298157Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 34.0 MB/s eta 0:00:00 2025-08-14T20:44:42.8377114Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB) 2025-08-14T20:44:43.3775936Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 68.0 MB/s eta 0:00:00 2025-08-14T20:44:43.3874520Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (954 kB) 2025-08-14T20:44:43.3975610Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 954.8/954.8 kB 118.2 MB/s eta 0:00:00 2025-08-14T20:44:43.4088067Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl (706.8 MB) 2025-08-14T20:44:50.0750582Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.8/706.8 MB 3.0 MB/s eta 0:00:00 2025-08-14T20:44:50.0838526Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (193.1 MB) 2025-08-14T20:44:51.2174847Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/193.1 MB 24.5 MB/s eta 0:00:00 2025-08-14T20:44:51.2249303Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.2 MB) 2025-08-14T20:44:51.2358019Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 137.2 MB/s eta 0:00:00 2025-08-14T20:44:51.2430234Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl (63.6 MB) 2025-08-14T20:44:51.5718414Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 MB 84.2 MB/s eta 0:00:00 2025-08-14T20:44:51.5802898Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl (267.5 MB) 2025-08-14T20:44:53.6349171Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267.5/267.5 MB 9.8 MB/s eta 0:00:00 2025-08-14T20:44:53.6427848Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (288.2 MB) 2025-08-14T20:44:56.2501629Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 MB 6.6 MB/s eta 0:00:00 2025-08-14T20:44:56.2578898Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl (287.2 MB) 2025-08-14T20:44:58.9821024Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.2/287.2 MB 7.3 MB/s eta 0:00:00 2025-08-14T20:44:58.9900399Z Downloading nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (322.4 MB) 2025-08-14T20:45:01.9915722Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.4/322.4 MB 6.0 MB/s eta 0:00:00 2025-08-14T20:45:02.0088760Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (39.3 MB) 2025-08-14T20:45:02.2134105Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.3/39.3 MB 117.2 MB/s eta 0:00:00 2025-08-14T20:45:02.2207042Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-08-14T20:45:02.2265606Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 29.4 MB/s eta 0:00:00 2025-08-14T20:45:02.2339220Z Downloading triton-3.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.6 MB) 2025-08-14T20:45:03.4139074Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/155.6 MB 36.9 MB/s eta 0:00:00 2025-08-14T20:45:07.4801031Z Installing collected packages: nvidia-cusparselt-cu12, triton, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufile-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch 2025-08-14T20:45:50.3288283Z Successfully installed nvidia-cublas-cu12-12.8.4.1 nvidia-cuda-cupti-cu12-12.8.90 nvidia-cuda-nvrtc-cu12-12.8.93 nvidia-cuda-runtime-cu12-12.8.90 nvidia-cudnn-cu12-9.10.2.21 nvidia-cufft-cu12-11.3.3.83 nvidia-cufile-cu12-1.13.1.3 nvidia-curand-cu12-10.3.9.90 nvidia-cusolver-cu12-11.7.3.90 nvidia-cusparse-cu12-12.5.8.93 nvidia-cusparselt-cu12-0.7.1 nvidia-nccl-cu12-2.27.3 nvidia-nvjitlink-cu12-12.8.93 nvidia-nvtx-cu12-12.8.90 torch-2.8.0 triton-3.4.0 2025-08-14T20:45:51.0569005Z ##[group]Run # All we need to see is that it passes 2025-08-14T20:45:51.0569393Z # All we need to see is that it passes 2025-08-14T20:45:51.0569682Z python3 torch/utils/collect_env.py 2025-08-14T20:45:51.0618997Z shell: /usr/bin/bash -e {0} 2025-08-14T20:45:51.0619251Z ##[endgroup] 2025-08-14T20:46:12.7493857Z Collecting environment information... 2025-08-14T20:46:12.7494321Z PyTorch version: 2.8.0+cu128 2025-08-14T20:46:12.7494603Z Is debug build: False 2025-08-14T20:46:12.7494860Z CUDA used to build PyTorch: 12.8 2025-08-14T20:46:12.7495166Z ROCM used to build PyTorch: N/A 2025-08-14T20:46:12.7495357Z 2025-08-14T20:46:12.7495486Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-08-14T20:46:12.7495788Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-08-14T20:46:12.7496129Z Clang version: 18.1.3 (1ubuntu1) 2025-08-14T20:46:12.7496401Z CMake version: version 4.1.0 2025-08-14T20:46:12.7496670Z Libc version: glibc-2.39 2025-08-14T20:46:12.7496829Z 2025-08-14T20:46:12.7497135Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-08-14T20:46:12.7497663Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-08-14T20:46:12.7498059Z Is CUDA available: False 2025-08-14T20:46:12.7498315Z CUDA runtime version: No CUDA 2025-08-14T20:46:12.7498745Z CUDA_MODULE_LOADING set to: N/A 2025-08-14T20:46:12.7499269Z GPU models and configuration: No CUDA 2025-08-14T20:46:12.7499835Z Nvidia driver version: No CUDA 2025-08-14T20:46:12.7500191Z cuDNN version: No CUDA 2025-08-14T20:46:12.7500434Z Is XPU available: False 2025-08-14T20:46:12.7500686Z HIP runtime version: N/A 2025-08-14T20:46:12.7500956Z MIOpen runtime version: N/A 2025-08-14T20:46:12.7501219Z Is XNNPACK available: True 2025-08-14T20:46:12.7501389Z 2025-08-14T20:46:12.7501485Z CPU: 2025-08-14T20:46:12.7501701Z Architecture: x86_64 2025-08-14T20:46:12.7502411Z CPU op-mode(s): 32-bit, 64-bit 2025-08-14T20:46:12.7502838Z Address sizes: 48 bits physical, 48 bits virtual 2025-08-14T20:46:12.7503252Z Byte Order: Little Endian 2025-08-14T20:46:12.7503582Z CPU(s): 4 2025-08-14T20:46:12.7503878Z On-line CPU(s) list: 0-3 2025-08-14T20:46:12.7504209Z Vendor ID: AuthenticAMD 2025-08-14T20:46:12.7504585Z Model name: AMD EPYC 7763 64-Core Processor 2025-08-14T20:46:12.7504951Z CPU family: 25 2025-08-14T20:46:12.7505238Z Model: 1 2025-08-14T20:46:12.7505529Z Thread(s) per core: 2 2025-08-14T20:46:12.7506110Z Core(s) per socket: 2 2025-08-14T20:46:12.7506398Z Socket(s): 1 2025-08-14T20:46:12.7506682Z Stepping: 1 2025-08-14T20:46:12.7506980Z BogoMIPS: 4890.86 2025-08-14T20:46:12.7509773Z 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 tsc_known_freq 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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-08-14T20:46:12.7512179Z Virtualization: AMD-V 2025-08-14T20:46:12.7512596Z Hypervisor vendor: Microsoft 2025-08-14T20:46:12.7512875Z Virtualization type: full 2025-08-14T20:46:12.7513158Z L1d cache: 64 KiB (2 instances) 2025-08-14T20:46:12.7513651Z L1i cache: 64 KiB (2 instances) 2025-08-14T20:46:12.7513949Z L2 cache: 1 MiB (2 instances) 2025-08-14T20:46:12.7514222Z L3 cache: 32 MiB (1 instance) 2025-08-14T20:46:12.7514476Z NUMA node(s): 1 2025-08-14T20:46:12.7514708Z NUMA node0 CPU(s): 0-3 2025-08-14T20:46:12.7514980Z Vulnerability Gather data sampling: Not affected 2025-08-14T20:46:12.7515279Z Vulnerability Itlb multihit: Not affected 2025-08-14T20:46:12.7515554Z Vulnerability L1tf: Not affected 2025-08-14T20:46:12.7515836Z Vulnerability Mds: Not affected 2025-08-14T20:46:12.7516105Z Vulnerability Meltdown: Not affected 2025-08-14T20:46:12.7516384Z Vulnerability Mmio stale data: Not affected 2025-08-14T20:46:12.7516666Z Vulnerability Reg file data sampling: Not affected 2025-08-14T20:46:12.7516954Z Vulnerability Retbleed: Not affected 2025-08-14T20:46:12.7517309Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-08-14T20:46:12.7517673Z Vulnerability Spec store bypass: Vulnerable 2025-08-14T20:46:12.7518122Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-08-14T20:46:12.7518796Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-08-14T20:46:12.7519320Z Vulnerability Srbds: Not affected 2025-08-14T20:46:12.7519609Z Vulnerability Tsx async abort: Not affected 2025-08-14T20:46:12.7519802Z 2025-08-14T20:46:12.7519888Z Versions of relevant libraries: 2025-08-14T20:46:12.7520105Z [pip3] numpy==2.3.2 2025-08-14T20:46:12.7520303Z [pip3] nvidia-cublas-cu12==12.8.4.1 2025-08-14T20:46:12.7520554Z [pip3] nvidia-cuda-cupti-cu12==12.8.90 2025-08-14T20:46:12.7520802Z [pip3] nvidia-cuda-nvrtc-cu12==12.8.93 2025-08-14T20:46:12.7521051Z [pip3] nvidia-cuda-runtime-cu12==12.8.90 2025-08-14T20:46:12.7521295Z [pip3] nvidia-cudnn-cu12==9.10.2.21 2025-08-14T20:46:12.7521521Z [pip3] nvidia-cufft-cu12==11.3.3.83 2025-08-14T20:46:12.7521749Z [pip3] nvidia-curand-cu12==10.3.9.90 2025-08-14T20:46:12.7522197Z [pip3] nvidia-cusolver-cu12==11.7.3.90 2025-08-14T20:46:12.7522469Z [pip3] nvidia-cusparse-cu12==12.5.8.93 2025-08-14T20:46:12.7522705Z [pip3] nvidia-cusparselt-cu12==0.7.1 2025-08-14T20:46:12.7522940Z [pip3] nvidia-nccl-cu12==2.27.3 2025-08-14T20:46:12.7523164Z [pip3] nvidia-nvjitlink-cu12==12.8.93 2025-08-14T20:46:12.7523400Z [pip3] nvidia-nvtx-cu12==12.8.90 2025-08-14T20:46:12.7523610Z [pip3] optree==0.17.0 2025-08-14T20:46:12.7523958Z [pip3] torch==2.8.0 2025-08-14T20:46:12.7524129Z [pip3] triton==3.4.0 2025-08-14T20:46:12.7524324Z [conda] No relevant packages 2025-08-14T20:46:13.0036149Z Post job cleanup. 2025-08-14T20:46:13.1613561Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-08-14T20:46:13.1728850Z Post job cleanup. 2025-08-14T20:46:13.1786484Z Post job cleanup. 2025-08-14T20:46:13.2746563Z [command]/usr/bin/git version 2025-08-14T20:46:13.2786466Z git version 2.50.1 2025-08-14T20:46:13.2827197Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/449add63-f683-45dc-9541-410e9701716b/.gitconfig' 2025-08-14T20:46:13.2836177Z Temporarily overriding HOME='/home/runner/work/_temp/449add63-f683-45dc-9541-410e9701716b' before making global git config changes 2025-08-14T20:46:13.2837618Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:46:13.2848686Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:46:13.2882984Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:46:13.2915946Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-08-14T20:46:13.3356082Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:46:13.3384263Z http.https://github.com/.extraheader 2025-08-14T20:46:13.3399800Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:46:13.3436811Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-08-14T20:46:13.3817288Z Cleaning up orphan processes