2025-11-03T15:43:03.7567406Z Current runner version: '2.329.0' 2025-11-03T15:43:03.7573997Z Runner name: 'linux.24_04.4x_0a23bffea854' 2025-11-03T15:43:03.7574905Z Runner group name: 'default' 2025-11-03T15:43:03.7575747Z Machine name: 'runnervmf2e7y' 2025-11-03T15:43:03.7595018Z ##[group]Operating System 2025-11-03T15:43:03.7595719Z Ubuntu 2025-11-03T15:43:03.7596205Z 24.04.3 2025-11-03T15:43:03.7596688Z LTS 2025-11-03T15:43:03.7597252Z ##[endgroup] 2025-11-03T15:43:03.7597730Z ##[group]Runner Image 2025-11-03T15:43:03.7598312Z Image: ubuntu-24.04 2025-11-03T15:43:03.7598884Z Version: 20251030.96.2 2025-11-03T15:43:03.7599854Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251030.96/images/ubuntu/Ubuntu2404-Readme.md 2025-11-03T15:43:03.7601555Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251030.96 2025-11-03T15:43:03.7602541Z ##[endgroup] 2025-11-03T15:43:03.7604841Z ##[group]GITHUB_TOKEN Permissions 2025-11-03T15:43:03.7606987Z Actions: read 2025-11-03T15:43:03.7607593Z Attestations: read 2025-11-03T15:43:03.7608174Z Checks: read 2025-11-03T15:43:03.7608620Z Contents: read 2025-11-03T15:43:03.7609168Z Deployments: read 2025-11-03T15:43:03.7609728Z Discussions: read 2025-11-03T15:43:03.7610191Z Issues: read 2025-11-03T15:43:03.7610669Z Metadata: read 2025-11-03T15:43:03.7611133Z Models: read 2025-11-03T15:43:03.7611964Z Packages: read 2025-11-03T15:43:03.7612468Z Pages: read 2025-11-03T15:43:03.7612993Z PullRequests: read 2025-11-03T15:43:03.7613502Z RepositoryProjects: read 2025-11-03T15:43:03.7614063Z SecurityEvents: read 2025-11-03T15:43:03.7614604Z Statuses: read 2025-11-03T15:43:03.7615085Z ##[endgroup] 2025-11-03T15:43:03.7617116Z Secret source: Actions 2025-11-03T15:43:03.7618144Z Prepare workflow directory 2025-11-03T15:43:03.8014949Z Prepare all required actions 2025-11-03T15:43:03.8053545Z Getting action download info 2025-11-03T15:43:04.2567065Z Download action repository 'pytorch/pytorch@main' (SHA:3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:14.1403349Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-11-03T15:43:14.4130815Z Getting action download info 2025-11-03T15:43:14.5761487Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-11-03T15:43:14.6746122Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-11-03T15:43:14.7409698Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-11-03T15:43:14.7410477Z with: 2025-11-03T15:43:14.7410710Z submodules: false 2025-11-03T15:43:14.7410956Z fetch-depth: 1 2025-11-03T15:43:14.7411684Z ##[endgroup] 2025-11-03T15:43:14.7505087Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:14.7506001Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:14.7544320Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:14.7544715Z ##[endgroup] 2025-11-03T15:43:14.7791814Z ##[group]Run # Use all available CPUs for fetching 2025-11-03T15:43:14.7792322Z # Use all available CPUs for fetching 2025-11-03T15:43:14.7792651Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:14.7793024Z git config --global fetch.parallel 0 2025-11-03T15:43:14.7793377Z git config --global submodule.fetchJobs 0 2025-11-03T15:43:14.7793687Z  2025-11-03T15:43:14.7794020Z # Clean workspace. The default checkout action should also do this, but 2025-11-03T15:43:14.7794432Z # do it here as well just in case 2025-11-03T15:43:14.7794721Z if [[ -d .git ]]; then 2025-11-03T15:43:14.7794989Z  if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:14.7795274Z  sudo git clean -ffdx 2025-11-03T15:43:14.7795526Z  else 2025-11-03T15:43:14.7796036Z  git clean -ffdx 2025-11-03T15:43:14.7796283Z  fi 2025-11-03T15:43:14.7796493Z fi 2025-11-03T15:43:14.7829433Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:14.7829806Z env: 2025-11-03T15:43:14.7830039Z NO_SUDO: 2025-11-03T15:43:14.7830241Z ##[endgroup] 2025-11-03T15:43:14.8935109Z ##[group]Run actions/checkout@v4 2025-11-03T15:43:14.8935451Z with: 2025-11-03T15:43:14.8935717Z ref: 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:14.8936044Z fetch-depth: 1 2025-11-03T15:43:14.8936272Z submodules: false 2025-11-03T15:43:14.8936495Z show-progress: false 2025-11-03T15:43:14.8936750Z repository: pytorch/pytorch 2025-11-03T15:43:14.8937223Z token: *** 2025-11-03T15:43:14.8937446Z ssh-strict: true 2025-11-03T15:43:14.8937666Z ssh-user: git 2025-11-03T15:43:14.8937902Z persist-credentials: true 2025-11-03T15:43:14.8938158Z clean: true 2025-11-03T15:43:14.8938395Z sparse-checkout-cone-mode: true 2025-11-03T15:43:14.8938682Z fetch-tags: false 2025-11-03T15:43:14.8938897Z lfs: false 2025-11-03T15:43:14.8939117Z set-safe-directory: true 2025-11-03T15:43:14.8939361Z ##[endgroup] 2025-11-03T15:43:15.0067461Z Syncing repository: pytorch/pytorch 2025-11-03T15:43:15.0069077Z ##[group]Getting Git version info 2025-11-03T15:43:15.0069497Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:15.0070119Z [command]/usr/bin/git version 2025-11-03T15:43:15.0070387Z git version 2.51.2 2025-11-03T15:43:15.0077443Z ##[endgroup] 2025-11-03T15:43:15.0095758Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/f19d8312-033a-4c2c-89fe-e7bf90f7e55f/.gitconfig' 2025-11-03T15:43:15.0107072Z Temporarily overriding HOME='/home/runner/work/_temp/f19d8312-033a-4c2c-89fe-e7bf90f7e55f' before making global git config changes 2025-11-03T15:43:15.0108377Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:15.0112302Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:43:15.0147330Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:15.0150818Z ##[group]Initializing the repository 2025-11-03T15:43:15.0155533Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-11-03T15:43:15.1191855Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-11-03T15:43:15.1193526Z hint: is subject to change. To configure the initial branch name to use in all 2025-11-03T15:43:15.1194302Z hint: of your new repositories, which will suppress this warning, call: 2025-11-03T15:43:15.1194748Z hint: 2025-11-03T15:43:15.1195264Z hint: git config --global init.defaultBranch 2025-11-03T15:43:15.1195718Z hint: 2025-11-03T15:43:15.1196118Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-11-03T15:43:15.1196808Z hint: 'development'. The just-created branch can be renamed via this command: 2025-11-03T15:43:15.1197277Z hint: 2025-11-03T15:43:15.1197605Z hint: git branch -m 2025-11-03T15:43:15.1197993Z hint: 2025-11-03T15:43:15.1198473Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-11-03T15:43:15.1234687Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-11-03T15:43:15.1249078Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-11-03T15:43:15.1337024Z ##[endgroup] 2025-11-03T15:43:15.1338239Z ##[group]Disabling automatic garbage collection 2025-11-03T15:43:15.1342083Z [command]/usr/bin/git config --local gc.auto 0 2025-11-03T15:43:15.1377403Z ##[endgroup] 2025-11-03T15:43:15.1377969Z ##[group]Setting up auth 2025-11-03T15:43:15.1385241Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:15.1422228Z [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:15.3137018Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:15.3170006Z [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:15.3410872Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-11-03T15:43:15.3459808Z ##[endgroup] 2025-11-03T15:43:15.3460812Z ##[group]Fetching the repository 2025-11-03T15:43:15.3469475Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:21.9353330Z From https://github.com/pytorch/pytorch 2025-11-03T15:43:21.9354428Z * branch 3f6538febd727b782e6e13cfd026a309fb14351d -> FETCH_HEAD 2025-11-03T15:43:21.9422458Z ##[endgroup] 2025-11-03T15:43:21.9423611Z ##[group]Determining the checkout info 2025-11-03T15:43:21.9424646Z ##[endgroup] 2025-11-03T15:43:21.9430318Z [command]/usr/bin/git sparse-checkout disable 2025-11-03T15:43:21.9546517Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-11-03T15:43:21.9576573Z ##[group]Checking out the ref 2025-11-03T15:43:21.9581537Z [command]/usr/bin/git checkout --progress --force 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:22.9840414Z Updating files: 86% (17259/20004) 2025-11-03T15:43:22.9959627Z Updating files: 87% (17404/20004) 2025-11-03T15:43:23.0071662Z Updating files: 88% (17604/20004) 2025-11-03T15:43:23.0198779Z Updating files: 89% (17804/20004) 2025-11-03T15:43:23.0354594Z Updating files: 90% (18004/20004) 2025-11-03T15:43:23.0471462Z Updating files: 91% (18204/20004) 2025-11-03T15:43:23.0597444Z Updating files: 92% (18404/20004) 2025-11-03T15:43:23.0767415Z Updating files: 93% (18604/20004) 2025-11-03T15:43:23.0963583Z Updating files: 94% (18804/20004) 2025-11-03T15:43:23.1121522Z Updating files: 95% (19004/20004) 2025-11-03T15:43:23.1260491Z Updating files: 96% (19204/20004) 2025-11-03T15:43:23.1407005Z Updating files: 97% (19404/20004) 2025-11-03T15:43:23.1646454Z Updating files: 98% (19604/20004) 2025-11-03T15:43:23.1808425Z Updating files: 99% (19804/20004) 2025-11-03T15:43:23.1809834Z Updating files: 100% (20004/20004) 2025-11-03T15:43:23.1811627Z Updating files: 100% (20004/20004), done. 2025-11-03T15:43:23.2005499Z Note: switching to '3f6538febd727b782e6e13cfd026a309fb14351d'. 2025-11-03T15:43:23.2006618Z 2025-11-03T15:43:23.2007058Z You are in 'detached HEAD' state. You can look around, make experimental 2025-11-03T15:43:23.2007815Z changes and commit them, and you can discard any commits you make in this 2025-11-03T15:43:23.2008938Z state without impacting any branches by switching back to a branch. 2025-11-03T15:43:23.2009434Z 2025-11-03T15:43:23.2009771Z If you want to create a new branch to retain commits you create, you may 2025-11-03T15:43:23.2010728Z do so (now or later) by using -c with the switch command. Example: 2025-11-03T15:43:23.2011640Z 2025-11-03T15:43:23.2012000Z git switch -c 2025-11-03T15:43:23.2012384Z 2025-11-03T15:43:23.2012613Z Or undo this operation with: 2025-11-03T15:43:23.2012991Z 2025-11-03T15:43:23.2013152Z git switch - 2025-11-03T15:43:23.2013512Z 2025-11-03T15:43:23.2013951Z Turn off this advice by setting config variable advice.detachedHead to false 2025-11-03T15:43:23.2014616Z 2025-11-03T15:43:23.2014933Z HEAD is now at 3f6538f Remove tools from BC linter (#166858) 2025-11-03T15:43:23.2049036Z ##[endgroup] 2025-11-03T15:43:23.2091467Z [command]/usr/bin/git log -1 --format=%H 2025-11-03T15:43:23.2115052Z 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:23.2234293Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:23.2234729Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:23.2235118Z # Clean stale submodule dirs 2025-11-03T15:43:23.2235432Z if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:23.2236092Z  sudo git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:23.2236475Z else 2025-11-03T15:43:23.2236814Z  git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:23.2237219Z fi 2025-11-03T15:43:23.2269859Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:23.2270339Z env: 2025-11-03T15:43:23.2270621Z NO_SUDO: 2025-11-03T15:43:23.2270849Z ##[endgroup] 2025-11-03T15:43:23.2731332Z ##[group]Run set -eou pipefail 2025-11-03T15:43:23.2731737Z set -eou pipefail 2025-11-03T15:43:23.2731990Z # Generate PyTorch version to use 2025-11-03T15:43:23.2732500Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-11-03T15:43:23.2765941Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:23.2766185Z ##[endgroup] 2025-11-03T15:43:23.3304708Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-11-03T15:43:23.3305124Z with: 2025-11-03T15:43:23.3305310Z python-version: 3.8 2025-11-03T15:43:23.3305507Z architecture: x64 2025-11-03T15:43:23.3305689Z check-latest: false 2025-11-03T15:43:23.3305864Z cache: pip 2025-11-03T15:43:23.3306158Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-11-03T15:43:23.3306628Z token: *** 2025-11-03T15:43:23.3306822Z update-environment: true 2025-11-03T15:43:23.3307050Z allow-prereleases: false 2025-11-03T15:43:23.3307256Z freethreaded: false 2025-11-03T15:43:23.3307451Z ##[endgroup] 2025-11-03T15:43:23.5015218Z ##[group]Installed versions 2025-11-03T15:43:23.5788682Z Version 3.8 was not found in the local cache 2025-11-03T15:43:24.5171490Z Version 3.8 is available for downloading 2025-11-03T15:43:24.5173473Z 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-11-03T15:43:25.3529438Z Extract downloaded archive 2025-11-03T15:43:25.3672054Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/1fe31116-dcb6-40fc-8c33-5a533dbbed72 -f /home/runner/work/_temp/30c4f29f-6c15-4159-b684-cc32b6e76010 2025-11-03T15:43:26.6795915Z Execute installation script 2025-11-03T15:43:26.6893071Z Check if Python hostedtoolcache folder exist... 2025-11-03T15:43:26.6893604Z Create Python 3.8.18 folder 2025-11-03T15:43:26.6906758Z Copy Python binaries to hostedtoolcache folder 2025-11-03T15:43:27.1632779Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-11-03T15:43:27.1674978Z Upgrading pip... 2025-11-03T15:43:29.2592205Z Looking in links: /tmp/tmp8w0gwf1g 2025-11-03T15:43:29.2595992Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-11-03T15:43:29.2600227Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-11-03T15:43:30.8051788Z Collecting pip 2025-11-03T15:43:30.8591992Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-11-03T15:43:30.9152354Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 34.8 MB/s eta 0:00:00 2025-11-03T15:43:30.9153089Z 2025-11-03T15:43:30.9496691Z Installing collected packages: pip 2025-11-03T15:43:30.9497209Z Attempting uninstall: pip 2025-11-03T15:43:30.9503778Z Found existing installation: pip 23.0.1 2025-11-03T15:43:31.1332536Z Uninstalling pip-23.0.1: 2025-11-03T15:43:31.1406889Z Successfully uninstalled pip-23.0.1 2025-11-03T15:43:31.8663418Z Successfully installed pip-25.0.1 2025-11-03T15:43:31.9226490Z Create complete file 2025-11-03T15:43:31.9273273Z Successfully set up CPython (3.8.18) 2025-11-03T15:43:31.9274463Z ##[endgroup] 2025-11-03T15:43:33.4341615Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-11-03T15:43:33.5969890Z /home/runner/.cache/pip 2025-11-03T15:43:33.8468856Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63 2025-11-03T15:43:34.6476927Z Received 1842330 of 1842330 (100.0%), 3.0 MBs/sec 2025-11-03T15:43:34.6477473Z Cache Size: ~2 MB (1842330 B) 2025-11-03T15:43:34.6502652Z [command]/usr/bin/tar -xf /home/runner/work/_temp/c132a5f4-8a83-4c9f-8923-5d845993ba6c/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-11-03T15:43:34.6645167Z Cache restored successfully 2025-11-03T15:43:34.6655882Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63 2025-11-03T15:43:34.6827970Z ##[group]Run # All we need to see is that it passes 2025-11-03T15:43:34.6828357Z # All we need to see is that it passes 2025-11-03T15:43:34.6828656Z python3 torch/utils/collect_env.py 2025-11-03T15:43:34.6864343Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:34.6864581Z env: 2025-11-03T15:43:34.6864836Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-11-03T15:43:34.6865279Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-11-03T15:43:34.6865687Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-11-03T15:43:34.6866044Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-11-03T15:43:34.6866398Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-11-03T15:43:34.6866745Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-11-03T15:43:34.6867041Z ##[endgroup] 2025-11-03T15:44:27.6099107Z Collecting environment information... 2025-11-03T15:44:27.6099847Z PyTorch version: N/A 2025-11-03T15:44:27.6100285Z Is debug build: N/A 2025-11-03T15:44:27.6100714Z CUDA used to build PyTorch: N/A 2025-11-03T15:44:27.6101413Z ROCM used to build PyTorch: N/A 2025-11-03T15:44:27.6101647Z 2025-11-03T15:44:27.6101779Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-11-03T15:44:27.6102156Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-11-03T15:44:27.6102618Z Clang version: 18.1.3 (1ubuntu1) 2025-11-03T15:44:27.6102987Z CMake version: version 3.31.6 2025-11-03T15:44:27.6103330Z Libc version: glibc-2.39 2025-11-03T15:44:27.6103537Z 2025-11-03T15:44:27.6103823Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-11-03T15:44:27.6104475Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-11-03T15:44:27.6105010Z Is CUDA available: N/A 2025-11-03T15:44:27.6105367Z CUDA runtime version: Could not collect 2025-11-03T15:44:27.6105671Z CUDA_MODULE_LOADING set to: N/A 2025-11-03T15:44:27.6105952Z GPU models and configuration: Could not collect 2025-11-03T15:44:27.6106274Z Nvidia driver version: Could not collect 2025-11-03T15:44:27.6106558Z cuDNN version: Could not collect 2025-11-03T15:44:27.6106806Z Is XPU available: N/A 2025-11-03T15:44:27.6107021Z HIP runtime version: N/A 2025-11-03T15:44:27.6107252Z MIOpen runtime version: N/A 2025-11-03T15:44:27.6107490Z Is XNNPACK available: N/A 2025-11-03T15:44:27.6107635Z 2025-11-03T15:44:27.6107727Z CPU: 2025-11-03T15:44:27.6107920Z Architecture: x86_64 2025-11-03T15:44:27.6108226Z CPU op-mode(s): 32-bit, 64-bit 2025-11-03T15:44:27.6108599Z Address sizes: 48 bits physical, 48 bits virtual 2025-11-03T15:44:27.6109184Z Byte Order: Little Endian 2025-11-03T15:44:27.6109645Z CPU(s): 4 2025-11-03T15:44:27.6110077Z On-line CPU(s) list: 0-3 2025-11-03T15:44:27.6110601Z Vendor ID: AuthenticAMD 2025-11-03T15:44:27.6111397Z Model name: AMD EPYC 7763 64-Core Processor 2025-11-03T15:44:27.6111969Z CPU family: 25 2025-11-03T15:44:27.6112388Z Model: 1 2025-11-03T15:44:27.6112790Z Thread(s) per core: 2 2025-11-03T15:44:27.6113216Z Core(s) per socket: 2 2025-11-03T15:44:27.6113624Z Socket(s): 1 2025-11-03T15:44:27.6114449Z Stepping: 1 2025-11-03T15:44:27.6114879Z BogoMIPS: 4890.85 2025-11-03T15:44:27.6119267Z 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:44:27.6123557Z Virtualization: AMD-V 2025-11-03T15:44:27.6124077Z Hypervisor vendor: Microsoft 2025-11-03T15:44:27.6124558Z Virtualization type: full 2025-11-03T15:44:27.6125077Z L1d cache: 64 KiB (2 instances) 2025-11-03T15:44:27.6125631Z L1i cache: 64 KiB (2 instances) 2025-11-03T15:44:27.6126179Z L2 cache: 1 MiB (2 instances) 2025-11-03T15:44:27.6126688Z L3 cache: 32 MiB (1 instance) 2025-11-03T15:44:27.6127166Z NUMA node(s): 1 2025-11-03T15:44:27.6127614Z NUMA node0 CPU(s): 0-3 2025-11-03T15:44:27.6128142Z Vulnerability Gather data sampling: Not affected 2025-11-03T15:44:27.6128707Z Vulnerability Itlb multihit: Not affected 2025-11-03T15:44:27.6129092Z Vulnerability L1tf: Not affected 2025-11-03T15:44:27.6129390Z Vulnerability Mds: Not affected 2025-11-03T15:44:27.6129670Z Vulnerability Meltdown: Not affected 2025-11-03T15:44:27.6129967Z Vulnerability Mmio stale data: Not affected 2025-11-03T15:44:27.6130265Z Vulnerability Reg file data sampling: Not affected 2025-11-03T15:44:27.6130546Z Vulnerability Retbleed: Not affected 2025-11-03T15:44:27.6130919Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-11-03T15:44:27.6131552Z Vulnerability Spec store bypass: Vulnerable 2025-11-03T15:44:27.6132013Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-11-03T15:44:27.6132699Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-11-03T15:44:27.6133225Z Vulnerability Srbds: Not affected 2025-11-03T15:44:27.6133526Z Vulnerability Tsx async abort: Not affected 2025-11-03T15:44:27.6133717Z 2025-11-03T15:44:27.6133813Z Versions of relevant libraries: 2025-11-03T15:44:27.6134047Z [pip3] No relevant packages 2025-11-03T15:44:27.6134274Z [conda] No relevant packages 2025-11-03T15:44:27.6192260Z Post job cleanup. 2025-11-03T15:44:27.7719305Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-09700f6cdaf01f171685bff244e7a7dc18edb8ccb4f2c8cb5185c2fea6540a63, not saving cache. 2025-11-03T15:44:27.7837781Z Post job cleanup. 2025-11-03T15:44:27.7877417Z Post job cleanup. 2025-11-03T15:44:27.8810936Z [command]/usr/bin/git version 2025-11-03T15:44:27.8852230Z git version 2.51.2 2025-11-03T15:44:27.8893114Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/ea5a0d8a-93ac-4f54-b286-56bdfe56bd8c/.gitconfig' 2025-11-03T15:44:27.8903826Z Temporarily overriding HOME='/home/runner/work/_temp/ea5a0d8a-93ac-4f54-b286-56bdfe56bd8c' before making global git config changes 2025-11-03T15:44:27.8905006Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:44:27.8916742Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:44:27.8949952Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:44:27.8983016Z [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:44:27.9247226Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:44:27.9272910Z http.https://github.com/.extraheader 2025-11-03T15:44:27.9289668Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-11-03T15:44:27.9325233Z [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:44:27.9719919Z Cleaning up orphan processes