2025-09-07T06:10:06.4400691Z Current runner version: '2.328.0' 2025-09-07T06:10:06.4407502Z Runner name: 'linux.24_04.4x_628f6e20a539' 2025-09-07T06:10:06.4408380Z Runner group name: 'default' 2025-09-07T06:10:06.4409378Z Machine name: 'pkrvm7jw40e0xgp' 2025-09-07T06:10:06.4428430Z ##[group]Operating System 2025-09-07T06:10:06.4429270Z Ubuntu 2025-09-07T06:10:06.4429828Z 24.04.3 2025-09-07T06:10:06.4430278Z LTS 2025-09-07T06:10:06.4430996Z ##[endgroup] 2025-09-07T06:10:06.4431540Z ##[group]Runner Image 2025-09-07T06:10:06.4432166Z Image: ubuntu-24.04 2025-09-07T06:10:06.4432694Z Version: 20250831.1.0 2025-09-07T06:10:06.4433709Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-07T06:10:06.4435377Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-07T06:10:06.4436340Z ##[endgroup] 2025-09-07T06:10:06.4438693Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:10:06.4440880Z Actions: read 2025-09-07T06:10:06.4441496Z Attestations: read 2025-09-07T06:10:06.4442057Z Checks: read 2025-09-07T06:10:06.4442536Z Contents: read 2025-09-07T06:10:06.4443070Z Deployments: read 2025-09-07T06:10:06.4443528Z Discussions: read 2025-09-07T06:10:06.4444092Z Issues: read 2025-09-07T06:10:06.4444845Z Metadata: read 2025-09-07T06:10:06.4445332Z Models: read 2025-09-07T06:10:06.4445907Z Packages: read 2025-09-07T06:10:06.4446403Z Pages: read 2025-09-07T06:10:06.4446883Z PullRequests: read 2025-09-07T06:10:06.4447439Z RepositoryProjects: read 2025-09-07T06:10:06.4448001Z SecurityEvents: read 2025-09-07T06:10:06.4448492Z Statuses: read 2025-09-07T06:10:06.4449038Z ##[endgroup] 2025-09-07T06:10:06.4451074Z Secret source: Actions 2025-09-07T06:10:06.4452168Z Prepare workflow directory 2025-09-07T06:10:06.4825348Z Prepare all required actions 2025-09-07T06:10:06.4882672Z Getting action download info 2025-09-07T06:10:06.9453964Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:10:11.7506685Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-09-07T06:10:11.8890408Z Getting action download info 2025-09-07T06:10:12.0591091Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:10:12.1362626Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-09-07T06:10:12.2021025Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:10:12.2021762Z with: 2025-09-07T06:10:12.2021992Z submodules: false 2025-09-07T06:10:12.2022230Z fetch-depth: 1 2025-09-07T06:10:12.2022640Z ##[endgroup] 2025-09-07T06:10:12.2108505Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:12.2109389Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:10:12.2143864Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:12.2144432Z ##[endgroup] 2025-09-07T06:10:12.2373051Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:10:12.2373471Z # Use all available CPUs for fetching 2025-09-07T06:10:12.2373795Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:12.2374153Z git config --global fetch.parallel 0 2025-09-07T06:10:12.2374751Z git config --global submodule.fetchJobs 0 2025-09-07T06:10:12.2375074Z  2025-09-07T06:10:12.2375406Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:10:12.2375833Z # do it here as well just in case 2025-09-07T06:10:12.2376131Z if [[ -d .git ]]; then 2025-09-07T06:10:12.2376403Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:12.2376697Z  sudo git clean -ffdx 2025-09-07T06:10:12.2376988Z  else 2025-09-07T06:10:12.2377466Z  git clean -ffdx 2025-09-07T06:10:12.2377710Z  fi 2025-09-07T06:10:12.2377918Z fi 2025-09-07T06:10:12.2406322Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:12.2406706Z env: 2025-09-07T06:10:12.2406941Z NO_SUDO: 2025-09-07T06:10:12.2407146Z ##[endgroup] 2025-09-07T06:10:12.2696181Z ##[group]Run actions/checkout@v4 2025-09-07T06:10:12.2696550Z with: 2025-09-07T06:10:12.2696854Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:12.2697167Z fetch-depth: 1 2025-09-07T06:10:12.2697409Z submodules: false 2025-09-07T06:10:12.2697638Z show-progress: false 2025-09-07T06:10:12.2697893Z repository: pytorch/pytorch 2025-09-07T06:10:12.2698337Z token: *** 2025-09-07T06:10:12.2698562Z ssh-strict: true 2025-09-07T06:10:12.2698781Z ssh-user: git 2025-09-07T06:10:12.2699018Z persist-credentials: true 2025-09-07T06:10:12.2699273Z clean: true 2025-09-07T06:10:12.2699510Z sparse-checkout-cone-mode: true 2025-09-07T06:10:12.2699802Z fetch-tags: false 2025-09-07T06:10:12.2700016Z lfs: false 2025-09-07T06:10:12.2700233Z set-safe-directory: true 2025-09-07T06:10:12.2700474Z ##[endgroup] 2025-09-07T06:10:12.3717607Z Syncing repository: pytorch/pytorch 2025-09-07T06:10:12.3719078Z ##[group]Getting Git version info 2025-09-07T06:10:12.3719520Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:12.3720146Z [command]/usr/bin/git version 2025-09-07T06:10:12.3725539Z git version 2.51.0 2025-09-07T06:10:12.3750696Z ##[endgroup] 2025-09-07T06:10:12.3760502Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/0211c752-ce14-4a39-87a0-0742ee197539/.gitconfig' 2025-09-07T06:10:12.3777948Z Temporarily overriding HOME='/home/runner/work/_temp/0211c752-ce14-4a39-87a0-0742ee197539' before making global git config changes 2025-09-07T06:10:12.3782420Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:12.3783285Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:10:12.3814644Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-09-07T06:10:12.3817861Z ##[group]Initializing the repository 2025-09-07T06:10:12.3822421Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-09-07T06:10:12.3918033Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-07T06:10:12.3918913Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-07T06:10:12.3919474Z hint: of your new repositories, which will suppress this warning, call: 2025-09-07T06:10:12.3919845Z hint: 2025-09-07T06:10:12.3920309Z hint: git config --global init.defaultBranch 2025-09-07T06:10:12.3920912Z hint: 2025-09-07T06:10:12.3921498Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-07T06:10:12.3922406Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-07T06:10:12.3923123Z hint: 2025-09-07T06:10:12.3923533Z hint: git branch -m 2025-09-07T06:10:12.3923945Z hint: 2025-09-07T06:10:12.3924968Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-09-07T06:10:12.3925944Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-09-07T06:10:12.3934918Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:10:12.3972347Z ##[endgroup] 2025-09-07T06:10:12.3972863Z ##[group]Disabling automatic garbage collection 2025-09-07T06:10:12.3976672Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:10:12.4004500Z ##[endgroup] 2025-09-07T06:10:12.4004943Z ##[group]Setting up auth 2025-09-07T06:10:12.4011346Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:12.4040769Z [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-09-07T06:10:12.4380787Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:12.4410424Z [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-09-07T06:10:12.4633998Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:10:12.4672266Z ##[endgroup] 2025-09-07T06:10:12.4672872Z ##[group]Fetching the repository 2025-09-07T06:10:12.4680384Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:18.3100824Z From https://github.com/pytorch/pytorch 2025-09-07T06:10:18.3103410Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T06:10:18.3127650Z ##[endgroup] 2025-09-07T06:10:18.3128478Z ##[group]Determining the checkout info 2025-09-07T06:10:18.3129998Z ##[endgroup] 2025-09-07T06:10:18.3135411Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:10:18.3176327Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:10:18.3204934Z ##[group]Checking out the ref 2025-09-07T06:10:18.3208792Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:19.3485278Z Updating files: 90% (17513/19405) 2025-09-07T06:10:19.3587912Z Updating files: 91% (17659/19405) 2025-09-07T06:10:19.3712441Z Updating files: 92% (17853/19405) 2025-09-07T06:10:19.3872998Z Updating files: 93% (18047/19405) 2025-09-07T06:10:19.4039215Z Updating files: 94% (18241/19405) 2025-09-07T06:10:19.4178751Z Updating files: 95% (18435/19405) 2025-09-07T06:10:19.4333101Z Updating files: 96% (18629/19405) 2025-09-07T06:10:19.4491958Z Updating files: 97% (18823/19405) 2025-09-07T06:10:19.4716065Z Updating files: 98% (19017/19405) 2025-09-07T06:10:19.4857455Z Updating files: 99% (19211/19405) 2025-09-07T06:10:19.4858442Z Updating files: 100% (19405/19405) 2025-09-07T06:10:19.4858869Z Updating files: 100% (19405/19405), done. 2025-09-07T06:10:19.5044684Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:10:19.5045345Z 2025-09-07T06:10:19.5046358Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:10:19.5047356Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:10:19.5048090Z state without impacting any branches by switching back to a branch. 2025-09-07T06:10:19.5048526Z 2025-09-07T06:10:19.5048800Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:10:19.5049446Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:10:19.5049895Z 2025-09-07T06:10:19.5050072Z git switch -c 2025-09-07T06:10:19.5050390Z 2025-09-07T06:10:19.5050546Z Or undo this operation with: 2025-09-07T06:10:19.5050884Z 2025-09-07T06:10:19.5051023Z git switch - 2025-09-07T06:10:19.5051267Z 2025-09-07T06:10:19.5051600Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:10:19.5052090Z 2025-09-07T06:10:19.5052332Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T06:10:19.5082339Z ##[endgroup] 2025-09-07T06:10:19.5128320Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:10:19.5152283Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:10:19.5275037Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:19.5275325Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:10:19.5275567Z # Clean stale submodule dirs 2025-09-07T06:10:19.5275807Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:10:19.5276093Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:19.5276390Z else 2025-09-07T06:10:19.5276617Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:10:19.5277067Z fi 2025-09-07T06:10:19.5306633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:10:19.5306941Z env: 2025-09-07T06:10:19.5307101Z NO_SUDO: 2025-09-07T06:10:19.5307262Z ##[endgroup] 2025-09-07T06:10:19.5772859Z ##[group]Run set -eou pipefail 2025-09-07T06:10:19.5773159Z set -eou pipefail 2025-09-07T06:10:19.5773397Z # Generate PyTorch version to use 2025-09-07T06:10:19.5773907Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-09-07T06:10:19.5804519Z shell: /usr/bin/bash -e {0} 2025-09-07T06:10:19.5804753Z ##[endgroup] 2025-09-07T06:10:19.6297593Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-09-07T06:10:19.6297975Z with: 2025-09-07T06:10:19.6298155Z python-version: 3.8 2025-09-07T06:10:19.6298348Z architecture: x64 2025-09-07T06:10:19.6298522Z check-latest: false 2025-09-07T06:10:19.6298700Z cache: pip 2025-09-07T06:10:19.6299002Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-09-07T06:10:19.6299479Z token: *** 2025-09-07T06:10:19.6299664Z update-environment: true 2025-09-07T06:10:19.6299883Z allow-prereleases: false 2025-09-07T06:10:19.6300082Z freethreaded: false 2025-09-07T06:10:19.6300261Z ##[endgroup] 2025-09-07T06:10:19.7952638Z ##[group]Installed versions 2025-09-07T06:10:19.9833000Z Version 3.8 was not found in the local cache 2025-09-07T06:10:20.8679081Z Version 3.8 is available for downloading 2025-09-07T06:10:20.8680835Z 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-09-07T06:10:21.5944514Z Extract downloaded archive 2025-09-07T06:10:21.6045715Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/285d146d-b809-46ff-ad41-57ba382be72d -f /home/runner/work/_temp/b0a0d61c-7806-4e86-95fa-489ab84659cf 2025-09-07T06:10:22.9084962Z Execute installation script 2025-09-07T06:10:22.9175605Z Check if Python hostedtoolcache folder exist... 2025-09-07T06:10:22.9176351Z Create Python 3.8.18 folder 2025-09-07T06:10:22.9190328Z Copy Python binaries to hostedtoolcache folder 2025-09-07T06:10:23.3847389Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-09-07T06:10:23.3888157Z Upgrading pip... 2025-09-07T06:10:25.4722902Z Looking in links: /tmp/tmp11cvxhgi 2025-09-07T06:10:25.4727338Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-09-07T06:10:25.4731933Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-09-07T06:10:26.9895118Z Collecting pip 2025-09-07T06:10:27.0540799Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-09-07T06:10:27.1129274Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 32.8 MB/s eta 0:00:00 2025-09-07T06:10:27.1129733Z 2025-09-07T06:10:27.1471037Z Installing collected packages: pip 2025-09-07T06:10:27.1471729Z Attempting uninstall: pip 2025-09-07T06:10:27.1478517Z Found existing installation: pip 23.0.1 2025-09-07T06:10:27.3317290Z Uninstalling pip-23.0.1: 2025-09-07T06:10:27.3392924Z Successfully uninstalled pip-23.0.1 2025-09-07T06:10:28.0535234Z Successfully installed pip-25.0.1 2025-09-07T06:10:28.1023963Z Create complete file 2025-09-07T06:10:28.1071629Z Successfully set up CPython (3.8.18) 2025-09-07T06:10:28.1072925Z ##[endgroup] 2025-09-07T06:10:29.4477852Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-09-07T06:10:29.6089476Z /home/runner/.cache/pip 2025-09-07T06:10:29.8836854Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-ecaf1c4d4beef256a9714c93db5d3ab25944f38b693e68c24ce7148f103b1023 2025-09-07T06:10:30.7782747Z Received 1842107 of 1842107 (100.0%), 2.9 MBs/sec 2025-09-07T06:10:30.7783273Z Cache Size: ~2 MB (1842107 B) 2025-09-07T06:10:30.7809548Z [command]/usr/bin/tar -xf /home/runner/work/_temp/19b60bf2-a6f5-4241-974f-3cf89614e446/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-09-07T06:10:30.7957050Z Cache restored successfully 2025-09-07T06:10:30.7967397Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-ecaf1c4d4beef256a9714c93db5d3ab25944f38b693e68c24ce7148f103b1023 2025-09-07T06:10:30.8130635Z ##[group]Run # All we need to see is that it passes 2025-09-07T06:10:30.8130987Z # All we need to see is that it passes 2025-09-07T06:10:30.8131274Z python3 torch/utils/collect_env.py 2025-09-07T06:10:30.8163314Z shell: /usr/bin/bash -e {0} 2025-09-07T06:10:30.8163545Z env: 2025-09-07T06:10:30.8163785Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-09-07T06:10:30.8164394Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-09-07T06:10:30.8164783Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-09-07T06:10:30.8165120Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-09-07T06:10:30.8165469Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-09-07T06:10:30.8165819Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-09-07T06:10:30.8166111Z ##[endgroup] 2025-09-07T06:10:47.6918792Z Collecting environment information... 2025-09-07T06:10:47.6919383Z PyTorch version: N/A 2025-09-07T06:10:47.6919711Z Is debug build: N/A 2025-09-07T06:10:47.6920036Z CUDA used to build PyTorch: N/A 2025-09-07T06:10:47.6920411Z ROCM used to build PyTorch: N/A 2025-09-07T06:10:47.6920652Z 2025-09-07T06:10:47.6920777Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-09-07T06:10:47.6921177Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-09-07T06:10:47.6921630Z Clang version: 18.1.3 (1ubuntu1) 2025-09-07T06:10:47.6921996Z CMake version: version 3.31.6 2025-09-07T06:10:47.6922353Z Libc version: glibc-2.39 2025-09-07T06:10:47.6922563Z 2025-09-07T06:10:47.6922865Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-09-07T06:10:47.6923540Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-09-07T06:10:47.6924033Z Is CUDA available: N/A 2025-09-07T06:10:47.6924557Z CUDA runtime version: Could not collect 2025-09-07T06:10:47.6924943Z CUDA_MODULE_LOADING set to: N/A 2025-09-07T06:10:47.6925325Z GPU models and configuration: Could not collect 2025-09-07T06:10:47.6925778Z Nvidia driver version: Could not collect 2025-09-07T06:10:47.6926174Z cuDNN version: Could not collect 2025-09-07T06:10:47.6926521Z Is XPU available: N/A 2025-09-07T06:10:47.6926820Z HIP runtime version: N/A 2025-09-07T06:10:47.6927151Z MIOpen runtime version: N/A 2025-09-07T06:10:47.6927491Z Is XNNPACK available: N/A 2025-09-07T06:10:47.6927730Z 2025-09-07T06:10:47.6927836Z CPU: 2025-09-07T06:10:47.6928143Z Architecture: x86_64 2025-09-07T06:10:47.6928617Z CPU op-mode(s): 32-bit, 64-bit 2025-09-07T06:10:47.6929184Z Address sizes: 48 bits physical, 48 bits virtual 2025-09-07T06:10:47.6929885Z Byte Order: Little Endian 2025-09-07T06:10:47.6930351Z CPU(s): 4 2025-09-07T06:10:47.6930770Z On-line CPU(s) list: 0-3 2025-09-07T06:10:47.6931247Z Vendor ID: AuthenticAMD 2025-09-07T06:10:47.6931807Z Model name: AMD EPYC 7763 64-Core Processor 2025-09-07T06:10:47.6932305Z CPU family: 25 2025-09-07T06:10:47.6932671Z Model: 1 2025-09-07T06:10:47.6933053Z Thread(s) per core: 2 2025-09-07T06:10:47.6933434Z Core(s) per socket: 2 2025-09-07T06:10:47.6933831Z Socket(s): 1 2025-09-07T06:10:47.6934427Z Stepping: 1 2025-09-07T06:10:47.6934852Z BogoMIPS: 4890.86 2025-09-07T06:10:47.6939234Z 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-09-07T06:10:47.6943379Z Virtualization: AMD-V 2025-09-07T06:10:47.6943833Z Hypervisor vendor: Microsoft 2025-09-07T06:10:47.6944528Z Virtualization type: full 2025-09-07T06:10:47.6944983Z L1d cache: 64 KiB (2 instances) 2025-09-07T06:10:47.6945500Z L1i cache: 64 KiB (2 instances) 2025-09-07T06:10:47.6945988Z L2 cache: 1 MiB (2 instances) 2025-09-07T06:10:47.6946469Z L3 cache: 32 MiB (1 instance) 2025-09-07T06:10:47.6946905Z NUMA node(s): 1 2025-09-07T06:10:47.6947298Z NUMA node0 CPU(s): 0-3 2025-09-07T06:10:47.6947767Z Vulnerability Gather data sampling: Not affected 2025-09-07T06:10:47.6948285Z Vulnerability Itlb multihit: Not affected 2025-09-07T06:10:47.6948784Z Vulnerability L1tf: Not affected 2025-09-07T06:10:47.6949260Z Vulnerability Mds: Not affected 2025-09-07T06:10:47.6949746Z Vulnerability Meltdown: Not affected 2025-09-07T06:10:47.6950251Z Vulnerability Mmio stale data: Not affected 2025-09-07T06:10:47.6950754Z Vulnerability Reg file data sampling: Not affected 2025-09-07T06:10:47.6951261Z Vulnerability Retbleed: Not affected 2025-09-07T06:10:47.6951886Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-09-07T06:10:47.6952564Z Vulnerability Spec store bypass: Vulnerable 2025-09-07T06:10:47.6953333Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-09-07T06:10:47.6954805Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-09-07T06:10:47.6955720Z Vulnerability Srbds: Not affected 2025-09-07T06:10:47.6956251Z Vulnerability Tsx async abort: Not affected 2025-09-07T06:10:47.6956582Z 2025-09-07T06:10:47.6956724Z Versions of relevant libraries: 2025-09-07T06:10:47.6957112Z [pip3] No relevant packages 2025-09-07T06:10:47.6957471Z [conda] No relevant packages 2025-09-07T06:10:47.7061688Z Post job cleanup. 2025-09-07T06:10:47.8544818Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-ecaf1c4d4beef256a9714c93db5d3ab25944f38b693e68c24ce7148f103b1023, not saving cache. 2025-09-07T06:10:47.8661401Z Post job cleanup. 2025-09-07T06:10:47.8721818Z Post job cleanup. 2025-09-07T06:10:47.9632635Z [command]/usr/bin/git version 2025-09-07T06:10:47.9671856Z git version 2.51.0 2025-09-07T06:10:47.9712282Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/31e1b816-ff02-459d-b80f-c7f45dd31269/.gitconfig' 2025-09-07T06:10:47.9721769Z Temporarily overriding HOME='/home/runner/work/_temp/31e1b816-ff02-459d-b80f-c7f45dd31269' before making global git config changes 2025-09-07T06:10:47.9722528Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:10:47.9736322Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:10:47.9772901Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:10:47.9805890Z [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-09-07T06:10:48.0063125Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:10:48.0085703Z http.https://github.com/.extraheader 2025-09-07T06:10:48.0102884Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:10:48.0137829Z [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-09-07T06:10:48.0516515Z Cleaning up orphan processes