2025-06-26T07:46:05.9055886Z Current runner version: '2.325.0' 2025-06-26T07:46:05.9061985Z Runner name: 'linux.24_04.4x_c4c63a5745ee' 2025-06-26T07:46:05.9063028Z Machine name: 'pkrvm3tun18ee2i' 2025-06-26T07:46:05.9080178Z ##[group]Operating System 2025-06-26T07:46:05.9081058Z Ubuntu 2025-06-26T07:46:05.9081526Z 24.04.2 2025-06-26T07:46:05.9081990Z LTS 2025-06-26T07:46:05.9082515Z ##[endgroup] 2025-06-26T07:46:05.9083037Z ##[group]Runner Image 2025-06-26T07:46:05.9083825Z Image: ubuntu-24.04 2025-06-26T07:46:05.9084432Z Version: 20250615.1.0 2025-06-26T07:46:05.9085451Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-26T07:46:05.9086761Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1 2025-06-26T07:46:05.9087720Z ##[endgroup] 2025-06-26T07:46:05.9090144Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:46:05.9092124Z Actions: read 2025-06-26T07:46:05.9092676Z Attestations: read 2025-06-26T07:46:05.9093347Z Checks: read 2025-06-26T07:46:05.9094238Z Contents: read 2025-06-26T07:46:05.9094809Z Deployments: read 2025-06-26T07:46:05.9095337Z Discussions: read 2025-06-26T07:46:05.9095850Z Issues: read 2025-06-26T07:46:05.9096303Z Metadata: read 2025-06-26T07:46:05.9096822Z Models: read 2025-06-26T07:46:05.9097289Z Packages: read 2025-06-26T07:46:05.9097826Z Pages: read 2025-06-26T07:46:05.9098357Z PullRequests: read 2025-06-26T07:46:05.9098876Z RepositoryProjects: read 2025-06-26T07:46:05.9099428Z SecurityEvents: read 2025-06-26T07:46:05.9099898Z Statuses: read 2025-06-26T07:46:05.9100454Z ##[endgroup] 2025-06-26T07:46:05.9102777Z Secret source: Actions 2025-06-26T07:46:05.9103467Z Prepare workflow directory 2025-06-26T07:46:05.9444249Z Prepare all required actions 2025-06-26T07:46:05.9482013Z Getting action download info 2025-06-26T07:46:06.2517225Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:46:10.2439165Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-26T07:46:10.7329340Z Getting action download info 2025-06-26T07:46:10.8581543Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:46:10.9540565Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-06-26T07:46:11.0187913Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:46:11.0188680Z with: 2025-06-26T07:46:11.0188908Z submodules: false 2025-06-26T07:46:11.0189131Z fetch-depth: 1 2025-06-26T07:46:11.0189788Z ##[endgroup] 2025-06-26T07:46:11.0278234Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:11.0279077Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:11.0701014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:11.0701561Z ##[endgroup] 2025-06-26T07:46:11.0970061Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:46:11.0970538Z # Use all available CPUs for fetching 2025-06-26T07:46:11.0970860Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:46:11.0971210Z git config --global fetch.parallel 0 2025-06-26T07:46:11.0971560Z git config --global submodule.fetchJobs 0 2025-06-26T07:46:11.0971865Z  2025-06-26T07:46:11.0972208Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:46:11.0972622Z # do it here as well just in case 2025-06-26T07:46:11.0972913Z if [[ -d .git ]]; then 2025-06-26T07:46:11.0973179Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:46:11.0973466Z  sudo git clean -ffdx 2025-06-26T07:46:11.0973947Z  else 2025-06-26T07:46:11.0974176Z  git clean -ffdx 2025-06-26T07:46:11.0974613Z  fi 2025-06-26T07:46:11.0974817Z fi 2025-06-26T07:46:11.1031033Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:11.1031406Z env: 2025-06-26T07:46:11.1031634Z NO_SUDO: 2025-06-26T07:46:11.1031836Z ##[endgroup] 2025-06-26T07:46:11.2477208Z ##[group]Run actions/checkout@v4 2025-06-26T07:46:11.2477518Z with: 2025-06-26T07:46:11.2477774Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:11.2478070Z fetch-depth: 1 2025-06-26T07:46:11.2478301Z submodules: false 2025-06-26T07:46:11.2478523Z show-progress: false 2025-06-26T07:46:11.2478778Z repository: pytorch/pytorch 2025-06-26T07:46:11.2479171Z token: *** 2025-06-26T07:46:11.2479392Z ssh-strict: true 2025-06-26T07:46:11.2479602Z ssh-user: git 2025-06-26T07:46:11.2479825Z persist-credentials: true 2025-06-26T07:46:11.2480073Z clean: true 2025-06-26T07:46:11.2480293Z sparse-checkout-cone-mode: true 2025-06-26T07:46:11.2480560Z fetch-tags: false 2025-06-26T07:46:11.2480785Z lfs: false 2025-06-26T07:46:11.2480998Z set-safe-directory: true 2025-06-26T07:46:11.2481233Z ##[endgroup] 2025-06-26T07:46:11.3530568Z Syncing repository: pytorch/pytorch 2025-06-26T07:46:11.3532649Z ##[group]Getting Git version info 2025-06-26T07:46:11.3533370Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:11.3534681Z [command]/usr/bin/git version 2025-06-26T07:46:11.3547097Z git version 2.49.0 2025-06-26T07:46:11.3573431Z ##[endgroup] 2025-06-26T07:46:11.3585654Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/3e2c7ed8-09ba-4aa5-8153-6429accec12b/.gitconfig' 2025-06-26T07:46:11.3595675Z Temporarily overriding HOME='/home/runner/work/_temp/3e2c7ed8-09ba-4aa5-8153-6429accec12b' before making global git config changes 2025-06-26T07:46:11.3597113Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:11.3601193Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:11.3635139Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:11.3639268Z ##[group]Initializing the repository 2025-06-26T07:46:11.3644273Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-26T07:46:11.4697225Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:46:11.4698828Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:46:11.4699922Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:46:11.4700436Z hint: 2025-06-26T07:46:11.4700830Z hint: git config --global init.defaultBranch 2025-06-26T07:46:11.4701271Z hint: 2025-06-26T07:46:11.4701676Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:46:11.4702327Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:46:11.4702837Z hint: 2025-06-26T07:46:11.4703117Z hint: git branch -m 2025-06-26T07:46:11.4827882Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-26T07:46:11.4841004Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:46:11.4938630Z ##[endgroup] 2025-06-26T07:46:11.4939530Z ##[group]Disabling automatic garbage collection 2025-06-26T07:46:11.4944133Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:46:11.4972848Z ##[endgroup] 2025-06-26T07:46:11.4973300Z ##[group]Setting up auth 2025-06-26T07:46:11.4982547Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:11.5012968Z [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-26T07:46:11.7175793Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:11.7208646Z [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-26T07:46:11.7457445Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:46:11.7497457Z ##[endgroup] 2025-06-26T07:46:11.7498121Z ##[group]Fetching the repository 2025-06-26T07:46:11.7506559Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:16.8293872Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:16.8294781Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:16.8404117Z ##[endgroup] 2025-06-26T07:46:16.8404832Z ##[group]Determining the checkout info 2025-06-26T07:46:16.8405571Z ##[endgroup] 2025-06-26T07:46:16.8412768Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:16.8519318Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:16.8546274Z ##[group]Checking out the ref 2025-06-26T07:46:16.8552136Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:17.8731195Z Updating files: 91% (17861/19448) 2025-06-26T07:46:17.8842271Z Updating files: 92% (17893/19448) 2025-06-26T07:46:17.8988448Z Updating files: 93% (18087/19448) 2025-06-26T07:46:17.9147322Z Updating files: 94% (18282/19448) 2025-06-26T07:46:17.9326801Z Updating files: 95% (18476/19448) 2025-06-26T07:46:17.9459455Z Updating files: 96% (18671/19448) 2025-06-26T07:46:17.9630641Z Updating files: 97% (18865/19448) 2025-06-26T07:46:17.9851027Z Updating files: 98% (19060/19448) 2025-06-26T07:46:17.9991791Z Updating files: 99% (19254/19448) 2025-06-26T07:46:17.9992417Z Updating files: 100% (19448/19448) 2025-06-26T07:46:17.9993020Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:18.0175556Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:18.0176354Z 2025-06-26T07:46:18.0176812Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:18.0178098Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:18.0179366Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:18.0180452Z 2025-06-26T07:46:18.0180926Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:18.0181976Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:18.0182605Z 2025-06-26T07:46:18.0182894Z git switch -c 2025-06-26T07:46:18.0183365Z 2025-06-26T07:46:18.0183591Z Or undo this operation with: 2025-06-26T07:46:18.0184243Z 2025-06-26T07:46:18.0184441Z git switch - 2025-06-26T07:46:18.0184734Z 2025-06-26T07:46:18.0185278Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:18.0186100Z 2025-06-26T07:46:18.0186610Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:18.0215282Z ##[endgroup] 2025-06-26T07:46:18.0263576Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:18.0288352Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:18.0453152Z ##[group]Run set -eou pipefail 2025-06-26T07:46:18.0453436Z set -eou pipefail 2025-06-26T07:46:18.0453914Z # Generate PyTorch version to use 2025-06-26T07:46:18.0454433Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-06-26T07:46:18.0512588Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:18.0512821Z ##[endgroup] 2025-06-26T07:46:18.1023569Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-26T07:46:18.1024159Z with: 2025-06-26T07:46:18.1024331Z python-version: 3.8 2025-06-26T07:46:18.1024526Z architecture: x64 2025-06-26T07:46:18.1024704Z check-latest: false 2025-06-26T07:46:18.1025061Z cache: pip 2025-06-26T07:46:18.1025262Z cache-dependency-path: **/requirements.txt 2025-06-26T07:46:18.1025637Z token: *** 2025-06-26T07:46:18.1025827Z update-environment: true 2025-06-26T07:46:18.1026049Z allow-prereleases: false 2025-06-26T07:46:18.1026257Z freethreaded: false 2025-06-26T07:46:18.1026439Z ##[endgroup] 2025-06-26T07:46:18.2656863Z ##[group]Installed versions 2025-06-26T07:46:18.4900817Z Version 3.8 was not found in the local cache 2025-06-26T07:46:18.9098403Z Version 3.8 is available for downloading 2025-06-26T07:46:18.9100432Z 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-26T07:46:19.5889503Z Extract downloaded archive 2025-06-26T07:46:19.6003468Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/59bb37ab-f794-4581-b3fa-d055076c178e -f /home/runner/work/_temp/1cb56003-e3eb-4da1-a789-e8174aca148c 2025-06-26T07:46:20.9009813Z Execute installation script 2025-06-26T07:46:20.9104432Z Check if Python hostedtoolcache folder exist... 2025-06-26T07:46:20.9104798Z Create Python 3.8.18 folder 2025-06-26T07:46:20.9117436Z Copy Python binaries to hostedtoolcache folder 2025-06-26T07:46:21.3763569Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-06-26T07:46:21.3806587Z Upgrading pip... 2025-06-26T07:46:23.4698235Z Looking in links: /tmp/tmpgyvja3pz 2025-06-26T07:46:23.4701850Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-06-26T07:46:23.4706360Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-06-26T07:46:24.9815316Z Collecting pip 2025-06-26T07:46:25.0162281Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-06-26T07:46:25.0518036Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 56.0 MB/s eta 0:00:00 2025-06-26T07:46:25.0518828Z 2025-06-26T07:46:25.0864137Z Installing collected packages: pip 2025-06-26T07:46:25.0864988Z Attempting uninstall: pip 2025-06-26T07:46:25.0871049Z Found existing installation: pip 23.0.1 2025-06-26T07:46:25.2697434Z Uninstalling pip-23.0.1: 2025-06-26T07:46:25.2770627Z Successfully uninstalled pip-23.0.1 2025-06-26T07:46:25.9872139Z Successfully installed pip-25.0.1 2025-06-26T07:46:26.0390795Z Create complete file 2025-06-26T07:46:26.0440566Z Successfully set up CPython (3.8.18) 2025-06-26T07:46:26.0441897Z ##[endgroup] 2025-06-26T07:46:27.3475259Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-06-26T07:46:27.5091239Z /home/runner/.cache/pip 2025-06-26T07:46:27.6540722Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-26T07:46:28.3780697Z Received 1842611 of 1842611 (100.0%), 3.6 MBs/sec 2025-06-26T07:46:28.3781325Z Cache Size: ~2 MB (1842611 B) 2025-06-26T07:46:28.3807953Z [command]/usr/bin/tar -xf /home/runner/work/_temp/91f7fa29-1a65-4dff-a391-c9b66cc7f741/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-06-26T07:46:28.3963120Z Cache restored successfully 2025-06-26T07:46:28.3973437Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c9e6b54e95fac9d6937ed6a950007fb1b8018ebec3beeb309ea2fcc2d71f7f5f 2025-06-26T07:46:28.4149153Z ##[group]Run # All we need to see is that it passes 2025-06-26T07:46:28.4149519Z # All we need to see is that it passes 2025-06-26T07:46:28.4149811Z python3 torch/utils/collect_env.py 2025-06-26T07:46:28.4211417Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:28.4211650Z env: 2025-06-26T07:46:28.4211894Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-26T07:46:28.4212303Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-06-26T07:46:28.4212686Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-26T07:46:28.4213025Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-26T07:46:28.4213537Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-06-26T07:46:28.4214028Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-06-26T07:46:28.4214310Z ##[endgroup] 2025-06-26T07:47:07.3461737Z Collecting environment information... 2025-06-26T07:47:07.3462310Z PyTorch version: N/A 2025-06-26T07:47:07.3462653Z Is debug build: N/A 2025-06-26T07:47:07.3463017Z CUDA used to build PyTorch: N/A 2025-06-26T07:47:07.3463395Z ROCM used to build PyTorch: N/A 2025-06-26T07:47:07.3463922Z 2025-06-26T07:47:07.3466017Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-06-26T07:47:07.3466867Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-06-26T07:47:07.3467536Z Clang version: 18.1.3 (1ubuntu1) 2025-06-26T07:47:07.3468077Z CMake version: version 3.31.6 2025-06-26T07:47:07.3468571Z Libc version: glibc-2.39 2025-06-26T07:47:07.3468871Z 2025-06-26T07:47:07.3469268Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-06-26T07:47:07.3470210Z Python platform: Linux-6.11.0-1015-azure-x86_64-with-glibc2.34 2025-06-26T07:47:07.3470957Z Is CUDA available: N/A 2025-06-26T07:47:07.3471361Z CUDA runtime version: Could not collect 2025-06-26T07:47:07.3471894Z CUDA_MODULE_LOADING set to: N/A 2025-06-26T07:47:07.3472273Z GPU models and configuration: Could not collect 2025-06-26T07:47:07.3472660Z Nvidia driver version: Could not collect 2025-06-26T07:47:07.3472988Z cuDNN version: Could not collect 2025-06-26T07:47:07.3473273Z HIP runtime version: N/A 2025-06-26T07:47:07.3473539Z MIOpen runtime version: N/A 2025-06-26T07:47:07.3474081Z Is XNNPACK available: N/A 2025-06-26T07:47:07.3474352Z 2025-06-26T07:47:07.3474487Z CPU: 2025-06-26T07:47:07.3474830Z Architecture: x86_64 2025-06-26T07:47:07.3475462Z CPU op-mode(s): 32-bit, 64-bit 2025-06-26T07:47:07.3476233Z Address sizes: 48 bits physical, 48 bits virtual 2025-06-26T07:47:07.3476984Z Byte Order: Little Endian 2025-06-26T07:47:07.3477564Z CPU(s): 4 2025-06-26T07:47:07.3478135Z On-line CPU(s) list: 0-3 2025-06-26T07:47:07.3478810Z Vendor ID: AuthenticAMD 2025-06-26T07:47:07.3479592Z Model name: AMD EPYC 7763 64-Core Processor 2025-06-26T07:47:07.3480343Z CPU family: 25 2025-06-26T07:47:07.3480941Z Model: 1 2025-06-26T07:47:07.3481417Z Thread(s) per core: 2 2025-06-26T07:47:07.3481832Z Core(s) per socket: 2 2025-06-26T07:47:07.3482261Z Socket(s): 1 2025-06-26T07:47:07.3482674Z Stepping: 1 2025-06-26T07:47:07.3483101Z BogoMIPS: 4890.86 2025-06-26T07:47:07.3487836Z 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-26T07:47:07.3492104Z Virtualization: AMD-V 2025-06-26T07:47:07.3492608Z Hypervisor vendor: Microsoft 2025-06-26T07:47:07.3493103Z Virtualization type: full 2025-06-26T07:47:07.3493593Z L1d cache: 64 KiB (2 instances) 2025-06-26T07:47:07.3494373Z L1i cache: 64 KiB (2 instances) 2025-06-26T07:47:07.3495191Z L2 cache: 1 MiB (2 instances) 2025-06-26T07:47:07.3495711Z L3 cache: 32 MiB (1 instance) 2025-06-26T07:47:07.3496081Z NUMA node(s): 1 2025-06-26T07:47:07.3496343Z NUMA node0 CPU(s): 0-3 2025-06-26T07:47:07.3496645Z Vulnerability Gather data sampling: Not affected 2025-06-26T07:47:07.3496957Z Vulnerability Itlb multihit: Not affected 2025-06-26T07:47:07.3497252Z Vulnerability L1tf: Not affected 2025-06-26T07:47:07.3497532Z Vulnerability Mds: Not affected 2025-06-26T07:47:07.3497808Z Vulnerability Meltdown: Not affected 2025-06-26T07:47:07.3498084Z Vulnerability Mmio stale data: Not affected 2025-06-26T07:47:07.3498374Z Vulnerability Reg file data sampling: Not affected 2025-06-26T07:47:07.3498664Z Vulnerability Retbleed: Not affected 2025-06-26T07:47:07.3499015Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-06-26T07:47:07.3499392Z Vulnerability Spec store bypass: Vulnerable 2025-06-26T07:47:07.3499842Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-06-26T07:47:07.3500530Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-06-26T07:47:07.3501039Z Vulnerability Srbds: Not affected 2025-06-26T07:47:07.3501326Z Vulnerability Tsx async abort: Not affected 2025-06-26T07:47:07.3501509Z 2025-06-26T07:47:07.3501602Z Versions of relevant libraries: 2025-06-26T07:47:07.3501828Z [pip3] No relevant packages 2025-06-26T07:47:07.3502044Z [conda] No relevant packages 2025-06-26T07:47:07.3565742Z Post job cleanup. 2025-06-26T07:47:07.5039772Z 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-26T07:47:07.5186066Z Post job cleanup. 2025-06-26T07:47:07.5241847Z Post job cleanup. 2025-06-26T07:47:07.6167545Z [command]/usr/bin/git version 2025-06-26T07:47:07.6207791Z git version 2.49.0 2025-06-26T07:47:07.6250015Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1fecd88a-a1b9-4a78-bb37-09752ad9b404/.gitconfig' 2025-06-26T07:47:07.6267060Z Temporarily overriding HOME='/home/runner/work/_temp/1fecd88a-a1b9-4a78-bb37-09752ad9b404' before making global git config changes 2025-06-26T07:47:07.6268191Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:47:07.6272480Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:47:07.6308738Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:47:07.6340625Z [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-26T07:47:07.6644024Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:47:07.6666205Z http.https://github.com/.extraheader 2025-06-26T07:47:07.6679566Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:47:07.6714121Z [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-26T07:47:07.7074265Z Cleaning up orphan processes