2025-12-04T07:56:45.0153998Z Current runner version: '2.329.0' 2025-12-04T07:56:45.0160101Z Runner name: 'linux.24_04.4x_ad94f8d3b1a5' 2025-12-04T07:56:45.0160906Z Runner group name: 'default' 2025-12-04T07:56:45.0161685Z Machine name: 'runnervmg1sw1' 2025-12-04T07:56:45.0178267Z ##[group]Operating System 2025-12-04T07:56:45.0178948Z Ubuntu 2025-12-04T07:56:45.0179431Z 24.04.3 2025-12-04T07:56:45.0179952Z LTS 2025-12-04T07:56:45.0180450Z ##[endgroup] 2025-12-04T07:56:45.0180924Z ##[group]Runner Image 2025-12-04T07:56:45.0181553Z Image: ubuntu-24.04 2025-12-04T07:56:45.0182083Z Version: 20251112.124.1 2025-12-04T07:56:45.0183067Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md 2025-12-04T07:56:45.0184499Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124 2025-12-04T07:56:45.0185379Z ##[endgroup] 2025-12-04T07:56:45.0187952Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T07:56:45.0190274Z Actions: read 2025-12-04T07:56:45.0190977Z ArtifactMetadata: read 2025-12-04T07:56:45.0191504Z Attestations: read 2025-12-04T07:56:45.0192020Z Checks: read 2025-12-04T07:56:45.0192481Z Contents: read 2025-12-04T07:56:45.0193040Z Deployments: read 2025-12-04T07:56:45.0193510Z Discussions: read 2025-12-04T07:56:45.0193986Z Issues: read 2025-12-04T07:56:45.0194483Z Metadata: read 2025-12-04T07:56:45.0194960Z Models: read 2025-12-04T07:56:45.0195439Z Packages: read 2025-12-04T07:56:45.0195978Z Pages: read 2025-12-04T07:56:45.0196452Z PullRequests: read 2025-12-04T07:56:45.0196934Z RepositoryProjects: read 2025-12-04T07:56:45.0197609Z SecurityEvents: read 2025-12-04T07:56:45.0198275Z Statuses: read 2025-12-04T07:56:45.0198830Z ##[endgroup] 2025-12-04T07:56:45.0200858Z Secret source: Actions 2025-12-04T07:56:45.0201843Z Prepare workflow directory 2025-12-04T07:56:45.0540134Z Prepare all required actions 2025-12-04T07:56:45.0577596Z Getting action download info 2025-12-04T07:56:45.4112231Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:56:55.0268321Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-12-04T07:56:55.2022011Z Getting action download info 2025-12-04T07:56:55.3929255Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T07:56:55.8326284Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-12-04T07:56:55.8959354Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T07:56:55.8960061Z with: 2025-12-04T07:56:55.8960295Z submodules: false 2025-12-04T07:56:55.8960542Z fetch-depth: 1 2025-12-04T07:56:55.8960926Z ##[endgroup] 2025-12-04T07:56:55.9046256Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:55.9047102Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:55.9084572Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.9084954Z ##[endgroup] 2025-12-04T07:56:55.9316970Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T07:56:55.9317402Z # Use all available CPUs for fetching 2025-12-04T07:56:55.9318100Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:56:55.9318469Z git config --global fetch.parallel 0 2025-12-04T07:56:55.9318822Z git config --global submodule.fetchJobs 0 2025-12-04T07:56:55.9319132Z  2025-12-04T07:56:55.9319460Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T07:56:55.9319885Z # do it here as well just in case 2025-12-04T07:56:55.9320190Z if [[ -d .git ]]; then 2025-12-04T07:56:55.9320460Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:56:55.9320752Z  sudo git clean -ffdx 2025-12-04T07:56:55.9321244Z  else 2025-12-04T07:56:55.9321513Z  git clean -ffdx 2025-12-04T07:56:55.9321755Z  fi 2025-12-04T07:56:55.9321960Z fi 2025-12-04T07:56:55.9353577Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.9353954Z env: 2025-12-04T07:56:55.9354180Z NO_SUDO: 2025-12-04T07:56:55.9354383Z ##[endgroup] 2025-12-04T07:56:55.9580820Z ##[group]Run actions/checkout@v4 2025-12-04T07:56:55.9581127Z with: 2025-12-04T07:56:55.9581397Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:56:55.9581725Z fetch-depth: 1 2025-12-04T07:56:55.9581963Z submodules: false 2025-12-04T07:56:55.9582193Z show-progress: false 2025-12-04T07:56:55.9582447Z repository: pytorch/pytorch 2025-12-04T07:56:55.9582853Z token: *** 2025-12-04T07:56:55.9583077Z ssh-strict: true 2025-12-04T07:56:55.9583294Z ssh-user: git 2025-12-04T07:56:55.9583524Z persist-credentials: true 2025-12-04T07:56:55.9583774Z clean: true 2025-12-04T07:56:55.9584020Z sparse-checkout-cone-mode: true 2025-12-04T07:56:55.9584293Z fetch-tags: false 2025-12-04T07:56:55.9584506Z lfs: false 2025-12-04T07:56:55.9584724Z set-safe-directory: true 2025-12-04T07:56:55.9584965Z ##[endgroup] 2025-12-04T07:56:56.0829698Z Syncing repository: pytorch/pytorch 2025-12-04T07:56:56.0831828Z ##[group]Getting Git version info 2025-12-04T07:56:56.0832534Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:56.0833619Z [command]/usr/bin/git version 2025-12-04T07:56:56.0834134Z git version 2.51.2 2025-12-04T07:56:56.0835938Z ##[endgroup] 2025-12-04T07:56:56.0849559Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/c7655f2c-e3d5-46aa-a47a-e9d4f3e8f24b/.gitconfig' 2025-12-04T07:56:56.0862504Z Temporarily overriding HOME='/home/runner/work/_temp/c7655f2c-e3d5-46aa-a47a-e9d4f3e8f24b' before making global git config changes 2025-12-04T07:56:56.0863528Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:56:56.0869341Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:56:56.0909740Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:56.0914088Z ##[group]Initializing the repository 2025-12-04T07:56:56.0921696Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-12-04T07:56:56.1051767Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T07:56:56.1053252Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T07:56:56.1054657Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T07:56:56.1055577Z hint: 2025-12-04T07:56:56.1056618Z hint: git config --global init.defaultBranch 2025-12-04T07:56:56.1059622Z hint: 2025-12-04T07:56:56.1068823Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T07:56:56.1070023Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T07:56:56.1071126Z hint: 2025-12-04T07:56:56.1071934Z hint: git branch -m 2025-12-04T07:56:56.1072566Z hint: 2025-12-04T07:56:56.1074160Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T07:56:56.1075298Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-12-04T07:56:56.1077157Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T07:56:56.1124304Z ##[endgroup] 2025-12-04T07:56:56.1125428Z ##[group]Disabling automatic garbage collection 2025-12-04T07:56:56.1129334Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T07:56:56.1162398Z ##[endgroup] 2025-12-04T07:56:56.1163185Z ##[group]Setting up auth 2025-12-04T07:56:56.1170993Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:56:56.1212122Z [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-12-04T07:56:56.1605730Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:56:56.1649072Z [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-12-04T07:56:56.1920649Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:56:56.1957477Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:56:56.2203643Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T07:56:56.2244403Z ##[endgroup] 2025-12-04T07:56:56.2245539Z ##[group]Fetching the repository 2025-12-04T07:56:56.2254352Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:02.8278400Z From https://github.com/pytorch/pytorch 2025-12-04T07:57:02.8279115Z * branch ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> FETCH_HEAD 2025-12-04T07:57:02.8305494Z ##[endgroup] 2025-12-04T07:57:02.8306329Z ##[group]Determining the checkout info 2025-12-04T07:57:02.8308241Z ##[endgroup] 2025-12-04T07:57:02.8314017Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T07:57:02.8355885Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T07:57:02.8381864Z ##[group]Checking out the ref 2025-12-04T07:57:02.8386869Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:03.8598480Z Updating files: 85% (17249/20121) 2025-12-04T07:57:03.8731770Z Updating files: 86% (17305/20121) 2025-12-04T07:57:03.8857560Z Updating files: 87% (17506/20121) 2025-12-04T07:57:03.8963804Z Updating files: 88% (17707/20121) 2025-12-04T07:57:03.9096244Z Updating files: 89% (17908/20121) 2025-12-04T07:57:03.9259825Z Updating files: 90% (18109/20121) 2025-12-04T07:57:03.9369725Z Updating files: 91% (18311/20121) 2025-12-04T07:57:03.9506907Z Updating files: 92% (18512/20121) 2025-12-04T07:57:03.9668783Z Updating files: 93% (18713/20121) 2025-12-04T07:57:03.9843482Z Updating files: 94% (18914/20121) 2025-12-04T07:57:04.0002407Z Updating files: 95% (19115/20121) 2025-12-04T07:57:04.0143682Z Updating files: 96% (19317/20121) 2025-12-04T07:57:04.0289970Z Updating files: 97% (19518/20121) 2025-12-04T07:57:04.0534543Z Updating files: 98% (19719/20121) 2025-12-04T07:57:04.0692371Z Updating files: 99% (19920/20121) 2025-12-04T07:57:04.0695247Z Updating files: 100% (20121/20121) 2025-12-04T07:57:04.0696081Z Updating files: 100% (20121/20121), done. 2025-12-04T07:57:04.0887181Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T07:57:04.0888003Z 2025-12-04T07:57:04.0888413Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T07:57:04.0889357Z changes and commit them, and you can discard any commits you make in this 2025-12-04T07:57:04.0890323Z state without impacting any branches by switching back to a branch. 2025-12-04T07:57:04.0891763Z 2025-12-04T07:57:04.0892181Z If you want to create a new branch to retain commits you create, you may 2025-12-04T07:57:04.0893097Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T07:57:04.0893787Z 2025-12-04T07:57:04.0894037Z git switch -c 2025-12-04T07:57:04.0894374Z 2025-12-04T07:57:04.0894635Z Or undo this operation with: 2025-12-04T07:57:04.0894945Z 2025-12-04T07:57:04.0895134Z git switch - 2025-12-04T07:57:04.0895360Z 2025-12-04T07:57:04.0896015Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T07:57:04.0896630Z 2025-12-04T07:57:04.0897033Z HEAD is now at ffd9b0f Resolve collective autotuning test failure on arm (#168919) 2025-12-04T07:57:04.0930028Z ##[endgroup] 2025-12-04T07:57:04.0972320Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T07:57:04.0995853Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:04.1118958Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.1119329Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.1119573Z # Clean stale submodule dirs 2025-12-04T07:57:04.1119830Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:04.1120154Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.1120458Z else 2025-12-04T07:57:04.1120695Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.1120977Z fi 2025-12-04T07:57:04.1154051Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:04.1154361Z env: 2025-12-04T07:57:04.1154527Z NO_SUDO: 2025-12-04T07:57:04.1154689Z ##[endgroup] 2025-12-04T07:57:04.1561732Z ##[group]Run set -eou pipefail 2025-12-04T07:57:04.1562015Z set -eou pipefail 2025-12-04T07:57:04.1562270Z # Generate PyTorch version to use 2025-12-04T07:57:04.1562778Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-12-04T07:57:04.1595508Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:04.1595742Z ##[endgroup] 2025-12-04T07:57:04.2102672Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-12-04T07:57:04.2103061Z with: 2025-12-04T07:57:04.2103240Z python-version: 3.8 2025-12-04T07:57:04.2103446Z architecture: x64 2025-12-04T07:57:04.2103628Z check-latest: false 2025-12-04T07:57:04.2103820Z cache: pip 2025-12-04T07:57:04.2104106Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-12-04T07:57:04.2104585Z token: *** 2025-12-04T07:57:04.2104763Z update-environment: true 2025-12-04T07:57:04.2104979Z allow-prereleases: false 2025-12-04T07:57:04.2105187Z freethreaded: false 2025-12-04T07:57:04.2105367Z ##[endgroup] 2025-12-04T07:57:04.3893516Z ##[group]Installed versions 2025-12-04T07:57:04.3986706Z Version 3.8 was not found in the local cache 2025-12-04T07:57:04.9942180Z Version 3.8 is available for downloading 2025-12-04T07:57:04.9943724Z 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-12-04T07:57:05.7083753Z Extract downloaded archive 2025-12-04T07:57:05.7187370Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/7c132a90-0ec7-4f67-91a8-3147a8883b4e -f /home/runner/work/_temp/7d5c182f-33f4-43b6-84b9-58fe11b90c07 2025-12-04T07:57:07.0218777Z Execute installation script 2025-12-04T07:57:07.0319611Z Check if Python hostedtoolcache folder exist... 2025-12-04T07:57:07.0320133Z Create Python 3.8.18 folder 2025-12-04T07:57:07.0334225Z Copy Python binaries to hostedtoolcache folder 2025-12-04T07:57:07.5372836Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-12-04T07:57:07.5413852Z Upgrading pip... 2025-12-04T07:57:09.3148956Z Looking in links: /tmp/tmpz8whm85w 2025-12-04T07:57:09.3153454Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-12-04T07:57:09.3158245Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-12-04T07:57:10.3948043Z Collecting pip 2025-12-04T07:57:10.4790187Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-12-04T07:57:10.5604501Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.6 MB/s eta 0:00:00 2025-12-04T07:57:10.5604908Z 2025-12-04T07:57:10.5952139Z Installing collected packages: pip 2025-12-04T07:57:10.5954537Z Attempting uninstall: pip 2025-12-04T07:57:10.5960832Z Found existing installation: pip 23.0.1 2025-12-04T07:57:10.7796137Z Uninstalling pip-23.0.1: 2025-12-04T07:57:10.7868313Z Successfully uninstalled pip-23.0.1 2025-12-04T07:57:11.4976487Z Successfully installed pip-25.0.1 2025-12-04T07:57:11.5452396Z Create complete file 2025-12-04T07:57:11.5496497Z Successfully set up CPython (3.8.18) 2025-12-04T07:57:11.5498038Z ##[endgroup] 2025-12-04T07:57:12.9811070Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-12-04T07:57:13.1383983Z /home/runner/.cache/pip 2025-12-04T07:57:13.2621863Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-61ba7a81fa556312219655d2d7703a0bf25ef29f93187635e469b0d686383fa7 2025-12-04T07:57:13.6639417Z Received 1842315 of 1842315 (100.0%), 6.6 MBs/sec 2025-12-04T07:57:13.6640158Z Cache Size: ~2 MB (1842315 B) 2025-12-04T07:57:13.6667513Z [command]/usr/bin/tar -xf /home/runner/work/_temp/a95dca79-9d38-4ba8-a8c2-be245446758c/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-12-04T07:57:13.6766641Z Cache restored successfully 2025-12-04T07:57:13.6776453Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-61ba7a81fa556312219655d2d7703a0bf25ef29f93187635e469b0d686383fa7 2025-12-04T07:57:13.6949288Z ##[group]Run # All we need to see is that it passes 2025-12-04T07:57:13.6949671Z # All we need to see is that it passes 2025-12-04T07:57:13.6949970Z python3 torch/utils/collect_env.py 2025-12-04T07:57:13.6985821Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:13.6986059Z env: 2025-12-04T07:57:13.6986300Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-12-04T07:57:13.6986716Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-12-04T07:57:13.6987123Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-12-04T07:57:13.6987483Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-12-04T07:57:13.6987993Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-12-04T07:57:13.6988339Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-12-04T07:57:13.6988631Z ##[endgroup] 2025-12-04T07:57:24.0186393Z Collecting environment information... 2025-12-04T07:57:24.0187060Z PyTorch version: N/A 2025-12-04T07:57:24.0187419Z Is debug build: N/A 2025-12-04T07:57:24.0188067Z CUDA used to build PyTorch: N/A 2025-12-04T07:57:24.0188507Z ROCM used to build PyTorch: N/A 2025-12-04T07:57:24.0188774Z 2025-12-04T07:57:24.0188920Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-12-04T07:57:24.0189356Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-12-04T07:57:24.0189866Z Clang version: 18.1.3 (1ubuntu1) 2025-12-04T07:57:24.0190259Z CMake version: version 3.31.6 2025-12-04T07:57:24.0190672Z Libc version: glibc-2.39 2025-12-04T07:57:24.0190905Z 2025-12-04T07:57:24.0191232Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-12-04T07:57:24.0192062Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-12-04T07:57:24.0192714Z Is CUDA available: N/A 2025-12-04T07:57:24.0193106Z CUDA runtime version: Could not collect 2025-12-04T07:57:24.0193601Z CUDA_MODULE_LOADING set to: N/A 2025-12-04T07:57:24.0194053Z GPU models and configuration: Could not collect 2025-12-04T07:57:24.0194614Z Nvidia driver version: Could not collect 2025-12-04T07:57:24.0195118Z cuDNN version: Could not collect 2025-12-04T07:57:24.0195541Z Is XPU available: N/A 2025-12-04T07:57:24.0195918Z HIP runtime version: N/A 2025-12-04T07:57:24.0196308Z MIOpen runtime version: N/A 2025-12-04T07:57:24.0196706Z Is XNNPACK available: N/A 2025-12-04T07:57:24.0196984Z 2025-12-04T07:57:24.0197121Z CPU: 2025-12-04T07:57:24.0197625Z Architecture: x86_64 2025-12-04T07:57:24.0198693Z CPU op-mode(s): 32-bit, 64-bit 2025-12-04T07:57:24.0199603Z Address sizes: 48 bits physical, 48 bits virtual 2025-12-04T07:57:24.0200219Z Byte Order: Little Endian 2025-12-04T07:57:24.0200704Z CPU(s): 4 2025-12-04T07:57:24.0201134Z On-line CPU(s) list: 0-3 2025-12-04T07:57:24.0201623Z Vendor ID: AuthenticAMD 2025-12-04T07:57:24.0202178Z Model name: AMD EPYC 7763 64-Core Processor 2025-12-04T07:57:24.0202956Z CPU family: 25 2025-12-04T07:57:24.0203341Z Model: 1 2025-12-04T07:57:24.0203734Z Thread(s) per core: 2 2025-12-04T07:57:24.0204129Z Core(s) per socket: 2 2025-12-04T07:57:24.0204530Z Socket(s): 1 2025-12-04T07:57:24.0204926Z Stepping: 1 2025-12-04T07:57:24.0205336Z BogoMIPS: 4890.86 2025-12-04T07:57:24.0209704Z 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-12-04T07:57:24.0213576Z Virtualization: AMD-V 2025-12-04T07:57:24.0214015Z Hypervisor vendor: Microsoft 2025-12-04T07:57:24.0214476Z Virtualization type: full 2025-12-04T07:57:24.0214939Z L1d cache: 64 KiB (2 instances) 2025-12-04T07:57:24.0215430Z L1i cache: 64 KiB (2 instances) 2025-12-04T07:57:24.0215907Z L2 cache: 1 MiB (2 instances) 2025-12-04T07:57:24.0216388Z L3 cache: 32 MiB (1 instance) 2025-12-04T07:57:24.0216823Z NUMA node(s): 1 2025-12-04T07:57:24.0217219Z NUMA node0 CPU(s): 0-3 2025-12-04T07:57:24.0217953Z Vulnerability Gather data sampling: Not affected 2025-12-04T07:57:24.0218494Z Vulnerability Itlb multihit: Not affected 2025-12-04T07:57:24.0218994Z Vulnerability L1tf: Not affected 2025-12-04T07:57:24.0219471Z Vulnerability Mds: Not affected 2025-12-04T07:57:24.0219969Z Vulnerability Meltdown: Not affected 2025-12-04T07:57:24.0220527Z Vulnerability Mmio stale data: Not affected 2025-12-04T07:57:24.0221035Z Vulnerability Reg file data sampling: Not affected 2025-12-04T07:57:24.0221535Z Vulnerability Retbleed: Not affected 2025-12-04T07:57:24.0222148Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-12-04T07:57:24.0222774Z Vulnerability Spec store bypass: Vulnerable 2025-12-04T07:57:24.0223546Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-12-04T07:57:24.0224710Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-12-04T07:57:24.0225634Z Vulnerability Srbds: Not affected 2025-12-04T07:57:24.0226157Z Vulnerability Tsx async abort: Not affected 2025-12-04T07:57:24.0226498Z 2025-12-04T07:57:24.0226643Z Versions of relevant libraries: 2025-12-04T07:57:24.0227035Z [pip3] No relevant packages 2025-12-04T07:57:24.0227417Z [conda] No relevant packages 2025-12-04T07:57:24.0288366Z Post job cleanup. 2025-12-04T07:57:24.1802664Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-61ba7a81fa556312219655d2d7703a0bf25ef29f93187635e469b0d686383fa7, not saving cache. 2025-12-04T07:57:24.1916421Z Post job cleanup. 2025-12-04T07:57:24.1956383Z Post job cleanup. 2025-12-04T07:57:24.2890961Z [command]/usr/bin/git version 2025-12-04T07:57:24.2929923Z git version 2.51.2 2025-12-04T07:57:24.2968583Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/e9120d59-7570-44d1-a1e6-e496d80e0789/.gitconfig' 2025-12-04T07:57:24.2978801Z Temporarily overriding HOME='/home/runner/work/_temp/e9120d59-7570-44d1-a1e6-e496d80e0789' before making global git config changes 2025-12-04T07:57:24.2980082Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:57:24.2985535Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:57:24.3027164Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:57:24.3060733Z [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-12-04T07:57:24.3323105Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:57:24.3349932Z http.https://github.com/.extraheader 2025-12-04T07:57:24.3366940Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T07:57:24.3403470Z [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-12-04T07:57:24.3669880Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:57:24.3702767Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:57:24.4068112Z Cleaning up orphan processes