2025-03-14T03:51:38.1726295Z Current runner version: '2.322.0' 2025-03-14T03:51:38.1733303Z Runner name: 'linux.20_04.4x_0e1a69da954a' 2025-03-14T03:51:38.1734078Z Runner group name: 'Default' 2025-03-14T03:51:38.1734914Z Machine name: 'runner' 2025-03-14T03:51:38.1752466Z ##[group]Operating System 2025-03-14T03:51:38.1753140Z Ubuntu 2025-03-14T03:51:38.1753672Z 20.04.6 2025-03-14T03:51:38.1754145Z LTS 2025-03-14T03:51:38.1754607Z ##[endgroup] 2025-03-14T03:51:38.1755126Z ##[group]Runner Image 2025-03-14T03:51:38.1755666Z Image: ubuntu-20.04 2025-03-14T03:51:38.1756161Z Version: 20250309.1.0 2025-03-14T03:51:38.1757215Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250309.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-14T03:51:38.1758581Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250309.1 2025-03-14T03:51:38.1759475Z ##[endgroup] 2025-03-14T03:51:38.1761576Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:51:38.1763359Z Actions: read 2025-03-14T03:51:38.1764164Z Attestations: read 2025-03-14T03:51:38.1764779Z Checks: read 2025-03-14T03:51:38.1765275Z Contents: read 2025-03-14T03:51:38.1765772Z Deployments: read 2025-03-14T03:51:38.1766311Z Discussions: read 2025-03-14T03:51:38.1766799Z Issues: read 2025-03-14T03:51:38.1767255Z Metadata: read 2025-03-14T03:51:38.1767769Z Packages: read 2025-03-14T03:51:38.1768260Z Pages: read 2025-03-14T03:51:38.1768742Z PullRequests: read 2025-03-14T03:51:38.1769303Z RepositoryProjects: read 2025-03-14T03:51:38.1769824Z SecurityEvents: read 2025-03-14T03:51:38.1770358Z Statuses: read 2025-03-14T03:51:38.1770866Z ##[endgroup] 2025-03-14T03:51:38.1773572Z Secret source: Actions 2025-03-14T03:51:38.1774650Z Prepare workflow directory 2025-03-14T03:51:38.2067801Z Prepare all required actions 2025-03-14T03:51:38.2102625Z Getting action download info 2025-03-14T03:51:38.4301833Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:51:46.3923428Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-14T03:51:46.6448823Z Getting action download info 2025-03-14T03:51:46.7875540Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:51:46.8987338Z Complete job name: Test collect_env (older_python_version, linux.20_04.4x) 2025-03-14T03:51:46.9720913Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:51:46.9721560Z with: 2025-03-14T03:51:46.9721765Z submodules: false 2025-03-14T03:51:46.9721980Z fetch-depth: 1 2025-03-14T03:51:46.9722326Z ##[endgroup] 2025-03-14T03:51:46.9804293Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:46.9805115Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:46.9862987Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:46.9863402Z ##[endgroup] 2025-03-14T03:51:47.0101973Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:51:47.0102371Z # Use all available CPUs for fetching 2025-03-14T03:51:47.0102654Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:51:47.0103163Z git config --global fetch.parallel 0 2025-03-14T03:51:47.0103695Z git config --global submodule.fetchJobs 0 2025-03-14T03:51:47.0104031Z  2025-03-14T03:51:47.0104331Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:51:47.0104713Z # do it here as well just in case 2025-03-14T03:51:47.0104991Z if [[ -d .git ]]; then 2025-03-14T03:51:47.0105232Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:51:47.0105479Z  sudo git clean -ffdx 2025-03-14T03:51:47.0105704Z  else 2025-03-14T03:51:47.0105898Z  git clean -ffdx 2025-03-14T03:51:47.0106110Z  fi 2025-03-14T03:51:47.0106563Z fi 2025-03-14T03:51:47.0152252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:47.0152601Z env: 2025-03-14T03:51:47.0152773Z NO_SUDO: 2025-03-14T03:51:47.0152944Z ##[endgroup] 2025-03-14T03:51:47.2696242Z ##[group]Run actions/checkout@v4 2025-03-14T03:51:47.2696520Z with: 2025-03-14T03:51:47.2696757Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:47.2697035Z fetch-depth: 1 2025-03-14T03:51:47.2697458Z submodules: false 2025-03-14T03:51:47.2697669Z show-progress: false 2025-03-14T03:51:47.2697897Z repository: pytorch/pytorch 2025-03-14T03:51:47.2698260Z token: *** 2025-03-14T03:51:47.2698447Z ssh-strict: true 2025-03-14T03:51:47.2698630Z ssh-user: git 2025-03-14T03:51:47.2698826Z persist-credentials: true 2025-03-14T03:51:47.2699046Z clean: true 2025-03-14T03:51:47.2699247Z sparse-checkout-cone-mode: true 2025-03-14T03:51:47.2699487Z fetch-tags: false 2025-03-14T03:51:47.2699668Z lfs: false 2025-03-14T03:51:47.2699868Z set-safe-directory: true 2025-03-14T03:51:47.2700083Z ##[endgroup] 2025-03-14T03:51:47.3712854Z Syncing repository: pytorch/pytorch 2025-03-14T03:51:47.3714767Z ##[group]Getting Git version info 2025-03-14T03:51:47.3715425Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:47.3716433Z [command]/usr/bin/git version 2025-03-14T03:51:47.3725093Z git version 2.48.1 2025-03-14T03:51:47.3750325Z ##[endgroup] 2025-03-14T03:51:47.3762084Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/fdeca0a1-a34e-4760-9d99-b147deb82695/.gitconfig' 2025-03-14T03:51:47.3777510Z Temporarily overriding HOME='/home/runner/work/_temp/fdeca0a1-a34e-4760-9d99-b147deb82695' before making global git config changes 2025-03-14T03:51:47.3778949Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:51:47.3787336Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:51:47.3817641Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:47.3821294Z ##[group]Initializing the repository 2025-03-14T03:51:47.3826118Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-14T03:51:47.4269866Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-14T03:51:47.4271010Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-14T03:51:47.4271591Z hint: of your new repositories, which will suppress this warning, call: 2025-03-14T03:51:47.4271987Z hint: 2025-03-14T03:51:47.4272307Z hint: git config --global init.defaultBranch 2025-03-14T03:51:47.4272637Z hint: 2025-03-14T03:51:47.4272967Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-14T03:51:47.4273504Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-14T03:51:47.4274028Z hint: 2025-03-14T03:51:47.4274369Z hint: git branch -m 2025-03-14T03:51:47.4274926Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-14T03:51:47.4279569Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-14T03:51:47.4359462Z ##[endgroup] 2025-03-14T03:51:47.4359887Z ##[group]Disabling automatic garbage collection 2025-03-14T03:51:47.4364460Z [command]/usr/bin/git config --local gc.auto 0 2025-03-14T03:51:47.4390869Z ##[endgroup] 2025-03-14T03:51:47.4391242Z ##[group]Setting up auth 2025-03-14T03:51:47.4397285Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:51:47.4425046Z [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-03-14T03:51:47.8922846Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:51:47.8953869Z [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-03-14T03:51:47.9179759Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-14T03:51:47.9219650Z ##[endgroup] 2025-03-14T03:51:47.9220297Z ##[group]Fetching the repository 2025-03-14T03:51:47.9239639Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:51.0116578Z From https://github.com/pytorch/pytorch 2025-03-14T03:51:51.0117375Z * branch aed0b7a742a2d7b7901790622829cbd2135049a4 -> FETCH_HEAD 2025-03-14T03:51:51.0140311Z ##[endgroup] 2025-03-14T03:51:51.0140920Z ##[group]Determining the checkout info 2025-03-14T03:51:51.0143116Z ##[endgroup] 2025-03-14T03:51:51.0148981Z [command]/usr/bin/git sparse-checkout disable 2025-03-14T03:51:51.0242616Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-14T03:51:51.0267799Z ##[group]Checking out the ref 2025-03-14T03:51:51.0271733Z [command]/usr/bin/git checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:52.0476890Z Updating files: 95% (15840/16577) 2025-03-14T03:51:52.0583958Z Updating files: 96% (15914/16577) 2025-03-14T03:51:52.0825029Z Updating files: 97% (16080/16577) 2025-03-14T03:51:52.0951460Z Updating files: 98% (16246/16577) 2025-03-14T03:51:52.1078254Z Updating files: 99% (16412/16577) 2025-03-14T03:51:52.1078988Z Updating files: 100% (16577/16577) 2025-03-14T03:51:52.1079688Z Updating files: 100% (16577/16577), done. 2025-03-14T03:51:52.1253909Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T03:51:52.1254504Z 2025-03-14T03:51:52.1254798Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:51:52.1255381Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:51:52.1255929Z state without impacting any branches by switching back to a branch. 2025-03-14T03:51:52.1256270Z 2025-03-14T03:51:52.1256481Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:51:52.1256996Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:51:52.1257613Z 2025-03-14T03:51:52.1258065Z git switch -c 2025-03-14T03:51:52.1258294Z 2025-03-14T03:51:52.1258436Z Or undo this operation with: 2025-03-14T03:51:52.1258625Z 2025-03-14T03:51:52.1258830Z git switch - 2025-03-14T03:51:52.1258990Z 2025-03-14T03:51:52.1259235Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:51:52.1259590Z 2025-03-14T03:51:52.1259916Z HEAD is now at aed0b7a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:51:52.1343918Z ##[endgroup] 2025-03-14T03:51:52.1382980Z [command]/usr/bin/git log -1 --format=%H 2025-03-14T03:51:52.1404109Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:52.1548442Z ##[group]Run set -eou pipefail 2025-03-14T03:51:52.1548741Z set -eou pipefail 2025-03-14T03:51:52.1549001Z # Generate PyTorch version to use 2025-03-14T03:51:52.1549525Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-03-14T03:51:52.1599689Z shell: /usr/bin/bash -e {0} 2025-03-14T03:51:52.1599931Z ##[endgroup] 2025-03-14T03:51:52.3102929Z Traceback (most recent call last): 2025-03-14T03:51:52.3103542Z File ".github/scripts/get_ci_variable.py", line 8, in 2025-03-14T03:51:52.3103949Z def main(args: list[str]) -> None: 2025-03-14T03:51:52.3104248Z TypeError: 'type' object is not subscriptable 2025-03-14T03:51:52.3331717Z ##[group]Run actions/setup-python@v4 2025-03-14T03:51:52.3331987Z with: 2025-03-14T03:51:52.3332203Z python-version: 3.6 2025-03-14T03:51:52.3332413Z architecture: x64 2025-03-14T03:51:52.3332605Z check-latest: false 2025-03-14T03:51:52.3333018Z cache: pip 2025-03-14T03:51:52.3333233Z cache-dependency-path: **/requirements.txt 2025-03-14T03:51:52.3333617Z token: *** 2025-03-14T03:51:52.3333807Z update-environment: true 2025-03-14T03:51:52.3334030Z allow-prereleases: false 2025-03-14T03:51:52.3334242Z ##[endgroup] 2025-03-14T03:51:52.4536566Z ##[group]Installed versions 2025-03-14T03:51:52.5859136Z Version 3.6 was not found in the local cache 2025-03-14T03:51:52.8591645Z Version 3.6 is available for downloading 2025-03-14T03:51:52.8593044Z Download from "https://github.com/actions/python-versions/releases/download/3.6.15-116025/python-3.6.15-linux-20.04-x64.tar.gz" 2025-03-14T03:51:53.4305532Z Extract downloaded archive 2025-03-14T03:51:53.4412976Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/9dfc17aa-8e60-42bd-85a7-9d7e69081f88 -f /home/runner/work/_temp/4efbf221-a3d2-4c9b-89fa-8f79a30421bb 2025-03-14T03:51:54.6821446Z Execute installation script 2025-03-14T03:51:54.6907115Z Check if Python hostedtoolcache folder exist... 2025-03-14T03:51:54.6907840Z Create Python 3.6.15 folder 2025-03-14T03:51:54.6921254Z Copy Python binaries to hostedtoolcache folder 2025-03-14T03:51:55.1794302Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-03-14T03:51:55.1832083Z Upgrading PIP... 2025-03-14T03:51:56.1815016Z Looking in links: /tmp/tmpt31qnxsu 2025-03-14T03:51:56.1821202Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (40.6.2) 2025-03-14T03:51:56.1859714Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (18.1) 2025-03-14T03:51:56.7422906Z Collecting pip 2025-03-14T03:51:56.9108519Z Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB) 2025-03-14T03:51:57.0246571Z Installing collected packages: pip 2025-03-14T03:51:57.6815792Z Successfully installed pip-21.3.1 2025-03-14T03:51:57.8373964Z Create complete file 2025-03-14T03:51:57.8414981Z Successfully set up CPython (3.6.15) 2025-03-14T03:51:57.8416306Z ##[endgroup] 2025-03-14T03:51:58.8852941Z [command]/opt/hostedtoolcache/Python/3.6.15/x64/bin/pip cache dir 2025-03-14T03:51:59.1580862Z /home/runner/.cache/pip 2025-03-14T03:51:59.5405067Z Received 1720390 of 1720390 (100.0%), 18.2 MBs/sec 2025-03-14T03:51:59.5405574Z Cache Size: ~2 MB (1720390 B) 2025-03-14T03:51:59.5433046Z [command]/usr/bin/tar -xf /home/runner/work/_temp/0dd4217a-d387-4454-b1f0-d2daf725c246/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-14T03:51:59.5712635Z Cache restored successfully 2025-03-14T03:51:59.5722287Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-247ca9672597156babcd90a2736c7c38d2285815c5eeba21f8770911e554c004 2025-03-14T03:51:59.5906169Z ##[group]Run # All we need to see is that it passes 2025-03-14T03:51:59.5906568Z # All we need to see is that it passes 2025-03-14T03:51:59.5906898Z python3 torch/utils/collect_env.py 2025-03-14T03:51:59.5959497Z shell: /usr/bin/bash -e {0} 2025-03-14T03:51:59.5959747Z env: 2025-03-14T03:51:59.5960006Z pythonLocation: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-14T03:51:59.5960437Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib/pkgconfig 2025-03-14T03:51:59.5960842Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-14T03:51:59.5961202Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-14T03:51:59.5961552Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-14T03:51:59.5961912Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib 2025-03-14T03:51:59.5962218Z ##[endgroup] 2025-03-14T03:52:10.0201444Z Collecting environment information... 2025-03-14T03:52:10.0202012Z PyTorch version: N/A 2025-03-14T03:52:10.0202354Z Is debug build: N/A 2025-03-14T03:52:10.0202690Z CUDA used to build PyTorch: N/A 2025-03-14T03:52:10.0203523Z ROCM used to build PyTorch: N/A 2025-03-14T03:52:10.0203771Z 2025-03-14T03:52:10.0203912Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-03-14T03:52:10.0204292Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-03-14T03:52:10.0204737Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-03-14T03:52:10.0205005Z CMake version: version 3.31.6 2025-03-14T03:52:10.0205239Z Libc version: glibc-2.3.4 2025-03-14T03:52:10.0205384Z 2025-03-14T03:52:10.0205585Z Python version: 3.6.15 (default, Sep 6 2021, 07:07:23) [GCC 9.3.0] (64-bit runtime) 2025-03-14T03:52:10.0206069Z Python platform: Linux-5.15.0-1079-azure-x86_64-with-debian-bullseye-sid 2025-03-14T03:52:10.0206430Z Is CUDA available: N/A 2025-03-14T03:52:10.0206658Z CUDA runtime version: Could not collect 2025-03-14T03:52:10.0206916Z CUDA_MODULE_LOADING set to: N/A 2025-03-14T03:52:10.0207188Z GPU models and configuration: Could not collect 2025-03-14T03:52:10.0207478Z Nvidia driver version: Could not collect 2025-03-14T03:52:10.0207738Z cuDNN version: Could not collect 2025-03-14T03:52:10.0207977Z HIP runtime version: N/A 2025-03-14T03:52:10.0208193Z MIOpen runtime version: N/A 2025-03-14T03:52:10.0208416Z Is XNNPACK available: N/A 2025-03-14T03:52:10.0208552Z 2025-03-14T03:52:10.0208624Z CPU: 2025-03-14T03:52:10.0208804Z Architecture: x86_64 2025-03-14T03:52:10.0209088Z CPU op-mode(s): 32-bit, 64-bit 2025-03-14T03:52:10.0209604Z Byte Order: Little Endian 2025-03-14T03:52:10.0210219Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-14T03:52:10.0210772Z CPU(s): 4 2025-03-14T03:52:10.0211217Z On-line CPU(s) list: 0-3 2025-03-14T03:52:10.0211707Z Thread(s) per core: 2 2025-03-14T03:52:10.0212152Z Core(s) per socket: 2 2025-03-14T03:52:10.0212603Z Socket(s): 1 2025-03-14T03:52:10.0213030Z NUMA node(s): 1 2025-03-14T03:52:10.0213493Z Vendor ID: AuthenticAMD 2025-03-14T03:52:10.0213974Z CPU family: 25 2025-03-14T03:52:10.0214398Z Model: 1 2025-03-14T03:52:10.0214897Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-14T03:52:10.0215435Z Stepping: 1 2025-03-14T03:52:10.0215874Z CPU MHz: 2445.436 2025-03-14T03:52:10.0216340Z BogoMIPS: 4890.87 2025-03-14T03:52:10.0216828Z Virtualization: AMD-V 2025-03-14T03:52:10.0217542Z Hypervisor vendor: Microsoft 2025-03-14T03:52:10.0218045Z Virtualization type: full 2025-03-14T03:52:10.0218515Z L1d cache: 64 KiB 2025-03-14T03:52:10.0218983Z L1i cache: 64 KiB 2025-03-14T03:52:10.0219789Z L2 cache: 1 MiB 2025-03-14T03:52:10.0220296Z L3 cache: 32 MiB 2025-03-14T03:52:10.0220782Z NUMA node0 CPU(s): 0-3 2025-03-14T03:52:10.0221313Z Vulnerability Gather data sampling: Not affected 2025-03-14T03:52:10.0221920Z Vulnerability Itlb multihit: Not affected 2025-03-14T03:52:10.0222503Z Vulnerability L1tf: Not affected 2025-03-14T03:52:10.0223063Z Vulnerability Mds: Not affected 2025-03-14T03:52:10.0223630Z Vulnerability Meltdown: Not affected 2025-03-14T03:52:10.0224174Z Vulnerability Mmio stale data: Not affected 2025-03-14T03:52:10.0224752Z Vulnerability Reg file data sampling: Not affected 2025-03-14T03:52:10.0225326Z Vulnerability Retbleed: Not affected 2025-03-14T03:52:10.0226028Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-03-14T03:52:10.0226735Z Vulnerability Spec store bypass: Vulnerable 2025-03-14T03:52:10.0227614Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-14T03:52:10.0229215Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-14T03:52:10.0230232Z Vulnerability Srbds: Not affected 2025-03-14T03:52:10.0230816Z Vulnerability Tsx async abort: Not affected 2025-03-14T03:52:10.0234050Z 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-03-14T03:52:10.0236314Z 2025-03-14T03:52:10.0236415Z Versions of relevant libraries: 2025-03-14T03:52:10.0236671Z [pip3] No relevant packages 2025-03-14T03:52:10.0236914Z [conda] No relevant packages 2025-03-14T03:52:10.0287290Z Post job cleanup. 2025-03-14T03:52:10.1326831Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-247ca9672597156babcd90a2736c7c38d2285815c5eeba21f8770911e554c004, not saving cache. 2025-03-14T03:52:10.1437076Z Post job cleanup. 2025-03-14T03:52:10.1500600Z Post job cleanup. 2025-03-14T03:52:10.2403106Z [command]/usr/bin/git version 2025-03-14T03:52:10.2439410Z git version 2.48.1 2025-03-14T03:52:10.2476344Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/2faad19c-9387-4c9e-8356-60e29639e6c8/.gitconfig' 2025-03-14T03:52:10.2486105Z Temporarily overriding HOME='/home/runner/work/_temp/2faad19c-9387-4c9e-8356-60e29639e6c8' before making global git config changes 2025-03-14T03:52:10.2487457Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:52:10.2499066Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:52:10.2531589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:52:10.2561719Z [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-03-14T03:52:10.2802517Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:52:10.2821534Z http.https://github.com/.extraheader 2025-03-14T03:52:10.2833520Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-14T03:52:10.2862798Z [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-03-14T03:52:10.3208196Z Cleaning up orphan processes