2025-03-14T03:52:40.7041096Z Current runner version: '2.322.0' 2025-03-14T03:52:40.7048780Z Runner name: 'linux.24_04.4x_479521e0a70f' 2025-03-14T03:52:40.7049713Z Runner group name: 'Default' 2025-03-14T03:52:40.7051149Z Machine name: 'runner' 2025-03-14T03:52:40.7073344Z ##[group]Operating System 2025-03-14T03:52:40.7074157Z Ubuntu 2025-03-14T03:52:40.7074671Z 24.04.2 2025-03-14T03:52:40.7075157Z LTS 2025-03-14T03:52:40.7075635Z ##[endgroup] 2025-03-14T03:52:40.7076188Z ##[group]Runner Image 2025-03-14T03:52:40.7076759Z Image: ubuntu-24.04 2025-03-14T03:52:40.7077339Z Version: 20250309.1.0 2025-03-14T03:52:40.7078369Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250309.1/images/ubuntu/Ubuntu2404-Readme.md 2025-03-14T03:52:40.7079715Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250309.1 2025-03-14T03:52:40.7080920Z ##[endgroup] 2025-03-14T03:52:40.7083109Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:52:40.7085259Z Actions: read 2025-03-14T03:52:40.7086067Z Attestations: read 2025-03-14T03:52:40.7086760Z Checks: read 2025-03-14T03:52:40.7087255Z Contents: read 2025-03-14T03:52:40.7087793Z Deployments: read 2025-03-14T03:52:40.7088355Z Discussions: read 2025-03-14T03:52:40.7088823Z Issues: read 2025-03-14T03:52:40.7089427Z Metadata: read 2025-03-14T03:52:40.7090115Z Packages: read 2025-03-14T03:52:40.7090640Z Pages: read 2025-03-14T03:52:40.7091202Z PullRequests: read 2025-03-14T03:52:40.7091710Z RepositoryProjects: read 2025-03-14T03:52:40.7092284Z SecurityEvents: read 2025-03-14T03:52:40.7092887Z Statuses: read 2025-03-14T03:52:40.7093380Z ##[endgroup] 2025-03-14T03:52:40.7096774Z Secret source: Actions 2025-03-14T03:52:40.7097968Z Prepare workflow directory 2025-03-14T03:52:40.7442779Z Prepare all required actions 2025-03-14T03:52:40.7483960Z Getting action download info 2025-03-14T03:52:40.8988709Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:52:44.5134537Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-14T03:52:44.8584339Z Getting action download info 2025-03-14T03:52:44.9505463Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:52:45.0264950Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-03-14T03:52:45.1064099Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:52:45.1064833Z with: 2025-03-14T03:52:45.1065088Z submodules: false 2025-03-14T03:52:45.1065341Z fetch-depth: 1 2025-03-14T03:52:45.1065760Z ##[endgroup] 2025-03-14T03:52:45.1153379Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:45.1154254Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:45.1207043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:45.1207477Z ##[endgroup] 2025-03-14T03:52:45.1461922Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:52:45.1462361Z # Use all available CPUs for fetching 2025-03-14T03:52:45.1462693Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:52:45.1463060Z git config --global fetch.parallel 0 2025-03-14T03:52:45.1463422Z git config --global submodule.fetchJobs 0 2025-03-14T03:52:45.1463733Z  2025-03-14T03:52:45.1464079Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:52:45.1464503Z # do it here as well just in case 2025-03-14T03:52:45.1464811Z if [[ -d .git ]]; then 2025-03-14T03:52:45.1465112Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:52:45.1465412Z  sudo git clean -ffdx 2025-03-14T03:52:45.1465686Z  else 2025-03-14T03:52:45.1465924Z  git clean -ffdx 2025-03-14T03:52:45.1466186Z  fi 2025-03-14T03:52:45.1466649Z fi 2025-03-14T03:52:45.1512078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:45.1512469Z env: 2025-03-14T03:52:45.1512709Z NO_SUDO: 2025-03-14T03:52:45.1512928Z ##[endgroup] 2025-03-14T03:52:45.1720901Z ##[group]Run actions/checkout@v4 2025-03-14T03:52:45.1721216Z with: 2025-03-14T03:52:45.1721503Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:45.1721838Z fetch-depth: 1 2025-03-14T03:52:45.1722094Z submodules: false 2025-03-14T03:52:45.1722356Z show-progress: false 2025-03-14T03:52:45.1722636Z repository: pytorch/pytorch 2025-03-14T03:52:45.1723074Z token: *** 2025-03-14T03:52:45.1723320Z ssh-strict: true 2025-03-14T03:52:45.1723571Z ssh-user: git 2025-03-14T03:52:45.1723831Z persist-credentials: true 2025-03-14T03:52:45.1724103Z clean: true 2025-03-14T03:52:45.1724364Z sparse-checkout-cone-mode: true 2025-03-14T03:52:45.1724669Z fetch-tags: false 2025-03-14T03:52:45.1724918Z lfs: false 2025-03-14T03:52:45.1725180Z set-safe-directory: true 2025-03-14T03:52:45.1725448Z ##[endgroup] 2025-03-14T03:52:45.2738776Z Syncing repository: pytorch/pytorch 2025-03-14T03:52:45.2740662Z ##[group]Getting Git version info 2025-03-14T03:52:45.2741262Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-14T03:52:45.2742029Z [command]/usr/bin/git version 2025-03-14T03:52:45.2751888Z git version 2.48.1 2025-03-14T03:52:45.2777338Z ##[endgroup] 2025-03-14T03:52:45.2793882Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/6020c202-2f39-4f64-8487-3f26739271a4/.gitconfig' 2025-03-14T03:52:45.2804550Z Temporarily overriding HOME='/home/runner/work/_temp/6020c202-2f39-4f64-8487-3f26739271a4' before making global git config changes 2025-03-14T03:52:45.2809089Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:52:45.2809783Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:52:45.2841931Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-14T03:52:45.2845585Z ##[group]Initializing the repository 2025-03-14T03:52:45.2850122Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-14T03:52:45.2906046Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-14T03:52:45.2907495Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-14T03:52:45.2908119Z hint: of your new repositories, which will suppress this warning, call: 2025-03-14T03:52:45.2908516Z hint: 2025-03-14T03:52:45.2908970Z hint: git config --global init.defaultBranch 2025-03-14T03:52:45.2909681Z hint: 2025-03-14T03:52:45.2910403Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-14T03:52:45.2910951Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-14T03:52:45.2911591Z hint: 2025-03-14T03:52:45.2912056Z hint: git branch -m 2025-03-14T03:52:45.2912872Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-14T03:52:45.2921757Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-14T03:52:45.2951973Z ##[endgroup] 2025-03-14T03:52:45.2952752Z ##[group]Disabling automatic garbage collection 2025-03-14T03:52:45.2957337Z [command]/usr/bin/git config --local gc.auto 0 2025-03-14T03:52:45.2985719Z ##[endgroup] 2025-03-14T03:52:45.2986173Z ##[group]Setting up auth 2025-03-14T03:52:45.2992902Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:52:45.3022274Z [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-03-14T03:52:45.3285020Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:52:45.3315169Z [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-03-14T03:52:45.3542297Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-14T03:52:45.3586500Z ##[endgroup] 2025-03-14T03:52:45.3587369Z ##[group]Fetching the repository 2025-03-14T03:52:45.3595582Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:48.5740587Z From https://github.com/pytorch/pytorch 2025-03-14T03:52:48.5741396Z * branch aed0b7a742a2d7b7901790622829cbd2135049a4 -> FETCH_HEAD 2025-03-14T03:52:48.5774966Z ##[endgroup] 2025-03-14T03:52:48.5775728Z ##[group]Determining the checkout info 2025-03-14T03:52:48.5777503Z ##[endgroup] 2025-03-14T03:52:48.5785243Z [command]/usr/bin/git sparse-checkout disable 2025-03-14T03:52:48.5835038Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-14T03:52:48.5868209Z ##[group]Checking out the ref 2025-03-14T03:52:48.5872698Z [command]/usr/bin/git checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:49.6119581Z Updating files: 97% (16198/16577) 2025-03-14T03:52:49.6242966Z Updating files: 98% (16246/16577) 2025-03-14T03:52:49.6368111Z Updating files: 99% (16412/16577) 2025-03-14T03:52:49.6368910Z Updating files: 100% (16577/16577) 2025-03-14T03:52:49.6370717Z Updating files: 100% (16577/16577), done. 2025-03-14T03:52:49.6534573Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T03:52:49.6535321Z 2025-03-14T03:52:49.6535680Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:52:49.6536434Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:52:49.6537165Z state without impacting any branches by switching back to a branch. 2025-03-14T03:52:49.6537600Z 2025-03-14T03:52:49.6537876Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:52:49.6538579Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:52:49.6538958Z 2025-03-14T03:52:49.6539171Z git switch -c 2025-03-14T03:52:49.6540378Z 2025-03-14T03:52:49.6541011Z Or undo this operation with: 2025-03-14T03:52:49.6541437Z 2025-03-14T03:52:49.6541635Z git switch - 2025-03-14T03:52:49.6541857Z 2025-03-14T03:52:49.6542278Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:52:49.6542798Z 2025-03-14T03:52:49.6543233Z HEAD is now at aed0b7a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:52:49.6578879Z ##[endgroup] 2025-03-14T03:52:49.6625400Z [command]/usr/bin/git log -1 --format=%H 2025-03-14T03:52:49.6653553Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:49.6901720Z ##[group]Run actions/setup-python@v4 2025-03-14T03:52:49.6902030Z with: 2025-03-14T03:52:49.6902267Z architecture: x64 2025-03-14T03:52:49.6902499Z check-latest: false 2025-03-14T03:52:49.6902711Z cache: pip 2025-03-14T03:52:49.6902943Z cache-dependency-path: **/requirements.txt 2025-03-14T03:52:49.6903413Z token: *** 2025-03-14T03:52:49.6903620Z update-environment: true 2025-03-14T03:52:49.6903859Z allow-prereleases: false 2025-03-14T03:52:49.6904084Z ##[endgroup] 2025-03-14T03:52:49.8220724Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-03-14T03:52:49.8222034Z [warning].python-version doesn't exist. 2025-03-14T03:52:49.8244987Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-03-14T03:52:49.8317363Z ##[group]Run pip install -r requirements.txt 2025-03-14T03:52:49.8317778Z pip install -r requirements.txt 2025-03-14T03:52:49.8318176Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-03-14T03:52:49.8318755Z pip install 'torch==2.*' 2025-03-14T03:52:49.8368999Z shell: /usr/bin/bash -e {0} 2025-03-14T03:52:49.8369285Z ##[endgroup] 2025-03-14T03:52:50.3426017Z Defaulting to user installation because normal site-packages is not writeable 2025-03-14T03:52:51.3867469Z Collecting astunparse (from -r requirements.txt (line 2)) 2025-03-14T03:52:51.4251710Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2025-03-14T03:52:51.5584409Z Collecting cmake (from -r requirements.txt (line 3)) 2025-03-14T03:52:51.5626404Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-14T03:52:51.5825783Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 4)) 2025-03-14T03:52:51.5862656Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-14T03:52:51.6178834Z Collecting filelock (from -r requirements.txt (line 5)) 2025-03-14T03:52:51.6218894Z Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB) 2025-03-14T03:52:51.6560110Z Collecting fsspec (from -r requirements.txt (line 6)) 2025-03-14T03:52:51.6603409Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-03-14T03:52:52.0723526Z Collecting hypothesis (from -r requirements.txt (line 7)) 2025-03-14T03:52:52.0759752Z Downloading hypothesis-6.129.1-py3-none-any.whl.metadata (4.4 kB) 2025-03-14T03:52:52.0813486Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 8)) (3.1.2) 2025-03-14T03:52:52.1045340Z Collecting lintrunner (from -r requirements.txt (line 9)) 2025-03-14T03:52:52.1098898Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-03-14T03:52:52.1434610Z Collecting networkx (from -r requirements.txt (line 10)) 2025-03-14T03:52:52.1475648Z Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB) 2025-03-14T03:52:52.1835896Z Collecting ninja (from -r requirements.txt (line 11)) 2025-03-14T03:52:52.1870296Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.3 kB) 2025-03-14T03:52:52.3642134Z Collecting numpy (from -r requirements.txt (line 12)) 2025-03-14T03:52:52.3674884Z Downloading numpy-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) 2025-03-14T03:52:52.3730236Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 17.4 MB/s eta 0:00:00 2025-03-14T03:52:52.4887200Z Collecting optree>=0.13.0 (from -r requirements.txt (line 13)) 2025-03-14T03:52:52.4928219Z Downloading optree-0.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (49 kB) 2025-03-14T03:52:52.4974031Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 15.7 MB/s eta 0:00:00 2025-03-14T03:52:52.5015034Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements.txt (line 14)) (24.0) 2025-03-14T03:52:52.5833819Z Collecting psutil (from -r requirements.txt (line 15)) 2025-03-14T03:52:52.5875886Z 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-03-14T03:52:52.5931516Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements.txt (line 16)) (6.0.1) 2025-03-14T03:52:52.5939748Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 17)) (2.31.0) 2025-03-14T03:52:52.5951011Z Requirement already satisfied: setuptools<=75.8.2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (68.1.2) 2025-03-14T03:52:52.6189471Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 20)) 2025-03-14T03:52:52.6225767Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-03-14T03:52:52.6392228Z Collecting types-dataclasses (from -r requirements.txt (line 21)) 2025-03-14T03:52:52.6422820Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2025-03-14T03:52:52.6464720Z Requirement already satisfied: typing-extensions>=4.10.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 22)) (4.10.0) 2025-03-14T03:52:52.6494952Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/lib/python3/dist-packages (from astunparse->-r requirements.txt (line 2)) (0.42.0) 2025-03-14T03:52:52.6504928Z Requirement already satisfied: six<2.0,>=1.6.1 in /usr/lib/python3/dist-packages (from astunparse->-r requirements.txt (line 2)) (1.16.0) 2025-03-14T03:52:52.7366408Z Requirement already satisfied: attrs>=22.2.0 in /usr/lib/python3/dist-packages (from hypothesis->-r requirements.txt (line 7)) (23.2.0) 2025-03-14T03:52:52.7560333Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 7)) 2025-03-14T03:52:52.7597188Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-03-14T03:52:52.8519629Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 20)) 2025-03-14T03:52:52.8551585Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-03-14T03:52:52.8935302Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2025-03-14T03:52:52.8992500Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-14T03:52:53.0888501Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 116.8 MB/s eta 0:00:00 2025-03-14T03:52:53.0931898Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-03-14T03:52:53.1018137Z Downloading filelock-3.17.0-py3-none-any.whl (16 kB) 2025-03-14T03:52:53.1067615Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-03-14T03:52:53.1119126Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.6/193.6 kB 56.9 MB/s eta 0:00:00 2025-03-14T03:52:53.1146845Z Downloading hypothesis-6.129.1-py3-none-any.whl (487 kB) 2025-03-14T03:52:53.1211721Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 487.8/487.8 kB 104.4 MB/s eta 0:00:00 2025-03-14T03:52:53.1250449Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-03-14T03:52:53.1425595Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 145.2 MB/s eta 0:00:00 2025-03-14T03:52:53.1460321Z Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-03-14T03:52:53.1615810Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 128.9 MB/s eta 0:00:00 2025-03-14T03:52:53.1656476Z Downloading ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-03-14T03:52:53.1718103Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.9/422.9 kB 99.8 MB/s eta 0:00:00 2025-03-14T03:52:53.1750387Z Downloading numpy-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.1 MB) 2025-03-14T03:52:53.2674474Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/16.1 MB 157.0 MB/s eta 0:00:00 2025-03-14T03:52:53.2713424Z Downloading optree-0.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) 2025-03-14T03:52:53.2780271Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.6/403.6 kB 80.0 MB/s eta 0:00:00 2025-03-14T03:52:53.2858025Z 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-03-14T03:52:53.2908656Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 82.1 MB/s eta 0:00:00 2025-03-14T03:52:53.2948557Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-14T03:52:53.3361541Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 157.5 MB/s eta 0:00:00 2025-03-14T03:52:53.3393593Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2025-03-14T03:52:53.3451276Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-03-14T03:52:53.3525893Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 101.0 MB/s eta 0:00:00 2025-03-14T03:52:53.3556826Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-14T03:52:53.9443274Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, sympy, psutil, optree, numpy, ninja, networkx, lintrunner, hypothesis, fsspec, filelock, expecttest, cmake, astunparse 2025-03-14T03:53:04.3452524Z Successfully installed astunparse-1.6.3 cmake-3.31.6 expecttest-0.3.0 filelock-3.17.0 fsspec-2025.3.0 hypothesis-6.129.1 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.4.2 ninja-1.11.1.3 numpy-2.2.3 optree-0.14.1 psutil-7.0.0 sortedcontainers-2.4.0 sympy-1.13.3 types-dataclasses-0.6.6 2025-03-14T03:53:04.9404908Z Defaulting to user installation because normal site-packages is not writeable 2025-03-14T03:53:05.6778494Z Collecting torch==2.* 2025-03-14T03:53:05.7108703Z Downloading torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl.metadata (28 kB) 2025-03-14T03:53:05.7473071Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.17.0) 2025-03-14T03:53:05.7482269Z Requirement already satisfied: typing-extensions>=4.10.0 in /usr/lib/python3/dist-packages (from torch==2.*) (4.10.0) 2025-03-14T03:53:05.7492772Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.4.2) 2025-03-14T03:53:05.7499795Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-03-14T03:53:05.7514245Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.3.0) 2025-03-14T03:53:05.7687035Z Collecting nvidia-cuda-nvrtc-cu12==12.4.127 (from torch==2.*) 2025-03-14T03:53:05.7725395Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:05.7917936Z Collecting nvidia-cuda-runtime-cu12==12.4.127 (from torch==2.*) 2025-03-14T03:53:05.7948398Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:05.8143283Z Collecting nvidia-cuda-cupti-cu12==12.4.127 (from torch==2.*) 2025-03-14T03:53:05.8175441Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-14T03:53:05.8389474Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch==2.*) 2025-03-14T03:53:05.8423774Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-14T03:53:05.8626385Z Collecting nvidia-cublas-cu12==12.4.5.8 (from torch==2.*) 2025-03-14T03:53:05.8663598Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:05.8862736Z Collecting nvidia-cufft-cu12==11.2.1.3 (from torch==2.*) 2025-03-14T03:53:05.8902114Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:05.9110389Z Collecting nvidia-curand-cu12==10.3.5.147 (from torch==2.*) 2025-03-14T03:53:05.9143681Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:05.9352349Z Collecting nvidia-cusolver-cu12==11.6.1.9 (from torch==2.*) 2025-03-14T03:53:05.9387619Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-14T03:53:05.9576977Z Collecting nvidia-cusparse-cu12==12.3.1.170 (from torch==2.*) 2025-03-14T03:53:05.9607143Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB) 2025-03-14T03:53:05.9763033Z Collecting nvidia-cusparselt-cu12==0.6.2 (from torch==2.*) 2025-03-14T03:53:05.9792698Z Downloading nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-03-14T03:53:05.9958861Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.*) 2025-03-14T03:53:05.9987747Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB) 2025-03-14T03:53:06.0171222Z Collecting nvidia-nvtx-cu12==12.4.127 (from torch==2.*) 2025-03-14T03:53:06.0199536Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-14T03:53:06.0385289Z Collecting nvidia-nvjitlink-cu12==12.4.127 (from torch==2.*) 2025-03-14T03:53:06.0415631Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-03-14T03:53:06.0602267Z Collecting triton==3.2.0 (from torch==2.*) 2025-03-14T03:53:06.0643579Z Downloading triton-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.4 kB) 2025-03-14T03:53:06.0681880Z Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from torch==2.*) (68.1.2) 2025-03-14T03:53:06.0915391Z Collecting sympy==1.13.1 (from torch==2.*) 2025-03-14T03:53:06.0943074Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2025-03-14T03:53:06.1195652Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/runner/.local/lib/python3.12/site-packages (from sympy==1.13.1->torch==2.*) (1.3.0) 2025-03-14T03:53:06.2235165Z Downloading torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl (766.6 MB) 2025-03-14T03:53:13.1192063Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 766.6/766.6 MB 3.4 MB/s eta 0:00:00 2025-03-14T03:53:13.1231484Z Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) 2025-03-14T03:53:16.9451560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 4.6 MB/s eta 0:00:00 2025-03-14T03:53:16.9486257Z Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB) 2025-03-14T03:53:17.0360621Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 148.2 MB/s eta 0:00:00 2025-03-14T03:53:17.0397492Z Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) 2025-03-14T03:53:17.1986390Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 119.3 MB/s eta 0:00:00 2025-03-14T03:53:17.2031100Z Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) 2025-03-14T03:53:17.2127638Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 kB 119.3 MB/s eta 0:00:00 2025-03-14T03:53:17.2164903Z Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2025-03-14T03:53:23.3999325Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 3.4 MB/s eta 0:00:00 2025-03-14T03:53:23.4041886Z Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) 2025-03-14T03:53:24.8924999Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 20.8 MB/s eta 0:00:00 2025-03-14T03:53:24.8971646Z Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) 2025-03-14T03:53:25.2460460Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 83.7 MB/s eta 0:00:00 2025-03-14T03:53:25.2494064Z Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB) 2025-03-14T03:53:26.0222319Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.9/127.9 MB 50.6 MB/s eta 0:00:00 2025-03-14T03:53:26.0288690Z Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) 2025-03-14T03:53:27.8396892Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 12.4 MB/s eta 0:00:00 2025-03-14T03:53:27.8439520Z Downloading nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl (150.1 MB) 2025-03-14T03:53:29.0816931Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/150.1 MB 23.3 MB/s eta 0:00:00 2025-03-14T03:53:29.0850994Z Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2025-03-14T03:53:30.3834651Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 25.0 MB/s eta 0:00:00 2025-03-14T03:53:30.3871526Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2025-03-14T03:53:30.5180936Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 133.1 MB/s eta 0:00:00 2025-03-14T03:53:30.5213852Z Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) 2025-03-14T03:53:30.5257326Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 36.5 MB/s eta 0:00:00 2025-03-14T03:53:30.5306852Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-03-14T03:53:30.5723550Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 156.6 MB/s eta 0:00:00 2025-03-14T03:53:30.5796291Z Downloading triton-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.2 MB) 2025-03-14T03:53:33.1557275Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.2/253.2 MB 7.8 MB/s eta 0:00:00 2025-03-14T03:53:36.5736470Z Installing collected packages: triton, nvidia-cusparselt-cu12, sympy, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch 2025-03-14T03:53:40.8077491Z Attempting uninstall: sympy 2025-03-14T03:53:40.8171444Z Found existing installation: sympy 1.13.3 2025-03-14T03:53:40.9222498Z Uninstalling sympy-1.13.3: 2025-03-14T03:53:40.9720204Z Successfully uninstalled sympy-1.13.3 2025-03-14T03:54:18.7552987Z Successfully installed nvidia-cublas-cu12-12.4.5.8 nvidia-cuda-cupti-cu12-12.4.127 nvidia-cuda-nvrtc-cu12-12.4.127 nvidia-cuda-runtime-cu12-12.4.127 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.2.1.3 nvidia-curand-cu12-10.3.5.147 nvidia-cusolver-cu12-11.6.1.9 nvidia-cusparse-cu12-12.3.1.170 nvidia-cusparselt-cu12-0.6.2 nvidia-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 sympy-1.13.1 torch-2.6.0 triton-3.2.0 2025-03-14T03:54:19.4595897Z ##[group]Run # All we need to see is that it passes 2025-03-14T03:54:19.4596317Z # All we need to see is that it passes 2025-03-14T03:54:19.4596639Z python3 torch/utils/collect_env.py 2025-03-14T03:54:19.4644302Z shell: /usr/bin/bash -e {0} 2025-03-14T03:54:19.4644566Z ##[endgroup] 2025-03-14T03:54:23.8077679Z Collecting environment information... 2025-03-14T03:54:23.8078224Z PyTorch version: 2.6.0+cu124 2025-03-14T03:54:23.8078654Z Is debug build: False 2025-03-14T03:54:23.8079004Z CUDA used to build PyTorch: 12.4 2025-03-14T03:54:23.8079439Z ROCM used to build PyTorch: N/A 2025-03-14T03:54:23.8079699Z 2025-03-14T03:54:23.8080031Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-03-14T03:54:23.8080462Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-03-14T03:54:23.8080944Z Clang version: 18.1.3 (1ubuntu1) 2025-03-14T03:54:23.8081336Z CMake version: version 3.31.6 2025-03-14T03:54:23.8082099Z Libc version: glibc-2.39 2025-03-14T03:54:23.8082290Z 2025-03-14T03:54:23.8082575Z Python version: 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] (64-bit runtime) 2025-03-14T03:54:23.8083068Z Python platform: Linux-6.8.0-1021-azure-x86_64-with-glibc2.39 2025-03-14T03:54:23.8083421Z Is CUDA available: False 2025-03-14T03:54:23.8083660Z CUDA runtime version: No CUDA 2025-03-14T03:54:23.8083911Z CUDA_MODULE_LOADING set to: N/A 2025-03-14T03:54:23.8084176Z GPU models and configuration: No CUDA 2025-03-14T03:54:23.8084454Z Nvidia driver version: No CUDA 2025-03-14T03:54:23.8084691Z cuDNN version: No CUDA 2025-03-14T03:54:23.8084913Z HIP runtime version: N/A 2025-03-14T03:54:23.8085146Z MIOpen runtime version: N/A 2025-03-14T03:54:23.8085389Z Is XNNPACK available: True 2025-03-14T03:54:23.8085538Z 2025-03-14T03:54:23.8085617Z CPU: 2025-03-14T03:54:23.8085815Z Architecture: x86_64 2025-03-14T03:54:23.8086132Z CPU op-mode(s): 32-bit, 64-bit 2025-03-14T03:54:23.8086539Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-14T03:54:23.8086919Z Byte Order: Little Endian 2025-03-14T03:54:23.8087216Z CPU(s): 4 2025-03-14T03:54:23.8087484Z On-line CPU(s) list: 0-3 2025-03-14T03:54:23.8087787Z Vendor ID: AuthenticAMD 2025-03-14T03:54:23.8088139Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-14T03:54:23.8088476Z CPU family: 25 2025-03-14T03:54:23.8088746Z Model: 1 2025-03-14T03:54:23.8089005Z Thread(s) per core: 2 2025-03-14T03:54:23.8089274Z Core(s) per socket: 2 2025-03-14T03:54:23.8089558Z Socket(s): 1 2025-03-14T03:54:23.8090059Z Stepping: 1 2025-03-14T03:54:23.8090362Z BogoMIPS: 4890.86 2025-03-14T03:54:23.8093005Z 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 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-03-14T03:54:23.8095330Z Virtualization: AMD-V 2025-03-14T03:54:23.8095628Z Hypervisor vendor: Microsoft 2025-03-14T03:54:23.8095909Z Virtualization type: full 2025-03-14T03:54:23.8096199Z L1d cache: 64 KiB (2 instances) 2025-03-14T03:54:23.8096767Z L1i cache: 64 KiB (2 instances) 2025-03-14T03:54:23.8097087Z L2 cache: 1 MiB (2 instances) 2025-03-14T03:54:23.8097372Z L3 cache: 32 MiB (1 instance) 2025-03-14T03:54:23.8097642Z NUMA node(s): 1 2025-03-14T03:54:23.8097891Z NUMA node0 CPU(s): 0-3 2025-03-14T03:54:23.8098184Z Vulnerability Gather data sampling: Not affected 2025-03-14T03:54:23.8098493Z Vulnerability Itlb multihit: Not affected 2025-03-14T03:54:23.8098778Z Vulnerability L1tf: Not affected 2025-03-14T03:54:23.8099062Z Vulnerability Mds: Not affected 2025-03-14T03:54:23.8099347Z Vulnerability Meltdown: Not affected 2025-03-14T03:54:23.8099635Z Vulnerability Mmio stale data: Not affected 2025-03-14T03:54:23.8100184Z Vulnerability Reg file data sampling: Not affected 2025-03-14T03:54:23.8100666Z Vulnerability Retbleed: Not affected 2025-03-14T03:54:23.8101047Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-03-14T03:54:23.8101429Z Vulnerability Spec store bypass: Vulnerable 2025-03-14T03:54:23.8101884Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-14T03:54:23.8102560Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-14T03:54:23.8103079Z Vulnerability Srbds: Not affected 2025-03-14T03:54:23.8103372Z Vulnerability Tsx async abort: Not affected 2025-03-14T03:54:23.8103565Z 2025-03-14T03:54:23.8103655Z Versions of relevant libraries: 2025-03-14T03:54:23.8103884Z [pip3] numpy==2.2.3 2025-03-14T03:54:23.8104091Z [pip3] nvidia-cublas-cu12==12.4.5.8 2025-03-14T03:54:23.8104355Z [pip3] nvidia-cuda-cupti-cu12==12.4.127 2025-03-14T03:54:23.8104695Z [pip3] nvidia-cuda-nvrtc-cu12==12.4.127 2025-03-14T03:54:23.8105004Z [pip3] nvidia-cuda-runtime-cu12==12.4.127 2025-03-14T03:54:23.8105270Z [pip3] nvidia-cudnn-cu12==9.1.0.70 2025-03-14T03:54:23.8105512Z [pip3] nvidia-cufft-cu12==11.2.1.3 2025-03-14T03:54:23.8105748Z [pip3] nvidia-curand-cu12==10.3.5.147 2025-03-14T03:54:23.8106001Z [pip3] nvidia-cusolver-cu12==11.6.1.9 2025-03-14T03:54:23.8106251Z [pip3] nvidia-cusparse-cu12==12.3.1.170 2025-03-14T03:54:23.8106500Z [pip3] nvidia-cusparselt-cu12==0.6.2 2025-03-14T03:54:23.8106746Z [pip3] nvidia-nccl-cu12==2.21.5 2025-03-14T03:54:23.8106983Z [pip3] nvidia-nvjitlink-cu12==12.4.127 2025-03-14T03:54:23.8107237Z [pip3] nvidia-nvtx-cu12==12.4.127 2025-03-14T03:54:23.8107462Z [pip3] optree==0.14.1 2025-03-14T03:54:23.8107649Z [pip3] torch==2.6.0 2025-03-14T03:54:23.8107832Z [pip3] triton==3.2.0 2025-03-14T03:54:23.8108034Z [conda] No relevant packages 2025-03-14T03:54:24.1119426Z Post job cleanup. 2025-03-14T03:54:24.2253293Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-03-14T03:54:24.2410987Z Post job cleanup. 2025-03-14T03:54:24.2455613Z Post job cleanup. 2025-03-14T03:54:24.3434540Z [command]/usr/bin/git version 2025-03-14T03:54:24.3476974Z git version 2.48.1 2025-03-14T03:54:24.3516728Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/90efbab6-09eb-4cb7-9d66-5629081e00a4/.gitconfig' 2025-03-14T03:54:24.3526758Z Temporarily overriding HOME='/home/runner/work/_temp/90efbab6-09eb-4cb7-9d66-5629081e00a4' before making global git config changes 2025-03-14T03:54:24.3528044Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:54:24.3533478Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:54:24.3580522Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:54:24.3615673Z [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-03-14T03:54:24.3884628Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:54:24.3908160Z http.https://github.com/.extraheader 2025-03-14T03:54:24.3921413Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-14T03:54:24.3954672Z [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-03-14T03:54:24.4326094Z Cleaning up orphan processes