2025-08-14T20:43:45.1730545Z Current runner version: '2.327.1' 2025-08-14T20:43:45.1736603Z Runner name: 'linux.24_04.4x_ba3aaec7e237' 2025-08-14T20:43:45.1737499Z Runner group name: 'default' 2025-08-14T20:43:45.1738317Z Machine name: 'pkrvmubgrv54qmi' 2025-08-14T20:43:45.1756170Z ##[group]Operating System 2025-08-14T20:43:45.1756991Z Ubuntu 2025-08-14T20:43:45.1757468Z 24.04.2 2025-08-14T20:43:45.1757948Z LTS 2025-08-14T20:43:45.1758479Z ##[endgroup] 2025-08-14T20:43:45.1758984Z ##[group]Runner Image 2025-08-14T20:43:45.1759580Z Image: ubuntu-24.04 2025-08-14T20:43:45.1760036Z Version: 20250810.1.0 2025-08-14T20:43:45.1761339Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-14T20:43:45.1762732Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1 2025-08-14T20:43:45.1763653Z ##[endgroup] 2025-08-14T20:43:45.1766084Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:43:45.1768220Z Actions: read 2025-08-14T20:43:45.1768849Z Attestations: read 2025-08-14T20:43:45.1769360Z Checks: read 2025-08-14T20:43:45.1769893Z Contents: read 2025-08-14T20:43:45.1770748Z Deployments: read 2025-08-14T20:43:45.1771252Z Discussions: read 2025-08-14T20:43:45.1771835Z Issues: read 2025-08-14T20:43:45.1772294Z Metadata: read 2025-08-14T20:43:45.1772816Z Models: read 2025-08-14T20:43:45.1773350Z Packages: read 2025-08-14T20:43:45.1773893Z Pages: read 2025-08-14T20:43:45.1774376Z PullRequests: read 2025-08-14T20:43:45.1774910Z RepositoryProjects: read 2025-08-14T20:43:45.1775525Z SecurityEvents: read 2025-08-14T20:43:45.1776021Z Statuses: read 2025-08-14T20:43:45.1776543Z ##[endgroup] 2025-08-14T20:43:45.1778556Z Secret source: Actions 2025-08-14T20:43:45.1779637Z Prepare workflow directory 2025-08-14T20:43:45.2192889Z Prepare all required actions 2025-08-14T20:43:45.2250449Z Getting action download info 2025-08-14T20:43:45.5926890Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:43:54.5530719Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-14T20:43:55.2614537Z Getting action download info 2025-08-14T20:43:55.4152119Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:43:56.0674627Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-08-14T20:43:56.1291293Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:43:56.1291967Z with: 2025-08-14T20:43:56.1292158Z submodules: false 2025-08-14T20:43:56.1292354Z fetch-depth: 1 2025-08-14T20:43:56.1292711Z ##[endgroup] 2025-08-14T20:43:56.1376078Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:56.1376893Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:43:56.1421862Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:43:56.1422201Z ##[endgroup] 2025-08-14T20:43:56.1670077Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:43:56.1670624Z # Use all available CPUs for fetching 2025-08-14T20:43:56.1670912Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:43:56.1671223Z git config --global fetch.parallel 0 2025-08-14T20:43:56.1671543Z git config --global submodule.fetchJobs 0 2025-08-14T20:43:56.1671812Z  2025-08-14T20:43:56.1672106Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:43:56.1672479Z # do it here as well just in case 2025-08-14T20:43:56.1672740Z if [[ -d .git ]]; then 2025-08-14T20:43:56.1672964Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:43:56.1673212Z  sudo git clean -ffdx 2025-08-14T20:43:56.1673426Z  else 2025-08-14T20:43:56.1673849Z  git clean -ffdx 2025-08-14T20:43:56.1674055Z  fi 2025-08-14T20:43:56.1674229Z fi 2025-08-14T20:43:56.1709416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:43:56.1709737Z env: 2025-08-14T20:43:56.1709919Z NO_SUDO: 2025-08-14T20:43:56.1710089Z ##[endgroup] 2025-08-14T20:43:56.1950044Z ##[group]Run actions/checkout@v4 2025-08-14T20:43:56.1950527Z with: 2025-08-14T20:43:56.1950747Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:43:56.1951019Z fetch-depth: 1 2025-08-14T20:43:56.1951205Z submodules: false 2025-08-14T20:43:56.1951402Z show-progress: false 2025-08-14T20:43:56.1951611Z repository: pytorch/pytorch 2025-08-14T20:43:56.1951956Z token: *** 2025-08-14T20:43:56.1952133Z ssh-strict: true 2025-08-14T20:43:56.1952315Z ssh-user: git 2025-08-14T20:43:56.1952505Z persist-credentials: true 2025-08-14T20:43:56.1952732Z clean: true 2025-08-14T20:43:56.1952933Z sparse-checkout-cone-mode: true 2025-08-14T20:43:56.1953173Z fetch-tags: false 2025-08-14T20:43:56.1953355Z lfs: false 2025-08-14T20:43:56.1953527Z set-safe-directory: true 2025-08-14T20:43:56.1953737Z ##[endgroup] 2025-08-14T20:43:56.3168726Z Syncing repository: pytorch/pytorch 2025-08-14T20:43:56.3170904Z ##[group]Getting Git version info 2025-08-14T20:43:56.3171604Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-14T20:43:56.3172612Z [command]/usr/bin/git version 2025-08-14T20:43:56.3178756Z git version 2.50.1 2025-08-14T20:43:56.3205144Z ##[endgroup] 2025-08-14T20:43:56.3214658Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/d8feccb8-0544-4046-a9f7-01450e8c9c0f/.gitconfig' 2025-08-14T20:43:56.3224619Z Temporarily overriding HOME='/home/runner/work/_temp/d8feccb8-0544-4046-a9f7-01450e8c9c0f' before making global git config changes 2025-08-14T20:43:56.3235885Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:43:56.3236720Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:43:56.3268313Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-14T20:43:56.3272326Z ##[group]Initializing the repository 2025-08-14T20:43:56.3277169Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-14T20:43:56.3358737Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:43:56.3359786Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:43:56.3361432Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:43:56.3362259Z hint: 2025-08-14T20:43:56.3362864Z hint: git config --global init.defaultBranch 2025-08-14T20:43:56.3363583Z hint: 2025-08-14T20:43:56.3364484Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:43:56.3365575Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:43:56.3366405Z hint: 2025-08-14T20:43:56.3366853Z hint: git branch -m 2025-08-14T20:43:56.3367568Z hint: 2025-08-14T20:43:56.3368332Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-14T20:43:56.3369524Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-14T20:43:56.3374970Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:43:56.3415247Z ##[endgroup] 2025-08-14T20:43:56.3416086Z ##[group]Disabling automatic garbage collection 2025-08-14T20:43:56.3420388Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:43:56.3448947Z ##[endgroup] 2025-08-14T20:43:56.3449805Z ##[group]Setting up auth 2025-08-14T20:43:56.3456330Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:43:56.3485855Z [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-14T20:43:56.3818409Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:43:56.3826852Z [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-14T20:43:56.4051359Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:43:56.4089205Z ##[endgroup] 2025-08-14T20:43:56.4097493Z ##[group]Fetching the repository 2025-08-14T20:43:56.4098620Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:02.6838341Z From https://github.com/pytorch/pytorch 2025-08-14T20:44:02.6839065Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T20:44:02.6864003Z ##[endgroup] 2025-08-14T20:44:02.6864640Z ##[group]Determining the checkout info 2025-08-14T20:44:02.6866362Z ##[endgroup] 2025-08-14T20:44:02.6872346Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:44:02.6912088Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:44:02.6938777Z ##[group]Checking out the ref 2025-08-14T20:44:02.6943331Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:03.7170749Z Updating files: 90% (17628/19474) 2025-08-14T20:44:03.7290135Z Updating files: 91% (17722/19474) 2025-08-14T20:44:03.7405247Z Updating files: 92% (17917/19474) 2025-08-14T20:44:03.7571224Z Updating files: 93% (18111/19474) 2025-08-14T20:44:03.7726857Z Updating files: 94% (18306/19474) 2025-08-14T20:44:03.7888558Z Updating files: 95% (18501/19474) 2025-08-14T20:44:03.8026036Z Updating files: 96% (18696/19474) 2025-08-14T20:44:03.8179137Z Updating files: 97% (18890/19474) 2025-08-14T20:44:03.8418898Z Updating files: 98% (19085/19474) 2025-08-14T20:44:03.8559606Z Updating files: 99% (19280/19474) 2025-08-14T20:44:03.8563911Z Updating files: 100% (19474/19474) 2025-08-14T20:44:03.8564398Z Updating files: 100% (19474/19474), done. 2025-08-14T20:44:03.8744766Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:44:03.8745222Z 2025-08-14T20:44:03.8745606Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:44:03.8746653Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:44:03.8747393Z state without impacting any branches by switching back to a branch. 2025-08-14T20:44:03.8747818Z 2025-08-14T20:44:03.8748101Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:44:03.8748759Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:44:03.8749192Z 2025-08-14T20:44:03.8749384Z git switch -c 2025-08-14T20:44:03.8749656Z 2025-08-14T20:44:03.8749812Z Or undo this operation with: 2025-08-14T20:44:03.8750145Z 2025-08-14T20:44:03.8750500Z git switch - 2025-08-14T20:44:03.8750732Z 2025-08-14T20:44:03.8751075Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:44:03.8751558Z 2025-08-14T20:44:03.8752097Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:44:03.8785038Z ##[endgroup] 2025-08-14T20:44:03.8834441Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:44:03.8858883Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:03.9004940Z ##[group]Run set -eou pipefail 2025-08-14T20:44:03.9005226Z set -eou pipefail 2025-08-14T20:44:03.9005476Z # Generate PyTorch version to use 2025-08-14T20:44:03.9005996Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-08-14T20:44:03.9046751Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:03.9046989Z ##[endgroup] 2025-08-14T20:44:03.9535783Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-14T20:44:03.9536154Z with: 2025-08-14T20:44:03.9536336Z python-version: 3.8 2025-08-14T20:44:03.9536533Z architecture: x64 2025-08-14T20:44:03.9536722Z check-latest: false 2025-08-14T20:44:03.9536901Z cache: pip 2025-08-14T20:44:03.9537195Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-08-14T20:44:03.9537646Z token: *** 2025-08-14T20:44:03.9537833Z update-environment: true 2025-08-14T20:44:03.9538058Z allow-prereleases: false 2025-08-14T20:44:03.9538270Z freethreaded: false 2025-08-14T20:44:03.9538457Z ##[endgroup] 2025-08-14T20:44:04.1174873Z ##[group]Installed versions 2025-08-14T20:44:04.1259214Z Version 3.8 was not found in the local cache 2025-08-14T20:44:04.8265839Z Version 3.8 is available for downloading 2025-08-14T20:44:04.8267888Z 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-14T20:44:05.6398248Z Extract downloaded archive 2025-08-14T20:44:05.6502427Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/eee7c623-b87c-4d0c-b989-4e8cbb06e87d -f /home/runner/work/_temp/849b2c94-0bbb-4f50-9f10-3c7e2e8062b9 2025-08-14T20:44:06.9491977Z Execute installation script 2025-08-14T20:44:06.9581677Z Check if Python hostedtoolcache folder exist... 2025-08-14T20:44:06.9582219Z Create Python 3.8.18 folder 2025-08-14T20:44:06.9596898Z Copy Python binaries to hostedtoolcache folder 2025-08-14T20:44:07.4357179Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-08-14T20:44:07.4398908Z Upgrading pip... 2025-08-14T20:44:09.4825725Z Looking in links: /tmp/tmpsftcvn_k 2025-08-14T20:44:09.4830634Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-08-14T20:44:09.4834888Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-08-14T20:44:11.0221212Z Collecting pip 2025-08-14T20:44:11.1190924Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-08-14T20:44:11.2203890Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.9 MB/s eta 0:00:00 2025-08-14T20:44:11.2204524Z 2025-08-14T20:44:11.2557567Z Installing collected packages: pip 2025-08-14T20:44:11.2559634Z Attempting uninstall: pip 2025-08-14T20:44:11.2566058Z Found existing installation: pip 23.0.1 2025-08-14T20:44:11.4404298Z Uninstalling pip-23.0.1: 2025-08-14T20:44:11.4475479Z Successfully uninstalled pip-23.0.1 2025-08-14T20:44:12.1601008Z Successfully installed pip-25.0.1 2025-08-14T20:44:12.2061401Z Create complete file 2025-08-14T20:44:12.2102222Z Successfully set up CPython (3.8.18) 2025-08-14T20:44:12.2103462Z ##[endgroup] 2025-08-14T20:44:13.5727833Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-08-14T20:44:13.7306966Z /home/runner/.cache/pip 2025-08-14T20:44:13.9351411Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-dc1d647aab3648d5a93d62048ccf7e506faa2fe1ec83a8a257407ccf79ad3768 2025-08-14T20:44:14.8091962Z Received 1842787 of 1842787 (100.0%), 3.1 MBs/sec 2025-08-14T20:44:14.8092647Z Cache Size: ~2 MB (1842787 B) 2025-08-14T20:44:14.8118835Z [command]/usr/bin/tar -xf /home/runner/work/_temp/b8fdc0d6-589d-4477-a4ac-3ff619145267/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-08-14T20:44:14.8216224Z Cache restored successfully 2025-08-14T20:44:14.8226645Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-dc1d647aab3648d5a93d62048ccf7e506faa2fe1ec83a8a257407ccf79ad3768 2025-08-14T20:44:14.8394047Z ##[group]Run # All we need to see is that it passes 2025-08-14T20:44:14.8394409Z # All we need to see is that it passes 2025-08-14T20:44:14.8394704Z python3 torch/utils/collect_env.py 2025-08-14T20:44:14.8437248Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:14.8437659Z env: 2025-08-14T20:44:14.8437914Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-14T20:44:14.8438323Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-08-14T20:44:14.8438721Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-14T20:44:14.8439062Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-14T20:44:14.8439408Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-08-14T20:44:14.8439747Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-08-14T20:44:14.8440034Z ##[endgroup] 2025-08-14T20:44:56.5431073Z Collecting environment information... 2025-08-14T20:44:56.5432680Z PyTorch version: N/A 2025-08-14T20:44:56.5433040Z Is debug build: N/A 2025-08-14T20:44:56.5433776Z CUDA used to build PyTorch: N/A 2025-08-14T20:44:56.5434200Z ROCM used to build PyTorch: N/A 2025-08-14T20:44:56.5434441Z 2025-08-14T20:44:56.5434575Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-08-14T20:44:56.5434970Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-08-14T20:44:56.5435443Z Clang version: 18.1.3 (1ubuntu1) 2025-08-14T20:44:56.5435811Z CMake version: version 3.31.6 2025-08-14T20:44:56.5436179Z Libc version: glibc-2.39 2025-08-14T20:44:56.5436402Z 2025-08-14T20:44:56.5436703Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-08-14T20:44:56.5437374Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-08-14T20:44:56.5437856Z Is CUDA available: N/A 2025-08-14T20:44:56.5438196Z CUDA runtime version: Could not collect 2025-08-14T20:44:56.5438579Z CUDA_MODULE_LOADING set to: N/A 2025-08-14T20:44:56.5438983Z GPU models and configuration: Could not collect 2025-08-14T20:44:56.5439434Z Nvidia driver version: Could not collect 2025-08-14T20:44:56.5439828Z cuDNN version: Could not collect 2025-08-14T20:44:56.5440180Z Is XPU available: N/A 2025-08-14T20:44:56.5440694Z HIP runtime version: N/A 2025-08-14T20:44:56.5441011Z MIOpen runtime version: N/A 2025-08-14T20:44:56.5441362Z Is XNNPACK available: N/A 2025-08-14T20:44:56.5441575Z 2025-08-14T20:44:56.5441682Z CPU: 2025-08-14T20:44:56.5442019Z Architecture: x86_64 2025-08-14T20:44:56.5442552Z CPU op-mode(s): 32-bit, 64-bit 2025-08-14T20:44:56.5443125Z Address sizes: 48 bits physical, 48 bits virtual 2025-08-14T20:44:56.5443818Z Byte Order: Little Endian 2025-08-14T20:44:56.5444285Z CPU(s): 4 2025-08-14T20:44:56.5444720Z On-line CPU(s) list: 0-3 2025-08-14T20:44:56.5445192Z Vendor ID: AuthenticAMD 2025-08-14T20:44:56.5445732Z Model name: AMD EPYC 7763 64-Core Processor 2025-08-14T20:44:56.5446246Z CPU family: 25 2025-08-14T20:44:56.5446645Z Model: 1 2025-08-14T20:44:56.5446995Z Thread(s) per core: 2 2025-08-14T20:44:56.5447401Z Core(s) per socket: 2 2025-08-14T20:44:56.5447780Z Socket(s): 1 2025-08-14T20:44:56.5448161Z Stepping: 1 2025-08-14T20:44:56.5448589Z BogoMIPS: 4890.86 2025-08-14T20:44:56.5452965Z 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-14T20:44:56.5457054Z Virtualization: AMD-V 2025-08-14T20:44:56.5457527Z Hypervisor vendor: Microsoft 2025-08-14T20:44:56.5457978Z Virtualization type: full 2025-08-14T20:44:56.5458441Z L1d cache: 64 KiB (2 instances) 2025-08-14T20:44:56.5458926Z L1i cache: 64 KiB (2 instances) 2025-08-14T20:44:56.5459418Z L2 cache: 1 MiB (2 instances) 2025-08-14T20:44:56.5459897Z L3 cache: 32 MiB (1 instance) 2025-08-14T20:44:56.5460510Z NUMA node(s): 1 2025-08-14T20:44:56.5460926Z NUMA node0 CPU(s): 0-3 2025-08-14T20:44:56.5461416Z Vulnerability Gather data sampling: Not affected 2025-08-14T20:44:56.5461921Z Vulnerability Itlb multihit: Not affected 2025-08-14T20:44:56.5462415Z Vulnerability L1tf: Not affected 2025-08-14T20:44:56.5462894Z Vulnerability Mds: Not affected 2025-08-14T20:44:56.5463381Z Vulnerability Meltdown: Not affected 2025-08-14T20:44:56.5463877Z Vulnerability Mmio stale data: Not affected 2025-08-14T20:44:56.5464389Z Vulnerability Reg file data sampling: Not affected 2025-08-14T20:44:56.5464898Z Vulnerability Retbleed: Not affected 2025-08-14T20:44:56.5465513Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-08-14T20:44:56.5466148Z Vulnerability Spec store bypass: Vulnerable 2025-08-14T20:44:56.5466925Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-08-14T20:44:56.5468096Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-08-14T20:44:56.5469010Z Vulnerability Srbds: Not affected 2025-08-14T20:44:56.5469539Z Vulnerability Tsx async abort: Not affected 2025-08-14T20:44:56.5469872Z 2025-08-14T20:44:56.5470041Z Versions of relevant libraries: 2025-08-14T20:44:56.5470650Z [pip3] No relevant packages 2025-08-14T20:44:56.5471031Z [conda] No relevant packages 2025-08-14T20:44:56.5543317Z Post job cleanup. 2025-08-14T20:44:56.7028249Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-dc1d647aab3648d5a93d62048ccf7e506faa2fe1ec83a8a257407ccf79ad3768, not saving cache. 2025-08-14T20:44:56.7132841Z Post job cleanup. 2025-08-14T20:44:56.7171704Z Post job cleanup. 2025-08-14T20:44:56.8085021Z [command]/usr/bin/git version 2025-08-14T20:44:56.8120881Z git version 2.50.1 2025-08-14T20:44:56.8158190Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/c81eb92a-2779-40fe-b487-0967eb61a787/.gitconfig' 2025-08-14T20:44:56.8170091Z Temporarily overriding HOME='/home/runner/work/_temp/c81eb92a-2779-40fe-b487-0967eb61a787' before making global git config changes 2025-08-14T20:44:56.8171589Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:44:56.8183661Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:44:56.8218062Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:44:56.8250353Z [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-14T20:44:56.8505818Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:44:56.8526793Z http.https://github.com/.extraheader 2025-08-14T20:44:56.8543194Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:44:56.8579781Z [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-14T20:44:56.8969335Z Cleaning up orphan processes