2025-12-04T07:56:44.5499384Z Current runner version: '2.329.0' 2025-12-04T07:56:44.5508899Z Runner name: 'linux.24_04.4x_faf8b595df8d' 2025-12-04T07:56:44.5510070Z Runner group name: 'default' 2025-12-04T07:56:44.5511336Z Machine name: 'runnervmg1sw1' 2025-12-04T07:56:44.5535725Z ##[group]Operating System 2025-12-04T07:56:44.5536862Z Ubuntu 2025-12-04T07:56:44.5537813Z 24.04.3 2025-12-04T07:56:44.5538535Z LTS 2025-12-04T07:56:44.5539199Z ##[endgroup] 2025-12-04T07:56:44.5540188Z ##[group]Runner Image 2025-12-04T07:56:44.5541135Z Image: ubuntu-24.04 2025-12-04T07:56:44.5541850Z Version: 20251112.124.1 2025-12-04T07:56:44.5543686Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md 2025-12-04T07:56:44.5546044Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124 2025-12-04T07:56:44.5547888Z ##[endgroup] 2025-12-04T07:56:44.5552066Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T07:56:44.5555053Z Actions: read 2025-12-04T07:56:44.5556022Z ArtifactMetadata: read 2025-12-04T07:56:44.5557016Z Attestations: read 2025-12-04T07:56:44.5557983Z Checks: read 2025-12-04T07:56:44.5558782Z Contents: read 2025-12-04T07:56:44.5559625Z Deployments: read 2025-12-04T07:56:44.5560473Z Discussions: read 2025-12-04T07:56:44.5561193Z Issues: read 2025-12-04T07:56:44.5562004Z Metadata: read 2025-12-04T07:56:44.5562762Z Models: read 2025-12-04T07:56:44.5563595Z Packages: read 2025-12-04T07:56:44.5564443Z Pages: read 2025-12-04T07:56:44.5565152Z PullRequests: read 2025-12-04T07:56:44.5566043Z RepositoryProjects: read 2025-12-04T07:56:44.5566969Z SecurityEvents: read 2025-12-04T07:56:44.5568017Z Statuses: read 2025-12-04T07:56:44.5568861Z ##[endgroup] 2025-12-04T07:56:44.5572327Z Secret source: Actions 2025-12-04T07:56:44.5573885Z Prepare workflow directory 2025-12-04T07:56:44.6032920Z Prepare all required actions 2025-12-04T07:56:44.6088921Z Getting action download info 2025-12-04T07:56:44.8949398Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:56:54.0467081Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-12-04T07:56:54.1916003Z Getting action download info 2025-12-04T07:56:54.3103399Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T07:56:54.6071243Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-12-04T07:56:54.6715524Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T07:56:54.6716245Z with: 2025-12-04T07:56:54.6716469Z submodules: false 2025-12-04T07:56:54.6716703Z fetch-depth: 1 2025-12-04T07:56:54.6717085Z ##[endgroup] 2025-12-04T07:56:54.6804142Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:54.6804992Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:54.6842228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:54.6842623Z ##[endgroup] 2025-12-04T07:56:54.7071720Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T07:56:54.7072144Z # Use all available CPUs for fetching 2025-12-04T07:56:54.7072464Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:56:54.7072816Z git config --global fetch.parallel 0 2025-12-04T07:56:54.7073153Z git config --global submodule.fetchJobs 0 2025-12-04T07:56:54.7073458Z  2025-12-04T07:56:54.7073784Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T07:56:54.7074191Z # do it here as well just in case 2025-12-04T07:56:54.7074489Z if [[ -d .git ]]; then 2025-12-04T07:56:54.7074751Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:56:54.7075035Z  sudo git clean -ffdx 2025-12-04T07:56:54.7075507Z  else 2025-12-04T07:56:54.7075734Z  git clean -ffdx 2025-12-04T07:56:54.7075974Z  fi 2025-12-04T07:56:54.7076182Z fi 2025-12-04T07:56:54.7106552Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:54.7106924Z env: 2025-12-04T07:56:54.7107412Z NO_SUDO: 2025-12-04T07:56:54.7107627Z ##[endgroup] 2025-12-04T07:56:54.7351912Z ##[group]Run actions/checkout@v4 2025-12-04T07:56:54.7352234Z with: 2025-12-04T07:56:54.7352500Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:56:54.7352816Z fetch-depth: 1 2025-12-04T07:56:54.7353050Z submodules: false 2025-12-04T07:56:54.7353279Z show-progress: false 2025-12-04T07:56:54.7353535Z repository: pytorch/pytorch 2025-12-04T07:56:54.7353947Z token: *** 2025-12-04T07:56:54.7354172Z ssh-strict: true 2025-12-04T07:56:54.7354388Z ssh-user: git 2025-12-04T07:56:54.7354620Z persist-credentials: true 2025-12-04T07:56:54.7354870Z clean: true 2025-12-04T07:56:54.7355104Z sparse-checkout-cone-mode: true 2025-12-04T07:56:54.7355387Z fetch-tags: false 2025-12-04T07:56:54.7355600Z lfs: false 2025-12-04T07:56:54.7355816Z set-safe-directory: true 2025-12-04T07:56:54.7356054Z ##[endgroup] 2025-12-04T07:56:54.8423652Z Syncing repository: pytorch/pytorch 2025-12-04T07:56:54.8425505Z ##[group]Getting Git version info 2025-12-04T07:56:54.8426096Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:54.8426852Z [command]/usr/bin/git version 2025-12-04T07:56:54.8427596Z git version 2.51.2 2025-12-04T07:56:54.8429163Z ##[endgroup] 2025-12-04T07:56:54.8446309Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/44a05da6-1df1-4625-a978-d8ec684c627b/.gitconfig' 2025-12-04T07:56:54.8456920Z Temporarily overriding HOME='/home/runner/work/_temp/44a05da6-1df1-4625-a978-d8ec684c627b' before making global git config changes 2025-12-04T07:56:54.8458574Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:56:54.8461715Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:56:54.8493776Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:54.8497482Z ##[group]Initializing the repository 2025-12-04T07:56:54.8501767Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-12-04T07:56:54.8608538Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T07:56:54.8610082Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T07:56:54.8611143Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T07:56:54.8611848Z hint: 2025-12-04T07:56:54.8612305Z hint: git config --global init.defaultBranch 2025-12-04T07:56:54.8612700Z hint: 2025-12-04T07:56:54.8613081Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T07:56:54.8613845Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T07:56:54.8614697Z hint: 2025-12-04T07:56:54.8615094Z hint: git branch -m 2025-12-04T07:56:54.8615371Z hint: 2025-12-04T07:56:54.8615811Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T07:56:54.8616899Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-12-04T07:56:54.8626710Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T07:56:54.8661114Z ##[endgroup] 2025-12-04T07:56:54.8662081Z ##[group]Disabling automatic garbage collection 2025-12-04T07:56:54.8665943Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T07:56:54.8694442Z ##[endgroup] 2025-12-04T07:56:54.8695582Z ##[group]Setting up auth 2025-12-04T07:56:54.8702171Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:56:54.8732177Z [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-12-04T07:56:54.9077065Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:56:54.9107754Z [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-12-04T07:56:54.9331129Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:56:54.9362189Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:56:54.9585565Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T07:56:54.9622403Z ##[endgroup] 2025-12-04T07:56:54.9623437Z ##[group]Fetching the repository 2025-12-04T07:56:54.9631246Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:02.0893771Z From https://github.com/pytorch/pytorch 2025-12-04T07:57:02.0894783Z * branch ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> FETCH_HEAD 2025-12-04T07:57:02.0926631Z ##[endgroup] 2025-12-04T07:57:02.0927891Z ##[group]Determining the checkout info 2025-12-04T07:57:02.0930286Z ##[endgroup] 2025-12-04T07:57:02.0935412Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T07:57:02.1000101Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T07:57:02.1025354Z ##[group]Checking out the ref 2025-12-04T07:57:02.1029724Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:03.1272663Z Updating files: 86% (17387/20121) 2025-12-04T07:57:03.1396737Z Updating files: 87% (17506/20121) 2025-12-04T07:57:03.1501474Z Updating files: 88% (17707/20121) 2025-12-04T07:57:03.1630658Z Updating files: 89% (17908/20121) 2025-12-04T07:57:03.1787787Z Updating files: 90% (18109/20121) 2025-12-04T07:57:03.1895493Z Updating files: 91% (18311/20121) 2025-12-04T07:57:03.2030656Z Updating files: 92% (18512/20121) 2025-12-04T07:57:03.2190382Z Updating files: 93% (18713/20121) 2025-12-04T07:57:03.2360430Z Updating files: 94% (18914/20121) 2025-12-04T07:57:03.2516625Z Updating files: 95% (19115/20121) 2025-12-04T07:57:03.2655183Z Updating files: 96% (19317/20121) 2025-12-04T07:57:03.2800096Z Updating files: 97% (19518/20121) 2025-12-04T07:57:03.3040304Z Updating files: 98% (19719/20121) 2025-12-04T07:57:03.3197369Z Updating files: 99% (19920/20121) 2025-12-04T07:57:03.3198106Z Updating files: 100% (20121/20121) 2025-12-04T07:57:03.3198596Z Updating files: 100% (20121/20121), done. 2025-12-04T07:57:03.3442183Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T07:57:03.3442881Z 2025-12-04T07:57:03.3443231Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T07:57:03.3444075Z changes and commit them, and you can discard any commits you make in this 2025-12-04T07:57:03.3445097Z state without impacting any branches by switching back to a branch. 2025-12-04T07:57:03.3445583Z 2025-12-04T07:57:03.3445896Z If you want to create a new branch to retain commits you create, you may 2025-12-04T07:57:03.3446727Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T07:57:03.3447586Z 2025-12-04T07:57:03.3447829Z git switch -c 2025-12-04T07:57:03.3448188Z 2025-12-04T07:57:03.3448377Z Or undo this operation with: 2025-12-04T07:57:03.3448657Z 2025-12-04T07:57:03.3448845Z git switch - 2025-12-04T07:57:03.3449223Z 2025-12-04T07:57:03.3450354Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T07:57:03.3450894Z 2025-12-04T07:57:03.3451247Z HEAD is now at ffd9b0f Resolve collective autotuning test failure on arm (#168919) 2025-12-04T07:57:03.3489980Z ##[endgroup] 2025-12-04T07:57:03.3535706Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T07:57:03.3560309Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:03.3677655Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:03.3678007Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:03.3678248Z # Clean stale submodule dirs 2025-12-04T07:57:03.3678507Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:03.3678809Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:03.3679125Z else 2025-12-04T07:57:03.3679354Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:03.3679646Z fi 2025-12-04T07:57:03.3711975Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:03.3712278Z env: 2025-12-04T07:57:03.3712444Z NO_SUDO: 2025-12-04T07:57:03.3712600Z ##[endgroup] 2025-12-04T07:57:03.4163831Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-12-04T07:57:03.4164214Z with: 2025-12-04T07:57:03.4164387Z architecture: x64 2025-12-04T07:57:03.4164589Z check-latest: false 2025-12-04T07:57:03.4164781Z cache: pip 2025-12-04T07:57:03.4165068Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-12-04T07:57:03.4165535Z token: *** 2025-12-04T07:57:03.4165726Z update-environment: true 2025-12-04T07:57:03.4165937Z allow-prereleases: false 2025-12-04T07:57:03.4166138Z freethreaded: false 2025-12-04T07:57:03.4166319Z ##[endgroup] 2025-12-04T07:57:03.5885141Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-12-04T07:57:03.5886225Z [warning].python-version doesn't exist. 2025-12-04T07:57:03.5913334Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-12-04T07:57:03.5988455Z ##[group]Run pip install -r requirements.txt 2025-12-04T07:57:03.5988807Z pip install -r requirements.txt 2025-12-04T07:57:03.5989204Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-12-04T07:57:03.5989588Z pip install 'torch==2.*' 2025-12-04T07:57:03.6024207Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:03.6024449Z ##[endgroup] 2025-12-04T07:57:04.0693194Z Defaulting to user installation because normal site-packages is not writeable 2025-12-04T07:57:05.0156427Z Collecting setuptools>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-12-04T07:57:05.0618947Z Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 2025-12-04T07:57:05.2040011Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-12-04T07:57:05.2112763Z Downloading cmake-4.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.5 kB) 2025-12-04T07:57:05.2532574Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-12-04T07:57:05.2602148Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) 2025-12-04T07:57:05.4834627Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-12-04T07:57:05.4908218Z Downloading numpy-2.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-12-04T07:57:05.5017728Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 6.2 MB/s eta 0:00:00 2025-12-04T07:57:05.5124776Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-12-04T07:57:05.5131594Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-12-04T07:57:05.5139370Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-12-04T07:57:05.5145782Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-12-04T07:57:05.5155468Z 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-12-04T07:57:05.5162222Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 11)) (24.0) 2025-12-04T07:57:05.5363682Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-12-04T07:57:05.5455887Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-12-04T07:57:05.5786238Z Collecting filelock (from -r requirements.txt (line 9)) 2025-12-04T07:57:05.5857070Z Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-12-04T07:57:05.6265705Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-12-04T07:57:05.6336830Z Downloading fsspec-2025.12.0-py3-none-any.whl.metadata (10 kB) 2025-12-04T07:57:06.1071223Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-12-04T07:57:06.1155563Z Downloading hypothesis-6.148.6-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T07:57:06.1215103Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-12-04T07:57:06.1478909Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-12-04T07:57:06.1553948Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-12-04T07:57:06.1933128Z Collecting networkx>=2.5.1 (from -r requirements.txt (line 14)) 2025-12-04T07:57:06.2004383Z Downloading networkx-3.6-py3-none-any.whl.metadata (6.8 kB) 2025-12-04T07:57:06.2991184Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-12-04T07:57:06.3065938Z Downloading optree-0.18.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (34 kB) 2025-12-04T07:57:06.4045578Z Collecting psutil (from -r requirements.txt (line 16)) 2025-12-04T07:57:06.4123967Z Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (23 kB) 2025-12-04T07:57:06.4371020Z Collecting spin (from -r requirements.txt (line 17)) 2025-12-04T07:57:06.4450511Z Downloading spin-0.15-py3-none-any.whl.metadata (12 kB) 2025-12-04T07:57:06.4811335Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 18)) 2025-12-04T07:57:06.4880697Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-12-04T07:57:06.5191730Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-12-04T07:57:06.5261780Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-12-04T07:57:06.5308114Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 20)) (0.42.0) 2025-12-04T07:57:06.5546859Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-12-04T07:57:06.5617705Z Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-12-04T07:57:06.6328887Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-12-04T07:57:06.6401318Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-12-04T07:57:06.9675789Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-12-04T07:57:06.9749347Z Downloading uv-0.9.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-12-04T07:57:07.0752491Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-12-04T07:57:07.0828380Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-12-04T07:57:07.1707978Z Requirement already satisfied: click<8.3,>=8 in /usr/lib/python3/dist-packages (from spin->-r requirements.txt (line 17)) (8.1.6) 2025-12-04T07:57:07.2252644Z Collecting importlib_metadata>=7 (from spin->-r requirements.txt (line 17)) 2025-12-04T07:57:07.2330576Z Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) 2025-12-04T07:57:07.2627714Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 18)) 2025-12-04T07:57:07.2697827Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-12-04T07:57:07.3243756Z Collecting zipp>=3.20 (from importlib_metadata>=7->spin->-r requirements.txt (line 17)) 2025-12-04T07:57:07.3316297Z Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) 2025-12-04T07:57:07.3804452Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 2025-12-04T07:57:07.4036111Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.5 MB/s eta 0:00:00 2025-12-04T07:57:07.4109151Z Downloading cmake-4.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (28.9 MB) 2025-12-04T07:57:07.5728154Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.9/28.9 MB 125.2 MB/s eta 0:00:00 2025-12-04T07:57:07.5802448Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) 2025-12-04T07:57:07.5848370Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.7/180.7 kB 59.3 MB/s eta 0:00:00 2025-12-04T07:57:07.5917790Z Downloading numpy-2.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) 2025-12-04T07:57:07.6826940Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 160.7 MB/s eta 0:00:00 2025-12-04T07:57:07.6897467Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-12-04T07:57:07.6940756Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 13.3 MB/s eta 0:00:00 2025-12-04T07:57:07.7009863Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-12-04T07:57:07.7105311Z Downloading filelock-3.20.0-py3-none-any.whl (16 kB) 2025-12-04T07:57:07.7201840Z Downloading fsspec-2025.12.0-py3-none-any.whl (201 kB) 2025-12-04T07:57:07.7251394Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.4/201.4 kB 58.0 MB/s eta 0:00:00 2025-12-04T07:57:07.7336842Z Downloading hypothesis-6.148.6-py3-none-any.whl (537 kB) 2025-12-04T07:57:07.7402350Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 537.6/537.6 kB 110.4 MB/s eta 0:00:00 2025-12-04T07:57:07.7482008Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-12-04T07:57:07.7646396Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 148.4 MB/s eta 0:00:00 2025-12-04T07:57:07.7719110Z Downloading networkx-3.6-py3-none-any.whl (2.1 MB) 2025-12-04T07:57:07.7873008Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 151.4 MB/s eta 0:00:00 2025-12-04T07:57:07.7966700Z Downloading optree-0.18.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408 kB) 2025-12-04T07:57:07.8036256Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.2/408.2 kB 75.7 MB/s eta 0:00:00 2025-12-04T07:57:07.8109867Z Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (263 kB) 2025-12-04T07:57:07.8166443Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263.3/263.3 kB 68.1 MB/s eta 0:00:00 2025-12-04T07:57:07.8249620Z Downloading spin-0.15-py3-none-any.whl (31 kB) 2025-12-04T07:57:07.8349384Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-12-04T07:57:07.8726718Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 176.5 MB/s eta 0:00:00 2025-12-04T07:57:07.8801802Z Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) 2025-12-04T07:57:07.8894725Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-12-04T07:57:07.8964414Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 107.4 MB/s eta 0:00:00 2025-12-04T07:57:07.9036457Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-12-04T07:57:07.9140095Z Downloading uv-0.9.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB) 2025-12-04T07:57:08.0398935Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.7/21.7 MB 142.7 MB/s eta 0:00:00 2025-12-04T07:57:08.0475486Z Downloading build-1.3.0-py3-none-any.whl (23 kB) 2025-12-04T07:57:08.0571682Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-12-04T07:57:08.0663570Z Downloading zipp-3.23.0-py3-none-any.whl (10 kB) 2025-12-04T07:57:08.7323827Z Installing collected packages: sortedcontainers, mpmath, zipp, uv, typing-extensions, sympy, setuptools, pyproject_hooks, psutil, numpy, ninja, networkx, lintrunner, hypothesis, fsspec, filelock, expecttest, cmake, optree, importlib_metadata, build, spin 2025-12-04T07:57:19.6106118Z Successfully installed build-1.3.0 cmake-4.2.0 expecttest-0.3.0 filelock-3.20.0 fsspec-2025.12.0 hypothesis-6.148.6 importlib_metadata-8.7.0 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.6 ninja-1.13.0 numpy-2.3.5 optree-0.18.0 psutil-7.1.3 pyproject_hooks-1.2.0 setuptools-80.9.0 sortedcontainers-2.4.0 spin-0.15 sympy-1.14.0 typing-extensions-4.15.0 uv-0.9.15 zipp-3.23.0 2025-12-04T07:57:20.1095172Z Defaulting to user installation because normal site-packages is not writeable 2025-12-04T07:57:20.8410248Z Collecting torch==2.* 2025-12-04T07:57:20.8836362Z Downloading torch-2.9.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (30 kB) 2025-12-04T07:57:20.9256199Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.20.0) 2025-12-04T07:57:20.9267687Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (4.15.0) 2025-12-04T07:57:20.9279354Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (80.9.0) 2025-12-04T07:57:20.9292107Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-12-04T07:57:20.9303061Z Requirement already satisfied: networkx>=2.5.1 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.6) 2025-12-04T07:57:20.9310072Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-12-04T07:57:20.9323753Z Requirement already satisfied: fsspec>=0.8.5 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.12.0) 2025-12-04T07:57:20.9540573Z Collecting nvidia-cuda-nvrtc-cu12==12.8.93 (from torch==2.*) 2025-12-04T07:57:20.9615480Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:20.9906479Z Collecting nvidia-cuda-runtime-cu12==12.8.90 (from torch==2.*) 2025-12-04T07:57:20.9977716Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.0232468Z Collecting nvidia-cuda-cupti-cu12==12.8.90 (from torch==2.*) 2025-12-04T07:57:21.0302239Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.0577504Z Collecting nvidia-cudnn-cu12==9.10.2.21 (from torch==2.*) 2025-12-04T07:57:21.0648986Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-12-04T07:57:21.0884491Z Collecting nvidia-cublas-cu12==12.8.4.1 (from torch==2.*) 2025-12-04T07:57:21.0963800Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.1210604Z Collecting nvidia-cufft-cu12==11.3.3.83 (from torch==2.*) 2025-12-04T07:57:21.1280528Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.1522190Z Collecting nvidia-curand-cu12==10.3.9.90 (from torch==2.*) 2025-12-04T07:57:21.1591198Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.1829987Z Collecting nvidia-cusolver-cu12==11.7.3.90 (from torch==2.*) 2025-12-04T07:57:21.1901249Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-12-04T07:57:21.2247811Z Collecting nvidia-cusparse-cu12==12.5.8.93 (from torch==2.*) 2025-12-04T07:57:21.2365688Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-12-04T07:57:21.2582298Z Collecting nvidia-cusparselt-cu12==0.7.1 (from torch==2.*) 2025-12-04T07:57:21.2652776Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata (7.0 kB) 2025-12-04T07:57:21.2897609Z Collecting nvidia-nccl-cu12==2.27.5 (from torch==2.*) 2025-12-04T07:57:21.2976885Z Downloading nvidia_nccl_cu12-2.27.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-12-04T07:57:21.3196683Z Collecting nvidia-nvshmem-cu12==3.3.20 (from torch==2.*) 2025-12-04T07:57:21.3273284Z Downloading nvidia_nvshmem_cu12-3.3.20-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.1 kB) 2025-12-04T07:57:21.3534338Z Collecting nvidia-nvtx-cu12==12.8.90 (from torch==2.*) 2025-12-04T07:57:21.3607649Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-12-04T07:57:21.3845851Z Collecting nvidia-nvjitlink-cu12==12.8.93 (from torch==2.*) 2025-12-04T07:57:21.3915671Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.4118440Z Collecting nvidia-cufile-cu12==1.13.1.3 (from torch==2.*) 2025-12-04T07:57:21.4190769Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.4505077Z Collecting triton==3.5.1 (from torch==2.*) 2025-12-04T07:57:21.4573403Z Downloading triton-3.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.7 kB) 2025-12-04T07:57:21.5676458Z 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-12-04T07:57:21.6217480Z Downloading torch-2.9.1-cp312-cp312-manylinux_2_28_x86_64.whl (899.7 MB) 2025-12-04T07:57:29.4350662Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 899.7/899.7 MB 2.7 MB/s eta 0:00:00 2025-12-04T07:57:29.4426532Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB) 2025-12-04T07:57:34.4830230Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 3.5 MB/s eta 0:00:00 2025-12-04T07:57:34.4909064Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB) 2025-12-04T07:57:34.5463886Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 191.4 MB/s eta 0:00:00 2025-12-04T07:57:34.5535651Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB) 2025-12-04T07:57:34.9857780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 70.5 MB/s eta 0:00:00 2025-12-04T07:57:34.9942839Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (954 kB) 2025-12-04T07:57:35.0034879Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 954.8/954.8 kB 131.7 MB/s eta 0:00:00 2025-12-04T07:57:35.0102828Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl (706.8 MB) 2025-12-04T07:57:41.5577291Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.8/706.8 MB 2.5 MB/s eta 0:00:00 2025-12-04T07:57:41.5648242Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (193.1 MB) 2025-12-04T07:57:42.6481413Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/193.1 MB 24.9 MB/s eta 0:00:00 2025-12-04T07:57:42.6554773Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.2 MB) 2025-12-04T07:57:42.6661374Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 135.4 MB/s eta 0:00:00 2025-12-04T07:57:42.6732754Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl (63.6 MB) 2025-12-04T07:57:42.9849806Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 MB 88.5 MB/s eta 0:00:00 2025-12-04T07:57:42.9920473Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl (267.5 MB) 2025-12-04T07:57:44.5560332Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267.5/267.5 MB 16.1 MB/s eta 0:00:00 2025-12-04T07:57:44.5633658Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (288.2 MB) 2025-12-04T07:57:47.1133113Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 MB 7.1 MB/s eta 0:00:00 2025-12-04T07:57:47.1206464Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl (287.2 MB) 2025-12-04T07:57:50.0745700Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.2/287.2 MB 6.1 MB/s eta 0:00:00 2025-12-04T07:57:50.0818380Z Downloading nvidia_nccl_cu12-2.27.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (322.3 MB) 2025-12-04T07:57:52.8850097Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.3/322.3 MB 6.1 MB/s eta 0:00:00 2025-12-04T07:57:52.8921291Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (39.3 MB) 2025-12-04T07:57:53.0883134Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.3/39.3 MB 117.8 MB/s eta 0:00:00 2025-12-04T07:57:53.0958343Z Downloading nvidia_nvshmem_cu12-3.3.20-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (124.7 MB) 2025-12-04T07:57:53.8321623Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.7/124.7 MB 47.6 MB/s eta 0:00:00 2025-12-04T07:57:53.8395259Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-12-04T07:57:53.8579928Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 5.3 MB/s eta 0:00:00 2025-12-04T07:57:53.8655066Z Downloading triton-3.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (170.5 MB) 2025-12-04T07:57:54.7856842Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.5/170.5 MB 33.5 MB/s eta 0:00:00 2025-12-04T07:57:59.0419870Z Installing collected packages: nvidia-cusparselt-cu12, triton, nvidia-nvtx-cu12, nvidia-nvshmem-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-12-04T07:58:44.8231344Z 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.5 nvidia-nvjitlink-cu12-12.8.93 nvidia-nvshmem-cu12-3.3.20 nvidia-nvtx-cu12-12.8.90 torch-2.9.1 triton-3.5.1 2025-12-04T07:58:45.5527569Z ##[group]Run # All we need to see is that it passes 2025-12-04T07:58:45.5528030Z # All we need to see is that it passes 2025-12-04T07:58:45.5528340Z python3 torch/utils/collect_env.py 2025-12-04T07:58:45.5597713Z shell: /usr/bin/bash -e {0} 2025-12-04T07:58:45.5597980Z ##[endgroup] 2025-12-04T07:58:49.6575091Z Collecting environment information... 2025-12-04T07:58:49.6575598Z PyTorch version: 2.9.1+cu128 2025-12-04T07:58:49.6575928Z Is debug build: False 2025-12-04T07:58:49.6576206Z CUDA used to build PyTorch: 12.8 2025-12-04T07:58:49.6576532Z ROCM used to build PyTorch: N/A 2025-12-04T07:58:49.6576735Z 2025-12-04T07:58:49.6576854Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-12-04T07:58:49.6577409Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-12-04T07:58:49.6577801Z Clang version: 18.1.3 (1ubuntu1) 2025-12-04T07:58:49.6578153Z CMake version: version 4.2.0 2025-12-04T07:58:49.6578462Z Libc version: glibc-2.39 2025-12-04T07:58:49.6578644Z 2025-12-04T07:58:49.6578969Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-12-04T07:58:49.6579580Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-12-04T07:58:49.6580035Z Is CUDA available: False 2025-12-04T07:58:49.6580330Z CUDA runtime version: No CUDA 2025-12-04T07:58:49.6580648Z CUDA_MODULE_LOADING set to: N/A 2025-12-04T07:58:49.6580981Z GPU models and configuration: No CUDA 2025-12-04T07:58:49.6581334Z Nvidia driver version: No CUDA 2025-12-04T07:58:49.6581645Z cuDNN version: No CUDA 2025-12-04T07:58:49.6581922Z Is XPU available: False 2025-12-04T07:58:49.6582212Z HIP runtime version: N/A 2025-12-04T07:58:49.6582496Z MIOpen runtime version: N/A 2025-12-04T07:58:49.6582801Z Is XNNPACK available: True 2025-12-04T07:58:49.6582993Z 2025-12-04T07:58:49.6583081Z CPU: 2025-12-04T07:58:49.6583337Z Architecture: x86_64 2025-12-04T07:58:49.6583737Z CPU op-mode(s): 32-bit, 64-bit 2025-12-04T07:58:49.6584201Z Address sizes: 48 bits physical, 48 bits virtual 2025-12-04T07:58:49.6584666Z Byte Order: Little Endian 2025-12-04T07:58:49.6585033Z CPU(s): 4 2025-12-04T07:58:49.6585391Z On-line CPU(s) list: 0-3 2025-12-04T07:58:49.6585774Z Vendor ID: AuthenticAMD 2025-12-04T07:58:49.6586271Z Model name: AMD EPYC 7763 64-Core Processor 2025-12-04T07:58:49.6586688Z CPU family: 25 2025-12-04T07:58:49.6587028Z Model: 1 2025-12-04T07:58:49.6587555Z Thread(s) per core: 2 2025-12-04T07:58:49.6587890Z Core(s) per socket: 2 2025-12-04T07:58:49.6588228Z Socket(s): 1 2025-12-04T07:58:49.6588550Z Stepping: 1 2025-12-04T07:58:49.6588922Z BogoMIPS: 4890.86 2025-12-04T07:58:49.6592247Z 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-12-04T07:58:49.6595603Z Virtualization: AMD-V 2025-12-04T07:58:49.6595996Z Hypervisor vendor: Microsoft 2025-12-04T07:58:49.6596392Z Virtualization type: full 2025-12-04T07:58:49.6597326Z L1d cache: 64 KiB (2 instances) 2025-12-04T07:58:49.6598040Z L1i cache: 64 KiB (2 instances) 2025-12-04T07:58:49.6598554Z L2 cache: 1 MiB (2 instances) 2025-12-04T07:58:49.6599020Z L3 cache: 32 MiB (1 instance) 2025-12-04T07:58:49.6599434Z NUMA node(s): 1 2025-12-04T07:58:49.6599820Z NUMA node0 CPU(s): 0-3 2025-12-04T07:58:49.6600272Z Vulnerability Gather data sampling: Not affected 2025-12-04T07:58:49.6600771Z Vulnerability Itlb multihit: Not affected 2025-12-04T07:58:49.6601243Z Vulnerability L1tf: Not affected 2025-12-04T07:58:49.6601694Z Vulnerability Mds: Not affected 2025-12-04T07:58:49.6602161Z Vulnerability Meltdown: Not affected 2025-12-04T07:58:49.6602629Z Vulnerability Mmio stale data: Not affected 2025-12-04T07:58:49.6603116Z Vulnerability Reg file data sampling: Not affected 2025-12-04T07:58:49.6603611Z Vulnerability Retbleed: Not affected 2025-12-04T07:58:49.6604204Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-12-04T07:58:49.6604816Z Vulnerability Spec store bypass: Vulnerable 2025-12-04T07:58:49.6605552Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-12-04T07:58:49.6606665Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-12-04T07:58:49.6607746Z Vulnerability Srbds: Not affected 2025-12-04T07:58:49.6608234Z Vulnerability Tsx async abort: Not affected 2025-12-04T07:58:49.6608552Z 2025-12-04T07:58:49.6608691Z Versions of relevant libraries: 2025-12-04T07:58:49.6609036Z [pip3] numpy==2.3.5 2025-12-04T07:58:49.6609359Z [pip3] nvidia-cublas-cu12==12.8.4.1 2025-12-04T07:58:49.6609868Z [pip3] nvidia-cuda-cupti-cu12==12.8.90 2025-12-04T07:58:49.6610315Z [pip3] nvidia-cuda-nvrtc-cu12==12.8.93 2025-12-04T07:58:49.6610747Z [pip3] nvidia-cuda-runtime-cu12==12.8.90 2025-12-04T07:58:49.6611149Z [pip3] nvidia-cudnn-cu12==9.10.2.21 2025-12-04T07:58:49.6611527Z [pip3] nvidia-cufft-cu12==11.3.3.83 2025-12-04T07:58:49.6611909Z [pip3] nvidia-curand-cu12==10.3.9.90 2025-12-04T07:58:49.6612322Z [pip3] nvidia-cusolver-cu12==11.7.3.90 2025-12-04T07:58:49.6612718Z [pip3] nvidia-cusparse-cu12==12.5.8.93 2025-12-04T07:58:49.6613116Z [pip3] nvidia-cusparselt-cu12==0.7.1 2025-12-04T07:58:49.6613505Z [pip3] nvidia-nccl-cu12==2.27.5 2025-12-04T07:58:49.6613879Z [pip3] nvidia-nvjitlink-cu12==12.8.93 2025-12-04T07:58:49.6614268Z [pip3] nvidia-nvtx-cu12==12.8.90 2025-12-04T07:58:49.6614617Z [pip3] optree==0.18.0 2025-12-04T07:58:49.6614914Z [pip3] torch==2.9.1 2025-12-04T07:58:49.6615198Z [pip3] triton==3.5.1 2025-12-04T07:58:49.6615625Z [conda] No relevant packages 2025-12-04T07:58:49.9247912Z Post job cleanup. 2025-12-04T07:58:50.0828039Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-12-04T07:58:50.0942639Z Post job cleanup. 2025-12-04T07:58:50.0981076Z Post job cleanup. 2025-12-04T07:58:50.1932965Z [command]/usr/bin/git version 2025-12-04T07:58:50.1972498Z git version 2.51.2 2025-12-04T07:58:50.2008471Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/17be68f3-11b6-479d-b02b-d92c139ef388/.gitconfig' 2025-12-04T07:58:50.2017761Z Temporarily overriding HOME='/home/runner/work/_temp/17be68f3-11b6-479d-b02b-d92c139ef388' before making global git config changes 2025-12-04T07:58:50.2018899Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:58:50.2030369Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:58:50.2064311Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:58:50.2095739Z [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-12-04T07:58:50.2442568Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:58:50.2468830Z http.https://github.com/.extraheader 2025-12-04T07:58:50.2486693Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T07:58:50.2522043Z [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-12-04T07:58:50.2791893Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:58:50.2828420Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:58:50.3210654Z Cleaning up orphan processes