2025-10-10T00:01:07.6224213Z Current runner version: '2.328.0' 2025-10-10T00:01:07.6256620Z ##[group]Runner Image Provisioner 2025-10-10T00:01:07.6257804Z Hosted Compute Agent 2025-10-10T00:01:07.6258941Z Version: 20250926.407 2025-10-10T00:01:07.6260046Z Commit: a8d3c890d6d501a6f936b65ce895408b5f196586 2025-10-10T00:01:07.6261267Z Build Date: 2025-09-26T14:52:28Z 2025-10-10T00:01:07.6262412Z ##[endgroup] 2025-10-10T00:01:07.6263318Z ##[group]Operating System 2025-10-10T00:01:07.6264256Z Ubuntu 2025-10-10T00:01:07.6265697Z 24.04.3 2025-10-10T00:01:07.6266567Z LTS 2025-10-10T00:01:07.6267273Z ##[endgroup] 2025-10-10T00:01:07.6268556Z ##[group]Runner Image 2025-10-10T00:01:07.6269493Z Image: ubuntu-24.04 2025-10-10T00:01:07.6270555Z Version: 20250929.60.1 2025-10-10T00:01:07.6272405Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250929.60/images/ubuntu/Ubuntu2404-Readme.md 2025-10-10T00:01:07.6275036Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60 2025-10-10T00:01:07.6276833Z ##[endgroup] 2025-10-10T00:01:07.6281287Z ##[group]GITHUB_TOKEN Permissions 2025-10-10T00:01:07.6284322Z Actions: read 2025-10-10T00:01:07.6285216Z Attestations: read 2025-10-10T00:01:07.6286056Z Checks: read 2025-10-10T00:01:07.6286835Z Contents: read 2025-10-10T00:01:07.6287728Z Deployments: read 2025-10-10T00:01:07.6288757Z Discussions: read 2025-10-10T00:01:07.6289628Z Issues: read 2025-10-10T00:01:07.6290499Z Metadata: read 2025-10-10T00:01:07.6291365Z Models: read 2025-10-10T00:01:07.6292159Z Packages: read 2025-10-10T00:01:07.6293106Z Pages: read 2025-10-10T00:01:07.6293952Z PullRequests: read 2025-10-10T00:01:07.6294930Z RepositoryProjects: read 2025-10-10T00:01:07.6295941Z SecurityEvents: read 2025-10-10T00:01:07.6296989Z Statuses: read 2025-10-10T00:01:07.6297790Z ##[endgroup] 2025-10-10T00:01:07.6301340Z Secret source: Actions 2025-10-10T00:01:07.6302989Z Prepare workflow directory 2025-10-10T00:01:07.6770675Z Prepare all required actions 2025-10-10T00:01:07.6827744Z Getting action download info 2025-10-10T00:01:08.0437819Z Download action repository 'pytorch/pytorch@main' (SHA:344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T00:01:17.5152421Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-10-10T00:01:17.6624795Z Getting action download info 2025-10-10T00:01:17.8032623Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-10-10T00:01:17.8808356Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-10-10T00:01:17.9436568Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-10-10T00:01:17.9437249Z with: 2025-10-10T00:01:17.9437434Z submodules: false 2025-10-10T00:01:17.9437638Z fetch-depth: 1 2025-10-10T00:01:17.9438280Z ##[endgroup] 2025-10-10T00:01:17.9522345Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:01:17.9523171Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:01:17.9560145Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:17.9560482Z ##[endgroup] 2025-10-10T00:01:17.9795507Z ##[group]Run # Use all available CPUs for fetching 2025-10-10T00:01:17.9795918Z # Use all available CPUs for fetching 2025-10-10T00:01:17.9796195Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:17.9796521Z git config --global fetch.parallel 0 2025-10-10T00:01:17.9796825Z git config --global submodule.fetchJobs 0 2025-10-10T00:01:17.9797103Z  2025-10-10T00:01:17.9797389Z # Clean workspace. The default checkout action should also do this, but 2025-10-10T00:01:17.9797771Z # do it here as well just in case 2025-10-10T00:01:17.9798232Z if [[ -d .git ]]; then 2025-10-10T00:01:17.9798470Z  if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:01:17.9798951Z  sudo git clean -ffdx 2025-10-10T00:01:17.9799166Z  else 2025-10-10T00:01:17.9799350Z  git clean -ffdx 2025-10-10T00:01:17.9799553Z  fi 2025-10-10T00:01:17.9799722Z fi 2025-10-10T00:01:17.9831133Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:17.9831470Z env: 2025-10-10T00:01:17.9831638Z NO_SUDO: 2025-10-10T00:01:17.9831807Z ##[endgroup] 2025-10-10T00:01:18.0125393Z ##[group]Run actions/checkout@v4 2025-10-10T00:01:18.0125682Z with: 2025-10-10T00:01:18.0125905Z ref: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:18.0126173Z fetch-depth: 1 2025-10-10T00:01:18.0126372Z submodules: false 2025-10-10T00:01:18.0126566Z show-progress: false 2025-10-10T00:01:18.0126786Z repository: pytorch/pytorch 2025-10-10T00:01:18.0127137Z token: *** 2025-10-10T00:01:18.0127325Z ssh-strict: true 2025-10-10T00:01:18.0127503Z ssh-user: git 2025-10-10T00:01:18.0127709Z persist-credentials: true 2025-10-10T00:01:18.0127917Z clean: true 2025-10-10T00:01:18.0128278Z sparse-checkout-cone-mode: true 2025-10-10T00:01:18.0128515Z fetch-tags: false 2025-10-10T00:01:18.0128688Z lfs: false 2025-10-10T00:01:18.0128868Z set-safe-directory: true 2025-10-10T00:01:18.0129071Z ##[endgroup] 2025-10-10T00:01:18.1161715Z Syncing repository: pytorch/pytorch 2025-10-10T00:01:18.1163198Z ##[group]Getting Git version info 2025-10-10T00:01:18.1163757Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-10-10T00:01:18.1164493Z [command]/usr/bin/git version 2025-10-10T00:01:18.1175194Z git version 2.51.0 2025-10-10T00:01:18.1201270Z ##[endgroup] 2025-10-10T00:01:18.1217550Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/70e88ee4-4e7c-4b4b-b350-b0d9ac9a9193/.gitconfig' 2025-10-10T00:01:18.1228615Z Temporarily overriding HOME='/home/runner/work/_temp/70e88ee4-4e7c-4b4b-b350-b0d9ac9a9193' before making global git config changes 2025-10-10T00:01:18.1230018Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:01:18.1233382Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:01:18.1267098Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-10-10T00:01:18.1271535Z ##[group]Initializing the repository 2025-10-10T00:01:18.1276648Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-10-10T00:01:18.1346020Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-10-10T00:01:18.1347349Z hint: is subject to change. To configure the initial branch name to use in all 2025-10-10T00:01:18.1347977Z hint: of your new repositories, which will suppress this warning, call: 2025-10-10T00:01:18.1348654Z hint: 2025-10-10T00:01:18.1348973Z hint: git config --global init.defaultBranch 2025-10-10T00:01:18.1349695Z hint: 2025-10-10T00:01:18.1350372Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-10-10T00:01:18.1384699Z hint: 'development'. The just-created branch can be renamed via this command: 2025-10-10T00:01:18.1385138Z hint: 2025-10-10T00:01:18.1385352Z hint: git branch -m 2025-10-10T00:01:18.1385760Z hint: 2025-10-10T00:01:18.1386306Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-10-10T00:01:18.1387262Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-10-10T00:01:18.1389062Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-10-10T00:01:18.1400827Z ##[endgroup] 2025-10-10T00:01:18.1401389Z ##[group]Disabling automatic garbage collection 2025-10-10T00:01:18.1405297Z [command]/usr/bin/git config --local gc.auto 0 2025-10-10T00:01:18.1434365Z ##[endgroup] 2025-10-10T00:01:18.1434879Z ##[group]Setting up auth 2025-10-10T00:01:18.1442927Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:01:18.1474140Z [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-10-10T00:01:18.1784285Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:01:18.1814395Z [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-10-10T00:01:18.2039523Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T00:01:18.2076847Z ##[endgroup] 2025-10-10T00:01:18.2077465Z ##[group]Fetching the repository 2025-10-10T00:01:18.2085193Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:24.1256436Z From https://github.com/pytorch/pytorch 2025-10-10T00:01:24.1257490Z * branch 344e6365a0068c2d2847fcec0c55dd53291d475e -> FETCH_HEAD 2025-10-10T00:01:24.1282713Z ##[endgroup] 2025-10-10T00:01:24.1285027Z ##[group]Determining the checkout info 2025-10-10T00:01:24.1285988Z ##[endgroup] 2025-10-10T00:01:24.1291572Z [command]/usr/bin/git sparse-checkout disable 2025-10-10T00:01:24.1338462Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-10-10T00:01:24.1366520Z ##[group]Checking out the ref 2025-10-10T00:01:24.1372505Z [command]/usr/bin/git checkout --progress --force 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:25.1587387Z Updating files: 86% (17267/19929) 2025-10-10T00:01:25.1706176Z Updating files: 87% (17339/19929) 2025-10-10T00:01:25.1819662Z Updating files: 88% (17538/19929) 2025-10-10T00:01:25.1946390Z Updating files: 89% (17737/19929) 2025-10-10T00:01:25.2099460Z Updating files: 90% (17937/19929) 2025-10-10T00:01:25.2219568Z Updating files: 91% (18136/19929) 2025-10-10T00:01:25.2341155Z Updating files: 92% (18335/19929) 2025-10-10T00:01:25.2509859Z Updating files: 93% (18534/19929) 2025-10-10T00:01:25.2682223Z Updating files: 94% (18734/19929) 2025-10-10T00:01:25.2839314Z Updating files: 95% (18933/19929) 2025-10-10T00:01:25.2979495Z Updating files: 96% (19132/19929) 2025-10-10T00:01:25.3124696Z Updating files: 97% (19332/19929) 2025-10-10T00:01:25.3368422Z Updating files: 98% (19531/19929) 2025-10-10T00:01:25.3524776Z Updating files: 99% (19730/19929) 2025-10-10T00:01:25.3525356Z Updating files: 100% (19929/19929) 2025-10-10T00:01:25.3526139Z Updating files: 100% (19929/19929), done. 2025-10-10T00:01:25.3787060Z Note: switching to '344e6365a0068c2d2847fcec0c55dd53291d475e'. 2025-10-10T00:01:25.3787645Z 2025-10-10T00:01:25.3787961Z You are in 'detached HEAD' state. You can look around, make experimental 2025-10-10T00:01:25.3788904Z changes and commit them, and you can discard any commits you make in this 2025-10-10T00:01:25.3789629Z state without impacting any branches by switching back to a branch. 2025-10-10T00:01:25.3790104Z 2025-10-10T00:01:25.3790384Z If you want to create a new branch to retain commits you create, you may 2025-10-10T00:01:25.3791117Z do so (now or later) by using -c with the switch command. Example: 2025-10-10T00:01:25.3791548Z 2025-10-10T00:01:25.3791708Z git switch -c 2025-10-10T00:01:25.3791974Z 2025-10-10T00:01:25.3792136Z Or undo this operation with: 2025-10-10T00:01:25.3792389Z 2025-10-10T00:01:25.3792515Z git switch - 2025-10-10T00:01:25.3792709Z 2025-10-10T00:01:25.3793052Z Turn off this advice by setting config variable advice.detachedHead to false 2025-10-10T00:01:25.3793529Z 2025-10-10T00:01:25.3794013Z HEAD is now at 344e636 [inductor][eazy] change how torch.use_deterministic_algorithms affect inductor (#164905) 2025-10-10T00:01:25.3831012Z ##[endgroup] 2025-10-10T00:01:25.3872929Z [command]/usr/bin/git log -1 --format=%H 2025-10-10T00:01:25.3896108Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:01:25.4018769Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:25.4019271Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:01:25.4019514Z # Clean stale submodule dirs 2025-10-10T00:01:25.4019763Z if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:01:25.4020055Z  sudo git submodule foreach --recursive git clean -ffdx 2025-10-10T00:01:25.4020368Z else 2025-10-10T00:01:25.4020611Z  git submodule foreach --recursive git clean -ffdx 2025-10-10T00:01:25.4020898Z fi 2025-10-10T00:01:25.4053445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:01:25.4053771Z env: 2025-10-10T00:01:25.4053939Z NO_SUDO: 2025-10-10T00:01:25.4054105Z ##[endgroup] 2025-10-10T00:01:25.4467392Z ##[group]Run set -eou pipefail 2025-10-10T00:01:25.4467696Z set -eou pipefail 2025-10-10T00:01:25.4467945Z # Generate PyTorch version to use 2025-10-10T00:01:25.4468743Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-10-10T00:01:25.4502347Z shell: /usr/bin/bash -e {0} 2025-10-10T00:01:25.4502595Z ##[endgroup] 2025-10-10T00:01:25.5012045Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-10-10T00:01:25.5012452Z with: 2025-10-10T00:01:25.5012644Z python-version: 3.8 2025-10-10T00:01:25.5012860Z architecture: x64 2025-10-10T00:01:25.5013048Z check-latest: false 2025-10-10T00:01:25.5013248Z cache: pip 2025-10-10T00:01:25.5013546Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-10-10T00:01:25.5014049Z token: *** 2025-10-10T00:01:25.5014247Z update-environment: true 2025-10-10T00:01:25.5014475Z allow-prereleases: false 2025-10-10T00:01:25.5014691Z freethreaded: false 2025-10-10T00:01:25.5014887Z ##[endgroup] 2025-10-10T00:01:25.6729880Z ##[group]Installed versions 2025-10-10T00:01:25.9264871Z Version 3.8 was not found in the local cache 2025-10-10T00:01:26.3579242Z Version 3.8 is available for downloading 2025-10-10T00:01:26.3581103Z Download from "https://github.com/actions/python-versions/releases/download/3.8.18-12303122501/python-3.8.18-linux-24.04-x64.tar.gz" 2025-10-10T00:01:26.9896500Z Extract downloaded archive 2025-10-10T00:01:26.9999898Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/cc3211b1-7134-47e3-bf6e-b32c5872a98c -f /home/runner/work/_temp/5c293fb3-233d-4c87-8939-088a95a43840 2025-10-10T00:01:28.3068973Z Execute installation script 2025-10-10T00:01:28.3160309Z Check if Python hostedtoolcache folder exist... 2025-10-10T00:01:28.3160905Z Create Python 3.8.18 folder 2025-10-10T00:01:28.3174426Z Copy Python binaries to hostedtoolcache folder 2025-10-10T00:01:28.7854750Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-10-10T00:01:28.7897147Z Upgrading pip... 2025-10-10T00:01:30.8605472Z Looking in links: /tmp/tmpjg3rt10v 2025-10-10T00:01:30.8609490Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-10-10T00:01:30.8614305Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-10-10T00:01:32.3544790Z Collecting pip 2025-10-10T00:01:32.3996517Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-10-10T00:01:32.4890435Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.2 MB/s eta 0:00:00 2025-10-10T00:01:32.4890869Z 2025-10-10T00:01:32.5233726Z Installing collected packages: pip 2025-10-10T00:01:32.5235127Z Attempting uninstall: pip 2025-10-10T00:01:32.5241719Z Found existing installation: pip 23.0.1 2025-10-10T00:01:32.7062173Z Uninstalling pip-23.0.1: 2025-10-10T00:01:32.7133173Z Successfully uninstalled pip-23.0.1 2025-10-10T00:01:33.4137510Z Successfully installed pip-25.0.1 2025-10-10T00:01:33.4653485Z Create complete file 2025-10-10T00:01:33.4695744Z Successfully set up CPython (3.8.18) 2025-10-10T00:01:33.4697117Z ##[endgroup] 2025-10-10T00:01:34.8366159Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-10-10T00:01:34.9944561Z /home/runner/.cache/pip 2025-10-10T00:01:35.1825025Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63 2025-10-10T00:01:35.3101785Z Received 1842037 of 1842037 (100.0%), 22.5 MBs/sec 2025-10-10T00:01:35.3102377Z Cache Size: ~2 MB (1842037 B) 2025-10-10T00:01:35.3127707Z [command]/usr/bin/tar -xf /home/runner/work/_temp/1d08d087-0cda-4af1-82e6-38f6a21d0a35/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-10-10T00:01:35.3273029Z Cache restored successfully 2025-10-10T00:01:35.3283636Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63 2025-10-10T00:01:35.3472789Z ##[group]Run # All we need to see is that it passes 2025-10-10T00:01:35.3473282Z # All we need to see is that it passes 2025-10-10T00:01:35.3473691Z python3 torch/utils/collect_env.py 2025-10-10T00:01:35.3509751Z shell: /usr/bin/bash -e {0} 2025-10-10T00:01:35.3510048Z env: 2025-10-10T00:01:35.3510484Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-10-10T00:01:35.3511018Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-10-10T00:01:35.3511491Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-10-10T00:01:35.3512030Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-10-10T00:01:35.3512478Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-10-10T00:01:35.3512906Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-10-10T00:01:35.3513360Z ##[endgroup] 2025-10-10T00:01:36.9536324Z Collecting environment information... 2025-10-10T00:01:36.9537212Z PyTorch version: N/A 2025-10-10T00:01:36.9537680Z Is debug build: N/A 2025-10-10T00:01:36.9538464Z CUDA used to build PyTorch: N/A 2025-10-10T00:01:36.9539014Z ROCM used to build PyTorch: N/A 2025-10-10T00:01:36.9539367Z 2025-10-10T00:01:36.9539541Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-10-10T00:01:36.9540223Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-10-10T00:01:36.9540816Z Clang version: 18.1.3 (1ubuntu1) 2025-10-10T00:01:36.9541327Z CMake version: version 3.31.6 2025-10-10T00:01:36.9541924Z Libc version: glibc-2.39 2025-10-10T00:01:36.9542241Z 2025-10-10T00:01:36.9542652Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-10-10T00:01:36.9543508Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-10-10T00:01:36.9544305Z Is CUDA available: N/A 2025-10-10T00:01:36.9544878Z CUDA runtime version: Could not collect 2025-10-10T00:01:36.9545445Z CUDA_MODULE_LOADING set to: N/A 2025-10-10T00:01:36.9545922Z GPU models and configuration: Could not collect 2025-10-10T00:01:36.9546339Z Nvidia driver version: Could not collect 2025-10-10T00:01:36.9546688Z cuDNN version: Could not collect 2025-10-10T00:01:36.9547080Z Is XPU available: N/A 2025-10-10T00:01:36.9547354Z HIP runtime version: N/A 2025-10-10T00:01:36.9547661Z MIOpen runtime version: N/A 2025-10-10T00:01:36.9548291Z Is XNNPACK available: N/A 2025-10-10T00:01:36.9548586Z 2025-10-10T00:01:36.9548723Z CPU: 2025-10-10T00:01:36.9548959Z Architecture: x86_64 2025-10-10T00:01:36.9549442Z CPU op-mode(s): 32-bit, 64-bit 2025-10-10T00:01:36.9549898Z Address sizes: 48 bits physical, 48 bits virtual 2025-10-10T00:01:36.9550508Z Byte Order: Little Endian 2025-10-10T00:01:36.9551268Z CPU(s): 4 2025-10-10T00:01:36.9551938Z On-line CPU(s) list: 0-3 2025-10-10T00:01:36.9552687Z Vendor ID: AuthenticAMD 2025-10-10T00:01:36.9553418Z Model name: AMD EPYC 7763 64-Core Processor 2025-10-10T00:01:36.9554107Z CPU family: 25 2025-10-10T00:01:36.9554724Z Model: 1 2025-10-10T00:01:36.9555661Z Thread(s) per core: 2 2025-10-10T00:01:36.9556263Z Core(s) per socket: 2 2025-10-10T00:01:36.9556963Z Socket(s): 1 2025-10-10T00:01:36.9573582Z Stepping: 1 2025-10-10T00:01:36.9574122Z BogoMIPS: 4890.86 2025-10-10T00:01:36.9578805Z 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-10-10T00:01:36.9582252Z Virtualization: AMD-V 2025-10-10T00:01:36.9582573Z Hypervisor vendor: Microsoft 2025-10-10T00:01:36.9582875Z Virtualization type: full 2025-10-10T00:01:36.9583179Z L1d cache: 64 KiB (2 instances) 2025-10-10T00:01:36.9583499Z L1i cache: 64 KiB (2 instances) 2025-10-10T00:01:36.9583824Z L2 cache: 1 MiB (2 instances) 2025-10-10T00:01:36.9584141Z L3 cache: 32 MiB (1 instance) 2025-10-10T00:01:36.9584423Z NUMA node(s): 1 2025-10-10T00:01:36.9584685Z NUMA node0 CPU(s): 0-3 2025-10-10T00:01:36.9585006Z Vulnerability Gather data sampling: Not affected 2025-10-10T00:01:36.9585596Z Vulnerability Itlb multihit: Not affected 2025-10-10T00:01:36.9586113Z Vulnerability L1tf: Not affected 2025-10-10T00:01:36.9586646Z Vulnerability Mds: Not affected 2025-10-10T00:01:36.9587159Z Vulnerability Meltdown: Not affected 2025-10-10T00:01:36.9587672Z Vulnerability Mmio stale data: Not affected 2025-10-10T00:01:36.9588373Z Vulnerability Reg file data sampling: Not affected 2025-10-10T00:01:36.9588927Z Vulnerability Retbleed: Not affected 2025-10-10T00:01:36.9589563Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-10-10T00:01:36.9590055Z Vulnerability Spec store bypass: Vulnerable 2025-10-10T00:01:36.9590534Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-10-10T00:01:36.9591251Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-10-10T00:01:36.9591835Z Vulnerability Srbds: Not affected 2025-10-10T00:01:36.9592136Z Vulnerability Tsx async abort: Not affected 2025-10-10T00:01:36.9592330Z 2025-10-10T00:01:36.9592422Z Versions of relevant libraries: 2025-10-10T00:01:36.9592667Z [pip3] No relevant packages 2025-10-10T00:01:36.9592891Z [conda] No relevant packages 2025-10-10T00:01:36.9634371Z Post job cleanup. 2025-10-10T00:01:37.1136324Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63, not saving cache. 2025-10-10T00:01:37.1253899Z Post job cleanup. 2025-10-10T00:01:37.1295546Z Post job cleanup. 2025-10-10T00:01:37.2254995Z [command]/usr/bin/git version 2025-10-10T00:01:37.2292260Z git version 2.51.0 2025-10-10T00:01:37.2330310Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/54dec97b-7637-4209-a18f-a3c0c34fb614/.gitconfig' 2025-10-10T00:01:37.2340261Z Temporarily overriding HOME='/home/runner/work/_temp/54dec97b-7637-4209-a18f-a3c0c34fb614' before making global git config changes 2025-10-10T00:01:37.2341882Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:01:37.2353363Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:01:37.2389278Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:01:37.2422106Z [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-10-10T00:01:37.2675682Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:01:37.2697514Z http.https://github.com/.extraheader 2025-10-10T00:01:37.2711221Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-10-10T00:01:37.2743081Z [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-10-10T00:01:37.3107430Z Cleaning up orphan processes