2025-06-01T20:56:30.4763373Z Current runner version: '2.324.0' 2025-06-01T20:56:30.4771113Z Runner name: 'linux.24_04.4x_d81c58d67aac' 2025-06-01T20:56:30.4772360Z Machine name: 'pkrvmf6wy0o8zjz' 2025-06-01T20:56:30.4792158Z ##[group]Operating System 2025-06-01T20:56:30.4792846Z Ubuntu 2025-06-01T20:56:30.4793327Z 24.04.2 2025-06-01T20:56:30.4793742Z LTS 2025-06-01T20:56:30.4794306Z ##[endgroup] 2025-06-01T20:56:30.4794991Z ##[group]Runner Image 2025-06-01T20:56:30.4795983Z Image: ubuntu-24.04 2025-06-01T20:56:30.4796999Z Version: 20250511.1.0 2025-06-01T20:56:30.4798964Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250511.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-01T20:56:30.4801480Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250511.1 2025-06-01T20:56:30.4803195Z ##[endgroup] 2025-06-01T20:56:30.4807162Z ##[group]GITHUB_TOKEN Permissions 2025-06-01T20:56:30.4810049Z Actions: read 2025-06-01T20:56:30.4810969Z Attestations: read 2025-06-01T20:56:30.4812025Z Checks: read 2025-06-01T20:56:30.4812870Z Contents: read 2025-06-01T20:56:30.4813410Z Deployments: read 2025-06-01T20:56:30.4813926Z Discussions: read 2025-06-01T20:56:30.4814433Z Issues: read 2025-06-01T20:56:30.4815020Z Metadata: read 2025-06-01T20:56:30.4815492Z Models: read 2025-06-01T20:56:30.4815993Z Packages: read 2025-06-01T20:56:30.4816468Z Pages: read 2025-06-01T20:56:30.4816968Z PullRequests: read 2025-06-01T20:56:30.4817467Z RepositoryProjects: read 2025-06-01T20:56:30.4818286Z SecurityEvents: read 2025-06-01T20:56:30.4818754Z Statuses: read 2025-06-01T20:56:30.4819311Z ##[endgroup] 2025-06-01T20:56:30.4821334Z Secret source: Actions 2025-06-01T20:56:30.4822089Z Prepare workflow directory 2025-06-01T20:56:30.5298852Z Prepare all required actions 2025-06-01T20:56:30.5355278Z Getting action download info 2025-06-01T20:56:30.8140270Z Download action repository 'pytorch/pytorch@main' (SHA:f7c09f864a6c6467a7454f1431340d3338473fd1) 2025-06-01T20:56:34.3656946Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-01T20:56:34.8238926Z Getting action download info 2025-06-01T20:56:34.9338159Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-01T20:56:35.0437237Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-06-01T20:56:35.1075442Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-01T20:56:35.1076152Z with: 2025-06-01T20:56:35.1076389Z submodules: false 2025-06-01T20:56:35.1076630Z fetch-depth: 1 2025-06-01T20:56:35.1077019Z ##[endgroup] 2025-06-01T20:56:35.1161986Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:56:35.1162846Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:56:35.1489947Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:56:35.1490414Z ##[endgroup] 2025-06-01T20:56:35.1736896Z ##[group]Run # Use all available CPUs for fetching 2025-06-01T20:56:35.1737303Z # Use all available CPUs for fetching 2025-06-01T20:56:35.1737625Z cd "${GITHUB_WORKSPACE}" 2025-06-01T20:56:35.1738206Z git config --global fetch.parallel 0 2025-06-01T20:56:35.1738584Z git config --global submodule.fetchJobs 0 2025-06-01T20:56:35.1738894Z  2025-06-01T20:56:35.1739222Z # Clean workspace. The default checkout action should also do this, but 2025-06-01T20:56:35.1739636Z # do it here as well just in case 2025-06-01T20:56:35.1739929Z if [[ -d .git ]]; then 2025-06-01T20:56:35.1740194Z  if [ -z "${NO_SUDO}" ]; then 2025-06-01T20:56:35.1740475Z  sudo git clean -ffdx 2025-06-01T20:56:35.1740724Z  else 2025-06-01T20:56:35.1740947Z  git clean -ffdx 2025-06-01T20:56:35.1741431Z  fi 2025-06-01T20:56:35.1741634Z fi 2025-06-01T20:56:35.1790768Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:56:35.1791134Z env: 2025-06-01T20:56:35.1791360Z NO_SUDO: 2025-06-01T20:56:35.1791561Z ##[endgroup] 2025-06-01T20:56:35.5142378Z ##[group]Run actions/checkout@v4 2025-06-01T20:56:35.5142679Z with: 2025-06-01T20:56:35.5142934Z ref: f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:35.5143229Z fetch-depth: 1 2025-06-01T20:56:35.5143449Z submodules: false 2025-06-01T20:56:35.5143677Z show-progress: false 2025-06-01T20:56:35.5143914Z repository: pytorch/pytorch 2025-06-01T20:56:35.5144328Z token: *** 2025-06-01T20:56:35.5144541Z ssh-strict: true 2025-06-01T20:56:35.5144757Z ssh-user: git 2025-06-01T20:56:35.5144974Z persist-credentials: true 2025-06-01T20:56:35.5145219Z clean: true 2025-06-01T20:56:35.5145435Z sparse-checkout-cone-mode: true 2025-06-01T20:56:35.5145709Z fetch-tags: false 2025-06-01T20:56:35.5145947Z lfs: false 2025-06-01T20:56:35.5146159Z set-safe-directory: true 2025-06-01T20:56:35.5146414Z ##[endgroup] 2025-06-01T20:56:35.6189392Z Syncing repository: pytorch/pytorch 2025-06-01T20:56:35.6190754Z ##[group]Getting Git version info 2025-06-01T20:56:35.6191156Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-01T20:56:35.6191733Z [command]/usr/bin/git version 2025-06-01T20:56:35.6202850Z git version 2.49.0 2025-06-01T20:56:35.6231200Z ##[endgroup] 2025-06-01T20:56:35.6243168Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a892827f-f2d5-4a29-8340-d330c46e66e6/.gitconfig' 2025-06-01T20:56:35.6254073Z Temporarily overriding HOME='/home/runner/work/_temp/a892827f-f2d5-4a29-8340-d330c46e66e6' before making global git config changes 2025-06-01T20:56:35.6255470Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:56:35.6267520Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-01T20:56:35.6301410Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-01T20:56:35.6305100Z ##[group]Initializing the repository 2025-06-01T20:56:35.6310099Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-01T20:56:35.7325151Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-01T20:56:35.7326245Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-01T20:56:35.7326965Z hint: of your new repositories, which will suppress this warning, call: 2025-06-01T20:56:35.7327487Z hint: 2025-06-01T20:56:35.7328125Z hint: git config --global init.defaultBranch 2025-06-01T20:56:35.7328559Z hint: 2025-06-01T20:56:35.7328970Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-01T20:56:35.7329650Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-01T20:56:35.7330163Z hint: 2025-06-01T20:56:35.7330450Z hint: git branch -m 2025-06-01T20:56:35.7617957Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-01T20:56:35.7631553Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-01T20:56:35.7813721Z ##[endgroup] 2025-06-01T20:56:35.7814645Z ##[group]Disabling automatic garbage collection 2025-06-01T20:56:35.7819601Z [command]/usr/bin/git config --local gc.auto 0 2025-06-01T20:56:35.7851181Z ##[endgroup] 2025-06-01T20:56:35.7851883Z ##[group]Setting up auth 2025-06-01T20:56:35.7859864Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:56:35.7891564Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-01T20:56:36.2326135Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:56:36.2360443Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-01T20:56:36.2606803Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-01T20:56:36.2655572Z ##[endgroup] 2025-06-01T20:56:36.2656344Z ##[group]Fetching the repository 2025-06-01T20:56:36.2665530Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:41.0292684Z From https://github.com/pytorch/pytorch 2025-06-01T20:56:41.0293460Z * branch f7c09f864a6c6467a7454f1431340d3338473fd1 -> FETCH_HEAD 2025-06-01T20:56:41.0465906Z ##[endgroup] 2025-06-01T20:56:41.0466643Z ##[group]Determining the checkout info 2025-06-01T20:56:41.0469250Z ##[endgroup] 2025-06-01T20:56:41.0475206Z [command]/usr/bin/git sparse-checkout disable 2025-06-01T20:56:41.0667020Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-01T20:56:41.0695190Z ##[group]Checking out the ref 2025-06-01T20:56:41.0700264Z [command]/usr/bin/git checkout --progress --force f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:42.0880933Z Updating files: 94% (16744/17658) 2025-06-01T20:56:42.1036990Z Updating files: 95% (16776/17658) 2025-06-01T20:56:42.1163480Z Updating files: 96% (16952/17658) 2025-06-01T20:56:42.1377950Z Updating files: 97% (17129/17658) 2025-06-01T20:56:42.1532276Z Updating files: 98% (17305/17658) 2025-06-01T20:56:42.1663025Z Updating files: 99% (17482/17658) 2025-06-01T20:56:42.1663548Z Updating files: 100% (17658/17658) 2025-06-01T20:56:42.1664087Z Updating files: 100% (17658/17658), done. 2025-06-01T20:56:42.1839552Z Note: switching to 'f7c09f864a6c6467a7454f1431340d3338473fd1'. 2025-06-01T20:56:42.1839916Z 2025-06-01T20:56:42.1841255Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-01T20:56:42.1842152Z changes and commit them, and you can discard any commits you make in this 2025-06-01T20:56:42.1842753Z state without impacting any branches by switching back to a branch. 2025-06-01T20:56:42.1843097Z 2025-06-01T20:56:42.1843326Z If you want to create a new branch to retain commits you create, you may 2025-06-01T20:56:42.1844138Z do so (now or later) by using -c with the switch command. Example: 2025-06-01T20:56:42.1844453Z 2025-06-01T20:56:42.1844581Z git switch -c 2025-06-01T20:56:42.1844794Z 2025-06-01T20:56:42.1844906Z Or undo this operation with: 2025-06-01T20:56:42.1845153Z 2025-06-01T20:56:42.1845250Z git switch - 2025-06-01T20:56:42.1845393Z 2025-06-01T20:56:42.1845639Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-01T20:56:42.1846014Z 2025-06-01T20:56:42.1846206Z HEAD is now at f7c09f8 [Docs] Reformat sparse example (#154785) 2025-06-01T20:56:42.1877879Z ##[endgroup] 2025-06-01T20:56:42.1918226Z [command]/usr/bin/git log -1 --format=%H 2025-06-01T20:56:42.1940861Z f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:42.2085511Z ##[group]Run set -eou pipefail 2025-06-01T20:56:42.2085826Z set -eou pipefail 2025-06-01T20:56:42.2086069Z # Generate PyTorch version to use 2025-06-01T20:56:42.2086597Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-06-01T20:56:42.2138259Z shell: /usr/bin/bash -e {0} 2025-06-01T20:56:42.2138504Z ##[endgroup] 2025-06-01T20:56:42.2680582Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-01T20:56:42.2680986Z with: 2025-06-01T20:56:42.2681170Z python-version: 3.8 2025-06-01T20:56:42.2681370Z architecture: x64 2025-06-01T20:56:42.2681556Z check-latest: false 2025-06-01T20:56:42.2681732Z cache: pip 2025-06-01T20:56:42.2681944Z cache-dependency-path: **/requirements.txt 2025-06-01T20:56:42.2682312Z token: *** 2025-06-01T20:56:42.2682502Z update-environment: true 2025-06-01T20:56:42.2682915Z allow-prereleases: false 2025-06-01T20:56:42.2683122Z freethreaded: false 2025-06-01T20:56:42.2683312Z ##[endgroup] 2025-06-01T20:56:42.4344495Z ##[group]Installed versions 2025-06-01T20:56:42.5607472Z Version 3.8 was not found in the local cache 2025-06-01T20:56:42.9620762Z Version 3.8 is available for downloading 2025-06-01T20:56:42.9622403Z 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-06-01T20:56:43.6034596Z Extract downloaded archive 2025-06-01T20:56:43.6142105Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/52d25b86-8750-4fbf-88f7-00be6b45b517 -f /home/runner/work/_temp/554ccd3b-a65c-4613-a8da-d78047c7afda 2025-06-01T20:56:44.9206766Z Execute installation script 2025-06-01T20:56:44.9300038Z Check if Python hostedtoolcache folder exist... 2025-06-01T20:56:44.9300581Z Create Python 3.8.18 folder 2025-06-01T20:56:44.9313227Z Copy Python binaries to hostedtoolcache folder 2025-06-01T20:56:45.3929737Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-06-01T20:56:45.3970114Z Upgrading pip... 2025-06-01T20:56:47.4801873Z Looking in links: /tmp/tmp9z29ab07 2025-06-01T20:56:47.4806112Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-06-01T20:56:47.4810986Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-06-01T20:56:48.9819890Z Collecting pip 2025-06-01T20:56:49.0229213Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-06-01T20:56:49.0686325Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 42.9 MB/s eta 0:00:00 2025-06-01T20:56:49.0687123Z 2025-06-01T20:56:49.1035087Z Installing collected packages: pip 2025-06-01T20:56:49.1035655Z Attempting uninstall: pip 2025-06-01T20:56:49.1041848Z Found existing installation: pip 23.0.1 2025-06-01T20:56:49.2862165Z Uninstalling pip-23.0.1: 2025-06-01T20:56:49.2954088Z Successfully uninstalled pip-23.0.1 2025-06-01T20:56:50.0129970Z Successfully installed pip-25.0.1 2025-06-01T20:56:50.0640154Z Create complete file 2025-06-01T20:56:50.0680883Z Successfully set up CPython (3.8.18) 2025-06-01T20:56:50.0681656Z ##[endgroup] 2025-06-01T20:56:51.2509197Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-06-01T20:56:51.4088400Z /home/runner/.cache/pip 2025-06-01T20:56:51.5789862Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-01T20:56:52.0229097Z Received 1841741 of 1841741 (100.0%), 5.5 MBs/sec 2025-06-01T20:56:52.0229699Z Cache Size: ~2 MB (1841741 B) 2025-06-01T20:56:52.0258338Z [command]/usr/bin/tar -xf /home/runner/work/_temp/bf13c84e-4270-4d55-8d0d-55f4da2b4712/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-06-01T20:56:52.0528463Z Cache restored successfully 2025-06-01T20:56:52.0538542Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-01T20:56:52.0711424Z ##[group]Run # All we need to see is that it passes 2025-06-01T20:56:52.0711794Z # All we need to see is that it passes 2025-06-01T20:56:52.0712104Z python3 torch/utils/collect_env.py 2025-06-01T20:56:52.0766187Z shell: /usr/bin/bash -e {0} 2025-06-01T20:56:52.0766419Z env: 2025-06-01T20:56:52.0766667Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-01T20:56:52.0767101Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-06-01T20:56:52.0767838Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-01T20:56:52.0768292Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-01T20:56:52.0768645Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-01T20:56:52.0768990Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-06-01T20:56:52.0769490Z ##[endgroup] 2025-06-01T20:57:30.5187478Z Collecting environment information... 2025-06-01T20:57:30.5188295Z PyTorch version: N/A 2025-06-01T20:57:30.5188621Z Is debug build: N/A 2025-06-01T20:57:30.5189009Z CUDA used to build PyTorch: N/A 2025-06-01T20:57:30.5189411Z ROCM used to build PyTorch: N/A 2025-06-01T20:57:30.5189664Z 2025-06-01T20:57:30.5189798Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-06-01T20:57:30.5190221Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-06-01T20:57:30.5190721Z Clang version: 18.1.3 (1ubuntu1) 2025-06-01T20:57:30.5191153Z CMake version: version 3.31.6 2025-06-01T20:57:30.5191610Z Libc version: glibc-2.39 2025-06-01T20:57:30.5191874Z 2025-06-01T20:57:30.5192282Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-06-01T20:57:30.5193254Z Python platform: Linux-6.11.0-1014-azure-x86_64-with-glibc2.34 2025-06-01T20:57:30.5193988Z Is CUDA available: N/A 2025-06-01T20:57:30.5194477Z CUDA runtime version: Could not collect 2025-06-01T20:57:30.5195086Z CUDA_MODULE_LOADING set to: N/A 2025-06-01T20:57:30.5195666Z GPU models and configuration: Could not collect 2025-06-01T20:57:30.5196288Z Nvidia driver version: Could not collect 2025-06-01T20:57:30.5196705Z cuDNN version: Could not collect 2025-06-01T20:57:30.5196968Z HIP runtime version: N/A 2025-06-01T20:57:30.5197181Z MIOpen runtime version: N/A 2025-06-01T20:57:30.5197403Z Is XNNPACK available: N/A 2025-06-01T20:57:30.5197538Z 2025-06-01T20:57:30.5197601Z CPU: 2025-06-01T20:57:30.5198060Z Architecture: x86_64 2025-06-01T20:57:30.5198353Z CPU op-mode(s): 32-bit, 64-bit 2025-06-01T20:57:30.5198706Z Address sizes: 48 bits physical, 48 bits virtual 2025-06-01T20:57:30.5199058Z Byte Order: Little Endian 2025-06-01T20:57:30.5199487Z CPU(s): 4 2025-06-01T20:57:30.5199915Z On-line CPU(s) list: 0-3 2025-06-01T20:57:30.5200390Z Vendor ID: AuthenticAMD 2025-06-01T20:57:30.5200938Z Model name: AMD EPYC 7763 64-Core Processor 2025-06-01T20:57:30.5201471Z CPU family: 25 2025-06-01T20:57:30.5201949Z Model: 1 2025-06-01T20:57:30.5202372Z Thread(s) per core: 2 2025-06-01T20:57:30.5202805Z Core(s) per socket: 2 2025-06-01T20:57:30.5203217Z Socket(s): 1 2025-06-01T20:57:30.5203616Z Stepping: 1 2025-06-01T20:57:30.5204065Z BogoMIPS: 4890.86 2025-06-01T20:57:30.5208928Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-06-01T20:57:30.5213135Z Virtualization: AMD-V 2025-06-01T20:57:30.5213637Z Hypervisor vendor: Microsoft 2025-06-01T20:57:30.5214141Z Virtualization type: full 2025-06-01T20:57:30.5214647Z L1d cache: 64 KiB (2 instances) 2025-06-01T20:57:30.5215190Z L1i cache: 64 KiB (2 instances) 2025-06-01T20:57:30.5215722Z L2 cache: 1 MiB (2 instances) 2025-06-01T20:57:30.5216228Z L3 cache: 32 MiB (1 instance) 2025-06-01T20:57:30.5216713Z NUMA node(s): 1 2025-06-01T20:57:30.5217453Z NUMA node0 CPU(s): 0-3 2025-06-01T20:57:30.5218237Z Vulnerability Gather data sampling: Not affected 2025-06-01T20:57:30.5218797Z Vulnerability Itlb multihit: Not affected 2025-06-01T20:57:30.5219213Z Vulnerability L1tf: Not affected 2025-06-01T20:57:30.5219516Z Vulnerability Mds: Not affected 2025-06-01T20:57:30.5219810Z Vulnerability Meltdown: Not affected 2025-06-01T20:57:30.5220099Z Vulnerability Mmio stale data: Not affected 2025-06-01T20:57:30.5220393Z Vulnerability Reg file data sampling: Not affected 2025-06-01T20:57:30.5220686Z Vulnerability Retbleed: Not affected 2025-06-01T20:57:30.5221050Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-06-01T20:57:30.5221445Z Vulnerability Spec store bypass: Vulnerable 2025-06-01T20:57:30.5221905Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-06-01T20:57:30.5222603Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-06-01T20:57:30.5223127Z Vulnerability Srbds: Not affected 2025-06-01T20:57:30.5223418Z Vulnerability Tsx async abort: Not affected 2025-06-01T20:57:30.5223602Z 2025-06-01T20:57:30.5223695Z Versions of relevant libraries: 2025-06-01T20:57:30.5223929Z [pip3] No relevant packages 2025-06-01T20:57:30.5224149Z [conda] No relevant packages 2025-06-01T20:57:30.5273747Z Post job cleanup. 2025-06-01T20:57:30.6781681Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f, not saving cache. 2025-06-01T20:57:30.6890133Z Post job cleanup. 2025-06-01T20:57:30.6929522Z Post job cleanup. 2025-06-01T20:57:30.7864712Z [command]/usr/bin/git version 2025-06-01T20:57:30.7903107Z git version 2.49.0 2025-06-01T20:57:30.7941980Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/fe690bcd-8822-4626-b3a8-ec254c123abf/.gitconfig' 2025-06-01T20:57:30.7951798Z Temporarily overriding HOME='/home/runner/work/_temp/fe690bcd-8822-4626-b3a8-ec254c123abf' before making global git config changes 2025-06-01T20:57:30.7953063Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:57:30.7958485Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-01T20:57:30.8001961Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:57:30.8036283Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-01T20:57:30.8421364Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:57:30.8449450Z http.https://github.com/.extraheader 2025-06-01T20:57:30.8463311Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-01T20:57:30.8498964Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-01T20:57:30.8874508Z Cleaning up orphan processes