2025-07-24T03:40:59.6085867Z Current runner version: '2.326.0' 2025-07-24T03:40:59.6092000Z Runner name: 'linux.24_04.4x_194f7e61ea8b' 2025-07-24T03:40:59.6092782Z Runner group name: 'default' 2025-07-24T03:40:59.6093727Z Machine name: 'pkrvmfedk2kywl5' 2025-07-24T03:40:59.6110690Z ##[group]Operating System 2025-07-24T03:40:59.6111388Z Ubuntu 2025-07-24T03:40:59.6112019Z 24.04.2 2025-07-24T03:40:59.6112772Z LTS 2025-07-24T03:40:59.6113488Z ##[endgroup] 2025-07-24T03:40:59.6114358Z ##[group]Runner Image 2025-07-24T03:40:59.6114965Z Image: ubuntu-24.04 2025-07-24T03:40:59.6115501Z Version: 20250713.1.0 2025-07-24T03:40:59.6116534Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250713.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-24T03:40:59.6117898Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250713.1 2025-07-24T03:40:59.6119081Z ##[endgroup] 2025-07-24T03:40:59.6121506Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:40:59.6123888Z Actions: read 2025-07-24T03:40:59.6124551Z Attestations: read 2025-07-24T03:40:59.6125080Z Checks: read 2025-07-24T03:40:59.6125598Z Contents: read 2025-07-24T03:40:59.6126067Z Deployments: read 2025-07-24T03:40:59.6126604Z Discussions: read 2025-07-24T03:40:59.6127140Z Issues: read 2025-07-24T03:40:59.6128004Z Metadata: read 2025-07-24T03:40:59.6129132Z Models: read 2025-07-24T03:40:59.6129902Z Packages: read 2025-07-24T03:40:59.6130905Z Pages: read 2025-07-24T03:40:59.6131496Z PullRequests: read 2025-07-24T03:40:59.6132171Z RepositoryProjects: read 2025-07-24T03:40:59.6132786Z SecurityEvents: read 2025-07-24T03:40:59.6133297Z Statuses: read 2025-07-24T03:40:59.6133742Z ##[endgroup] 2025-07-24T03:40:59.6135846Z Secret source: Actions 2025-07-24T03:40:59.6136909Z Prepare workflow directory 2025-07-24T03:40:59.6466530Z Prepare all required actions 2025-07-24T03:40:59.6505178Z Getting action download info 2025-07-24T03:41:00.0075230Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:41:04.2962418Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-24T03:41:04.9611784Z Getting action download info 2025-07-24T03:41:05.0983166Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:41:05.1797229Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-07-24T03:41:05.2428755Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:41:05.2429621Z with: 2025-07-24T03:41:05.2429871Z submodules: false 2025-07-24T03:41:05.2430117Z fetch-depth: 1 2025-07-24T03:41:05.2430522Z ##[endgroup] 2025-07-24T03:41:05.2522072Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:05.2522965Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:41:05.2554974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:05.2555372Z ##[endgroup] 2025-07-24T03:41:05.2807164Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:41:05.2807605Z # Use all available CPUs for fetching 2025-07-24T03:41:05.2807918Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:41:05.2808535Z git config --global fetch.parallel 0 2025-07-24T03:41:05.2808894Z git config --global submodule.fetchJobs 0 2025-07-24T03:41:05.2809218Z  2025-07-24T03:41:05.2809540Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:41:05.2809945Z # do it here as well just in case 2025-07-24T03:41:05.2810236Z if [[ -d .git ]]; then 2025-07-24T03:41:05.2810505Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:41:05.2810799Z  sudo git clean -ffdx 2025-07-24T03:41:05.2811060Z  else 2025-07-24T03:41:05.2811506Z  git clean -ffdx 2025-07-24T03:41:05.2811747Z  fi 2025-07-24T03:41:05.2811955Z fi 2025-07-24T03:41:05.2839043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:41:05.2839421Z env: 2025-07-24T03:41:05.2839626Z NO_SUDO: 2025-07-24T03:41:05.2839828Z ##[endgroup] 2025-07-24T03:41:05.3082728Z ##[group]Run actions/checkout@v4 2025-07-24T03:41:05.3083031Z with: 2025-07-24T03:41:05.3083290Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:05.3083596Z fetch-depth: 1 2025-07-24T03:41:05.3083820Z submodules: false 2025-07-24T03:41:05.3084053Z show-progress: false 2025-07-24T03:41:05.3084305Z repository: pytorch/pytorch 2025-07-24T03:41:05.3084705Z token: *** 2025-07-24T03:41:05.3084927Z ssh-strict: true 2025-07-24T03:41:05.3085142Z ssh-user: git 2025-07-24T03:41:05.3085377Z persist-credentials: true 2025-07-24T03:41:05.3085624Z clean: true 2025-07-24T03:41:05.3085853Z sparse-checkout-cone-mode: true 2025-07-24T03:41:05.3086130Z fetch-tags: false 2025-07-24T03:41:05.3086345Z lfs: false 2025-07-24T03:41:05.3086560Z set-safe-directory: true 2025-07-24T03:41:05.3086799Z ##[endgroup] 2025-07-24T03:41:05.4137473Z Syncing repository: pytorch/pytorch 2025-07-24T03:41:05.4139768Z ##[group]Getting Git version info 2025-07-24T03:41:05.4140498Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-24T03:41:05.4141542Z [command]/usr/bin/git version 2025-07-24T03:41:05.4152644Z git version 2.50.1 2025-07-24T03:41:05.4178486Z ##[endgroup] 2025-07-24T03:41:05.4190148Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/5c752e38-3396-4c33-891c-0f5e3b11e153/.gitconfig' 2025-07-24T03:41:05.4199980Z Temporarily overriding HOME='/home/runner/work/_temp/5c752e38-3396-4c33-891c-0f5e3b11e153' before making global git config changes 2025-07-24T03:41:05.4201437Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:05.4205430Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:41:05.4238456Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-24T03:41:05.4242194Z ##[group]Initializing the repository 2025-07-24T03:41:05.4247098Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-24T03:41:05.4336337Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:41:05.4337682Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:41:05.4338839Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:41:05.4339366Z hint: 2025-07-24T03:41:05.4339702Z hint: git config --global init.defaultBranch 2025-07-24T03:41:05.4340034Z hint: 2025-07-24T03:41:05.4340358Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:41:05.4340849Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:41:05.4341231Z hint: 2025-07-24T03:41:05.4341464Z hint: git branch -m 2025-07-24T03:41:05.4341713Z hint: 2025-07-24T03:41:05.4342037Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-24T03:41:05.4347883Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-24T03:41:05.4359523Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:41:05.4395365Z ##[endgroup] 2025-07-24T03:41:05.4396068Z ##[group]Disabling automatic garbage collection 2025-07-24T03:41:05.4399704Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:41:05.4428254Z ##[endgroup] 2025-07-24T03:41:05.4435469Z ##[group]Setting up auth 2025-07-24T03:41:05.4435920Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:05.4464791Z [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-07-24T03:41:05.4807651Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:05.4837561Z [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-07-24T03:41:05.5069782Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:41:05.5106846Z ##[endgroup] 2025-07-24T03:41:05.5107388Z ##[group]Fetching the repository 2025-07-24T03:41:05.5116118Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:10.8920660Z From https://github.com/pytorch/pytorch 2025-07-24T03:41:10.8921665Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:41:10.8973756Z ##[endgroup] 2025-07-24T03:41:10.8974466Z ##[group]Determining the checkout info 2025-07-24T03:41:10.8975169Z ##[endgroup] 2025-07-24T03:41:10.8975575Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:41:10.8997270Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:41:10.9025190Z ##[group]Checking out the ref 2025-07-24T03:41:10.9029627Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:11.9187827Z Updating files: 90% (17775/19541) 2025-07-24T03:41:11.9311979Z Updating files: 91% (17783/19541) 2025-07-24T03:41:11.9426802Z Updating files: 92% (17978/19541) 2025-07-24T03:41:11.9566298Z Updating files: 93% (18174/19541) 2025-07-24T03:41:11.9727446Z Updating files: 94% (18369/19541) 2025-07-24T03:41:11.9901643Z Updating files: 95% (18564/19541) 2025-07-24T03:41:12.0042000Z Updating files: 96% (18760/19541) 2025-07-24T03:41:12.0193177Z Updating files: 97% (18955/19541) 2025-07-24T03:41:12.0426305Z Updating files: 98% (19151/19541) 2025-07-24T03:41:12.0574775Z Updating files: 99% (19346/19541) 2025-07-24T03:41:12.0576425Z Updating files: 100% (19541/19541) 2025-07-24T03:41:12.0576875Z Updating files: 100% (19541/19541), done. 2025-07-24T03:41:12.0759751Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:41:12.0760517Z 2025-07-24T03:41:12.0760957Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:41:12.0762924Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:41:12.0763729Z state without impacting any branches by switching back to a branch. 2025-07-24T03:41:12.0764173Z 2025-07-24T03:41:12.0764450Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:41:12.0765136Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:41:12.0765572Z 2025-07-24T03:41:12.0765753Z git switch -c 2025-07-24T03:41:12.0766018Z 2025-07-24T03:41:12.0766173Z Or undo this operation with: 2025-07-24T03:41:12.0766487Z 2025-07-24T03:41:12.0766606Z git switch - 2025-07-24T03:41:12.0766809Z 2025-07-24T03:41:12.0767114Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:41:12.0767569Z 2025-07-24T03:41:12.0767699Z HEAD is now at 27c8ef1 Update 2025-07-24T03:41:12.0803618Z ##[endgroup] 2025-07-24T03:41:12.0847690Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:41:12.0871796Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:41:12.1029592Z ##[group]Run set -eou pipefail 2025-07-24T03:41:12.1029887Z set -eou pipefail 2025-07-24T03:41:12.1030136Z # Generate PyTorch version to use 2025-07-24T03:41:12.1030651Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-07-24T03:41:12.1058418Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:12.1058658Z ##[endgroup] 2025-07-24T03:41:12.1544885Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-24T03:41:12.1545429Z with: 2025-07-24T03:41:12.1545623Z python-version: 3.8 2025-07-24T03:41:12.1545836Z architecture: x64 2025-07-24T03:41:12.1546037Z check-latest: false 2025-07-24T03:41:12.1546225Z cache: pip 2025-07-24T03:41:12.1546532Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-24T03:41:12.1547007Z token: *** 2025-07-24T03:41:12.1547203Z update-environment: true 2025-07-24T03:41:12.1547447Z allow-prereleases: false 2025-07-24T03:41:12.1547666Z freethreaded: false 2025-07-24T03:41:12.1547872Z ##[endgroup] 2025-07-24T03:41:12.3189969Z ##[group]Installed versions 2025-07-24T03:41:12.3523288Z Version 3.8 was not found in the local cache 2025-07-24T03:41:12.9359661Z Version 3.8 is available for downloading 2025-07-24T03:41:12.9361602Z 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-07-24T03:41:13.6496279Z Extract downloaded archive 2025-07-24T03:41:13.6603061Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/835b57c0-8335-466b-bdcc-19ca7731fc28 -f /home/runner/work/_temp/47e1bd59-4944-40d6-a8ca-3c28b11be40c 2025-07-24T03:41:14.9568924Z Execute installation script 2025-07-24T03:41:14.9659150Z Check if Python hostedtoolcache folder exist... 2025-07-24T03:41:14.9659515Z Create Python 3.8.18 folder 2025-07-24T03:41:14.9672807Z Copy Python binaries to hostedtoolcache folder 2025-07-24T03:41:15.4320763Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-07-24T03:41:15.4361367Z Upgrading pip... 2025-07-24T03:41:17.5015527Z Looking in links: /tmp/tmpobu7b49v 2025-07-24T03:41:17.5019329Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-07-24T03:41:17.5023347Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-07-24T03:41:18.7625417Z Collecting pip 2025-07-24T03:41:18.8428308Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-07-24T03:41:18.9209740Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.5 MB/s eta 0:00:00 2025-07-24T03:41:18.9210173Z 2025-07-24T03:41:18.9557746Z Installing collected packages: pip 2025-07-24T03:41:18.9560660Z Attempting uninstall: pip 2025-07-24T03:41:18.9566600Z Found existing installation: pip 23.0.1 2025-07-24T03:41:19.1397630Z Uninstalling pip-23.0.1: 2025-07-24T03:41:19.1468580Z Successfully uninstalled pip-23.0.1 2025-07-24T03:41:19.8651614Z Successfully installed pip-25.0.1 2025-07-24T03:41:19.9147737Z Create complete file 2025-07-24T03:41:19.9192437Z Successfully set up CPython (3.8.18) 2025-07-24T03:41:19.9193575Z ##[endgroup] 2025-07-24T03:41:21.2437048Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-07-24T03:41:21.4021436Z /home/runner/.cache/pip 2025-07-24T03:41:21.5741945Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-2ef0448c3982ad9a9c9744e6dba26e4353d8cbef996ad07fc009b4d30524957e 2025-07-24T03:41:22.3307162Z Received 1841863 of 1841863 (100.0%), 3.3 MBs/sec 2025-07-24T03:41:22.3307586Z Cache Size: ~2 MB (1841863 B) 2025-07-24T03:41:22.3332910Z [command]/usr/bin/tar -xf /home/runner/work/_temp/573963e2-7f89-4e79-aea7-a9cc8c0eefd0/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-07-24T03:41:22.3470180Z Cache restored successfully 2025-07-24T03:41:22.3480018Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-2ef0448c3982ad9a9c9744e6dba26e4353d8cbef996ad07fc009b4d30524957e 2025-07-24T03:41:22.3650951Z ##[group]Run # All we need to see is that it passes 2025-07-24T03:41:22.3651305Z # All we need to see is that it passes 2025-07-24T03:41:22.3651593Z python3 torch/utils/collect_env.py 2025-07-24T03:41:22.3681422Z shell: /usr/bin/bash -e {0} 2025-07-24T03:41:22.3681654Z env: 2025-07-24T03:41:22.3681907Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-24T03:41:22.3682483Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-07-24T03:41:22.3682876Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-24T03:41:22.3683217Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-24T03:41:22.3683564Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-24T03:41:22.3683903Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-07-24T03:41:22.3684198Z ##[endgroup] 2025-07-24T03:41:24.1351027Z Collecting environment information... 2025-07-24T03:41:24.1351634Z PyTorch version: N/A 2025-07-24T03:41:24.1351954Z Is debug build: N/A 2025-07-24T03:41:24.1352280Z CUDA used to build PyTorch: N/A 2025-07-24T03:41:24.1352664Z ROCM used to build PyTorch: N/A 2025-07-24T03:41:24.1352900Z 2025-07-24T03:41:24.1353031Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-24T03:41:24.1353432Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-24T03:41:24.1353888Z Clang version: 18.1.3 (1ubuntu1) 2025-07-24T03:41:24.1354266Z CMake version: version 3.31.6 2025-07-24T03:41:24.1354632Z Libc version: glibc-2.39 2025-07-24T03:41:24.1354847Z 2025-07-24T03:41:24.1355163Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-07-24T03:41:24.1355848Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-07-24T03:41:24.1356345Z Is CUDA available: N/A 2025-07-24T03:41:24.1356682Z CUDA runtime version: Could not collect 2025-07-24T03:41:24.1357079Z CUDA_MODULE_LOADING set to: N/A 2025-07-24T03:41:24.1357471Z GPU models and configuration: Could not collect 2025-07-24T03:41:24.1357922Z Nvidia driver version: Could not collect 2025-07-24T03:41:24.1358511Z cuDNN version: Could not collect 2025-07-24T03:41:24.1358859Z Is XPU available: N/A 2025-07-24T03:41:24.1359177Z HIP runtime version: N/A 2025-07-24T03:41:24.1359498Z MIOpen runtime version: N/A 2025-07-24T03:41:24.1359834Z Is XNNPACK available: N/A 2025-07-24T03:41:24.1360032Z 2025-07-24T03:41:24.1360143Z CPU: 2025-07-24T03:41:24.1360420Z Architecture: x86_64 2025-07-24T03:41:24.1360875Z CPU op-mode(s): 32-bit, 64-bit 2025-07-24T03:41:24.1361441Z Address sizes: 48 bits physical, 48 bits virtual 2025-07-24T03:41:24.1362046Z Byte Order: Little Endian 2025-07-24T03:41:24.1362508Z CPU(s): 4 2025-07-24T03:41:24.1362919Z On-line CPU(s) list: 0-3 2025-07-24T03:41:24.1363395Z Vendor ID: AuthenticAMD 2025-07-24T03:41:24.1363944Z Model name: AMD EPYC 7763 64-Core Processor 2025-07-24T03:41:24.1364461Z CPU family: 25 2025-07-24T03:41:24.1364863Z Model: 1 2025-07-24T03:41:24.1365337Z Thread(s) per core: 2 2025-07-24T03:41:24.1365749Z Core(s) per socket: 2 2025-07-24T03:41:24.1366107Z Socket(s): 1 2025-07-24T03:41:24.1366494Z Stepping: 1 2025-07-24T03:41:24.1366912Z BogoMIPS: 4890.86 2025-07-24T03:41:24.1371444Z 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-07-24T03:41:24.1375341Z Virtualization: AMD-V 2025-07-24T03:41:24.1375823Z Hypervisor vendor: Microsoft 2025-07-24T03:41:24.1376520Z Virtualization type: full 2025-07-24T03:41:24.1376981Z L1d cache: 64 KiB (2 instances) 2025-07-24T03:41:24.1377482Z L1i cache: 64 KiB (2 instances) 2025-07-24T03:41:24.1377961Z L2 cache: 1 MiB (2 instances) 2025-07-24T03:41:24.1378816Z L3 cache: 32 MiB (1 instance) 2025-07-24T03:41:24.1379253Z NUMA node(s): 1 2025-07-24T03:41:24.1379659Z NUMA node0 CPU(s): 0-3 2025-07-24T03:41:24.1380138Z Vulnerability Gather data sampling: Not affected 2025-07-24T03:41:24.1380663Z Vulnerability Itlb multihit: Not affected 2025-07-24T03:41:24.1381150Z Vulnerability L1tf: Not affected 2025-07-24T03:41:24.1381632Z Vulnerability Mds: Not affected 2025-07-24T03:41:24.1382159Z Vulnerability Meltdown: Not affected 2025-07-24T03:41:24.1382668Z Vulnerability Mmio stale data: Not affected 2025-07-24T03:41:24.1383194Z Vulnerability Reg file data sampling: Not affected 2025-07-24T03:41:24.1383727Z Vulnerability Retbleed: Not affected 2025-07-24T03:41:24.1384361Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-07-24T03:41:24.1385001Z Vulnerability Spec store bypass: Vulnerable 2025-07-24T03:41:24.1385789Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-24T03:41:24.1387015Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-07-24T03:41:24.1387947Z Vulnerability Srbds: Not affected 2025-07-24T03:41:24.1388739Z Vulnerability Tsx async abort: Not affected 2025-07-24T03:41:24.1389074Z 2025-07-24T03:41:24.1389222Z Versions of relevant libraries: 2025-07-24T03:41:24.1389612Z [pip3] No relevant packages 2025-07-24T03:41:24.1389983Z [conda] No relevant packages 2025-07-24T03:41:24.1498707Z Post job cleanup. 2025-07-24T03:41:24.3003235Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-2ef0448c3982ad9a9c9744e6dba26e4353d8cbef996ad07fc009b4d30524957e, not saving cache. 2025-07-24T03:41:24.3118701Z Post job cleanup. 2025-07-24T03:41:24.3170876Z Post job cleanup. 2025-07-24T03:41:24.4099663Z [command]/usr/bin/git version 2025-07-24T03:41:24.4141665Z git version 2.50.1 2025-07-24T03:41:24.4178006Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/d59b4c28-91fa-4cfa-b1ed-ded39cf3e4f0/.gitconfig' 2025-07-24T03:41:24.4187601Z Temporarily overriding HOME='/home/runner/work/_temp/d59b4c28-91fa-4cfa-b1ed-ded39cf3e4f0' before making global git config changes 2025-07-24T03:41:24.4189135Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:24.4193997Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:41:24.4228007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:24.4261164Z [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-07-24T03:41:24.4526649Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:24.4548429Z http.https://github.com/.extraheader 2025-07-24T03:41:24.4561817Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:41:24.4593747Z [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-07-24T03:41:24.4944725Z Cleaning up orphan processes