2025-09-07T06:10:11.9116857Z Current runner version: '2.328.0' 2025-09-07T06:10:11.9123313Z Runner name: 'linux.24_04.4x_a4c95ee3f151' 2025-09-07T06:10:11.9124197Z Runner group name: 'default' 2025-09-07T06:10:11.9125092Z Machine name: 'pkrvm7jw40e0xgp' 2025-09-07T06:10:11.9143360Z ##[group]Operating System 2025-09-07T06:10:11.9144163Z Ubuntu 2025-09-07T06:10:11.9144696Z 24.04.3 2025-09-07T06:10:11.9145144Z LTS 2025-09-07T06:10:11.9145681Z ##[endgroup] 2025-09-07T06:10:11.9146187Z ##[group]Runner Image 2025-09-07T06:10:11.9146809Z Image: ubuntu-24.04 2025-09-07T06:10:11.9147272Z Version: 20250831.1.0 2025-09-07T06:10:11.9148357Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-07T06:10:11.9149735Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-07T06:10:11.9150567Z ##[endgroup] 2025-09-07T06:10:11.9153073Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:10:11.9155263Z Actions: read 2025-09-07T06:10:11.9155883Z Attestations: read 2025-09-07T06:10:11.9156380Z Checks: read 2025-09-07T06:10:11.9156895Z Contents: read 2025-09-07T06:10:11.9157426Z Deployments: read 2025-09-07T06:10:11.9157892Z Discussions: read 2025-09-07T06:10:11.9158445Z Issues: read 2025-09-07T06:10:11.9158927Z Metadata: read 2025-09-07T06:10:11.9159375Z Models: read 2025-09-07T06:10:11.9159905Z Packages: read 2025-09-07T06:10:11.9160408Z Pages: read 2025-09-07T06:10:11.9160884Z PullRequests: read 2025-09-07T06:10:11.9161400Z RepositoryProjects: read 2025-09-07T06:10:11.9162011Z SecurityEvents: read 2025-09-07T06:10:11.9162495Z Statuses: read 2025-09-07T06:10:11.9163253Z ##[endgroup] 2025-09-07T06:10:11.9165366Z Secret source: Actions 2025-09-07T06:10:11.9166347Z Prepare workflow directory 2025-09-07T06:10:12.0347736Z Prepare all required actions 2025-09-07T06:10:12.0408419Z Getting action download info 2025-09-07T06:10:12.3978485Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:10:17.1857609Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-09-07T06:10:17.3246629Z Getting action download info 2025-09-07T06:10:17.4803258Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:10:17.5620811Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-09-07T06:10:17.6290185Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:10:17.6290916Z with: 2025-09-07T06:10:17.6291146Z submodules: false 2025-09-07T06:10:17.6291390Z fetch-depth: 1 2025-09-07T06:10:17.6291785Z ##[endgroup] 2025-09-07T06:10:17.6378750Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:17.6379619Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:17.6414155Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:17.6414540Z ##[endgroup] 2025-09-07T06:10:17.6654063Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:10:17.6654516Z # Use all available CPUs for fetching 2025-09-07T06:10:17.6654835Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:17.6655194Z git config --global fetch.parallel 0 2025-09-07T06:10:17.6655549Z git config --global submodule.fetchJobs 0 2025-09-07T06:10:17.6655866Z  2025-09-07T06:10:17.6656194Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:10:17.6656602Z # do it here as well just in case 2025-09-07T06:10:17.6656899Z if [[ -d .git ]]; then 2025-09-07T06:10:17.6657171Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:17.6657460Z  sudo git clean -ffdx 2025-09-07T06:10:17.6657715Z  else 2025-09-07T06:10:17.6657944Z  git clean -ffdx 2025-09-07T06:10:17.6658412Z  fi 2025-09-07T06:10:17.6658621Z fi 2025-09-07T06:10:17.6687522Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:17.6687895Z env: 2025-09-07T06:10:17.6688097Z NO_SUDO: 2025-09-07T06:10:17.6688300Z ##[endgroup] 2025-09-07T06:10:17.6976964Z ##[group]Run actions/checkout@v4 2025-09-07T06:10:17.6977296Z with: 2025-09-07T06:10:17.6977569Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:17.6977880Z fetch-depth: 1 2025-09-07T06:10:17.6978121Z submodules: false 2025-09-07T06:10:17.6978356Z show-progress: false 2025-09-07T06:10:17.6978610Z repository: pytorch/pytorch 2025-09-07T06:10:17.6979014Z token: *** 2025-09-07T06:10:17.6979235Z ssh-strict: true 2025-09-07T06:10:17.6979455Z ssh-user: git 2025-09-07T06:10:17.6979689Z persist-credentials: true 2025-09-07T06:10:17.6979942Z clean: true 2025-09-07T06:10:17.6980183Z sparse-checkout-cone-mode: true 2025-09-07T06:10:17.6980481Z fetch-tags: false 2025-09-07T06:10:17.6980702Z lfs: false 2025-09-07T06:10:17.6980925Z set-safe-directory: true 2025-09-07T06:10:17.6981170Z ##[endgroup] 2025-09-07T06:10:17.7995311Z Syncing repository: pytorch/pytorch 2025-09-07T06:10:17.7996996Z ##[group]Getting Git version info 2025-09-07T06:10:17.7997461Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:17.7998095Z [command]/usr/bin/git version 2025-09-07T06:10:17.8004905Z git version 2.51.0 2025-09-07T06:10:17.8030295Z ##[endgroup] 2025-09-07T06:10:17.8039953Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/581702fa-30b5-4604-ba24-b78e6879e40e/.gitconfig' 2025-09-07T06:10:17.8058439Z Temporarily overriding HOME='/home/runner/work/_temp/581702fa-30b5-4604-ba24-b78e6879e40e' before making global git config changes 2025-09-07T06:10:17.8059748Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:17.8063439Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:10:17.8097500Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:17.8101023Z ##[group]Initializing the repository 2025-09-07T06:10:17.8105727Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-09-07T06:10:17.8223130Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-07T06:10:17.8224276Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-07T06:10:17.8224848Z hint: of your new repositories, which will suppress this warning, call: 2025-09-07T06:10:17.8225265Z hint: 2025-09-07T06:10:17.8225630Z hint: git config --global init.defaultBranch 2025-09-07T06:10:17.8226081Z hint: 2025-09-07T06:10:17.8226644Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-07T06:10:17.8227492Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-07T06:10:17.8228156Z hint: 2025-09-07T06:10:17.8228560Z hint: git branch -m 2025-09-07T06:10:17.8228984Z hint: 2025-09-07T06:10:17.8229561Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-09-07T06:10:17.8230292Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-09-07T06:10:17.8239141Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:10:17.8280869Z ##[endgroup] 2025-09-07T06:10:17.8281336Z ##[group]Disabling automatic garbage collection 2025-09-07T06:10:17.8286950Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:10:17.8316962Z ##[endgroup] 2025-09-07T06:10:17.8317727Z ##[group]Setting up auth 2025-09-07T06:10:17.8324970Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:17.8355685Z [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-09-07T06:10:17.8713940Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:17.8749023Z [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-09-07T06:10:17.8988879Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:10:17.9027867Z ##[endgroup] 2025-09-07T06:10:17.9028601Z ##[group]Fetching the repository 2025-09-07T06:10:17.9036745Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:23.7687178Z From https://github.com/pytorch/pytorch 2025-09-07T06:10:23.7688086Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T06:10:23.7719168Z ##[endgroup] 2025-09-07T06:10:23.7719786Z ##[group]Determining the checkout info 2025-09-07T06:10:23.7721574Z ##[endgroup] 2025-09-07T06:10:23.7727299Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:10:23.7771367Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:10:23.7802455Z ##[group]Checking out the ref 2025-09-07T06:10:23.7807417Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:24.8079218Z Updating files: 90% (17520/19405) 2025-09-07T06:10:24.8185023Z Updating files: 91% (17659/19405) 2025-09-07T06:10:24.8309499Z Updating files: 92% (17853/19405) 2025-09-07T06:10:24.8469155Z Updating files: 93% (18047/19405) 2025-09-07T06:10:24.8637483Z Updating files: 94% (18241/19405) 2025-09-07T06:10:24.8776163Z Updating files: 95% (18435/19405) 2025-09-07T06:10:24.8929835Z Updating files: 96% (18629/19405) 2025-09-07T06:10:24.9098515Z Updating files: 97% (18823/19405) 2025-09-07T06:10:24.9322100Z Updating files: 98% (19017/19405) 2025-09-07T06:10:24.9464828Z Updating files: 99% (19211/19405) 2025-09-07T06:10:24.9465325Z Updating files: 100% (19405/19405) 2025-09-07T06:10:24.9465752Z Updating files: 100% (19405/19405), done. 2025-09-07T06:10:24.9650718Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:10:24.9651252Z 2025-09-07T06:10:24.9652287Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:10:24.9653553Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:10:24.9654317Z state without impacting any branches by switching back to a branch. 2025-09-07T06:10:24.9654777Z 2025-09-07T06:10:24.9655067Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:10:24.9655779Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:10:24.9656211Z 2025-09-07T06:10:24.9656398Z git switch -c 2025-09-07T06:10:24.9656672Z 2025-09-07T06:10:24.9656828Z Or undo this operation with: 2025-09-07T06:10:24.9657154Z 2025-09-07T06:10:24.9657294Z git switch - 2025-09-07T06:10:24.9657525Z 2025-09-07T06:10:24.9657850Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:10:24.9658327Z 2025-09-07T06:10:24.9658547Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T06:10:24.9690369Z ##[endgroup] 2025-09-07T06:10:24.9737237Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:10:24.9761568Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:24.9877140Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:24.9877424Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:24.9877666Z # Clean stale submodule dirs 2025-09-07T06:10:24.9877904Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:24.9878203Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:24.9878503Z else 2025-09-07T06:10:24.9878731Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:24.9879194Z fi 2025-09-07T06:10:24.9908486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:24.9908790Z env: 2025-09-07T06:10:24.9908956Z NO_SUDO: 2025-09-07T06:10:24.9909119Z ##[endgroup] 2025-09-07T06:10:25.0370705Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-09-07T06:10:25.0371075Z with: 2025-09-07T06:10:25.0371248Z architecture: x64 2025-09-07T06:10:25.0371430Z check-latest: false 2025-09-07T06:10:25.0371617Z cache: pip 2025-09-07T06:10:25.0371910Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-09-07T06:10:25.0372375Z token: *** 2025-09-07T06:10:25.0372576Z update-environment: true 2025-09-07T06:10:25.0372975Z allow-prereleases: false 2025-09-07T06:10:25.0373185Z freethreaded: false 2025-09-07T06:10:25.0373375Z ##[endgroup] 2025-09-07T06:10:25.2019445Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-09-07T06:10:25.2020538Z [warning].python-version doesn't exist. 2025-09-07T06:10:25.2040588Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-09-07T06:10:25.2123219Z ##[group]Run pip install -r requirements.txt 2025-09-07T06:10:25.2123587Z pip install -r requirements.txt 2025-09-07T06:10:25.2123970Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-09-07T06:10:25.2124331Z pip install 'torch==2.*' 2025-09-07T06:10:25.2154791Z shell: /usr/bin/bash -e {0} 2025-09-07T06:10:25.2155036Z ##[endgroup] 2025-09-07T06:10:25.8383422Z Defaulting to user installation because normal site-packages is not writeable 2025-09-07T06:10:26.9962050Z Collecting setuptools<80.0,>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-09-07T06:10:27.0538477Z Downloading setuptools-79.0.1-py3-none-any.whl.metadata (6.5 kB) 2025-09-07T06:10:27.2100248Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-09-07T06:10:27.2215550Z Downloading cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.5 kB) 2025-09-07T06:10:27.3225880Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-09-07T06:10:27.3338690Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) 2025-09-07T06:10:27.5496647Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-09-07T06:10:27.5601770Z Downloading numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-09-07T06:10:27.5748392Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 4.2 MB/s eta 0:00:00 2025-09-07T06:10:27.5856187Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-09-07T06:10:27.5862620Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-09-07T06:10:27.5870688Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-09-07T06:10:27.5877000Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-09-07T06:10:27.5886583Z 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-09-07T06:10:27.6654392Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-09-07T06:10:27.6773335Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-09-07T06:10:27.7136639Z Collecting filelock (from -r requirements.txt (line 9)) 2025-09-07T06:10:27.7245753Z Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB) 2025-09-07T06:10:27.7700213Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-09-07T06:10:27.7801708Z Downloading fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:10:28.2555558Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-09-07T06:10:28.2674427Z Downloading hypothesis-6.138.14-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T06:10:28.2728335Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-09-07T06:10:28.3038888Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-09-07T06:10:28.3152885Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-09-07T06:10:28.3560256Z Collecting networkx>=2.5.1 (from -r requirements.txt (line 14)) 2025-09-07T06:10:28.3661872Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-09-07T06:10:28.4640873Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-09-07T06:10:28.4754245Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (33 kB) 2025-09-07T06:10:28.5794348Z Collecting psutil (from -r requirements.txt (line 16)) 2025-09-07T06:10:28.5900526Z 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-09-07T06:10:28.6280444Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 17)) 2025-09-07T06:10:28.6387437Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-09-07T06:10:28.6724420Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-09-07T06:10:28.6826681Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:10:28.6869732Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (0.42.0) 2025-09-07T06:10:28.7149318Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-09-07T06:10:28.7251817Z Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T06:10:28.8003243Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-09-07T06:10:28.8113279Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-09-07T06:10:29.1156468Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-09-07T06:10:29.1259884Z Downloading uv-0.8.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-09-07T06:10:29.2061769Z Requirement already satisfied: attrs>=22.2.0 in /usr/lib/python3/dist-packages (from hypothesis->-r requirements.txt (line 11)) (23.2.0) 2025-09-07T06:10:29.2301205Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-09-07T06:10:29.2403538Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-09-07T06:10:29.3252559Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 17)) 2025-09-07T06:10:29.3353294Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-09-07T06:10:29.3932005Z Downloading setuptools-79.0.1-py3-none-any.whl (1.3 MB) 2025-09-07T06:10:29.4287635Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 37.0 MB/s eta 0:00:00 2025-09-07T06:10:29.4407345Z Downloading cmake-4.1.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (29.7 MB) 2025-09-07T06:10:29.6175109Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/29.7 MB 125.7 MB/s eta 0:00:00 2025-09-07T06:10:29.6293556Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) 2025-09-07T06:10:29.6361665Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.7/180.7 kB 33.4 MB/s eta 0:00:00 2025-09-07T06:10:29.6463699Z Downloading numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) 2025-09-07T06:10:29.7600298Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 135.6 MB/s eta 0:00:00 2025-09-07T06:10:29.7704527Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-09-07T06:10:29.7743828Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 16.1 MB/s eta 0:00:00 2025-09-07T06:10:29.7854109Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-09-07T06:10:29.7977043Z Downloading filelock-3.19.1-py3-none-any.whl (15 kB) 2025-09-07T06:10:29.8103479Z Downloading fsspec-2025.9.0-py3-none-any.whl (199 kB) 2025-09-07T06:10:29.8153970Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.3/199.3 kB 58.6 MB/s eta 0:00:00 2025-09-07T06:10:29.8283940Z Downloading hypothesis-6.138.14-py3-none-any.whl (533 kB) 2025-09-07T06:10:29.8363578Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 533.6/533.6 kB 82.7 MB/s eta 0:00:00 2025-09-07T06:10:29.8498639Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-09-07T06:10:29.8654771Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 159.3 MB/s eta 0:00:00 2025-09-07T06:10:29.8802226Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-09-07T06:10:29.8965312Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 142.9 MB/s eta 0:00:00 2025-09-07T06:10:29.9073106Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408 kB) 2025-09-07T06:10:29.9133274Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.8/408.8 kB 92.3 MB/s eta 0:00:00 2025-09-07T06:10:29.9237094Z 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-09-07T06:10:29.9292238Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 66.5 MB/s eta 0:00:00 2025-09-07T06:10:29.9458451Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-09-07T06:10:29.9868437Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 160.1 MB/s eta 0:00:00 2025-09-07T06:10:29.9973303Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-09-07T06:10:30.0041073Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 108.3 MB/s eta 0:00:00 2025-09-07T06:10:30.0141712Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-09-07T06:10:30.0266795Z Downloading uv-0.8.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.0 MB) 2025-09-07T06:10:30.1584852Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 138.8 MB/s eta 0:00:00 2025-09-07T06:10:30.1700093Z Downloading build-1.3.0-py3-none-any.whl (23 kB) 2025-09-07T06:10:30.1822024Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-09-07T06:10:30.7683940Z 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-09-07T06:10:41.8048439Z Successfully installed build-1.3.0 cmake-4.1.0 expecttest-0.3.0 filelock-3.19.1 fsspec-2025.9.0 hypothesis-6.138.14 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.15.0 uv-0.8.15 2025-09-07T06:10:42.2840531Z Defaulting to user installation because normal site-packages is not writeable 2025-09-07T06:10:43.0169965Z Collecting torch==2.* 2025-09-07T06:10:43.0807658Z Downloading torch-2.8.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (30 kB) 2025-09-07T06:10:43.1212881Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.19.1) 2025-09-07T06:10:43.1221551Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (4.15.0) 2025-09-07T06:10:43.1234432Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (79.0.1) 2025-09-07T06:10:43.1246117Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-09-07T06:10:43.1254575Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-09-07T06:10:43.1261412Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-09-07T06:10:43.1273042Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.9.0) 2025-09-07T06:10:43.1549242Z Collecting nvidia-cuda-nvrtc-cu12==12.8.93 (from torch==2.*) 2025-09-07T06:10:43.1663731Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.1956329Z Collecting nvidia-cuda-runtime-cu12==12.8.90 (from torch==2.*) 2025-09-07T06:10:43.2086993Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.2378199Z Collecting nvidia-cuda-cupti-cu12==12.8.90 (from torch==2.*) 2025-09-07T06:10:43.2488774Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.2802193Z Collecting nvidia-cudnn-cu12==9.10.2.21 (from torch==2.*) 2025-09-07T06:10:43.2908849Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-09-07T06:10:43.3197572Z Collecting nvidia-cublas-cu12==12.8.4.1 (from torch==2.*) 2025-09-07T06:10:43.3305162Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.3586437Z Collecting nvidia-cufft-cu12==11.3.3.83 (from torch==2.*) 2025-09-07T06:10:43.3693444Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.4005561Z Collecting nvidia-curand-cu12==10.3.9.90 (from torch==2.*) 2025-09-07T06:10:43.4109890Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.4395008Z Collecting nvidia-cusolver-cu12==11.7.3.90 (from torch==2.*) 2025-09-07T06:10:43.4503340Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-09-07T06:10:43.4795262Z Collecting nvidia-cusparse-cu12==12.5.8.93 (from torch==2.*) 2025-09-07T06:10:43.4902032Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-09-07T06:10:43.5142533Z Collecting nvidia-cusparselt-cu12==0.7.1 (from torch==2.*) 2025-09-07T06:10:43.5257185Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata (7.0 kB) 2025-09-07T06:10:43.5516497Z Collecting nvidia-nccl-cu12==2.27.3 (from torch==2.*) 2025-09-07T06:10:43.5648738Z Downloading nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-09-07T06:10:43.5932640Z Collecting nvidia-nvtx-cu12==12.8.90 (from torch==2.*) 2025-09-07T06:10:43.6038560Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-09-07T06:10:43.6315065Z Collecting nvidia-nvjitlink-cu12==12.8.93 (from torch==2.*) 2025-09-07T06:10:43.6429898Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.6673251Z Collecting nvidia-cufile-cu12==1.13.1.3 (from torch==2.*) 2025-09-07T06:10:43.6787744Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.7079633Z Collecting triton==3.4.0 (from torch==2.*) 2025-09-07T06:10:43.7206950Z Downloading triton-3.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.7 kB) 2025-09-07T06:10:43.7896253Z 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-09-07T06:10:43.8848440Z Downloading torch-2.8.0-cp312-cp312-manylinux_2_28_x86_64.whl (887.9 MB) 2025-09-07T06:10:51.9724877Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.9/887.9 MB 2.7 MB/s eta 0:00:00 2025-09-07T06:10:51.9831643Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB) 2025-09-07T06:10:57.9248598Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 3.5 MB/s eta 0:00:00 2025-09-07T06:10:57.9377890Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB) 2025-09-07T06:10:57.9954214Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 183.9 MB/s eta 0:00:00 2025-09-07T06:10:58.0054587Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB) 2025-09-07T06:10:58.5148588Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 60.7 MB/s eta 0:00:00 2025-09-07T06:10:58.5253466Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (954 kB) 2025-09-07T06:10:58.5385154Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 954.8/954.8 kB 82.9 MB/s eta 0:00:00 2025-09-07T06:10:58.5483257Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl (706.8 MB) 2025-09-07T06:11:05.8030507Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.8/706.8 MB 3.1 MB/s eta 0:00:00 2025-09-07T06:11:05.8135462Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (193.1 MB) 2025-09-07T06:11:07.1466235Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/193.1 MB 23.5 MB/s eta 0:00:00 2025-09-07T06:11:07.1607929Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.2 MB) 2025-09-07T06:11:07.1715315Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 130.0 MB/s eta 0:00:00 2025-09-07T06:11:07.1825828Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl (63.6 MB) 2025-09-07T06:11:07.5593446Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 MB 80.5 MB/s eta 0:00:00 2025-09-07T06:11:07.5697620Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl (267.5 MB) 2025-09-07T06:11:09.4063412Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267.5/267.5 MB 15.1 MB/s eta 0:00:00 2025-09-07T06:11:09.4164618Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (288.2 MB) 2025-09-07T06:11:12.2654846Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 MB 6.5 MB/s eta 0:00:00 2025-09-07T06:11:12.2788071Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl (287.2 MB) 2025-09-07T06:11:14.5565263Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.2/287.2 MB 9.5 MB/s eta 0:00:00 2025-09-07T06:11:14.5667552Z Downloading nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (322.4 MB) 2025-09-07T06:11:17.7216967Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.4/322.4 MB 5.8 MB/s eta 0:00:00 2025-09-07T06:11:17.7371969Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (39.3 MB) 2025-09-07T06:11:17.9826579Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.3/39.3 MB 103.5 MB/s eta 0:00:00 2025-09-07T06:11:17.9930498Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-09-07T06:11:17.9992930Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 24.8 MB/s eta 0:00:00 2025-09-07T06:11:18.0110187Z Downloading triton-3.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.6 MB) 2025-09-07T06:11:18.9325611Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/155.6 MB 35.7 MB/s eta 0:00:00 2025-09-07T06:11:22.9851064Z 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-09-07T06:12:05.4880091Z 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-09-07T06:12:06.1655460Z ##[group]Run # All we need to see is that it passes 2025-09-07T06:12:06.1655828Z # All we need to see is that it passes 2025-09-07T06:12:06.1656122Z python3 torch/utils/collect_env.py 2025-09-07T06:12:06.4435174Z shell: /usr/bin/bash -e {0} 2025-09-07T06:12:06.4435571Z ##[endgroup] 2025-09-07T06:12:11.8537406Z Collecting environment information... 2025-09-07T06:12:11.8537933Z PyTorch version: 2.8.0+cu128 2025-09-07T06:12:11.8538259Z Is debug build: False 2025-09-07T06:12:11.8538566Z CUDA used to build PyTorch: 12.8 2025-09-07T06:12:11.8538905Z ROCM used to build PyTorch: N/A 2025-09-07T06:12:11.8539131Z 2025-09-07T06:12:11.8539253Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-09-07T06:12:11.8539617Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-09-07T06:12:11.8540021Z Clang version: 18.1.3 (1ubuntu1) 2025-09-07T06:12:11.8540360Z CMake version: version 4.1.0 2025-09-07T06:12:11.8540680Z Libc version: glibc-2.39 2025-09-07T06:12:11.8540909Z 2025-09-07T06:12:11.8541219Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-09-07T06:12:11.8541840Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-09-07T06:12:11.8542312Z Is CUDA available: False 2025-09-07T06:12:11.8542622Z CUDA runtime version: No CUDA 2025-09-07T06:12:11.8543158Z CUDA_MODULE_LOADING set to: N/A 2025-09-07T06:12:11.8543509Z GPU models and configuration: No CUDA 2025-09-07T06:12:11.8543880Z Nvidia driver version: No CUDA 2025-09-07T06:12:11.8544196Z cuDNN version: No CUDA 2025-09-07T06:12:11.8544492Z Is XPU available: False 2025-09-07T06:12:11.8544791Z HIP runtime version: N/A 2025-09-07T06:12:11.8545097Z MIOpen runtime version: N/A 2025-09-07T06:12:11.8545423Z Is XNNPACK available: True 2025-09-07T06:12:11.8545621Z 2025-09-07T06:12:11.8545715Z CPU: 2025-09-07T06:12:11.8545982Z Architecture: x86_64 2025-09-07T06:12:11.8546391Z CPU op-mode(s): 32-bit, 64-bit 2025-09-07T06:12:11.8547220Z Address sizes: 48 bits physical, 48 bits virtual 2025-09-07T06:12:11.8547707Z Byte Order: Little Endian 2025-09-07T06:12:11.8548099Z CPU(s): 4 2025-09-07T06:12:11.8548464Z On-line CPU(s) list: 0-3 2025-09-07T06:12:11.8548855Z Vendor ID: AuthenticAMD 2025-09-07T06:12:11.8549320Z Model name: AMD EPYC 7763 64-Core Processor 2025-09-07T06:12:11.8549757Z CPU family: 25 2025-09-07T06:12:11.8550113Z Model: 1 2025-09-07T06:12:11.8550460Z Thread(s) per core: 2 2025-09-07T06:12:11.8550809Z Core(s) per socket: 2 2025-09-07T06:12:11.8551151Z Socket(s): 1 2025-09-07T06:12:11.8551480Z Stepping: 1 2025-09-07T06:12:11.8551849Z BogoMIPS: 4890.87 2025-09-07T06:12:11.8555524Z 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-09-07T06:12:11.8559027Z Virtualization: AMD-V 2025-09-07T06:12:11.8559471Z Hypervisor vendor: Microsoft 2025-09-07T06:12:11.8559945Z Virtualization type: full 2025-09-07T06:12:11.8560415Z L1d cache: 64 KiB (2 instances) 2025-09-07T06:12:11.8561206Z L1i cache: 64 KiB (2 instances) 2025-09-07T06:12:11.8561741Z L2 cache: 1 MiB (2 instances) 2025-09-07T06:12:11.8562235Z L3 cache: 32 MiB (1 instance) 2025-09-07T06:12:11.8562892Z NUMA node(s): 1 2025-09-07T06:12:11.8563325Z NUMA node0 CPU(s): 0-3 2025-09-07T06:12:11.8563798Z Vulnerability Gather data sampling: Not affected 2025-09-07T06:12:11.8564313Z Vulnerability Itlb multihit: Not affected 2025-09-07T06:12:11.8564805Z Vulnerability L1tf: Not affected 2025-09-07T06:12:11.8565284Z Vulnerability Mds: Not affected 2025-09-07T06:12:11.8565775Z Vulnerability Meltdown: Not affected 2025-09-07T06:12:11.8566265Z Vulnerability Mmio stale data: Not affected 2025-09-07T06:12:11.8566768Z Vulnerability Reg file data sampling: Not affected 2025-09-07T06:12:11.8567285Z Vulnerability Retbleed: Not affected 2025-09-07T06:12:11.8567910Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-09-07T06:12:11.8568546Z Vulnerability Spec store bypass: Vulnerable 2025-09-07T06:12:11.8569310Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-09-07T06:12:11.8570472Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-09-07T06:12:11.8571338Z Vulnerability Srbds: Not affected 2025-09-07T06:12:11.8571837Z Vulnerability Tsx async abort: Not affected 2025-09-07T06:12:11.8572162Z 2025-09-07T06:12:11.8572314Z Versions of relevant libraries: 2025-09-07T06:12:11.8572833Z [pip3] numpy==2.3.2 2025-09-07T06:12:11.8573184Z [pip3] nvidia-cublas-cu12==12.8.4.1 2025-09-07T06:12:11.8573693Z [pip3] nvidia-cuda-cupti-cu12==12.8.90 2025-09-07T06:12:11.8574155Z [pip3] nvidia-cuda-nvrtc-cu12==12.8.93 2025-09-07T06:12:11.8574949Z [pip3] nvidia-cuda-runtime-cu12==12.8.90 2025-09-07T06:12:11.8575377Z [pip3] nvidia-cudnn-cu12==9.10.2.21 2025-09-07T06:12:11.8575780Z [pip3] nvidia-cufft-cu12==11.3.3.83 2025-09-07T06:12:11.8576163Z [pip3] nvidia-curand-cu12==10.3.9.90 2025-09-07T06:12:11.8576580Z [pip3] nvidia-cusolver-cu12==11.7.3.90 2025-09-07T06:12:11.8576986Z [pip3] nvidia-cusparse-cu12==12.5.8.93 2025-09-07T06:12:11.8577416Z [pip3] nvidia-cusparselt-cu12==0.7.1 2025-09-07T06:12:11.8577818Z [pip3] nvidia-nccl-cu12==2.27.3 2025-09-07T06:12:11.8578206Z [pip3] nvidia-nvjitlink-cu12==12.8.93 2025-09-07T06:12:11.8578613Z [pip3] nvidia-nvtx-cu12==12.8.90 2025-09-07T06:12:11.8578975Z [pip3] optree==0.17.0 2025-09-07T06:12:11.8579293Z [pip3] torch==2.8.0 2025-09-07T06:12:11.8579589Z [pip3] triton==3.4.0 2025-09-07T06:12:11.8580006Z [conda] No relevant packages 2025-09-07T06:12:12.1073238Z Post job cleanup. 2025-09-07T06:12:12.2622972Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-09-07T06:12:12.2779769Z Post job cleanup. 2025-09-07T06:12:12.2835196Z Post job cleanup. 2025-09-07T06:12:12.3820478Z [command]/usr/bin/git version 2025-09-07T06:12:12.3858481Z git version 2.51.0 2025-09-07T06:12:12.3896425Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a3fc58ec-6d02-4639-9699-d9d3ae38dbb8/.gitconfig' 2025-09-07T06:12:12.3905940Z Temporarily overriding HOME='/home/runner/work/_temp/a3fc58ec-6d02-4639-9699-d9d3ae38dbb8' before making global git config changes 2025-09-07T06:12:12.3907247Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:12:12.3912299Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:12:12.3953083Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:12:12.3986856Z [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-09-07T06:12:12.4311501Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:12:12.4333240Z http.https://github.com/.extraheader 2025-09-07T06:12:12.4346947Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:12:12.4377143Z [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-09-07T06:12:12.4723450Z Cleaning up orphan processes