2025-07-17T06:33:42.2024508Z Current runner version: '2.326.0' 2025-07-17T06:33:42.2033171Z Runner name: 'linux.24_04.4x_75f0b52182b1' 2025-07-17T06:33:42.2034448Z Runner group name: 'default' 2025-07-17T06:33:42.2035904Z Machine name: 'pkrvmq0rgcvqdmg' 2025-07-17T06:33:42.2060399Z ##[group]Operating System 2025-07-17T06:33:42.2061546Z Ubuntu 2025-07-17T06:33:42.2062420Z 24.04.2 2025-07-17T06:33:42.2063209Z LTS 2025-07-17T06:33:42.2063884Z ##[endgroup] 2025-07-17T06:33:42.2064797Z ##[group]Runner Image 2025-07-17T06:33:42.2065717Z Image: ubuntu-24.04 2025-07-17T06:33:42.2066524Z Version: 20250710.1.0 2025-07-17T06:33:42.2068527Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250710.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-17T06:33:42.2070990Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250710.1 2025-07-17T06:33:42.2072645Z ##[endgroup] 2025-07-17T06:33:42.2076862Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:42.2080007Z Actions: read 2025-07-17T06:33:42.2081183Z Attestations: read 2025-07-17T06:33:42.2081976Z Checks: read 2025-07-17T06:33:42.2082771Z Contents: read 2025-07-17T06:33:42.2083800Z Deployments: read 2025-07-17T06:33:42.2084714Z Discussions: read 2025-07-17T06:33:42.2085588Z Issues: read 2025-07-17T06:33:42.2086504Z Metadata: read 2025-07-17T06:33:42.2087731Z Models: read 2025-07-17T06:33:42.2088558Z Packages: read 2025-07-17T06:33:42.2089517Z Pages: read 2025-07-17T06:33:42.2090264Z PullRequests: read 2025-07-17T06:33:42.2091127Z RepositoryProjects: read 2025-07-17T06:33:42.2092379Z SecurityEvents: read 2025-07-17T06:33:42.2093300Z Statuses: read 2025-07-17T06:33:42.2094057Z ##[endgroup] 2025-07-17T06:33:42.2097308Z Secret source: Actions 2025-07-17T06:33:42.2099084Z Prepare workflow directory 2025-07-17T06:33:42.2514226Z Prepare all required actions 2025-07-17T06:33:42.2551133Z Getting action download info 2025-07-17T06:33:42.6241409Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:33:47.7755533Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-17T06:33:48.4815072Z Getting action download info 2025-07-17T06:33:48.6260324Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:33:48.7046415Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-07-17T06:33:48.7661416Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:33:48.7662115Z with: 2025-07-17T06:33:48.7662350Z submodules: false 2025-07-17T06:33:48.7662587Z fetch-depth: 1 2025-07-17T06:33:48.7662982Z ##[endgroup] 2025-07-17T06:33:48.7746665Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:48.7747654Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:33:48.7779505Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:48.7779884Z ##[endgroup] 2025-07-17T06:33:48.8005002Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:33:48.8005416Z # Use all available CPUs for fetching 2025-07-17T06:33:48.8005737Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:33:48.8006115Z git config --global fetch.parallel 0 2025-07-17T06:33:48.8006473Z git config --global submodule.fetchJobs 0 2025-07-17T06:33:48.8006786Z  2025-07-17T06:33:48.8007120Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:33:48.8007902Z # do it here as well just in case 2025-07-17T06:33:48.8008416Z if [[ -d .git ]]; then 2025-07-17T06:33:48.8008868Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:33:48.8009353Z  sudo git clean -ffdx 2025-07-17T06:33:48.8009795Z  else 2025-07-17T06:33:48.8010184Z  git clean -ffdx 2025-07-17T06:33:48.8010888Z  fi 2025-07-17T06:33:48.8011253Z fi 2025-07-17T06:33:48.8045071Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:33:48.8045665Z env: 2025-07-17T06:33:48.8045998Z NO_SUDO: 2025-07-17T06:33:48.8046334Z ##[endgroup] 2025-07-17T06:33:48.8307314Z ##[group]Run actions/checkout@v4 2025-07-17T06:33:48.8307913Z with: 2025-07-17T06:33:48.8308179Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:48.8308482Z fetch-depth: 1 2025-07-17T06:33:48.8308718Z submodules: false 2025-07-17T06:33:48.8308954Z show-progress: false 2025-07-17T06:33:48.8309200Z repository: pytorch/pytorch 2025-07-17T06:33:48.8309608Z token: *** 2025-07-17T06:33:48.8309830Z ssh-strict: true 2025-07-17T06:33:48.8310054Z ssh-user: git 2025-07-17T06:33:48.8310282Z persist-credentials: true 2025-07-17T06:33:48.8310541Z clean: true 2025-07-17T06:33:48.8310769Z sparse-checkout-cone-mode: true 2025-07-17T06:33:48.8311052Z fetch-tags: false 2025-07-17T06:33:48.8311269Z lfs: false 2025-07-17T06:33:48.8311482Z set-safe-directory: true 2025-07-17T06:33:48.8311728Z ##[endgroup] 2025-07-17T06:33:48.9326339Z Syncing repository: pytorch/pytorch 2025-07-17T06:33:48.9328610Z ##[group]Getting Git version info 2025-07-17T06:33:48.9329349Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:48.9330455Z [command]/usr/bin/git version 2025-07-17T06:33:48.9342654Z git version 2.50.1 2025-07-17T06:33:48.9368785Z ##[endgroup] 2025-07-17T06:33:48.9377853Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/05266cd8-e911-4876-b027-fe86e3befcba/.gitconfig' 2025-07-17T06:33:48.9387927Z Temporarily overriding HOME='/home/runner/work/_temp/05266cd8-e911-4876-b027-fe86e3befcba' before making global git config changes 2025-07-17T06:33:48.9392012Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:33:48.9393137Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:33:48.9423791Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-17T06:33:48.9427165Z ##[group]Initializing the repository 2025-07-17T06:33:48.9431769Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-17T06:33:48.9517332Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:33:48.9518554Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:33:48.9519114Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:33:48.9519487Z hint: 2025-07-17T06:33:48.9519782Z hint: git config --global init.defaultBranch 2025-07-17T06:33:48.9520104Z hint: 2025-07-17T06:33:48.9520413Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:33:48.9521127Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:33:48.9521811Z hint: 2025-07-17T06:33:48.9522195Z hint: git branch -m 2025-07-17T06:33:48.9522607Z hint: 2025-07-17T06:33:48.9523203Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-17T06:33:48.9524092Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-17T06:33:48.9531750Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:33:48.9579368Z ##[endgroup] 2025-07-17T06:33:48.9579808Z ##[group]Disabling automatic garbage collection 2025-07-17T06:33:48.9585167Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:33:48.9615091Z ##[endgroup] 2025-07-17T06:33:48.9615890Z ##[group]Setting up auth 2025-07-17T06:33:48.9622458Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:33:48.9651963Z [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-07-17T06:33:48.9971069Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:33:48.9999647Z [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-07-17T06:33:49.0221141Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:33:49.0264397Z ##[endgroup] 2025-07-17T06:33:49.0264877Z ##[group]Fetching the repository 2025-07-17T06:33:49.0274254Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:54.5125513Z From https://github.com/pytorch/pytorch 2025-07-17T06:33:54.5126331Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:33:54.5152746Z ##[endgroup] 2025-07-17T06:33:54.5153413Z ##[group]Determining the checkout info 2025-07-17T06:33:54.5155921Z ##[endgroup] 2025-07-17T06:33:54.5161232Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:33:54.5201580Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:33:54.5229657Z ##[group]Checking out the ref 2025-07-17T06:33:54.5234007Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:55.5487037Z Updating files: 91% (17869/19589) 2025-07-17T06:33:55.5597962Z Updating files: 92% (18022/19589) 2025-07-17T06:33:55.5738389Z Updating files: 93% (18218/19589) 2025-07-17T06:33:55.5896813Z Updating files: 94% (18414/19589) 2025-07-17T06:33:55.6071492Z Updating files: 95% (18610/19589) 2025-07-17T06:33:55.6211217Z Updating files: 96% (18806/19589) 2025-07-17T06:33:55.6361980Z Updating files: 97% (19002/19589) 2025-07-17T06:33:55.6595632Z Updating files: 98% (19198/19589) 2025-07-17T06:33:55.6742129Z Updating files: 99% (19394/19589) 2025-07-17T06:33:55.6742632Z Updating files: 100% (19589/19589) 2025-07-17T06:33:55.6743056Z Updating files: 100% (19589/19589), done. 2025-07-17T06:33:55.6923757Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:33:55.6924345Z 2025-07-17T06:33:55.6924670Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:33:55.6925693Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:33:55.6926183Z state without impacting any branches by switching back to a branch. 2025-07-17T06:33:55.6926450Z 2025-07-17T06:33:55.6926627Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:33:55.6927044Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:33:55.6927294Z 2025-07-17T06:33:55.6927710Z git switch -c 2025-07-17T06:33:55.6927934Z 2025-07-17T06:33:55.6928043Z Or undo this operation with: 2025-07-17T06:33:55.6928204Z 2025-07-17T06:33:55.6928320Z git switch - 2025-07-17T06:33:55.6928462Z 2025-07-17T06:33:55.6928664Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:33:55.6928999Z 2025-07-17T06:33:55.6929192Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:33:55.6961387Z ##[endgroup] 2025-07-17T06:33:55.7002866Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:33:55.7025447Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:33:55.7240287Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-17T06:33:55.7240677Z with: 2025-07-17T06:33:55.7240849Z architecture: x64 2025-07-17T06:33:55.7241047Z check-latest: false 2025-07-17T06:33:55.7241236Z cache: pip 2025-07-17T06:33:55.7241535Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-17T06:33:55.7241994Z token: *** 2025-07-17T06:33:55.7242194Z update-environment: true 2025-07-17T06:33:55.7242423Z allow-prereleases: false 2025-07-17T06:33:55.7242811Z freethreaded: false 2025-07-17T06:33:55.7243007Z ##[endgroup] 2025-07-17T06:33:55.8850141Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-07-17T06:33:55.8851334Z [warning].python-version doesn't exist. 2025-07-17T06:33:55.8873057Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-07-17T06:33:55.8950981Z ##[group]Run pip install -r requirements.txt 2025-07-17T06:33:55.8951328Z pip install -r requirements.txt 2025-07-17T06:33:55.8951712Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-07-17T06:33:55.8952097Z pip install 'torch==2.*' 2025-07-17T06:33:55.8980153Z shell: /usr/bin/bash -e {0} 2025-07-17T06:33:55.8980415Z ##[endgroup] 2025-07-17T06:33:56.2822455Z Defaulting to user installation because normal site-packages is not writeable 2025-07-17T06:33:57.2816228Z Collecting setuptools<80.0,>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-07-17T06:33:57.3797831Z Downloading setuptools-79.0.1-py3-none-any.whl.metadata (6.5 kB) 2025-07-17T06:33:57.5258571Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-07-17T06:33:57.5448420Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-07-17T06:33:57.5973028Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-07-17T06:33:57.6165530Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB) 2025-07-17T06:33:57.8122087Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-07-17T06:33:57.8318946Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-07-17T06:33:57.8558375Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 2.7 MB/s eta 0:00:00 2025-07-17T06:33:57.8665869Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-07-17T06:33:57.8672368Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-07-17T06:33:57.8679871Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-07-17T06:33:57.8685748Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-07-17T06:33:57.8695110Z 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-07-17T06:33:57.9003167Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-07-17T06:33:57.9199654Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-17T06:33:57.9635682Z Collecting filelock (from -r requirements.txt (line 9)) 2025-07-17T06:33:57.9826549Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-17T06:33:58.0301826Z Collecting fsspec (from -r requirements.txt (line 10)) 2025-07-17T06:33:58.0492737Z Downloading fsspec-2025.7.0-py3-none-any.whl.metadata (12 kB) 2025-07-17T06:33:58.4996341Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-07-17T06:33:58.5189747Z Downloading hypothesis-6.135.32-py3-none-any.whl.metadata (5.6 kB) 2025-07-17T06:33:58.5237309Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-07-17T06:33:58.5625792Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-07-17T06:33:58.5826640Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-07-17T06:33:58.6295915Z Collecting networkx (from -r requirements.txt (line 14)) 2025-07-17T06:33:58.6489415Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-17T06:33:58.7429394Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-07-17T06:33:58.7631231Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-07-17T06:33:58.8624930Z Collecting psutil (from -r requirements.txt (line 16)) 2025-07-17T06:33:58.8815862Z 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-07-17T06:33:58.9256943Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 17)) 2025-07-17T06:33:58.9450661Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-17T06:33:58.9880514Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-07-17T06:33:59.0069504Z Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-17T06:33:59.0109002Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (0.42.0) 2025-07-17T06:33:59.0486799Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-07-17T06:33:59.0677978Z Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB) 2025-07-17T06:33:59.1594518Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-07-17T06:33:59.1787982Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-07-17T06:33:59.4448336Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-07-17T06:33:59.4640486Z Downloading uv-0.7.21-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-07-17T06:33:59.5508872Z Requirement already satisfied: attrs>=22.2.0 in /usr/lib/python3/dist-packages (from hypothesis->-r requirements.txt (line 11)) (23.2.0) 2025-07-17T06:33:59.5828197Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-07-17T06:33:59.6019512Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-17T06:33:59.6924054Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 17)) 2025-07-17T06:33:59.7114706Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-07-17T06:33:59.7890686Z Downloading setuptools-79.0.1-py3-none-any.whl (1.3 MB) 2025-07-17T06:33:59.8532712Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 20.0 MB/s eta 0:00:00 2025-07-17T06:33:59.8746721Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.9 MB) 2025-07-17T06:34:00.0652157Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.9/27.9 MB 126.7 MB/s eta 0:00:00 2025-07-17T06:34:00.0844664Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-07-17T06:34:00.0906305Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.8/422.8 kB 92.6 MB/s eta 0:00:00 2025-07-17T06:34:00.1099443Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB) 2025-07-17T06:34:00.2123099Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 139.3 MB/s eta 0:00:00 2025-07-17T06:34:00.2314915Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-07-17T06:34:00.2355596Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.9/43.9 kB 14.7 MB/s eta 0:00:00 2025-07-17T06:34:00.2548066Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-17T06:34:00.2759716Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-17T06:34:00.3001424Z Downloading fsspec-2025.7.0-py3-none-any.whl (199 kB) 2025-07-17T06:34:00.3052032Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 56.6 MB/s eta 0:00:00 2025-07-17T06:34:00.3242120Z Downloading hypothesis-6.135.32-py3-none-any.whl (523 kB) 2025-07-17T06:34:00.3327222Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 523.4/523.4 kB 73.8 MB/s eta 0:00:00 2025-07-17T06:34:00.3530179Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-07-17T06:34:00.3684374Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 156.6 MB/s eta 0:00:00 2025-07-17T06:34:00.3876571Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-07-17T06:34:00.4021078Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 159.7 MB/s eta 0:00:00 2025-07-17T06:34:00.4233211Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (412 kB) 2025-07-17T06:34:00.4290092Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 412.7/412.7 kB 101.7 MB/s eta 0:00:00 2025-07-17T06:34:00.4478961Z 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-07-17T06:34:00.4528927Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 77.7 MB/s eta 0:00:00 2025-07-17T06:34:00.4719940Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-17T06:34:00.5101681Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 172.5 MB/s eta 0:00:00 2025-07-17T06:34:00.5293293Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-17T06:34:00.5356341Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 118.8 MB/s eta 0:00:00 2025-07-17T06:34:00.5546687Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-07-17T06:34:00.5757131Z Downloading uv-0.7.21-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.6 MB) 2025-07-17T06:34:00.6946471Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.6/18.6 MB 128.9 MB/s eta 0:00:00 2025-07-17T06:34:00.7136765Z Downloading build-1.2.2.post1-py3-none-any.whl (22 kB) 2025-07-17T06:34:00.7344320Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-07-17T06:34:01.3018424Z 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-07-17T06:34:11.7972532Z Successfully installed build-1.2.2.post1 cmake-4.0.3 expecttest-0.3.0 filelock-3.18.0 fsspec-2025.7.0 hypothesis-6.135.32 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.5 ninja-1.11.1.4 numpy-2.3.1 optree-0.16.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.7.21 2025-07-17T06:34:12.2263753Z Defaulting to user installation because normal site-packages is not writeable 2025-07-17T06:34:12.9971662Z Collecting torch==2.* 2025-07-17T06:34:13.0757964Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-17T06:34:13.1171431Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.18.0) 2025-07-17T06:34:13.1184204Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (4.14.1) 2025-07-17T06:34:13.1196100Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (79.0.1) 2025-07-17T06:34:13.1208083Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-07-17T06:34:13.1216552Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-07-17T06:34:13.1223422Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-07-17T06:34:13.1238150Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.7.0) 2025-07-17T06:34:13.1574013Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch==2.*) 2025-07-17T06:34:13.1761414Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.2118022Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch==2.*) 2025-07-17T06:34:13.2305664Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.2675430Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch==2.*) 2025-07-17T06:34:13.2862356Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-17T06:34:13.3231179Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch==2.*) 2025-07-17T06:34:13.3419124Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-07-17T06:34:13.3793132Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch==2.*) 2025-07-17T06:34:13.3980844Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.4326636Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch==2.*) 2025-07-17T06:34:13.4514204Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.4929898Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch==2.*) 2025-07-17T06:34:13.5116900Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.5472940Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch==2.*) 2025-07-17T06:34:13.5661430Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-17T06:34:13.6017264Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch==2.*) 2025-07-17T06:34:13.6206354Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-17T06:34:13.6529761Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch==2.*) 2025-07-17T06:34:13.6722869Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-17T06:34:13.7058701Z Collecting nvidia-nccl-cu12==2.26.2 (from torch==2.*) 2025-07-17T06:34:13.7245907Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-07-17T06:34:13.7617987Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch==2.*) 2025-07-17T06:34:13.7805454Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-17T06:34:13.8183893Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch==2.*) 2025-07-17T06:34:13.8372445Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.8678529Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch==2.*) 2025-07-17T06:34:13.8865950Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:13.9227637Z Collecting triton==3.3.1 (from torch==2.*) 2025-07-17T06:34:13.9423464Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-07-17T06:34:14.0079306Z 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-07-17T06:34:14.1163693Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (821.0 MB) 2025-07-17T06:34:21.5082537Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 MB 3.1 MB/s eta 0:00:00 2025-07-17T06:34:21.5280037Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB) 2025-07-17T06:34:25.1837216Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 6.1 MB/s eta 0:00:00 2025-07-17T06:34:25.2031119Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB) 2025-07-17T06:34:25.2683660Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 140.5 MB/s eta 0:00:00 2025-07-17T06:34:25.2872937Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-07-17T06:34:25.4480262Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 132.4 MB/s eta 0:00:00 2025-07-17T06:34:25.4673593Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-07-17T06:34:25.4753792Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 139.4 MB/s eta 0:00:00 2025-07-17T06:34:25.4949511Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-07-17T06:34:30.9616817Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 3.9 MB/s eta 0:00:00 2025-07-17T06:34:30.9813417Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB) 2025-07-17T06:34:32.1800274Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 25.8 MB/s eta 0:00:00 2025-07-17T06:34:32.1991114Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB) 2025-07-17T06:34:32.2086718Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 143.3 MB/s eta 0:00:00 2025-07-17T06:34:32.2274966Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB) 2025-07-17T06:34:32.5451148Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 92.9 MB/s eta 0:00:00 2025-07-17T06:34:32.5650243Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB) 2025-07-17T06:34:33.4602525Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 41.3 MB/s eta 0:00:00 2025-07-17T06:34:33.4794310Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB) 2025-07-17T06:34:35.4761073Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 9.6 MB/s eta 0:00:00 2025-07-17T06:34:35.4952840Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-07-17T06:34:36.3682603Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 39.6 MB/s eta 0:00:00 2025-07-17T06:34:36.3872121Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-07-17T06:34:38.4322502Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 8.6 MB/s eta 0:00:00 2025-07-17T06:34:38.4552489Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-07-17T06:34:38.5751279Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 138.5 MB/s eta 0:00:00 2025-07-17T06:34:38.5943478Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-07-17T06:34:38.5983037Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 37.0 MB/s eta 0:00:00 2025-07-17T06:34:38.6179429Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB) 2025-07-17T06:34:39.4694571Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.7/155.7 MB 41.3 MB/s eta 0:00:00 2025-07-17T06:34:42.6925220Z 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-07-17T06:35:17.0545510Z Successfully installed nvidia-cublas-cu12-12.6.4.1 nvidia-cuda-cupti-cu12-12.6.80 nvidia-cuda-nvrtc-cu12-12.6.77 nvidia-cuda-runtime-cu12-12.6.77 nvidia-cudnn-cu12-9.5.1.17 nvidia-cufft-cu12-11.3.0.4 nvidia-cufile-cu12-1.11.1.6 nvidia-curand-cu12-10.3.7.77 nvidia-cusolver-cu12-11.7.1.2 nvidia-cusparse-cu12-12.5.4.2 nvidia-cusparselt-cu12-0.6.3 nvidia-nccl-cu12-2.26.2 nvidia-nvjitlink-cu12-12.6.85 nvidia-nvtx-cu12-12.6.77 torch-2.7.1 triton-3.3.1 2025-07-17T06:35:17.6434736Z ##[group]Run # All we need to see is that it passes 2025-07-17T06:35:17.6435091Z # All we need to see is that it passes 2025-07-17T06:35:17.6435392Z python3 torch/utils/collect_env.py 2025-07-17T06:35:17.6463467Z shell: /usr/bin/bash -e {0} 2025-07-17T06:35:17.6463703Z ##[endgroup] 2025-07-17T06:35:20.6253693Z Collecting environment information... 2025-07-17T06:35:20.6254220Z PyTorch version: 2.7.1+cu126 2025-07-17T06:35:20.6254633Z Is debug build: False 2025-07-17T06:35:20.6254973Z CUDA used to build PyTorch: 12.6 2025-07-17T06:35:20.6255340Z ROCM used to build PyTorch: N/A 2025-07-17T06:35:20.6255570Z 2025-07-17T06:35:20.6255706Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-17T06:35:20.6256151Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-17T06:35:20.6256579Z Clang version: 18.1.3 (1ubuntu1) 2025-07-17T06:35:20.6256931Z CMake version: version 4.0.3 2025-07-17T06:35:20.6257281Z Libc version: glibc-2.39 2025-07-17T06:35:20.6257728Z 2025-07-17T06:35:20.6258105Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-07-17T06:35:20.6258799Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-07-17T06:35:20.6259371Z Is CUDA available: False 2025-07-17T06:35:20.6259755Z CUDA runtime version: No CUDA 2025-07-17T06:35:20.6260137Z CUDA_MODULE_LOADING set to: N/A 2025-07-17T06:35:20.6260536Z GPU models and configuration: No CUDA 2025-07-17T06:35:20.6260951Z Nvidia driver version: No CUDA 2025-07-17T06:35:20.6261175Z cuDNN version: No CUDA 2025-07-17T06:35:20.6261373Z Is XPU available: False 2025-07-17T06:35:20.6261622Z HIP runtime version: N/A 2025-07-17T06:35:20.6261829Z MIOpen runtime version: N/A 2025-07-17T06:35:20.6262066Z Is XNNPACK available: True 2025-07-17T06:35:20.6262198Z 2025-07-17T06:35:20.6262267Z CPU: 2025-07-17T06:35:20.6262446Z Architecture: x86_64 2025-07-17T06:35:20.6262741Z CPU op-mode(s): 32-bit, 64-bit 2025-07-17T06:35:20.6263078Z Address sizes: 48 bits physical, 48 bits virtual 2025-07-17T06:35:20.6263405Z Byte Order: Little Endian 2025-07-17T06:35:20.6263662Z CPU(s): 4 2025-07-17T06:35:20.6263903Z On-line CPU(s) list: 0-3 2025-07-17T06:35:20.6264168Z Vendor ID: AuthenticAMD 2025-07-17T06:35:20.6264474Z Model name: AMD EPYC 7763 64-Core Processor 2025-07-17T06:35:20.6264767Z CPU family: 25 2025-07-17T06:35:20.6265000Z Model: 1 2025-07-17T06:35:20.6265234Z Thread(s) per core: 2 2025-07-17T06:35:20.6265464Z Core(s) per socket: 2 2025-07-17T06:35:20.6265975Z Socket(s): 1 2025-07-17T06:35:20.6266200Z Stepping: 1 2025-07-17T06:35:20.6266450Z BogoMIPS: 4890.85 2025-07-17T06:35:20.6269015Z 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-07-17T06:35:20.6273073Z Virtualization: AMD-V 2025-07-17T06:35:20.6273569Z Hypervisor vendor: Microsoft 2025-07-17T06:35:20.6274063Z Virtualization type: full 2025-07-17T06:35:20.6274565Z L1d cache: 64 KiB (2 instances) 2025-07-17T06:35:20.6275401Z L1i cache: 64 KiB (2 instances) 2025-07-17T06:35:20.6275954Z L2 cache: 1 MiB (2 instances) 2025-07-17T06:35:20.6276462Z L3 cache: 32 MiB (1 instance) 2025-07-17T06:35:20.6276943Z NUMA node(s): 1 2025-07-17T06:35:20.6277270Z NUMA node0 CPU(s): 0-3 2025-07-17T06:35:20.6278239Z Vulnerability Gather data sampling: Not affected 2025-07-17T06:35:20.6278557Z Vulnerability Itlb multihit: Not affected 2025-07-17T06:35:20.6278856Z Vulnerability L1tf: Not affected 2025-07-17T06:35:20.6279141Z Vulnerability Mds: Not affected 2025-07-17T06:35:20.6279435Z Vulnerability Meltdown: Not affected 2025-07-17T06:35:20.6279739Z Vulnerability Mmio stale data: Not affected 2025-07-17T06:35:20.6280035Z Vulnerability Reg file data sampling: Not affected 2025-07-17T06:35:20.6280337Z Vulnerability Retbleed: Not affected 2025-07-17T06:35:20.6280697Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-07-17T06:35:20.6281080Z Vulnerability Spec store bypass: Vulnerable 2025-07-17T06:35:20.6281545Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-17T06:35:20.6282223Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-07-17T06:35:20.6282746Z Vulnerability Srbds: Not affected 2025-07-17T06:35:20.6283039Z Vulnerability Tsx async abort: Not affected 2025-07-17T06:35:20.6283236Z 2025-07-17T06:35:20.6283326Z Versions of relevant libraries: 2025-07-17T06:35:20.6283558Z [pip3] numpy==2.3.1 2025-07-17T06:35:20.6283763Z [pip3] nvidia-cublas-cu12==12.6.4.1 2025-07-17T06:35:20.6284023Z [pip3] nvidia-cuda-cupti-cu12==12.6.80 2025-07-17T06:35:20.6284276Z [pip3] nvidia-cuda-nvrtc-cu12==12.6.77 2025-07-17T06:35:20.6284548Z [pip3] nvidia-cuda-runtime-cu12==12.6.77 2025-07-17T06:35:20.6284811Z [pip3] nvidia-cudnn-cu12==9.5.1.17 2025-07-17T06:35:20.6285050Z [pip3] nvidia-cufft-cu12==11.3.0.4 2025-07-17T06:35:20.6285279Z [pip3] nvidia-curand-cu12==10.3.7.77 2025-07-17T06:35:20.6285528Z [pip3] nvidia-cusolver-cu12==11.7.1.2 2025-07-17T06:35:20.6285768Z [pip3] nvidia-cusparse-cu12==12.5.4.2 2025-07-17T06:35:20.6286020Z [pip3] nvidia-cusparselt-cu12==0.6.3 2025-07-17T06:35:20.6286265Z [pip3] nvidia-nccl-cu12==2.26.2 2025-07-17T06:35:20.6286491Z [pip3] nvidia-nvjitlink-cu12==12.6.85 2025-07-17T06:35:20.6286734Z [pip3] nvidia-nvtx-cu12==12.6.77 2025-07-17T06:35:20.6286950Z [pip3] optree==0.16.0 2025-07-17T06:35:20.6287142Z [pip3] torch==2.7.1 2025-07-17T06:35:20.6288027Z [pip3] triton==3.3.1 2025-07-17T06:35:20.6288406Z [conda] No relevant packages 2025-07-17T06:35:20.8408240Z Post job cleanup. 2025-07-17T06:35:20.9866189Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-07-17T06:35:20.9993079Z Post job cleanup. 2025-07-17T06:35:21.0063259Z Post job cleanup. 2025-07-17T06:35:21.0980356Z [command]/usr/bin/git version 2025-07-17T06:35:21.1015887Z git version 2.50.1 2025-07-17T06:35:21.1057714Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/b4f2e69a-ac90-4a9d-86cd-469ea597b2b8/.gitconfig' 2025-07-17T06:35:21.1068085Z Temporarily overriding HOME='/home/runner/work/_temp/b4f2e69a-ac90-4a9d-86cd-469ea597b2b8' before making global git config changes 2025-07-17T06:35:21.1069272Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:35:21.1073185Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:35:21.1107645Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:35:21.1140349Z [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-07-17T06:35:21.1389211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:35:21.1408734Z http.https://github.com/.extraheader 2025-07-17T06:35:21.1421864Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:35:21.1455038Z [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-07-17T06:35:21.1853006Z Cleaning up orphan processes