2025-11-03T15:43:03.3404026Z Current runner version: '2.329.0' 2025-11-03T15:43:03.3411161Z Runner name: 'linux.24_04.4x_ec773ad6803f' 2025-11-03T15:43:03.3411988Z Runner group name: 'default' 2025-11-03T15:43:03.3412822Z Machine name: 'runnervmf2e7y' 2025-11-03T15:43:03.3432219Z ##[group]Operating System 2025-11-03T15:43:03.3432952Z Ubuntu 2025-11-03T15:43:03.3433414Z 24.04.3 2025-11-03T15:43:03.3433952Z LTS 2025-11-03T15:43:03.3434458Z ##[endgroup] 2025-11-03T15:43:03.3434981Z ##[group]Runner Image 2025-11-03T15:43:03.3435632Z Image: ubuntu-24.04 2025-11-03T15:43:03.3436135Z Version: 20251030.96.2 2025-11-03T15:43:03.3437150Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251030.96/images/ubuntu/Ubuntu2404-Readme.md 2025-11-03T15:43:03.3438445Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251030.96 2025-11-03T15:43:03.3439450Z ##[endgroup] 2025-11-03T15:43:03.3441905Z ##[group]GITHUB_TOKEN Permissions 2025-11-03T15:43:03.3444108Z Actions: read 2025-11-03T15:43:03.3444699Z Attestations: read 2025-11-03T15:43:03.3445347Z Checks: read 2025-11-03T15:43:03.3445800Z Contents: read 2025-11-03T15:43:03.3446279Z Deployments: read 2025-11-03T15:43:03.3446833Z Discussions: read 2025-11-03T15:43:03.3447329Z Issues: read 2025-11-03T15:43:03.3447766Z Metadata: read 2025-11-03T15:43:03.3448341Z Models: read 2025-11-03T15:43:03.3448785Z Packages: read 2025-11-03T15:43:03.3449273Z Pages: read 2025-11-03T15:43:03.3449807Z PullRequests: read 2025-11-03T15:43:03.3450475Z RepositoryProjects: read 2025-11-03T15:43:03.3451055Z SecurityEvents: read 2025-11-03T15:43:03.3451588Z Statuses: read 2025-11-03T15:43:03.3452129Z ##[endgroup] 2025-11-03T15:43:03.3454169Z Secret source: Actions 2025-11-03T15:43:03.3455438Z Prepare workflow directory 2025-11-03T15:43:03.3804435Z Prepare all required actions 2025-11-03T15:43:03.3842539Z Getting action download info 2025-11-03T15:43:03.7407392Z Download action repository 'pytorch/pytorch@main' (SHA:3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:11.8402210Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-11-03T15:43:12.1541472Z Getting action download info 2025-11-03T15:43:12.3156248Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-11-03T15:43:12.4212015Z Complete job name: Test collect_env (with_torch, linux.24_04.4x) 2025-11-03T15:43:12.4878744Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-11-03T15:43:12.4879453Z with: 2025-11-03T15:43:12.4879675Z submodules: false 2025-11-03T15:43:12.4879909Z fetch-depth: 1 2025-11-03T15:43:12.4880476Z ##[endgroup] 2025-11-03T15:43:12.4968430Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:12.4969308Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:12.5006653Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:12.5007045Z ##[endgroup] 2025-11-03T15:43:12.5249476Z ##[group]Run # Use all available CPUs for fetching 2025-11-03T15:43:12.5249927Z # Use all available CPUs for fetching 2025-11-03T15:43:12.5250526Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:12.5250906Z git config --global fetch.parallel 0 2025-11-03T15:43:12.5251256Z git config --global submodule.fetchJobs 0 2025-11-03T15:43:12.5251562Z  2025-11-03T15:43:12.5251903Z # Clean workspace. The default checkout action should also do this, but 2025-11-03T15:43:12.5252324Z # do it here as well just in case 2025-11-03T15:43:12.5252621Z if [[ -d .git ]]; then 2025-11-03T15:43:12.5252892Z  if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:12.5253180Z  sudo git clean -ffdx 2025-11-03T15:43:12.5253436Z  else 2025-11-03T15:43:12.5253667Z  git clean -ffdx 2025-11-03T15:43:12.5254155Z  fi 2025-11-03T15:43:12.5254360Z fi 2025-11-03T15:43:12.5286447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:12.5286822Z env: 2025-11-03T15:43:12.5287051Z NO_SUDO: 2025-11-03T15:43:12.5287257Z ##[endgroup] 2025-11-03T15:43:12.6797932Z ##[group]Run actions/checkout@v4 2025-11-03T15:43:12.6798266Z with: 2025-11-03T15:43:12.6798535Z ref: 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:12.6798863Z fetch-depth: 1 2025-11-03T15:43:12.6799100Z submodules: false 2025-11-03T15:43:12.6799324Z show-progress: false 2025-11-03T15:43:12.6799576Z repository: pytorch/pytorch 2025-11-03T15:43:12.6799999Z token: *** 2025-11-03T15:43:12.6800509Z ssh-strict: true 2025-11-03T15:43:12.6800762Z ssh-user: git 2025-11-03T15:43:12.6800996Z persist-credentials: true 2025-11-03T15:43:12.6801241Z clean: true 2025-11-03T15:43:12.6801474Z sparse-checkout-cone-mode: true 2025-11-03T15:43:12.6801755Z fetch-tags: false 2025-11-03T15:43:12.6801973Z lfs: false 2025-11-03T15:43:12.6802188Z set-safe-directory: true 2025-11-03T15:43:12.6802424Z ##[endgroup] 2025-11-03T15:43:12.7844696Z Syncing repository: pytorch/pytorch 2025-11-03T15:43:12.7846366Z ##[group]Getting Git version info 2025-11-03T15:43:12.7846893Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:12.7847715Z [command]/usr/bin/git version 2025-11-03T15:43:12.7853208Z git version 2.51.2 2025-11-03T15:43:12.7878776Z ##[endgroup] 2025-11-03T15:43:12.7915839Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/9ae867d1-5499-462a-ab35-a0e63505c247/.gitconfig' 2025-11-03T15:43:12.7916701Z Temporarily overriding HOME='/home/runner/work/_temp/9ae867d1-5499-462a-ab35-a0e63505c247' before making global git config changes 2025-11-03T15:43:12.7917430Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:12.7918160Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:43:12.7946295Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:12.7949884Z ##[group]Initializing the repository 2025-11-03T15:43:12.7954563Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-11-03T15:43:12.9168232Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-11-03T15:43:12.9169479Z hint: is subject to change. To configure the initial branch name to use in all 2025-11-03T15:43:12.9170460Z hint: of your new repositories, which will suppress this warning, call: 2025-11-03T15:43:12.9170954Z hint: 2025-11-03T15:43:12.9171309Z hint: git config --global init.defaultBranch 2025-11-03T15:43:12.9171726Z hint: 2025-11-03T15:43:12.9172092Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-11-03T15:43:12.9172677Z hint: 'development'. The just-created branch can be renamed via this command: 2025-11-03T15:43:12.9173141Z hint: 2025-11-03T15:43:12.9173438Z hint: git branch -m 2025-11-03T15:43:12.9173729Z hint: 2025-11-03T15:43:12.9174124Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-11-03T15:43:12.9219503Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-11-03T15:43:12.9232819Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-11-03T15:43:12.9314563Z ##[endgroup] 2025-11-03T15:43:12.9315025Z ##[group]Disabling automatic garbage collection 2025-11-03T15:43:12.9319281Z [command]/usr/bin/git config --local gc.auto 0 2025-11-03T15:43:12.9350479Z ##[endgroup] 2025-11-03T15:43:12.9351244Z ##[group]Setting up auth 2025-11-03T15:43:12.9358626Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:12.9390533Z [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-11-03T15:43:13.1339210Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:13.1372677Z [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-11-03T15:43:13.1617466Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-11-03T15:43:13.1661771Z ##[endgroup] 2025-11-03T15:43:13.1662999Z ##[group]Fetching the repository 2025-11-03T15:43:13.1671479Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:19.6606925Z From https://github.com/pytorch/pytorch 2025-11-03T15:43:19.6608353Z * branch 3f6538febd727b782e6e13cfd026a309fb14351d -> FETCH_HEAD 2025-11-03T15:43:19.6685132Z ##[endgroup] 2025-11-03T15:43:19.6686076Z ##[group]Determining the checkout info 2025-11-03T15:43:19.6687684Z ##[endgroup] 2025-11-03T15:43:19.6692479Z [command]/usr/bin/git sparse-checkout disable 2025-11-03T15:43:19.6787717Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-11-03T15:43:19.6815346Z ##[group]Checking out the ref 2025-11-03T15:43:19.6818768Z [command]/usr/bin/git checkout --progress --force 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:20.7004781Z Updating files: 86% (17366/20004) 2025-11-03T15:43:20.7135040Z Updating files: 87% (17404/20004) 2025-11-03T15:43:20.7247727Z Updating files: 88% (17604/20004) 2025-11-03T15:43:20.7375235Z Updating files: 89% (17804/20004) 2025-11-03T15:43:20.7530571Z Updating files: 90% (18004/20004) 2025-11-03T15:43:20.7643395Z Updating files: 91% (18204/20004) 2025-11-03T15:43:20.7767162Z Updating files: 92% (18404/20004) 2025-11-03T15:43:20.7929839Z Updating files: 93% (18604/20004) 2025-11-03T15:43:20.8097167Z Updating files: 94% (18804/20004) 2025-11-03T15:43:20.8259083Z Updating files: 95% (19004/20004) 2025-11-03T15:43:20.8394602Z Updating files: 96% (19204/20004) 2025-11-03T15:43:20.8539434Z Updating files: 97% (19404/20004) 2025-11-03T15:43:20.8819769Z Updating files: 98% (19604/20004) 2025-11-03T15:43:20.8953222Z Updating files: 99% (19804/20004) 2025-11-03T15:43:20.8954853Z Updating files: 100% (20004/20004) 2025-11-03T15:43:20.8956789Z Updating files: 100% (20004/20004), done. 2025-11-03T15:43:20.9141853Z Note: switching to '3f6538febd727b782e6e13cfd026a309fb14351d'. 2025-11-03T15:43:20.9142902Z 2025-11-03T15:43:20.9143990Z You are in 'detached HEAD' state. You can look around, make experimental 2025-11-03T15:43:20.9145067Z changes and commit them, and you can discard any commits you make in this 2025-11-03T15:43:20.9146322Z state without impacting any branches by switching back to a branch. 2025-11-03T15:43:20.9146992Z 2025-11-03T15:43:20.9147633Z If you want to create a new branch to retain commits you create, you may 2025-11-03T15:43:20.9148694Z do so (now or later) by using -c with the switch command. Example: 2025-11-03T15:43:20.9149366Z 2025-11-03T15:43:20.9149668Z git switch -c 2025-11-03T15:43:20.9150107Z 2025-11-03T15:43:20.9150703Z Or undo this operation with: 2025-11-03T15:43:20.9151180Z 2025-11-03T15:43:20.9151390Z git switch - 2025-11-03T15:43:20.9151708Z 2025-11-03T15:43:20.9152251Z Turn off this advice by setting config variable advice.detachedHead to false 2025-11-03T15:43:20.9152919Z 2025-11-03T15:43:20.9153439Z HEAD is now at 3f6538f Remove tools from BC linter (#166858) 2025-11-03T15:43:20.9186870Z ##[endgroup] 2025-11-03T15:43:20.9235141Z [command]/usr/bin/git log -1 --format=%H 2025-11-03T15:43:20.9257936Z 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:20.9373625Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:20.9374017Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:20.9374316Z # Clean stale submodule dirs 2025-11-03T15:43:20.9374743Z if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:20.9375298Z  sudo git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:20.9375686Z else 2025-11-03T15:43:20.9376107Z  git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:20.9376441Z fi 2025-11-03T15:43:20.9409898Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:20.9410494Z env: 2025-11-03T15:43:20.9410709Z NO_SUDO: 2025-11-03T15:43:20.9411067Z ##[endgroup] 2025-11-03T15:43:20.9914258Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-11-03T15:43:20.9914643Z with: 2025-11-03T15:43:20.9914813Z architecture: x64 2025-11-03T15:43:20.9914994Z check-latest: false 2025-11-03T15:43:20.9915179Z cache: pip 2025-11-03T15:43:20.9915465Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-11-03T15:43:20.9915934Z token: *** 2025-11-03T15:43:20.9916115Z update-environment: true 2025-11-03T15:43:20.9916328Z allow-prereleases: false 2025-11-03T15:43:20.9916548Z freethreaded: false 2025-11-03T15:43:20.9916738Z ##[endgroup] 2025-11-03T15:43:21.1576049Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-11-03T15:43:21.1577085Z [warning].python-version doesn't exist. 2025-11-03T15:43:21.1602980Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-11-03T15:43:21.1689701Z ##[group]Run pip install -r requirements.txt 2025-11-03T15:43:21.1690051Z pip install -r requirements.txt 2025-11-03T15:43:21.1690721Z # Doesn't really matter what torch version, we just need ANY torch installed 2025-11-03T15:43:21.1691087Z pip install 'torch==2.*' 2025-11-03T15:43:21.1723616Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:21.1723851Z ##[endgroup] 2025-11-03T15:43:23.8961632Z Defaulting to user installation because normal site-packages is not writeable 2025-11-03T15:43:25.3510481Z Collecting setuptools>=70.1.0 (from -r requirements-build.txt (line 2)) 2025-11-03T15:43:25.4005333Z Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 2025-11-03T15:43:25.5293959Z Collecting cmake>=3.27 (from -r requirements-build.txt (line 3)) 2025-11-03T15:43:25.5337768Z Downloading cmake-4.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.5 kB) 2025-11-03T15:43:25.5703490Z Collecting ninja (from -r requirements-build.txt (line 4)) 2025-11-03T15:43:25.5739927Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) 2025-11-03T15:43:25.7678246Z Collecting numpy (from -r requirements-build.txt (line 5)) 2025-11-03T15:43:25.7718685Z Downloading numpy-2.3.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-11-03T15:43:25.7807654Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.1/62.1 kB 7.8 MB/s eta 0:00:00 2025-11-03T15:43:25.7913415Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 6)) (24.0) 2025-11-03T15:43:25.7919587Z Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 7)) (6.0.1) 2025-11-03T15:43:25.7927263Z Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 8)) (2.31.0) 2025-11-03T15:43:25.7933628Z Requirement already satisfied: six in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 9)) (1.16.0) 2025-11-03T15:43:25.7943079Z 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-11-03T15:43:25.7949289Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (from -r requirements-build.txt (line 11)) (24.0) 2025-11-03T15:43:25.8098759Z Collecting expecttest>=0.3.0 (from -r requirements.txt (line 8)) 2025-11-03T15:43:25.8215627Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-11-03T15:43:25.8504771Z Collecting filelock (from -r requirements.txt (line 9)) 2025-11-03T15:43:25.8543741Z Downloading filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB) 2025-11-03T15:43:25.8906596Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-11-03T15:43:25.8947058Z Downloading fsspec-2025.10.0-py3-none-any.whl.metadata (10 kB) 2025-11-03T15:43:26.3509861Z Collecting hypothesis (from -r requirements.txt (line 11)) 2025-11-03T15:43:26.3547396Z Downloading hypothesis-6.145.0-py3-none-any.whl.metadata (5.6 kB) 2025-11-03T15:43:26.3588593Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.1.2) 2025-11-03T15:43:26.3811741Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-11-03T15:43:26.3855102Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2025-11-03T15:43:26.4181954Z Collecting networkx>=2.5.1 (from -r requirements.txt (line 14)) 2025-11-03T15:43:26.4220083Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-11-03T15:43:26.5169152Z Collecting optree>=0.13.0 (from -r requirements.txt (line 15)) 2025-11-03T15:43:26.5216001Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (33 kB) 2025-11-03T15:43:26.6072731Z Collecting psutil (from -r requirements.txt (line 16)) 2025-11-03T15:43:26.6115763Z Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (23 kB) 2025-11-03T15:43:26.6393134Z Collecting sympy>=1.13.3 (from -r requirements.txt (line 17)) 2025-11-03T15:43:26.6430628Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-11-03T15:43:26.6685723Z Collecting typing-extensions>=4.10.0 (from -r requirements-build.txt (line 10)) 2025-11-03T15:43:26.6727208Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-11-03T15:43:26.6763270Z Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (0.42.0) 2025-11-03T15:43:26.6958644Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-11-03T15:43:26.6995045Z Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-11-03T15:43:26.7676071Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-11-03T15:43:26.7716552Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-11-03T15:43:27.0673015Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-11-03T15:43:27.0709671Z Downloading uv-0.9.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-11-03T15:43:27.1653232Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements.txt (line 11)) 2025-11-03T15:43:27.1688067Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-11-03T15:43:27.2584837Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r requirements.txt (line 17)) 2025-11-03T15:43:27.2620498Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-11-03T15:43:27.2946597Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) 2025-11-03T15:43:27.3307081Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.9 MB/s eta 0:00:00 2025-11-03T15:43:27.3383116Z Downloading cmake-4.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (29.7 MB) 2025-11-03T15:43:27.5428133Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/29.7 MB 119.0 MB/s eta 0:00:00 2025-11-03T15:43:27.5465057Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) 2025-11-03T15:43:27.5509571Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.7/180.7 kB 62.6 MB/s eta 0:00:00 2025-11-03T15:43:27.5547969Z Downloading numpy-2.3.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) 2025-11-03T15:43:27.6558521Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 145.7 MB/s eta 0:00:00 2025-11-03T15:43:27.6605609Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-11-03T15:43:27.6641888Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 19.4 MB/s eta 0:00:00 2025-11-03T15:43:27.6682588Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-11-03T15:43:27.6736352Z Downloading filelock-3.20.0-py3-none-any.whl (16 kB) 2025-11-03T15:43:27.6793962Z Downloading fsspec-2025.10.0-py3-none-any.whl (200 kB) 2025-11-03T15:43:27.6838610Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.0/201.0 kB 70.5 MB/s eta 0:00:00 2025-11-03T15:43:27.6888997Z Downloading hypothesis-6.145.0-py3-none-any.whl (534 kB) 2025-11-03T15:43:27.6956043Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 534.5/534.5 kB 110.0 MB/s eta 0:00:00 2025-11-03T15:43:27.7000950Z Downloading lintrunner-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2025-11-03T15:43:27.7193334Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 122.2 MB/s eta 0:00:00 2025-11-03T15:43:27.7227664Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-11-03T15:43:27.7381028Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 149.8 MB/s eta 0:00:00 2025-11-03T15:43:27.7437048Z Downloading optree-0.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408 kB) 2025-11-03T15:43:27.7492445Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.8/408.8 kB 104.8 MB/s eta 0:00:00 2025-11-03T15:43:27.7528951Z Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (263 kB) 2025-11-03T15:43:27.7574861Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 263.3/263.3 kB 83.2 MB/s eta 0:00:00 2025-11-03T15:43:27.7610554Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-11-03T15:43:27.8006673Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 166.2 MB/s eta 0:00:00 2025-11-03T15:43:27.8043088Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-11-03T15:43:27.8104971Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 120.0 MB/s eta 0:00:00 2025-11-03T15:43:27.8145661Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-11-03T15:43:27.8201023Z Downloading uv-0.9.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.4 MB) 2025-11-03T15:43:27.9509727Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.4/21.4 MB 133.1 MB/s eta 0:00:00 2025-11-03T15:43:27.9545586Z Downloading build-1.3.0-py3-none-any.whl (23 kB) 2025-11-03T15:43:27.9596497Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-11-03T15:43:28.6297462Z 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-11-03T15:43:39.3624717Z Successfully installed build-1.3.0 cmake-4.1.2 expecttest-0.3.0 filelock-3.20.0 fsspec-2025.10.0 hypothesis-6.145.0 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.5 ninja-1.13.0 numpy-2.3.4 optree-0.17.0 psutil-7.1.3 pyproject_hooks-1.2.0 setuptools-80.9.0 sortedcontainers-2.4.0 sympy-1.14.0 typing-extensions-4.15.0 uv-0.9.7 2025-11-03T15:43:39.8725497Z Defaulting to user installation because normal site-packages is not writeable 2025-11-03T15:43:40.5868956Z Collecting torch==2.* 2025-11-03T15:43:40.6775456Z Downloading torch-2.9.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (30 kB) 2025-11-03T15:43:40.7219217Z Requirement already satisfied: filelock in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.20.0) 2025-11-03T15:43:40.7229842Z Requirement already satisfied: typing-extensions>=4.10.0 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (4.15.0) 2025-11-03T15:43:40.7241698Z Requirement already satisfied: setuptools in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (80.9.0) 2025-11-03T15:43:40.7255120Z Requirement already satisfied: sympy>=1.13.3 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (1.14.0) 2025-11-03T15:43:40.7266246Z Requirement already satisfied: networkx>=2.5.1 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (3.5) 2025-11-03T15:43:40.7273825Z Requirement already satisfied: jinja2 in /usr/lib/python3/dist-packages (from torch==2.*) (3.1.2) 2025-11-03T15:43:40.7288891Z Requirement already satisfied: fsspec>=0.8.5 in /home/runner/.local/lib/python3.12/site-packages (from torch==2.*) (2025.10.0) 2025-11-03T15:43:40.7468119Z Collecting nvidia-cuda-nvrtc-cu12==12.8.93 (from torch==2.*) 2025-11-03T15:43:40.7687692Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:40.7880753Z Collecting nvidia-cuda-runtime-cu12==12.8.90 (from torch==2.*) 2025-11-03T15:43:40.8096658Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:40.8405531Z Collecting nvidia-cuda-cupti-cu12==12.8.90 (from torch==2.*) 2025-11-03T15:43:40.8621558Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:40.8845494Z Collecting nvidia-cudnn-cu12==9.10.2.21 (from torch==2.*) 2025-11-03T15:43:40.9060960Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-11-03T15:43:40.9274539Z Collecting nvidia-cublas-cu12==12.8.4.1 (from torch==2.*) 2025-11-03T15:43:40.9491619Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:40.9710333Z Collecting nvidia-cufft-cu12==11.3.3.83 (from torch==2.*) 2025-11-03T15:43:40.9929376Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:41.0146004Z Collecting nvidia-curand-cu12==10.3.9.90 (from torch==2.*) 2025-11-03T15:43:41.0360795Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:41.0549545Z Collecting nvidia-cusolver-cu12==11.7.3.90 (from torch==2.*) 2025-11-03T15:43:41.0763397Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB) 2025-11-03T15:43:41.0965831Z Collecting nvidia-cusparse-cu12==12.5.8.93 (from torch==2.*) 2025-11-03T15:43:41.1179238Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-11-03T15:43:41.1348245Z Collecting nvidia-cusparselt-cu12==0.7.1 (from torch==2.*) 2025-11-03T15:43:41.1563231Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata (7.0 kB) 2025-11-03T15:43:41.1756536Z Collecting nvidia-nccl-cu12==2.27.5 (from torch==2.*) 2025-11-03T15:43:41.1970700Z Downloading nvidia_nccl_cu12-2.27.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-11-03T15:43:41.2134427Z Collecting nvidia-nvshmem-cu12==3.3.20 (from torch==2.*) 2025-11-03T15:43:41.2348724Z Downloading nvidia_nvshmem_cu12-3.3.20-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.1 kB) 2025-11-03T15:43:41.2550662Z Collecting nvidia-nvtx-cu12==12.8.90 (from torch==2.*) 2025-11-03T15:43:41.2766124Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.8 kB) 2025-11-03T15:43:41.2957803Z Collecting nvidia-nvjitlink-cu12==12.8.93 (from torch==2.*) 2025-11-03T15:43:41.3174732Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:41.3346276Z Collecting nvidia-cufile-cu12==1.13.1.3 (from torch==2.*) 2025-11-03T15:43:41.3562502Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:41.3793426Z Collecting triton==3.5.0 (from torch==2.*) 2025-11-03T15:43:41.4011095Z Downloading triton-3.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.7 kB) 2025-11-03T15:43:41.5071282Z 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-11-03T15:43:41.5765610Z Downloading torch-2.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (899.7 MB) 2025-11-03T15:43:49.6058802Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 899.7/899.7 MB 3.1 MB/s eta 0:00:00 2025-11-03T15:43:49.6274736Z Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB) 2025-11-03T15:43:55.1621256Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 3.9 MB/s eta 0:00:00 2025-11-03T15:43:55.1838984Z Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB) 2025-11-03T15:43:55.2723120Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 143.9 MB/s eta 0:00:00 2025-11-03T15:43:55.2940583Z Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB) 2025-11-03T15:43:55.8821568Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 63.6 MB/s eta 0:00:00 2025-11-03T15:43:55.9041865Z Downloading nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (954 kB) 2025-11-03T15:43:55.9132420Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 954.8/954.8 kB 134.0 MB/s eta 0:00:00 2025-11-03T15:43:55.9351346Z Downloading nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl (706.8 MB) 2025-11-03T15:44:03.0282639Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.8/706.8 MB 3.0 MB/s eta 0:00:00 2025-11-03T15:44:03.0501960Z Downloading nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (193.1 MB) 2025-11-03T15:44:04.4191156Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/193.1 MB 24.8 MB/s eta 0:00:00 2025-11-03T15:44:04.4416665Z Downloading nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.2 MB) 2025-11-03T15:44:04.4537592Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 115.1 MB/s eta 0:00:00 2025-11-03T15:44:04.4752128Z Downloading nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl (63.6 MB) 2025-11-03T15:44:04.8859034Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 MB 77.7 MB/s eta 0:00:00 2025-11-03T15:44:04.9075025Z Downloading nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl (267.5 MB) 2025-11-03T15:44:06.8826461Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 267.5/267.5 MB 15.1 MB/s eta 0:00:00 2025-11-03T15:44:06.9046879Z Downloading nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (288.2 MB) 2025-11-03T15:44:09.9382152Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 MB 6.4 MB/s eta 0:00:00 2025-11-03T15:44:09.9598459Z Downloading nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl (287.2 MB) 2025-11-03T15:44:12.0396192Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.2/287.2 MB 14.2 MB/s eta 0:00:00 2025-11-03T15:44:12.0616814Z Downloading nvidia_nccl_cu12-2.27.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (322.3 MB) 2025-11-03T15:44:15.2545440Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.3/322.3 MB 6.2 MB/s eta 0:00:00 2025-11-03T15:44:15.2764701Z Downloading nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (39.3 MB) 2025-11-03T15:44:15.5205558Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.3/39.3 MB 102.0 MB/s eta 0:00:00 2025-11-03T15:44:15.5423494Z Downloading nvidia_nvshmem_cu12-3.3.20-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (124.7 MB) 2025-11-03T15:44:16.3108446Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.7/124.7 MB 49.4 MB/s eta 0:00:00 2025-11-03T15:44:16.3324212Z Downloading nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-11-03T15:44:16.3365793Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 33.8 MB/s eta 0:00:00 2025-11-03T15:44:16.3579999Z Downloading triton-3.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (170.5 MB) 2025-11-03T15:44:17.7570856Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.5/170.5 MB 29.6 MB/s eta 0:00:00 2025-11-03T15:44:21.9793563Z Installing collected packages: nvidia-cusparselt-cu12, triton, nvidia-nvtx-cu12, nvidia-nvshmem-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufile-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch 2025-11-03T15:45:08.3844392Z Successfully installed nvidia-cublas-cu12-12.8.4.1 nvidia-cuda-cupti-cu12-12.8.90 nvidia-cuda-nvrtc-cu12-12.8.93 nvidia-cuda-runtime-cu12-12.8.90 nvidia-cudnn-cu12-9.10.2.21 nvidia-cufft-cu12-11.3.3.83 nvidia-cufile-cu12-1.13.1.3 nvidia-curand-cu12-10.3.9.90 nvidia-cusolver-cu12-11.7.3.90 nvidia-cusparse-cu12-12.5.8.93 nvidia-cusparselt-cu12-0.7.1 nvidia-nccl-cu12-2.27.5 nvidia-nvjitlink-cu12-12.8.93 nvidia-nvshmem-cu12-3.3.20 nvidia-nvtx-cu12-12.8.90 torch-2.9.0 triton-3.5.0 2025-11-03T15:45:09.1050123Z ##[group]Run # All we need to see is that it passes 2025-11-03T15:45:09.1050721Z # All we need to see is that it passes 2025-11-03T15:45:09.1051023Z python3 torch/utils/collect_env.py 2025-11-03T15:45:09.1087045Z shell: /usr/bin/bash -e {0} 2025-11-03T15:45:09.1087279Z ##[endgroup] 2025-11-03T15:45:34.8453517Z Collecting environment information... 2025-11-03T15:45:34.8454016Z PyTorch version: 2.9.0+cu128 2025-11-03T15:45:34.8454386Z Is debug build: False 2025-11-03T15:45:34.8454634Z CUDA used to build PyTorch: 12.8 2025-11-03T15:45:34.8454879Z ROCM used to build PyTorch: N/A 2025-11-03T15:45:34.8455029Z 2025-11-03T15:45:34.8455110Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-11-03T15:45:34.8455367Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-11-03T15:45:34.8455651Z Clang version: 18.1.3 (1ubuntu1) 2025-11-03T15:45:34.8455888Z CMake version: version 4.1.2 2025-11-03T15:45:34.8456106Z Libc version: glibc-2.39 2025-11-03T15:45:34.8456241Z 2025-11-03T15:45:34.8456502Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-11-03T15:45:34.8456928Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-11-03T15:45:34.8457247Z Is CUDA available: False 2025-11-03T15:45:34.8457761Z CUDA runtime version: No CUDA 2025-11-03T15:45:34.8457984Z CUDA_MODULE_LOADING set to: N/A 2025-11-03T15:45:34.8458219Z GPU models and configuration: No CUDA 2025-11-03T15:45:34.8458465Z Nvidia driver version: No CUDA 2025-11-03T15:45:34.8458681Z cuDNN version: No CUDA 2025-11-03T15:45:34.8458872Z Is XPU available: False 2025-11-03T15:45:34.8459073Z HIP runtime version: N/A 2025-11-03T15:45:34.8459273Z MIOpen runtime version: N/A 2025-11-03T15:45:34.8459491Z Is XNNPACK available: True 2025-11-03T15:45:34.8459625Z 2025-11-03T15:45:34.8459688Z CPU: 2025-11-03T15:45:34.8459868Z Architecture: x86_64 2025-11-03T15:45:34.8460149Z CPU op-mode(s): 32-bit, 64-bit 2025-11-03T15:45:34.8460711Z Address sizes: 48 bits physical, 48 bits virtual 2025-11-03T15:45:34.8461044Z Byte Order: Little Endian 2025-11-03T15:45:34.8461305Z CPU(s): 4 2025-11-03T15:45:34.8461545Z On-line CPU(s) list: 0-3 2025-11-03T15:45:34.8461816Z Vendor ID: AuthenticAMD 2025-11-03T15:45:34.8462124Z Model name: AMD EPYC 7763 64-Core Processor 2025-11-03T15:45:34.8462444Z CPU family: 25 2025-11-03T15:45:34.8462677Z Model: 1 2025-11-03T15:45:34.8462912Z Thread(s) per core: 2 2025-11-03T15:45:34.8463135Z Core(s) per socket: 2 2025-11-03T15:45:34.8463352Z Socket(s): 1 2025-11-03T15:45:34.8463559Z Stepping: 1 2025-11-03T15:45:34.8463797Z BogoMIPS: 4890.85 2025-11-03T15:45:34.8466002Z 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-11-03T15:45:34.8468233Z Virtualization: AMD-V 2025-11-03T15:45:34.8468501Z Hypervisor vendor: Microsoft 2025-11-03T15:45:34.8468770Z Virtualization type: full 2025-11-03T15:45:34.8469044Z L1d cache: 64 KiB (2 instances) 2025-11-03T15:45:34.8469543Z L1i cache: 64 KiB (2 instances) 2025-11-03T15:45:34.8469841Z L2 cache: 1 MiB (2 instances) 2025-11-03T15:45:34.8470110Z L3 cache: 32 MiB (1 instance) 2025-11-03T15:45:34.8470499Z NUMA node(s): 1 2025-11-03T15:45:34.8470731Z NUMA node0 CPU(s): 0-3 2025-11-03T15:45:34.8471001Z Vulnerability Gather data sampling: Not affected 2025-11-03T15:45:34.8471297Z Vulnerability Itlb multihit: Not affected 2025-11-03T15:45:34.8471580Z Vulnerability L1tf: Not affected 2025-11-03T15:45:34.8471849Z Vulnerability Mds: Not affected 2025-11-03T15:45:34.8472116Z Vulnerability Meltdown: Not affected 2025-11-03T15:45:34.8472392Z Vulnerability Mmio stale data: Not affected 2025-11-03T15:45:34.8472670Z Vulnerability Reg file data sampling: Not affected 2025-11-03T15:45:34.8472957Z Vulnerability Retbleed: Not affected 2025-11-03T15:45:34.8473309Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-11-03T15:45:34.8473675Z Vulnerability Spec store bypass: Vulnerable 2025-11-03T15:45:34.8474115Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-11-03T15:45:34.8474910Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-11-03T15:45:34.8475419Z Vulnerability Srbds: Not affected 2025-11-03T15:45:34.8475699Z Vulnerability Tsx async abort: Not affected 2025-11-03T15:45:34.8475885Z 2025-11-03T15:45:34.8475969Z Versions of relevant libraries: 2025-11-03T15:45:34.8476184Z [pip3] numpy==2.3.4 2025-11-03T15:45:34.8476375Z [pip3] nvidia-cublas-cu12==12.8.4.1 2025-11-03T15:45:34.8476698Z [pip3] nvidia-cuda-cupti-cu12==12.8.90 2025-11-03T15:45:34.8476973Z [pip3] nvidia-cuda-nvrtc-cu12==12.8.93 2025-11-03T15:45:34.8477223Z [pip3] nvidia-cuda-runtime-cu12==12.8.90 2025-11-03T15:45:34.8477471Z [pip3] nvidia-cudnn-cu12==9.10.2.21 2025-11-03T15:45:34.8477692Z [pip3] nvidia-cufft-cu12==11.3.3.83 2025-11-03T15:45:34.8477915Z [pip3] nvidia-curand-cu12==10.3.9.90 2025-11-03T15:45:34.8478149Z [pip3] nvidia-cusolver-cu12==11.7.3.90 2025-11-03T15:45:34.8478383Z [pip3] nvidia-cusparse-cu12==12.5.8.93 2025-11-03T15:45:34.8478615Z [pip3] nvidia-cusparselt-cu12==0.7.1 2025-11-03T15:45:34.8478846Z [pip3] nvidia-nccl-cu12==2.27.5 2025-11-03T15:45:34.8479069Z [pip3] nvidia-nvjitlink-cu12==12.8.93 2025-11-03T15:45:34.8479302Z [pip3] nvidia-nvtx-cu12==12.8.90 2025-11-03T15:45:34.8479513Z [pip3] optree==0.17.0 2025-11-03T15:45:34.8479687Z [pip3] torch==2.9.0 2025-11-03T15:45:34.8479861Z [pip3] triton==3.5.0 2025-11-03T15:45:34.8480123Z [conda] No relevant packages 2025-11-03T15:45:35.1204145Z Post job cleanup. 2025-11-03T15:45:35.2761183Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-11-03T15:45:35.2877073Z Post job cleanup. 2025-11-03T15:45:35.2915638Z Post job cleanup. 2025-11-03T15:45:35.3868615Z [command]/usr/bin/git version 2025-11-03T15:45:35.3906468Z git version 2.51.2 2025-11-03T15:45:35.3944677Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/dd02b94f-9f77-49cb-9b49-30bb20a43761/.gitconfig' 2025-11-03T15:45:35.3954304Z Temporarily overriding HOME='/home/runner/work/_temp/dd02b94f-9f77-49cb-9b49-30bb20a43761' before making global git config changes 2025-11-03T15:45:35.3955548Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:45:35.3960699Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:45:35.3997414Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:45:35.4030459Z [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-11-03T15:45:35.4346372Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:45:35.4371594Z http.https://github.com/.extraheader 2025-11-03T15:45:35.4388887Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-11-03T15:45:35.4427465Z [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-11-03T15:45:35.4808201Z Cleaning up orphan processes