2025-07-24T03:40:45.3223074Z Current runner version: '2.326.0' 2025-07-24T03:40:45.3228844Z Runner name: 'linux.24_04.4x_31b9fdd9311d' 2025-07-24T03:40:45.3229570Z Runner group name: 'default' 2025-07-24T03:40:45.3230448Z Machine name: 'pkrvmfedk2kywl5' 2025-07-24T03:40:45.3247590Z ##[group]Operating System 2025-07-24T03:40:45.3248383Z Ubuntu 2025-07-24T03:40:45.3248906Z 24.04.2 2025-07-24T03:40:45.3249338Z LTS 2025-07-24T03:40:45.3249753Z ##[endgroup] 2025-07-24T03:40:45.3250256Z ##[group]Runner Image 2025-07-24T03:40:45.3250758Z Image: ubuntu-24.04 2025-07-24T03:40:45.3251218Z Version: 20250713.1.0 2025-07-24T03:40:45.3252098Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250713.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-24T03:40:45.3253304Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250713.1 2025-07-24T03:40:45.3254085Z ##[endgroup] 2025-07-24T03:40:45.3256131Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:40:45.3258346Z Actions: read 2025-07-24T03:40:45.3258954Z Attestations: read 2025-07-24T03:40:45.3259413Z Checks: read 2025-07-24T03:40:45.3259867Z Contents: read 2025-07-24T03:40:45.3260322Z Deployments: read 2025-07-24T03:40:45.3260772Z Discussions: read 2025-07-24T03:40:45.3261188Z Issues: read 2025-07-24T03:40:45.3261658Z Metadata: read 2025-07-24T03:40:45.3262101Z Models: read 2025-07-24T03:40:45.3262493Z Packages: read 2025-07-24T03:40:45.3262992Z Pages: read 2025-07-24T03:40:45.3263394Z PullRequests: read 2025-07-24T03:40:45.3263850Z RepositoryProjects: read 2025-07-24T03:40:45.3264344Z SecurityEvents: read 2025-07-24T03:40:45.3264805Z Statuses: read 2025-07-24T03:40:45.3265214Z ##[endgroup] 2025-07-24T03:40:45.3267324Z Secret source: Actions 2025-07-24T03:40:45.3268372Z Prepare workflow directory 2025-07-24T03:40:45.3589022Z Prepare all required actions 2025-07-24T03:40:45.3646009Z Getting action download info 2025-07-24T03:40:45.7805161Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:40:49.8013210Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-24T03:40:50.3083735Z Getting action download info 2025-07-24T03:40:50.4860853Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:40:50.5658854Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-07-24T03:40:50.6213575Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:40:50.6214276Z with: 2025-07-24T03:40:50.6214516Z submodules: false 2025-07-24T03:40:50.6214755Z fetch-depth: 1 2025-07-24T03:40:50.6215142Z ##[endgroup] 2025-07-24T03:40:50.6395351Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:50.6396361Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:50.6419281Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:50.6419678Z ##[endgroup] 2025-07-24T03:40:50.6643664Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:40:50.6644101Z # Use all available CPUs for fetching 2025-07-24T03:40:50.6644409Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:40:50.6644757Z git config --global fetch.parallel 0 2025-07-24T03:40:50.6645078Z git config --global submodule.fetchJobs 0 2025-07-24T03:40:50.6645366Z  2025-07-24T03:40:50.6645675Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:40:50.6646057Z # do it here as well just in case 2025-07-24T03:40:50.6646343Z if [[ -d .git ]]; then 2025-07-24T03:40:50.6646599Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:40:50.6646871Z  sudo git clean -ffdx 2025-07-24T03:40:50.6647118Z  else 2025-07-24T03:40:50.6647345Z  git clean -ffdx 2025-07-24T03:40:50.6647752Z  fi 2025-07-24T03:40:50.6647961Z fi 2025-07-24T03:40:50.6664196Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:50.6664543Z env: 2025-07-24T03:40:50.6664786Z NO_SUDO: 2025-07-24T03:40:50.6664993Z ##[endgroup] 2025-07-24T03:40:50.8119947Z ##[group]Run actions/checkout@v4 2025-07-24T03:40:50.8120251Z with: 2025-07-24T03:40:50.8120505Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:50.8120794Z fetch-depth: 1 2025-07-24T03:40:50.8121008Z submodules: false 2025-07-24T03:40:50.8121231Z show-progress: false 2025-07-24T03:40:50.8121474Z repository: pytorch/pytorch 2025-07-24T03:40:50.8121877Z token: *** 2025-07-24T03:40:50.8122085Z ssh-strict: true 2025-07-24T03:40:50.8122292Z ssh-user: git 2025-07-24T03:40:50.8122518Z persist-credentials: true 2025-07-24T03:40:50.8122753Z clean: true 2025-07-24T03:40:50.8122987Z sparse-checkout-cone-mode: true 2025-07-24T03:40:50.8123264Z fetch-tags: false 2025-07-24T03:40:50.8123469Z lfs: false 2025-07-24T03:40:50.8123692Z set-safe-directory: true 2025-07-24T03:40:50.8123928Z ##[endgroup] 2025-07-24T03:40:50.9104270Z Syncing repository: pytorch/pytorch 2025-07-24T03:40:50.9105729Z ##[group]Getting Git version info 2025-07-24T03:40:50.9106108Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:50.9106753Z [command]/usr/bin/git version 2025-07-24T03:40:50.9107025Z git version 2.50.1 2025-07-24T03:40:50.9124740Z ##[endgroup] 2025-07-24T03:40:50.9133886Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/ce3c1652-f4dc-43b7-b850-cc34c89add3a/.gitconfig' 2025-07-24T03:40:50.9143681Z Temporarily overriding HOME='/home/runner/work/_temp/ce3c1652-f4dc-43b7-b850-cc34c89add3a' before making global git config changes 2025-07-24T03:40:50.9145034Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:40:50.9147987Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:40:50.9216058Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:50.9219259Z ##[group]Initializing the repository 2025-07-24T03:40:50.9224238Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-24T03:40:51.0205710Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:40:51.0206658Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:40:51.0207132Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:40:51.0207486Z hint: 2025-07-24T03:40:51.0207821Z hint: git config --global init.defaultBranch 2025-07-24T03:40:51.0208345Z hint: 2025-07-24T03:40:51.0208648Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:40:51.0209098Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:40:51.0209463Z hint: 2025-07-24T03:40:51.0209686Z hint: git branch -m 2025-07-24T03:40:51.0209931Z hint: 2025-07-24T03:40:51.0210244Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-24T03:40:51.0254006Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-24T03:40:51.0265050Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:40:51.0355190Z ##[endgroup] 2025-07-24T03:40:51.0355757Z ##[group]Disabling automatic garbage collection 2025-07-24T03:40:51.0360194Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:40:51.0386063Z ##[endgroup] 2025-07-24T03:40:51.0386479Z ##[group]Setting up auth 2025-07-24T03:40:51.0392893Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:40:51.0421317Z [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-24T03:40:51.3695219Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:40:51.3723877Z [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-24T03:40:51.3922521Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:40:51.3963564Z ##[endgroup] 2025-07-24T03:40:51.3976497Z ##[group]Fetching the repository 2025-07-24T03:40:51.3977413Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:56.7570001Z From https://github.com/pytorch/pytorch 2025-07-24T03:40:56.7570610Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:40:56.7661910Z ##[endgroup] 2025-07-24T03:40:56.7662605Z ##[group]Determining the checkout info 2025-07-24T03:40:56.7663538Z ##[endgroup] 2025-07-24T03:40:56.7670501Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:40:56.7763347Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:40:56.7794175Z ##[group]Checking out the ref 2025-07-24T03:40:56.7794690Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:57.6612088Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:40:57.6612625Z 2025-07-24T03:40:57.6612920Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:40:57.6613584Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:40:57.6614268Z state without impacting any branches by switching back to a branch. 2025-07-24T03:40:57.6614704Z 2025-07-24T03:40:57.6615020Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:40:57.6615662Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:40:57.6616084Z 2025-07-24T03:40:57.6616242Z git switch -c 2025-07-24T03:40:57.6616510Z 2025-07-24T03:40:57.6616665Z Or undo this operation with: 2025-07-24T03:40:57.6616928Z 2025-07-24T03:40:57.6617058Z git switch - 2025-07-24T03:40:57.6617951Z 2025-07-24T03:40:57.6618708Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:40:57.6619200Z 2025-07-24T03:40:57.6619327Z HEAD is now at 27c8ef1 Update 2025-07-24T03:40:57.6636784Z ##[endgroup] 2025-07-24T03:40:57.6671107Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:40:57.6692241Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:57.6888316Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-24T03:40:57.6888674Z with: 2025-07-24T03:40:57.6888841Z architecture: x64 2025-07-24T03:40:57.6889025Z check-latest: false 2025-07-24T03:40:57.6889202Z cache: pip 2025-07-24T03:40:57.6889507Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-24T03:40:57.6889976Z token: *** 2025-07-24T03:40:57.6890194Z update-environment: true 2025-07-24T03:40:57.6890401Z allow-prereleases: false 2025-07-24T03:40:57.6890606Z freethreaded: false 2025-07-24T03:40:57.6890791Z ##[endgroup] 2025-07-24T03:40:57.8432571Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-07-24T03:40:57.8433679Z [warning].python-version doesn't exist. 2025-07-24T03:40:57.8457951Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-07-24T03:40:57.8528613Z ##[group]Run pip install -r requirements.txt 2025-07-24T03:40:57.8528937Z pip install -r requirements.txt 2025-07-24T03:40:57.8529315Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-07-24T03:40:57.8529662Z pip install 'torch==2.*' 2025-07-24T03:40:57.8546283Z shell: /usr/bin/bash -e {0} 2025-07-24T03:40:57.8546533Z ##[endgroup] 2025-07-24T03:40:59.4149425Z Defaulting to user installation because normal site-packages is not writeable 2025-07-24T03:41:00.9622121Z Collecting setuptools<80.0,>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-07-24T03:41:01.0068718Z Downloading setuptools-79.0.1-py3-none-any.whl.metadata (6.5 kB) 2025-07-24T03:41:01.1293502Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-07-24T03:41:01.1359673Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-07-24T03:41:01.1752173Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-07-24T03:41:01.1821412Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB) 2025-07-24T03:41:01.3629298Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-07-24T03:41:01.3694754Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-07-24T03:41:01.3799396Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 6.6 MB/s eta 0:00:00 2025-07-24T03:41:01.3896190Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-07-24T03:41:01.3902123Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-07-24T03:41:01.3909122Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-07-24T03:41:01.3915424Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-07-24T03:41:01.3925577Z 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-24T03:41:01.4101456Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-07-24T03:41:01.4164012Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-24T03:41:01.4470958Z Collecting filelock (from -r requirements.txt (line 9)) 2025-07-24T03:41:01.4534149Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T03:41:01.4898804Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-07-24T03:41:01.4963684Z Downloading fsspec-2025.7.0-py3-none-any.whl.metadata (12 kB) 2025-07-24T03:41:01.9131641Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-07-24T03:41:01.9197222Z Downloading hypothesis-6.136.3-py3-none-any.whl.metadata (5.6 kB) 2025-07-24T03:41:01.9251375Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-07-24T03:41:02.0120695Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-07-24T03:41:02.0209631Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-07-24T03:41:02.0555689Z Collecting networkx>=2.5.1 (from -r requirements.txt (line 14)) 2025-07-24T03:41:02.0619258Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-24T03:41:02.1396178Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-07-24T03:41:02.1485589Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-07-24T03:41:02.2297426Z Collecting psutil (from -r requirements.txt (line 16)) 2025-07-24T03:41:02.2365359Z 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-24T03:41:02.2661391Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 17)) 2025-07-24T03:41:02.2726845Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-24T03:41:02.3016671Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-07-24T03:41:02.3083144Z Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-24T03:41:02.3125565Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (0.42.0) 2025-07-24T03:41:02.3346400Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-07-24T03:41:02.3426532Z Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB) 2025-07-24T03:41:02.4159015Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-07-24T03:41:02.4223647Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-07-24T03:41:02.6654621Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-07-24T03:41:02.6721070Z Downloading uv-0.8.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-07-24T03:41:02.7505254Z 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-24T03:41:02.7699247Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-07-24T03:41:02.7763347Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-24T03:41:02.8498909Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 17)) 2025-07-24T03:41:02.8563049Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-07-24T03:41:02.9129106Z Downloading setuptools-79.0.1-py3-none-any.whl (1.3 MB) 2025-07-24T03:41:02.9339813Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 65.8 MB/s eta 0:00:00 2025-07-24T03:41:02.9407790Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.9 MB) 2025-07-24T03:41:03.0363439Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.9/27.9 MB 206.0 MB/s eta 0:00:00 2025-07-24T03:41:03.0430150Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-07-24T03:41:03.0482141Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.8/422.8 kB 126.5 MB/s eta 0:00:00 2025-07-24T03:41:03.0546863Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB) 2025-07-24T03:41:03.1142181Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 245.9 MB/s eta 0:00:00 2025-07-24T03:41:03.1208991Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB) 2025-07-24T03:41:03.1247941Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.9/43.9 kB 16.3 MB/s eta 0:00:00 2025-07-24T03:41:03.1326866Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-24T03:41:03.1416054Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-24T03:41:03.1501924Z Downloading fsspec-2025.7.0-py3-none-any.whl (199 kB) 2025-07-24T03:41:03.1549238Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 62.9 MB/s eta 0:00:00 2025-07-24T03:41:03.1615287Z Downloading hypothesis-6.136.3-py3-none-any.whl (524 kB) 2025-07-24T03:41:03.1670380Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 524.7/524.7 kB 138.5 MB/s eta 0:00:00 2025-07-24T03:41:03.1751490Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-07-24T03:41:03.1868219Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 222.0 MB/s eta 0:00:00 2025-07-24T03:41:03.1931198Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-07-24T03:41:03.2041630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 219.6 MB/s eta 0:00:00 2025-07-24T03:41:03.2106947Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (412 kB) 2025-07-24T03:41:03.2163187Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 412.7/412.7 kB 106.3 MB/s eta 0:00:00 2025-07-24T03:41:03.2230365Z 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-24T03:41:03.2280249Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 81.4 MB/s eta 0:00:00 2025-07-24T03:41:03.2343106Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-24T03:41:03.2600800Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 263.4 MB/s eta 0:00:00 2025-07-24T03:41:03.2666445Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-24T03:41:03.2729641Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 123.4 MB/s eta 0:00:00 2025-07-24T03:41:03.2793209Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-07-24T03:41:03.2881798Z Downloading uv-0.8.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.7 MB) 2025-07-24T03:41:03.3537065Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/18.7 MB 237.3 MB/s eta 0:00:00 2025-07-24T03:41:03.3602759Z Downloading build-1.2.2.post1-py3-none-any.whl (22 kB) 2025-07-24T03:41:03.3690684Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-07-24T03:41:04.0384442Z 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-24T03:41:14.4602286Z 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.136.3 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.8.2 2025-07-24T03:41:14.8944285Z Defaulting to user installation because normal site-packages is not writeable 2025-07-24T03:41:15.6161607Z Collecting torch==2.* 2025-07-24T03:41:15.6594468Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-24T03:41:15.6935552Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.18.0) 2025-07-24T03:41:15.6948623Z 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-24T03:41:15.6961386Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (79.0.1) 2025-07-24T03:41:15.6973075Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-07-24T03:41:15.6981227Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-07-24T03:41:15.6987558Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-07-24T03:41:15.7001946Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.7.0) 2025-07-24T03:41:15.7193298Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch==2.*) 2025-07-24T03:41:15.7262356Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-24T03:41:15.7483700Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch==2.*) 2025-07-24T03:41:15.7550474Z 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-24T03:41:15.7856913Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch==2.*) 2025-07-24T03:41:15.7922706Z 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-24T03:41:15.8182093Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch==2.*) 2025-07-24T03:41:15.8248885Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-07-24T03:41:15.8477658Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch==2.*) 2025-07-24T03:41:15.8554187Z 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-24T03:41:15.8776841Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch==2.*) 2025-07-24T03:41:15.8843444Z 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-24T03:41:15.9077474Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch==2.*) 2025-07-24T03:41:15.9147062Z 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-24T03:41:15.9372185Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch==2.*) 2025-07-24T03:41:15.9436926Z 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-24T03:41:15.9667387Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch==2.*) 2025-07-24T03:41:15.9731883Z 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-24T03:41:15.9928446Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch==2.*) 2025-07-24T03:41:15.9991890Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-24T03:41:16.0241215Z Collecting nvidia-nccl-cu12==2.26.2 (from torch==2.*) 2025-07-24T03:41:16.0305925Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-07-24T03:41:16.0529089Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch==2.*) 2025-07-24T03:41:16.0594571Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-24T03:41:16.0812337Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch==2.*) 2025-07-24T03:41:16.0877266Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB) 2025-07-24T03:41:16.1062232Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch==2.*) 2025-07-24T03:41:16.1126724Z 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-24T03:41:16.1352035Z Collecting triton==3.3.1 (from torch==2.*) 2025-07-24T03:41:16.1419019Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-07-24T03:41:16.2029047Z 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-24T03:41:16.2902061Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (821.0 MB) 2025-07-24T03:41:22.5502581Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 MB 3.1 MB/s eta 0:00:00 2025-07-24T03:41:22.5577087Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB) 2025-07-24T03:41:25.1627857Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 6.6 MB/s eta 0:00:00 2025-07-24T03:41:25.1702795Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB) 2025-07-24T03:41:25.2047095Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 273.0 MB/s eta 0:00:00 2025-07-24T03:41:25.2110404Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-07-24T03:41:25.3097467Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 208.4 MB/s eta 0:00:00 2025-07-24T03:41:25.3162754Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-07-24T03:41:25.3244868Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 147.4 MB/s eta 0:00:00 2025-07-24T03:41:25.3315320Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-07-24T03:41:29.9786836Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 3.2 MB/s eta 0:00:00 2025-07-24T03:41:29.9857722Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB) 2025-07-24T03:41:30.8793154Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 29.1 MB/s eta 0:00:00 2025-07-24T03:41:30.8866871Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB) 2025-07-24T03:41:30.8951398Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 171.4 MB/s eta 0:00:00 2025-07-24T03:41:30.9015261Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB) 2025-07-24T03:41:31.0955151Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 128.8 MB/s eta 0:00:00 2025-07-24T03:41:31.1024322Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB) 2025-07-24T03:41:31.6747721Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 47.8 MB/s eta 0:00:00 2025-07-24T03:41:31.6818505Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB) 2025-07-24T03:41:32.5763485Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 25.6 MB/s eta 0:00:00 2025-07-24T03:41:32.5829978Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-07-24T03:41:33.3194928Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 43.5 MB/s eta 0:00:00 2025-07-24T03:41:33.3262924Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-07-24T03:41:35.2351222Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 8.7 MB/s eta 0:00:00 2025-07-24T03:41:35.2431791Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-07-24T03:41:35.3355763Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 181.2 MB/s eta 0:00:00 2025-07-24T03:41:35.3426406Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-07-24T03:41:35.3466132Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 36.7 MB/s eta 0:00:00 2025-07-24T03:41:35.3533862Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB) 2025-07-24T03:41:36.1287271Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.7/155.7 MB 42.1 MB/s eta 0:00:00 2025-07-24T03:41:39.6102324Z 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-24T03:42:13.5127815Z 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-24T03:42:13.9342504Z ##[group]Run # All we need to see is that it passes 2025-07-24T03:42:13.9342843Z # All we need to see is that it passes 2025-07-24T03:42:13.9343118Z python3 torch/utils/collect_env.py 2025-07-24T03:42:13.9359320Z shell: /usr/bin/bash -e {0} 2025-07-24T03:42:13.9359556Z ##[endgroup] 2025-07-24T03:42:30.4634644Z Collecting environment information... 2025-07-24T03:42:30.4635269Z PyTorch version: 2.7.1+cu126 2025-07-24T03:42:30.4635723Z Is debug build: False 2025-07-24T03:42:30.4636077Z CUDA used to build PyTorch: 12.6 2025-07-24T03:42:30.4636439Z ROCM used to build PyTorch: N/A 2025-07-24T03:42:30.4636683Z 2025-07-24T03:42:30.4636819Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-24T03:42:30.4637239Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-24T03:42:30.4637704Z Clang version: 18.1.3 (1ubuntu1) 2025-07-24T03:42:30.4638268Z CMake version: version 4.0.3 2025-07-24T03:42:30.4638628Z Libc version: glibc-2.39 2025-07-24T03:42:30.4638852Z 2025-07-24T03:42:30.4639239Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-07-24T03:42:30.4639892Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-07-24T03:42:30.4640484Z Is CUDA available: False 2025-07-24T03:42:30.4640865Z CUDA runtime version: No CUDA 2025-07-24T03:42:30.4641129Z CUDA_MODULE_LOADING set to: N/A 2025-07-24T03:42:30.4641390Z GPU models and configuration: No CUDA 2025-07-24T03:42:30.4641688Z Nvidia driver version: No CUDA 2025-07-24T03:42:30.4641926Z cuDNN version: No CUDA 2025-07-24T03:42:30.4642156Z Is XPU available: False 2025-07-24T03:42:30.4642383Z HIP runtime version: N/A 2025-07-24T03:42:30.4642630Z MIOpen runtime version: N/A 2025-07-24T03:42:30.4642876Z Is XNNPACK available: True 2025-07-24T03:42:30.4643029Z 2025-07-24T03:42:30.4643101Z CPU: 2025-07-24T03:42:30.4643315Z Architecture: x86_64 2025-07-24T03:42:30.4643628Z CPU op-mode(s): 32-bit, 64-bit 2025-07-24T03:42:30.4644003Z Address sizes: 46 bits physical, 57 bits virtual 2025-07-24T03:42:30.4644365Z Byte Order: Little Endian 2025-07-24T03:42:30.4644666Z CPU(s): 4 2025-07-24T03:42:30.4644944Z On-line CPU(s) list: 0-3 2025-07-24T03:42:30.4645243Z Vendor ID: GenuineIntel 2025-07-24T03:42:30.4645610Z Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz 2025-07-24T03:42:30.4645961Z CPU family: 6 2025-07-24T03:42:30.4646226Z Model: 106 2025-07-24T03:42:30.4646488Z Thread(s) per core: 2 2025-07-24T03:42:30.4646760Z Core(s) per socket: 2 2025-07-24T03:42:30.4647012Z Socket(s): 1 2025-07-24T03:42:30.4647275Z Stepping: 6 2025-07-24T03:42:30.4647549Z CPU(s) scaling MHz: 112% 2025-07-24T03:42:30.4647837Z CPU max MHz: 2800.0000 2025-07-24T03:42:30.4648320Z CPU min MHz: 800.0000 2025-07-24T03:42:30.4648619Z BogoMIPS: 5586.87 2025-07-24T03:42:30.4651124Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch tpr_shadow ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves vnmi avx512vbmi umip avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm arch_capabilities 2025-07-24T03:42:30.4655482Z Virtualization: VT-x 2025-07-24T03:42:30.4656291Z Hypervisor vendor: Microsoft 2025-07-24T03:42:30.4656745Z Virtualization type: full 2025-07-24T03:42:30.4657183Z L1d cache: 96 KiB (2 instances) 2025-07-24T03:42:30.4657675Z L1i cache: 64 KiB (2 instances) 2025-07-24T03:42:30.4658343Z L2 cache: 2.5 MiB (2 instances) 2025-07-24T03:42:30.4658842Z L3 cache: 48 MiB (1 instance) 2025-07-24T03:42:30.4659273Z NUMA node(s): 1 2025-07-24T03:42:30.4659668Z NUMA node0 CPU(s): 0-3 2025-07-24T03:42:30.4660104Z Vulnerability Gather data sampling: Not affected 2025-07-24T03:42:30.4660608Z Vulnerability Itlb multihit: Not affected 2025-07-24T03:42:30.4661083Z Vulnerability L1tf: Not affected 2025-07-24T03:42:30.4661550Z Vulnerability Mds: Not affected 2025-07-24T03:42:30.4662006Z Vulnerability Meltdown: Not affected 2025-07-24T03:42:30.4662547Z Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 2025-07-24T03:42:30.4663004Z Vulnerability Reg file data sampling: Not affected 2025-07-24T03:42:30.4663283Z Vulnerability Retbleed: Vulnerable 2025-07-24T03:42:30.4663566Z Vulnerability Spec rstack overflow: Not affected 2025-07-24T03:42:30.4663843Z Vulnerability Spec store bypass: Vulnerable 2025-07-24T03:42:30.4664275Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-24T03:42:30.4664903Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Retpoline 2025-07-24T03:42:30.4665374Z Vulnerability Srbds: Not affected 2025-07-24T03:42:30.4665657Z Vulnerability Tsx async abort: Not affected 2025-07-24T03:42:30.4665933Z 2025-07-24T03:42:30.4666032Z Versions of relevant libraries: 2025-07-24T03:42:30.4666285Z [pip3] numpy==2.3.1 2025-07-24T03:42:30.4666495Z [pip3] nvidia-cublas-cu12==12.6.4.1 2025-07-24T03:42:30.4666743Z [pip3] nvidia-cuda-cupti-cu12==12.6.80 2025-07-24T03:42:30.4666991Z [pip3] nvidia-cuda-nvrtc-cu12==12.6.77 2025-07-24T03:42:30.4667231Z [pip3] nvidia-cuda-runtime-cu12==12.6.77 2025-07-24T03:42:30.4667486Z [pip3] nvidia-cudnn-cu12==9.5.1.17 2025-07-24T03:42:30.4667705Z [pip3] nvidia-cufft-cu12==11.3.0.4 2025-07-24T03:42:30.4667932Z [pip3] nvidia-curand-cu12==10.3.7.77 2025-07-24T03:42:30.4668414Z [pip3] nvidia-cusolver-cu12==11.7.1.2 2025-07-24T03:42:30.4668673Z [pip3] nvidia-cusparse-cu12==12.5.4.2 2025-07-24T03:42:30.4668930Z [pip3] nvidia-cusparselt-cu12==0.6.3 2025-07-24T03:42:30.4669163Z [pip3] nvidia-nccl-cu12==2.26.2 2025-07-24T03:42:30.4669399Z [pip3] nvidia-nvjitlink-cu12==12.6.85 2025-07-24T03:42:30.4669629Z [pip3] nvidia-nvtx-cu12==12.6.77 2025-07-24T03:42:30.4669859Z [pip3] optree==0.16.0 2025-07-24T03:42:30.4670038Z [pip3] torch==2.7.1 2025-07-24T03:42:30.4670221Z [pip3] triton==3.3.1 2025-07-24T03:42:30.4670408Z [conda] No relevant packages 2025-07-24T03:42:30.6959228Z Post job cleanup. 2025-07-24T03:42:30.8387243Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-07-24T03:42:30.8504638Z Post job cleanup. 2025-07-24T03:42:30.8555781Z Post job cleanup. 2025-07-24T03:42:30.9422036Z [command]/usr/bin/git version 2025-07-24T03:42:30.9455869Z git version 2.50.1 2025-07-24T03:42:30.9496745Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/4ec304bc-1355-4240-9280-c78d275c266f/.gitconfig' 2025-07-24T03:42:30.9505370Z Temporarily overriding HOME='/home/runner/work/_temp/4ec304bc-1355-4240-9280-c78d275c266f' before making global git config changes 2025-07-24T03:42:30.9506773Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:42:30.9511953Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:42:30.9542621Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:42:30.9571327Z [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-24T03:42:30.9772041Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:42:30.9789508Z http.https://github.com/.extraheader 2025-07-24T03:42:30.9801557Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:42:30.9828038Z [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-24T03:42:31.0116114Z Cleaning up orphan processes