2025-06-26T07:46:06.9179722Z Current runner version: '2.325.0' 2025-06-26T07:46:06.9186162Z Runner name: 'linux.24_04.4x_052cc96d1ce4' 2025-06-26T07:46:06.9187361Z Machine name: 'pkrvm3tun18ee2i' 2025-06-26T07:46:06.9206009Z ##[group]Operating System 2025-06-26T07:46:06.9206863Z Ubuntu 2025-06-26T07:46:06.9207334Z 24.04.2 2025-06-26T07:46:06.9207850Z LTS 2025-06-26T07:46:06.9208267Z ##[endgroup] 2025-06-26T07:46:06.9208864Z ##[group]Runner Image 2025-06-26T07:46:06.9209436Z Image: ubuntu-24.04 2025-06-26T07:46:06.9209934Z Version: 20250615.1.0 2025-06-26T07:46:06.9210969Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-26T07:46:06.9212520Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1 2025-06-26T07:46:06.9213393Z ##[endgroup] 2025-06-26T07:46:06.9215708Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:46:06.9217696Z Actions: read 2025-06-26T07:46:06.9218276Z Attestations: read 2025-06-26T07:46:06.9218934Z Checks: read 2025-06-26T07:46:06.9219550Z Contents: read 2025-06-26T07:46:06.9220029Z Deployments: read 2025-06-26T07:46:06.9220521Z Discussions: read 2025-06-26T07:46:06.9221003Z Issues: read 2025-06-26T07:46:06.9221476Z Metadata: read 2025-06-26T07:46:06.9222086Z Models: read 2025-06-26T07:46:06.9222625Z Packages: read 2025-06-26T07:46:06.9223146Z Pages: read 2025-06-26T07:46:06.9223578Z PullRequests: read 2025-06-26T07:46:06.9224120Z RepositoryProjects: read 2025-06-26T07:46:06.9224634Z SecurityEvents: read 2025-06-26T07:46:06.9225196Z Statuses: read 2025-06-26T07:46:06.9225614Z ##[endgroup] 2025-06-26T07:46:06.9227802Z Secret source: Actions 2025-06-26T07:46:06.9228625Z Prepare workflow directory 2025-06-26T07:46:06.9561424Z Prepare all required actions 2025-06-26T07:46:06.9603177Z Getting action download info 2025-06-26T07:46:07.3637833Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:46:12.1022636Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-26T07:46:12.8163495Z Getting action download info 2025-06-26T07:46:12.9647173Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:46:13.0598618Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-06-26T07:46:13.1257463Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:46:13.1258191Z with: 2025-06-26T07:46:13.1258415Z submodules: false 2025-06-26T07:46:13.1258639Z fetch-depth: 1 2025-06-26T07:46:13.1259032Z ##[endgroup] 2025-06-26T07:46:13.1349875Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:13.1350778Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:13.1721420Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:13.1722116Z ##[endgroup] 2025-06-26T07:46:13.1994784Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:46:13.1995254Z # Use all available CPUs for fetching 2025-06-26T07:46:13.1995577Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:46:13.1995944Z git config --global fetch.parallel 0 2025-06-26T07:46:13.1996289Z git config --global submodule.fetchJobs 0 2025-06-26T07:46:13.1996595Z  2025-06-26T07:46:13.1996916Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:46:13.1997319Z # do it here as well just in case 2025-06-26T07:46:13.1997618Z if [[ -d .git ]]; then 2025-06-26T07:46:13.1997888Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:46:13.1998168Z  sudo git clean -ffdx 2025-06-26T07:46:13.1998414Z  else 2025-06-26T07:46:13.1998635Z  git clean -ffdx 2025-06-26T07:46:13.1998862Z  fi 2025-06-26T07:46:13.1999281Z fi 2025-06-26T07:46:13.2057979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:13.2058372Z env: 2025-06-26T07:46:13.2058599Z NO_SUDO: 2025-06-26T07:46:13.2058799Z ##[endgroup] 2025-06-26T07:46:13.3343269Z ##[group]Run actions/checkout@v4 2025-06-26T07:46:13.3343576Z with: 2025-06-26T07:46:13.3343830Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:13.3344131Z fetch-depth: 1 2025-06-26T07:46:13.3344360Z submodules: false 2025-06-26T07:46:13.3344583Z show-progress: false 2025-06-26T07:46:13.3344833Z repository: pytorch/pytorch 2025-06-26T07:46:13.3345232Z token: *** 2025-06-26T07:46:13.3345442Z ssh-strict: true 2025-06-26T07:46:13.3345656Z ssh-user: git 2025-06-26T07:46:13.3345873Z persist-credentials: true 2025-06-26T07:46:13.3346114Z clean: true 2025-06-26T07:46:13.3346336Z sparse-checkout-cone-mode: true 2025-06-26T07:46:13.3346605Z fetch-tags: false 2025-06-26T07:46:13.3346815Z lfs: false 2025-06-26T07:46:13.3347042Z set-safe-directory: true 2025-06-26T07:46:13.3347286Z ##[endgroup] 2025-06-26T07:46:13.4387190Z Syncing repository: pytorch/pytorch 2025-06-26T07:46:13.4388579Z ##[group]Getting Git version info 2025-06-26T07:46:13.4388988Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:13.4389561Z [command]/usr/bin/git version 2025-06-26T07:46:13.4406347Z git version 2.49.0 2025-06-26T07:46:13.4433311Z ##[endgroup] 2025-06-26T07:46:13.4443048Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/218d4487-fdc1-4c85-9a0d-7242cbcaf449/.gitconfig' 2025-06-26T07:46:13.4454283Z Temporarily overriding HOME='/home/runner/work/_temp/218d4487-fdc1-4c85-9a0d-7242cbcaf449' before making global git config changes 2025-06-26T07:46:13.4455536Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:13.4459154Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:13.4494980Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:13.4499849Z ##[group]Initializing the repository 2025-06-26T07:46:13.4504584Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-26T07:46:13.4856244Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:46:13.4857326Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:46:13.4857967Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:46:13.4858395Z hint: 2025-06-26T07:46:13.4858756Z hint: git config --global init.defaultBranch 2025-06-26T07:46:13.4859142Z hint: 2025-06-26T07:46:13.4859499Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:46:13.4860083Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:46:13.4860531Z hint: 2025-06-26T07:46:13.4860792Z hint: git branch -m 2025-06-26T07:46:13.4952109Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-26T07:46:13.4965753Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:46:13.5054424Z ##[endgroup] 2025-06-26T07:46:13.5055139Z ##[group]Disabling automatic garbage collection 2025-06-26T07:46:13.5059172Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:46:13.5089783Z ##[endgroup] 2025-06-26T07:46:13.5090398Z ##[group]Setting up auth 2025-06-26T07:46:13.5097322Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:13.5127674Z [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-06-26T07:46:13.6760818Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:13.6794551Z [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-06-26T07:46:13.7029727Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:46:13.7080065Z ##[endgroup] 2025-06-26T07:46:13.7080787Z ##[group]Fetching the repository 2025-06-26T07:46:13.7089681Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:18.7999480Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:18.8001435Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:18.8082657Z ##[endgroup] 2025-06-26T07:46:18.8083234Z ##[group]Determining the checkout info 2025-06-26T07:46:18.8085063Z ##[endgroup] 2025-06-26T07:46:18.8091051Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:18.8191272Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:18.8222121Z ##[group]Checking out the ref 2025-06-26T07:46:18.8226584Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:19.8455691Z Updating files: 91% (17783/19448) 2025-06-26T07:46:19.8567515Z Updating files: 92% (17893/19448) 2025-06-26T07:46:19.8707978Z Updating files: 93% (18087/19448) 2025-06-26T07:46:19.8866194Z Updating files: 94% (18282/19448) 2025-06-26T07:46:19.9043442Z Updating files: 95% (18476/19448) 2025-06-26T07:46:19.9177888Z Updating files: 96% (18671/19448) 2025-06-26T07:46:19.9375368Z Updating files: 97% (18865/19448) 2025-06-26T07:46:19.9598390Z Updating files: 98% (19060/19448) 2025-06-26T07:46:19.9740328Z Updating files: 99% (19254/19448) 2025-06-26T07:46:19.9741195Z Updating files: 100% (19448/19448) 2025-06-26T07:46:19.9744246Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:19.9928677Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:19.9929275Z 2025-06-26T07:46:19.9929676Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:19.9930743Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:19.9933779Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:19.9934550Z 2025-06-26T07:46:19.9934849Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:19.9935513Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:19.9935907Z 2025-06-26T07:46:19.9936143Z git switch -c 2025-06-26T07:46:19.9936418Z 2025-06-26T07:46:19.9936568Z Or undo this operation with: 2025-06-26T07:46:19.9937011Z 2025-06-26T07:46:19.9937150Z git switch - 2025-06-26T07:46:19.9937343Z 2025-06-26T07:46:19.9937685Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:19.9938177Z 2025-06-26T07:46:19.9938489Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:19.9966969Z ##[endgroup] 2025-06-26T07:46:20.0011613Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:20.0037286Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:20.0308216Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-26T07:46:20.0308600Z with: 2025-06-26T07:46:20.0308777Z architecture: x64 2025-06-26T07:46:20.0308958Z check-latest: false 2025-06-26T07:46:20.0309148Z cache: pip 2025-06-26T07:46:20.0309357Z cache-dependency-path: **/requirements.txt 2025-06-26T07:46:20.0309731Z token: *** 2025-06-26T07:46:20.0309918Z update-environment: true 2025-06-26T07:46:20.0310131Z allow-prereleases: false 2025-06-26T07:46:20.0310332Z freethreaded: false 2025-06-26T07:46:20.0310511Z ##[endgroup] 2025-06-26T07:46:20.1978236Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-06-26T07:46:20.1979570Z [warning].python-version doesn't exist. 2025-06-26T07:46:20.2002120Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-06-26T07:46:20.2087902Z ##[group]Run pip install -r requirements.txt 2025-06-26T07:46:20.2088251Z pip install -r requirements.txt 2025-06-26T07:46:20.2088634Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-06-26T07:46:20.2088999Z pip install 'torch==2.*' 2025-06-26T07:46:20.2147841Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:20.2148079Z ##[endgroup] 2025-06-26T07:46:21.8499936Z Defaulting to user installation because normal site-packages is not writeable 2025-06-26T07:46:23.4670097Z Collecting astunparse (from -r requirements.txt (line 2)) 2025-06-26T07:46:23.5493675Z Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) 2025-06-26T07:46:23.7294855Z Collecting cmake (from -r requirements.txt (line 3)) 2025-06-26T07:46:23.7487224Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-26T07:46:23.7846312Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 4)) 2025-06-26T07:46:23.8036450Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-06-26T07:46:23.8488039Z Collecting filelock (from -r requirements.txt (line 5)) 2025-06-26T07:46:23.8678679Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-06-26T07:46:23.9169515Z Collecting fsspec (from -r requirements.txt (line 6)) 2025-06-26T07:46:23.9359367Z Downloading fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-06-26T07:46:24.3906896Z Collecting hypothesis (from -r requirements.txt (line 7)) 2025-06-26T07:46:24.4100657Z Downloading hypothesis-6.135.16-py3-none-any.whl.metadata (5.6 kB) 2025-06-26T07:46:24.4150389Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 8)) (3.1.2) 2025-06-26T07:46:24.4537792Z Collecting lintrunner (from -r requirements.txt (line 9)) 2025-06-26T07:46:24.4735394Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-06-26T07:46:24.5224405Z Collecting networkx (from -r requirements.txt (line 10)) 2025-06-26T07:46:24.5415073Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-06-26T07:46:24.5922712Z Collecting ninja (from -r requirements.txt (line 11)) 2025-06-26T07:46:24.6112109Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB) 2025-06-26T07:46:24.8368901Z Collecting numpy (from -r requirements.txt (line 12)) 2025-06-26T07:46:24.8560455Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-06-26T07:46:24.8789645Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 2.7 MB/s eta 0:00:00 2025-06-26T07:46:24.9801136Z Collecting optree>=0.13.0 (from -r requirements.txt (line 13)) 2025-06-26T07:46:24.9999323Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-06-26T07:46:25.0065531Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements.txt (line 14)) (24.0) 2025-06-26T07:46:25.0994613Z Collecting psutil (from -r requirements.txt (line 15)) 2025-06-26T07:46:25.1189241Z 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-06-26T07:46:25.1245116Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements.txt (line 16)) (6.0.1) 2025-06-26T07:46:25.1253715Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 17)) (2.31.0) 2025-06-26T07:46:25.1267887Z Requirement already satisfied: setuptools<80.0,>=62.3.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (68.1.2) 2025-06-26T07:46:25.1678540Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 20)) 2025-06-26T07:46:25.1871282Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-06-26T07:46:25.2215487Z Collecting types-dataclasses (from -r requirements.txt (line 21)) 2025-06-26T07:46:25.2410343Z Downloading types_dataclasses-0.6.6-py3-none-any.whl.metadata (1.3 kB) 2025-06-26T07:46:25.2454354Z Requirement already satisfied: typing-extensions>=4.10.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 22)) (4.10.0) 2025-06-26T07:46:25.2483235Z 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-06-26T07:46:25.2492275Z 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-06-26T07:46:25.3347557Z Requirement already satisfied: attrs>=22.2.0 in /usr/lib/python3/dist-packages (from hypothesis->-r requirements.txt (line 7)) (23.2.0) 2025-06-26T07:46:25.3679323Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 7)) 2025-06-26T07:46:25.3871282Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-06-26T07:46:25.4866587Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 20)) 2025-06-26T07:46:25.5056100Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-06-26T07:46:25.5585241Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2025-06-26T07:46:25.5822206Z Downloading cmake-4.0.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.9 MB) 2025-06-26T07:46:25.8087678Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.9/27.9 MB 132.0 MB/s eta 0:00:00 2025-06-26T07:46:25.8285434Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-06-26T07:46:25.8495080Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-06-26T07:46:25.8704025Z Downloading fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-06-26T07:46:25.8753727Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 59.0 MB/s eta 0:00:00 2025-06-26T07:46:25.8962199Z Downloading hypothesis-6.135.16-py3-none-any.whl (519 kB) 2025-06-26T07:46:25.9029642Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 519.2/519.2 kB 107.5 MB/s eta 0:00:00 2025-06-26T07:46:25.9247206Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-06-26T07:46:25.9406682Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 155.4 MB/s eta 0:00:00 2025-06-26T07:46:25.9593699Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-06-26T07:46:25.9732313Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 165.8 MB/s eta 0:00:00 2025-06-26T07:46:25.9918924Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-06-26T07:46:25.9976953Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.8/422.8 kB 99.9 MB/s eta 0:00:00 2025-06-26T07:46:26.0184626Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB) 2025-06-26T07:46:26.1126848Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 158.7 MB/s eta 0:00:00 2025-06-26T07:46:26.1333282Z Downloading optree-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (412 kB) 2025-06-26T07:46:26.1389602Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 412.7/412.7 kB 106.2 MB/s eta 0:00:00 2025-06-26T07:46:26.1580875Z 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-06-26T07:46:26.1630885Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 79.6 MB/s eta 0:00:00 2025-06-26T07:46:26.1817605Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-06-26T07:46:26.2202229Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 172.2 MB/s eta 0:00:00 2025-06-26T07:46:26.2398620Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2025-06-26T07:46:26.2608996Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-06-26T07:46:26.2672715Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 118.2 MB/s eta 0:00:00 2025-06-26T07:46:26.2865457Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-06-26T07:46:26.8909842Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, sympy, psutil, optree, numpy, ninja, networkx, lintrunner, hypothesis, fsspec, filelock, expecttest, cmake, astunparse 2025-06-26T07:46:37.0575185Z Successfully installed astunparse-1.6.3 cmake-4.0.3 expecttest-0.3.0 filelock-3.18.0 fsspec-2025.5.1 hypothesis-6.135.16 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 sortedcontainers-2.4.0 sympy-1.14.0 types-dataclasses-0.6.6 2025-06-26T07:46:37.6269397Z Defaulting to user installation because normal site-packages is not writeable 2025-06-26T07:46:38.4241341Z Collecting torch==2.* 2025-06-26T07:46:38.5043197Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-06-26T07:46:38.5466009Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.18.0) 2025-06-26T07:46:38.5478749Z Requirement already satisfied: typing-extensions>=4.10.0 in /usr/lib/python3/dist-packages (from torch==2.*) (4.10.0) 2025-06-26T07:46:38.5489373Z Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from torch==2.*) (68.1.2) 2025-06-26T07:46:38.5501844Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-06-26T07:46:38.5510706Z Requirement already satisfied: networkx in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-06-26T07:46:38.5518116Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-06-26T07:46:38.5533925Z Requirement already satisfied: fsspec in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.5.1) 2025-06-26T07:46:38.5881371Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch==2.*) 2025-06-26T07:46:38.6073464Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:38.6454666Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch==2.*) 2025-06-26T07:46:38.6646423Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:38.7030454Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch==2.*) 2025-06-26T07:46:38.7221778Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-06-26T07:46:38.7616581Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch==2.*) 2025-06-26T07:46:38.7805959Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-06-26T07:46:38.8197770Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch==2.*) 2025-06-26T07:46:38.8388739Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:38.8754902Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch==2.*) 2025-06-26T07:46:38.8944038Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:38.9322512Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch==2.*) 2025-06-26T07:46:38.9512948Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:38.9895735Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch==2.*) 2025-06-26T07:46:39.0084244Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-06-26T07:46:39.0458903Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch==2.*) 2025-06-26T07:46:39.0649673Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-06-26T07:46:39.0991335Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch==2.*) 2025-06-26T07:46:39.1180910Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-06-26T07:46:39.1535118Z Collecting nvidia-nccl-cu12==2.26.2 (from torch==2.*) 2025-06-26T07:46:39.1725780Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-06-26T07:46:39.2100201Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch==2.*) 2025-06-26T07:46:39.2288127Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-06-26T07:46:39.2665684Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch==2.*) 2025-06-26T07:46:39.2854762Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:39.3196770Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch==2.*) 2025-06-26T07:46:39.3385434Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:39.3785487Z Collecting triton==3.3.1 (from torch==2.*) 2025-06-26T07:46:39.3974430Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-06-26T07:46:39.4352293Z 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-06-26T07:46:39.5453725Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (821.0 MB) 2025-06-26T07:46:46.4037144Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 MB 3.3 MB/s eta 0:00:00 2025-06-26T07:46:46.4230522Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB) 2025-06-26T07:46:49.9305462Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 6.5 MB/s eta 0:00:00 2025-06-26T07:46:49.9493680Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB) 2025-06-26T07:46:50.0158873Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 138.4 MB/s eta 0:00:00 2025-06-26T07:46:50.0359965Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-06-26T07:46:50.1942514Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 114.8 MB/s eta 0:00:00 2025-06-26T07:46:50.2140866Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-06-26T07:46:50.2239295Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 120.0 MB/s eta 0:00:00 2025-06-26T07:46:50.2433973Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-06-26T07:46:55.8583262Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 3.9 MB/s eta 0:00:00 2025-06-26T07:46:55.8777687Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB) 2025-06-26T07:46:58.2333546Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 14.8 MB/s eta 0:00:00 2025-06-26T07:46:58.2523381Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB) 2025-06-26T07:46:58.2860595Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 35.8 MB/s eta 0:00:00 2025-06-26T07:46:58.3050223Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB) 2025-06-26T07:46:59.9412795Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 30.0 MB/s eta 0:00:00 2025-06-26T07:46:59.9601815Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB) 2025-06-26T07:47:04.4198821Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 19.7 MB/s eta 0:00:00 2025-06-26T07:47:04.4390685Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB) 2025-06-26T07:47:10.7298245Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 14.2 MB/s eta 0:00:00 2025-06-26T07:47:10.7488124Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-06-26T07:47:14.6689465Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 23.8 MB/s eta 0:00:00 2025-06-26T07:47:14.6880274Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-06-26T07:47:19.3782686Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 10.4 MB/s eta 0:00:00 2025-06-26T07:47:19.3975047Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-06-26T07:47:19.8913464Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 36.6 MB/s eta 0:00:00 2025-06-26T07:47:19.9101382Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-06-26T07:47:19.9141628Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 35.4 MB/s eta 0:00:00 2025-06-26T07:47:19.9347345Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB) 2025-06-26T07:47:23.4168582Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.7/155.7 MB 22.8 MB/s eta 0:00:00 2025-06-26T07:47:26.6615538Z 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-06-26T07:48:01.6823078Z 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-06-26T07:48:02.2967980Z ##[group]Run # All we need to see is that it passes 2025-06-26T07:48:02.2968342Z # All we need to see is that it passes 2025-06-26T07:48:02.2968829Z python3 torch/utils/collect_env.py 2025-06-26T07:48:02.3026576Z shell: /usr/bin/bash -e {0} 2025-06-26T07:48:02.3026796Z ##[endgroup] 2025-06-26T07:48:18.8446225Z Collecting environment information... 2025-06-26T07:48:18.8446755Z PyTorch version: 2.7.1+cu126 2025-06-26T07:48:18.8447149Z Is debug build: False 2025-06-26T07:48:18.8447492Z CUDA used to build PyTorch: 12.6 2025-06-26T07:48:18.8447875Z ROCM used to build PyTorch: N/A 2025-06-26T07:48:18.8448100Z 2025-06-26T07:48:18.8448235Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-06-26T07:48:18.8448617Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-06-26T07:48:18.8449073Z Clang version: 18.1.3 (1ubuntu1) 2025-06-26T07:48:18.8449454Z CMake version: version 4.0.3 2025-06-26T07:48:18.8449802Z Libc version: glibc-2.39 2025-06-26T07:48:18.8450019Z 2025-06-26T07:48:18.8450399Z Python version: 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] (64-bit runtime) 2025-06-26T07:48:18.8451132Z Python platform: Linux-6.11.0-1015-azure-x86_64-with-glibc2.39 2025-06-26T07:48:18.8451659Z Is CUDA available: False 2025-06-26T07:48:18.8452328Z CUDA runtime version: No CUDA 2025-06-26T07:48:18.8452693Z CUDA_MODULE_LOADING set to: N/A 2025-06-26T07:48:18.8453064Z GPU models and configuration: No CUDA 2025-06-26T07:48:18.8453451Z Nvidia driver version: No CUDA 2025-06-26T07:48:18.8453787Z cuDNN version: No CUDA 2025-06-26T07:48:18.8454090Z HIP runtime version: N/A 2025-06-26T07:48:18.8454434Z MIOpen runtime version: N/A 2025-06-26T07:48:18.8454800Z Is XNNPACK available: True 2025-06-26T07:48:18.8455042Z 2025-06-26T07:48:18.8455148Z CPU: 2025-06-26T07:48:18.8455450Z Architecture: x86_64 2025-06-26T07:48:18.8455893Z CPU op-mode(s): 32-bit, 64-bit 2025-06-26T07:48:18.8456393Z Address sizes: 48 bits physical, 48 bits virtual 2025-06-26T07:48:18.8456711Z Byte Order: Little Endian 2025-06-26T07:48:18.8456963Z CPU(s): 4 2025-06-26T07:48:18.8457238Z On-line CPU(s) list: 0-3 2025-06-26T07:48:18.8457490Z Vendor ID: AuthenticAMD 2025-06-26T07:48:18.8457784Z Model name: AMD EPYC 7763 64-Core Processor 2025-06-26T07:48:18.8458067Z CPU family: 25 2025-06-26T07:48:18.8458291Z Model: 1 2025-06-26T07:48:18.8458507Z Thread(s) per core: 2 2025-06-26T07:48:18.8458734Z Core(s) per socket: 2 2025-06-26T07:48:18.8458946Z Socket(s): 1 2025-06-26T07:48:18.8459161Z Stepping: 1 2025-06-26T07:48:18.8459392Z BogoMIPS: 4890.85 2025-06-26T07:48:18.8461590Z 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-06-26T07:48:18.8464181Z Virtualization: AMD-V 2025-06-26T07:48:18.8464449Z Hypervisor vendor: Microsoft 2025-06-26T07:48:18.8464708Z Virtualization type: full 2025-06-26T07:48:18.8464978Z L1d cache: 64 KiB (2 instances) 2025-06-26T07:48:18.8465592Z L1i cache: 64 KiB (2 instances) 2025-06-26T07:48:18.8465893Z L2 cache: 1 MiB (2 instances) 2025-06-26T07:48:18.8466306Z L3 cache: 32 MiB (1 instance) 2025-06-26T07:48:18.8466554Z NUMA node(s): 1 2025-06-26T07:48:18.8466787Z NUMA node0 CPU(s): 0-3 2025-06-26T07:48:18.8467057Z Vulnerability Gather data sampling: Not affected 2025-06-26T07:48:18.8467355Z Vulnerability Itlb multihit: Not affected 2025-06-26T07:48:18.8467627Z Vulnerability L1tf: Not affected 2025-06-26T07:48:18.8467896Z Vulnerability Mds: Not affected 2025-06-26T07:48:18.8468171Z Vulnerability Meltdown: Not affected 2025-06-26T07:48:18.8468443Z Vulnerability Mmio stale data: Not affected 2025-06-26T07:48:18.8468727Z Vulnerability Reg file data sampling: Not affected 2025-06-26T07:48:18.8469039Z Vulnerability Retbleed: Not affected 2025-06-26T07:48:18.8469396Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-06-26T07:48:18.8469757Z Vulnerability Spec store bypass: Vulnerable 2025-06-26T07:48:18.8470205Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-06-26T07:48:18.8470880Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-06-26T07:48:18.8471396Z Vulnerability Srbds: Not affected 2025-06-26T07:48:18.8471680Z Vulnerability Tsx async abort: Not affected 2025-06-26T07:48:18.8472044Z 2025-06-26T07:48:18.8472155Z Versions of relevant libraries: 2025-06-26T07:48:18.8472377Z [pip3] numpy==2.3.1 2025-06-26T07:48:18.8472564Z [pip3] nvidia-cublas-cu12==12.6.4.1 2025-06-26T07:48:18.8472818Z [pip3] nvidia-cuda-cupti-cu12==12.6.80 2025-06-26T07:48:18.8473159Z [pip3] nvidia-cuda-nvrtc-cu12==12.6.77 2025-06-26T07:48:18.8473441Z [pip3] nvidia-cuda-runtime-cu12==12.6.77 2025-06-26T07:48:18.8473702Z [pip3] nvidia-cudnn-cu12==9.5.1.17 2025-06-26T07:48:18.8473926Z [pip3] nvidia-cufft-cu12==11.3.0.4 2025-06-26T07:48:18.8474158Z [pip3] nvidia-curand-cu12==10.3.7.77 2025-06-26T07:48:18.8474400Z [pip3] nvidia-cusolver-cu12==11.7.1.2 2025-06-26T07:48:18.8474633Z [pip3] nvidia-cusparse-cu12==12.5.4.2 2025-06-26T07:48:18.8474872Z [pip3] nvidia-cusparselt-cu12==0.6.3 2025-06-26T07:48:18.8475101Z [pip3] nvidia-nccl-cu12==2.26.2 2025-06-26T07:48:18.8475320Z [pip3] nvidia-nvjitlink-cu12==12.6.85 2025-06-26T07:48:18.8475550Z [pip3] nvidia-nvtx-cu12==12.6.77 2025-06-26T07:48:18.8475761Z [pip3] optree==0.16.0 2025-06-26T07:48:18.8475937Z [pip3] torch==2.7.1 2025-06-26T07:48:18.8476109Z [pip3] triton==3.3.1 2025-06-26T07:48:18.8476294Z [conda] No relevant packages 2025-06-26T07:48:19.1871346Z Post job cleanup. 2025-06-26T07:48:19.3422556Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-06-26T07:48:19.3548685Z Post job cleanup. 2025-06-26T07:48:19.3597472Z Post job cleanup. 2025-06-26T07:48:19.4585329Z [command]/usr/bin/git version 2025-06-26T07:48:19.4625792Z git version 2.49.0 2025-06-26T07:48:19.4666383Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a36c0539-a6ff-4503-8f90-3ad46e05338c/.gitconfig' 2025-06-26T07:48:19.4677281Z Temporarily overriding HOME='/home/runner/work/_temp/a36c0539-a6ff-4503-8f90-3ad46e05338c' before making global git config changes 2025-06-26T07:48:19.4678525Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:48:19.4692222Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:48:19.4733329Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:48:19.4768620Z [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-06-26T07:48:19.5049511Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:48:19.5077278Z http.https://github.com/.extraheader 2025-06-26T07:48:19.5091146Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:48:19.5130991Z [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-06-26T07:48:19.5528097Z Cleaning up orphan processes