2025-08-26T19:31:39.8062552Z Current runner version: '2.328.0' 2025-08-26T19:31:39.8069792Z Runner name: 'linux.24_04.4x_347125f2f93d' 2025-08-26T19:31:39.8070605Z Runner group name: 'default' 2025-08-26T19:31:39.8071831Z Machine name: 'pkrvmqc4gcfdwos' 2025-08-26T19:31:39.8090527Z ##[group]Operating System 2025-08-26T19:31:39.8091569Z Ubuntu 2025-08-26T19:31:39.8092055Z 24.04.2 2025-08-26T19:31:39.8092666Z LTS 2025-08-26T19:31:39.8093139Z ##[endgroup] 2025-08-26T19:31:39.8093661Z ##[group]Runner Image 2025-08-26T19:31:39.8094273Z Image: ubuntu-24.04 2025-08-26T19:31:39.8094820Z Version: 20250818.1.0 2025-08-26T19:31:39.8095780Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-26T19:31:39.8097174Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1 2025-08-26T19:31:39.8098105Z ##[endgroup] 2025-08-26T19:31:39.8100327Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T19:31:39.8102825Z Actions: read 2025-08-26T19:31:39.8103574Z Attestations: read 2025-08-26T19:31:39.8104094Z Checks: read 2025-08-26T19:31:39.8104572Z Contents: read 2025-08-26T19:31:39.8105101Z Deployments: read 2025-08-26T19:31:39.8105627Z Discussions: read 2025-08-26T19:31:39.8106074Z Issues: read 2025-08-26T19:31:39.8106584Z Metadata: read 2025-08-26T19:31:39.8107108Z Models: read 2025-08-26T19:31:39.8107546Z Packages: read 2025-08-26T19:31:39.8108082Z Pages: read 2025-08-26T19:31:39.8108584Z PullRequests: read 2025-08-26T19:31:39.8109097Z RepositoryProjects: read 2025-08-26T19:31:39.8109601Z SecurityEvents: read 2025-08-26T19:31:39.8110201Z Statuses: read 2025-08-26T19:31:39.8110645Z ##[endgroup] 2025-08-26T19:31:39.8113599Z Secret source: Actions 2025-08-26T19:31:39.8114911Z Prepare workflow directory 2025-08-26T19:31:39.8519512Z Prepare all required actions 2025-08-26T19:31:39.8576863Z Getting action download info 2025-08-26T19:31:40.1914970Z Download action repository 'pytorch/pytorch@main' (SHA:262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:31:48.6961652Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-26T19:31:48.8456762Z Getting action download info 2025-08-26T19:31:48.9770586Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-26T19:31:49.0588015Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-08-26T19:31:49.1259687Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-26T19:31:49.1260430Z with: 2025-08-26T19:31:49.1260678Z submodules: false 2025-08-26T19:31:49.1260915Z fetch-depth: 1 2025-08-26T19:31:49.1261534Z ##[endgroup] 2025-08-26T19:31:49.1351779Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:49.1352673Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:49.1398116Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:31:49.1398526Z ##[endgroup] 2025-08-26T19:31:49.1659104Z ##[group]Run # Use all available CPUs for fetching 2025-08-26T19:31:49.1659588Z # Use all available CPUs for fetching 2025-08-26T19:31:49.1659917Z cd "${GITHUB_WORKSPACE}" 2025-08-26T19:31:49.1660292Z git config --global fetch.parallel 0 2025-08-26T19:31:49.1660662Z git config --global submodule.fetchJobs 0 2025-08-26T19:31:49.1661164Z  2025-08-26T19:31:49.1661547Z # Clean workspace. The default checkout action should also do this, but 2025-08-26T19:31:49.1661974Z # do it here as well just in case 2025-08-26T19:31:49.1662273Z if [[ -d .git ]]; then 2025-08-26T19:31:49.1662555Z  if [ -z "${NO_SUDO}" ]; then 2025-08-26T19:31:49.1662847Z  sudo git clean -ffdx 2025-08-26T19:31:49.1663106Z  else 2025-08-26T19:31:49.1663590Z  git clean -ffdx 2025-08-26T19:31:49.1663832Z  fi 2025-08-26T19:31:49.1664036Z fi 2025-08-26T19:31:49.1704414Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:31:49.1704791Z env: 2025-08-26T19:31:49.1705019Z NO_SUDO: 2025-08-26T19:31:49.1705221Z ##[endgroup] 2025-08-26T19:31:49.1982774Z ##[group]Run actions/checkout@v4 2025-08-26T19:31:49.1983126Z with: 2025-08-26T19:31:49.1983396Z ref: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:49.1983704Z fetch-depth: 1 2025-08-26T19:31:49.1983936Z submodules: false 2025-08-26T19:31:49.1984164Z show-progress: false 2025-08-26T19:31:49.1984414Z repository: pytorch/pytorch 2025-08-26T19:31:49.1984831Z token: *** 2025-08-26T19:31:49.1985053Z ssh-strict: true 2025-08-26T19:31:49.1985268Z ssh-user: git 2025-08-26T19:31:49.1985503Z persist-credentials: true 2025-08-26T19:31:49.1985752Z clean: true 2025-08-26T19:31:49.1985988Z sparse-checkout-cone-mode: true 2025-08-26T19:31:49.1986278Z fetch-tags: false 2025-08-26T19:31:49.1986492Z lfs: false 2025-08-26T19:31:49.1986710Z set-safe-directory: true 2025-08-26T19:31:49.1986959Z ##[endgroup] 2025-08-26T19:31:49.3167373Z Syncing repository: pytorch/pytorch 2025-08-26T19:31:49.3169366Z ##[group]Getting Git version info 2025-08-26T19:31:49.3169955Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-26T19:31:49.3170715Z [command]/usr/bin/git version 2025-08-26T19:31:49.3192264Z git version 2.51.0 2025-08-26T19:31:49.3227224Z ##[endgroup] 2025-08-26T19:31:49.3240221Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/01d1d7c2-3dd6-4ada-a91e-ec3b5d41cc71/.gitconfig' 2025-08-26T19:31:49.3261551Z Temporarily overriding HOME='/home/runner/work/_temp/01d1d7c2-3dd6-4ada-a91e-ec3b5d41cc71' before making global git config changes 2025-08-26T19:31:49.3263320Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:31:49.3267618Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-26T19:31:49.3310941Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-26T19:31:49.3316771Z ##[group]Initializing the repository 2025-08-26T19:31:49.3323416Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-26T19:31:49.3473877Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-26T19:31:49.3475523Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-26T19:31:49.3476745Z hint: of your new repositories, which will suppress this warning, call: 2025-08-26T19:31:49.3477523Z hint: 2025-08-26T19:31:49.3478069Z hint: git config --global init.defaultBranch 2025-08-26T19:31:49.3478771Z hint: 2025-08-26T19:31:49.3479494Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-26T19:31:49.3480496Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-26T19:31:49.3481494Z hint: 2025-08-26T19:31:49.3481969Z hint: git branch -m 2025-08-26T19:31:49.3482439Z hint: 2025-08-26T19:31:49.3483021Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-26T19:31:49.3484053Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-26T19:31:49.3491930Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-26T19:31:49.3538525Z ##[endgroup] 2025-08-26T19:31:49.3539223Z ##[group]Disabling automatic garbage collection 2025-08-26T19:31:49.3542850Z [command]/usr/bin/git config --local gc.auto 0 2025-08-26T19:31:49.3580575Z ##[endgroup] 2025-08-26T19:31:49.3581424Z ##[group]Setting up auth 2025-08-26T19:31:49.3589671Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:31:49.3624671Z [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-08-26T19:31:49.3985821Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:31:49.4017840Z [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-08-26T19:31:49.4257235Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-26T19:31:49.4301762Z ##[endgroup] 2025-08-26T19:31:49.4302310Z ##[group]Fetching the repository 2025-08-26T19:31:49.4310048Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:54.9255759Z From https://github.com/pytorch/pytorch 2025-08-26T19:31:54.9256645Z * branch 262640fd220236042fbf4443cc163c8838c84c3d -> FETCH_HEAD 2025-08-26T19:31:54.9285443Z ##[endgroup] 2025-08-26T19:31:54.9285927Z ##[group]Determining the checkout info 2025-08-26T19:31:54.9287279Z ##[endgroup] 2025-08-26T19:31:54.9292788Z [command]/usr/bin/git sparse-checkout disable 2025-08-26T19:31:54.9338009Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-26T19:31:54.9366437Z ##[group]Checking out the ref 2025-08-26T19:31:54.9370470Z [command]/usr/bin/git checkout --progress --force 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:55.9547008Z Updating files: 89% (17441/19395) 2025-08-26T19:31:55.9698024Z Updating files: 90% (17456/19395) 2025-08-26T19:31:55.9816041Z Updating files: 91% (17650/19395) 2025-08-26T19:31:55.9933859Z Updating files: 92% (17844/19395) 2025-08-26T19:31:56.0094869Z Updating files: 93% (18038/19395) 2025-08-26T19:31:56.0255093Z Updating files: 94% (18232/19395) 2025-08-26T19:31:56.0433951Z Updating files: 95% (18426/19395) 2025-08-26T19:31:56.0569552Z Updating files: 96% (18620/19395) 2025-08-26T19:31:56.0737018Z Updating files: 97% (18814/19395) 2025-08-26T19:31:56.0964525Z Updating files: 98% (19008/19395) 2025-08-26T19:31:56.1107539Z Updating files: 99% (19202/19395) 2025-08-26T19:31:56.1108555Z Updating files: 100% (19395/19395) 2025-08-26T19:31:56.1109385Z Updating files: 100% (19395/19395), done. 2025-08-26T19:31:56.1295432Z Note: switching to '262640fd220236042fbf4443cc163c8838c84c3d'. 2025-08-26T19:31:56.1296050Z 2025-08-26T19:31:56.1296738Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-26T19:31:56.1297266Z changes and commit them, and you can discard any commits you make in this 2025-08-26T19:31:56.1297759Z state without impacting any branches by switching back to a branch. 2025-08-26T19:31:56.1298038Z 2025-08-26T19:31:56.1298221Z If you want to create a new branch to retain commits you create, you may 2025-08-26T19:31:56.1298703Z do so (now or later) by using -c with the switch command. Example: 2025-08-26T19:31:56.1298974Z 2025-08-26T19:31:56.1299084Z git switch -c 2025-08-26T19:31:56.1299289Z 2025-08-26T19:31:56.1299431Z Or undo this operation with: 2025-08-26T19:31:56.1299624Z 2025-08-26T19:31:56.1299715Z git switch - 2025-08-26T19:31:56.1299837Z 2025-08-26T19:31:56.1300046Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-26T19:31:56.1300358Z 2025-08-26T19:31:56.1300552Z HEAD is now at 262640f [ROCm][CI] restore test_flex_attention tests (#161519) 2025-08-26T19:31:56.1344582Z ##[endgroup] 2025-08-26T19:31:56.1387994Z [command]/usr/bin/git log -1 --format=%H 2025-08-26T19:31:56.1412627Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:56.1570057Z ##[group]Run set -eou pipefail 2025-08-26T19:31:56.1570366Z set -eou pipefail 2025-08-26T19:31:56.1570612Z # Generate PyTorch version to use 2025-08-26T19:31:56.1571359Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-08-26T19:31:56.1612585Z shell: /usr/bin/bash -e {0} 2025-08-26T19:31:56.1613020Z ##[endgroup] 2025-08-26T19:31:56.2136398Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-26T19:31:56.2136766Z with: 2025-08-26T19:31:56.2136944Z python-version: 3.8 2025-08-26T19:31:56.2137133Z architecture: x64 2025-08-26T19:31:56.2137317Z check-latest: false 2025-08-26T19:31:56.2137492Z cache: pip 2025-08-26T19:31:56.2137781Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-08-26T19:31:56.2138238Z token: *** 2025-08-26T19:31:56.2138424Z update-environment: true 2025-08-26T19:31:56.2138637Z allow-prereleases: false 2025-08-26T19:31:56.2138833Z freethreaded: false 2025-08-26T19:31:56.2139016Z ##[endgroup] 2025-08-26T19:31:56.3855114Z ##[group]Installed versions 2025-08-26T19:31:56.5953698Z Version 3.8 was not found in the local cache 2025-08-26T19:31:57.1745417Z Version 3.8 is available for downloading 2025-08-26T19:31:57.1748277Z 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-08-26T19:31:57.8525643Z Extract downloaded archive 2025-08-26T19:31:57.8636896Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/d16095e3-f23c-4164-a769-f3f1cdbf543d -f /home/runner/work/_temp/069a6bb3-7638-43bc-9385-a68e2edcd91d 2025-08-26T19:31:59.1735303Z Execute installation script 2025-08-26T19:31:59.1834684Z Check if Python hostedtoolcache folder exist... 2025-08-26T19:31:59.1835234Z Create Python 3.8.18 folder 2025-08-26T19:31:59.1848560Z Copy Python binaries to hostedtoolcache folder 2025-08-26T19:31:59.6562086Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-08-26T19:31:59.6605440Z Upgrading pip... 2025-08-26T19:32:01.8368805Z Looking in links: /tmp/tmpvlkicxr4 2025-08-26T19:32:01.8373312Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-08-26T19:32:01.8377696Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-08-26T19:32:03.3991898Z Collecting pip 2025-08-26T19:32:03.5076781Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-08-26T19:32:03.6579929Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.5 MB/s eta 0:00:00 2025-08-26T19:32:03.6580342Z 2025-08-26T19:32:03.6938754Z Installing collected packages: pip 2025-08-26T19:32:03.6939920Z Attempting uninstall: pip 2025-08-26T19:32:03.6947608Z Found existing installation: pip 23.0.1 2025-08-26T19:32:03.8778502Z Uninstalling pip-23.0.1: 2025-08-26T19:32:03.8854936Z Successfully uninstalled pip-23.0.1 2025-08-26T19:32:04.6294250Z Successfully installed pip-25.0.1 2025-08-26T19:32:04.7133884Z Create complete file 2025-08-26T19:32:04.7183784Z Successfully set up CPython (3.8.18) 2025-08-26T19:32:04.7184946Z ##[endgroup] 2025-08-26T19:32:06.1398363Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-08-26T19:32:06.3090510Z /home/runner/.cache/pip 2025-08-26T19:32:06.4970410Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-00e09341b18ebefbb65ad66413ca6878655b7dd17d800e1f4ae598cac6d7ff27 2025-08-26T19:32:07.1900079Z Received 1842796 of 1842796 (100.0%), 3.6 MBs/sec 2025-08-26T19:32:07.1900637Z Cache Size: ~2 MB (1842796 B) 2025-08-26T19:32:07.1927188Z [command]/usr/bin/tar -xf /home/runner/work/_temp/dfa9bea5-50b5-4681-8860-5ce92aff49f5/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-08-26T19:32:07.2084482Z Cache restored successfully 2025-08-26T19:32:07.2095365Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-00e09341b18ebefbb65ad66413ca6878655b7dd17d800e1f4ae598cac6d7ff27 2025-08-26T19:32:07.2284387Z ##[group]Run # All we need to see is that it passes 2025-08-26T19:32:07.2284767Z # All we need to see is that it passes 2025-08-26T19:32:07.2285063Z python3 torch/utils/collect_env.py 2025-08-26T19:32:07.2328000Z shell: /usr/bin/bash -e {0} 2025-08-26T19:32:07.2328452Z env: 2025-08-26T19:32:07.2328705Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-26T19:32:07.2329142Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-08-26T19:32:07.2329579Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-26T19:32:07.2329928Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-26T19:32:07.2330274Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-26T19:32:07.2330621Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-08-26T19:32:07.2330911Z ##[endgroup] 2025-08-26T19:32:10.2144840Z Collecting environment information... 2025-08-26T19:32:10.2145477Z PyTorch version: N/A 2025-08-26T19:32:10.2145831Z Is debug build: N/A 2025-08-26T19:32:10.2146193Z CUDA used to build PyTorch: N/A 2025-08-26T19:32:10.2146613Z ROCM used to build PyTorch: N/A 2025-08-26T19:32:10.2146882Z 2025-08-26T19:32:10.2147037Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-08-26T19:32:10.2147496Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-08-26T19:32:10.2148001Z Clang version: 18.1.3 (1ubuntu1) 2025-08-26T19:32:10.2148419Z CMake version: version 3.31.6 2025-08-26T19:32:10.2148816Z Libc version: glibc-2.39 2025-08-26T19:32:10.2149062Z 2025-08-26T19:32:10.2149402Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-08-26T19:32:10.2150120Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-08-26T19:32:10.2150492Z Is CUDA available: N/A 2025-08-26T19:32:10.2150742Z CUDA runtime version: Could not collect 2025-08-26T19:32:10.2151251Z CUDA_MODULE_LOADING set to: N/A 2025-08-26T19:32:10.2151556Z GPU models and configuration: Could not collect 2025-08-26T19:32:10.2151892Z Nvidia driver version: Could not collect 2025-08-26T19:32:10.2152194Z cuDNN version: Could not collect 2025-08-26T19:32:10.2152453Z Is XPU available: N/A 2025-08-26T19:32:10.2152680Z HIP runtime version: N/A 2025-08-26T19:32:10.2152924Z MIOpen runtime version: N/A 2025-08-26T19:32:10.2153182Z Is XNNPACK available: N/A 2025-08-26T19:32:10.2153337Z 2025-08-26T19:32:10.2153414Z CPU: 2025-08-26T19:32:10.2153622Z Architecture: x86_64 2025-08-26T19:32:10.2153946Z CPU op-mode(s): 32-bit, 64-bit 2025-08-26T19:32:10.2154327Z Address sizes: 48 bits physical, 48 bits virtual 2025-08-26T19:32:10.2154769Z Byte Order: Little Endian 2025-08-26T19:32:10.2155088Z CPU(s): 4 2025-08-26T19:32:10.2155372Z On-line CPU(s) list: 0-3 2025-08-26T19:32:10.2155681Z Vendor ID: AuthenticAMD 2025-08-26T19:32:10.2156051Z Model name: AMD EPYC 7763 64-Core Processor 2025-08-26T19:32:10.2156406Z CPU family: 25 2025-08-26T19:32:10.2156681Z Model: 1 2025-08-26T19:32:10.2156957Z Thread(s) per core: 2 2025-08-26T19:32:10.2157237Z Core(s) per socket: 2 2025-08-26T19:32:10.2157523Z Socket(s): 1 2025-08-26T19:32:10.2157789Z Stepping: 1 2025-08-26T19:32:10.2158079Z BogoMIPS: 4890.85 2025-08-26T19:32:10.2161344Z 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-08-26T19:32:10.2163768Z Virtualization: AMD-V 2025-08-26T19:32:10.2164052Z Hypervisor vendor: Microsoft 2025-08-26T19:32:10.2164329Z Virtualization type: full 2025-08-26T19:32:10.2164616Z L1d cache: 64 KiB (2 instances) 2025-08-26T19:32:10.2164919Z L1i cache: 64 KiB (2 instances) 2025-08-26T19:32:10.2165210Z L2 cache: 1 MiB (2 instances) 2025-08-26T19:32:10.2165492Z L3 cache: 32 MiB (1 instance) 2025-08-26T19:32:10.2165755Z NUMA node(s): 1 2025-08-26T19:32:10.2166001Z NUMA node0 CPU(s): 0-3 2025-08-26T19:32:10.2166283Z Vulnerability Gather data sampling: Not affected 2025-08-26T19:32:10.2166592Z Vulnerability Itlb multihit: Not affected 2025-08-26T19:32:10.2166883Z Vulnerability L1tf: Not affected 2025-08-26T19:32:10.2167162Z Vulnerability Mds: Not affected 2025-08-26T19:32:10.2167442Z Vulnerability Meltdown: Not affected 2025-08-26T19:32:10.2167726Z Vulnerability Mmio stale data: Not affected 2025-08-26T19:32:10.2168014Z Vulnerability Reg file data sampling: Not affected 2025-08-26T19:32:10.2168295Z Vulnerability Retbleed: Not affected 2025-08-26T19:32:10.2168654Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-08-26T19:32:10.2169029Z Vulnerability Spec store bypass: Vulnerable 2025-08-26T19:32:10.2169473Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-08-26T19:32:10.2170157Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-08-26T19:32:10.2170670Z Vulnerability Srbds: Not affected 2025-08-26T19:32:10.2170963Z Vulnerability Tsx async abort: Not affected 2025-08-26T19:32:10.2171401Z 2025-08-26T19:32:10.2171500Z Versions of relevant libraries: 2025-08-26T19:32:10.2171734Z [pip3] No relevant packages 2025-08-26T19:32:10.2171954Z [conda] No relevant packages 2025-08-26T19:32:10.2248710Z Post job cleanup. 2025-08-26T19:32:10.3797219Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-00e09341b18ebefbb65ad66413ca6878655b7dd17d800e1f4ae598cac6d7ff27, not saving cache. 2025-08-26T19:32:10.3940605Z Post job cleanup. 2025-08-26T19:32:10.3984104Z Post job cleanup. 2025-08-26T19:32:10.4962086Z [command]/usr/bin/git version 2025-08-26T19:32:10.5001950Z git version 2.51.0 2025-08-26T19:32:10.5047287Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/fd28ac0a-f968-4d63-93fc-826ec2a67f30/.gitconfig' 2025-08-26T19:32:10.5058498Z Temporarily overriding HOME='/home/runner/work/_temp/fd28ac0a-f968-4d63-93fc-826ec2a67f30' before making global git config changes 2025-08-26T19:32:10.5059758Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:32:10.5074539Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-26T19:32:10.5116863Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:32:10.5154028Z [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-08-26T19:32:10.5430616Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:32:10.5455358Z http.https://github.com/.extraheader 2025-08-26T19:32:10.5469788Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-26T19:32:10.5505321Z [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-08-26T19:32:10.5891390Z Cleaning up orphan processes