2025-07-17T06:33:59.7043484Z Current runner version: '2.326.0' 2025-07-17T06:33:59.7049868Z Runner name: 'linux.24_04.4x_904bf48b29cc' 2025-07-17T06:33:59.7050666Z Runner group name: 'default' 2025-07-17T06:33:59.7051831Z Machine name: 'pkrvmq0rgcvqdmg' 2025-07-17T06:33:59.7068530Z ##[group]Operating System 2025-07-17T06:33:59.7069236Z Ubuntu 2025-07-17T06:33:59.7069852Z 24.04.2 2025-07-17T06:33:59.7070367Z LTS 2025-07-17T06:33:59.7070878Z ##[endgroup] 2025-07-17T06:33:59.7071442Z ##[group]Runner Image 2025-07-17T06:33:59.7072224Z Image: ubuntu-24.04 2025-07-17T06:33:59.7072750Z Version: 20250710.1.0 2025-07-17T06:33:59.7073816Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250710.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-17T06:33:59.7075131Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250710.1 2025-07-17T06:33:59.7076078Z ##[endgroup] 2025-07-17T06:33:59.7078438Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:59.7080428Z Actions: read 2025-07-17T06:33:59.7081163Z Attestations: read 2025-07-17T06:33:59.7081984Z Checks: read 2025-07-17T06:33:59.7082760Z Contents: read 2025-07-17T06:33:59.7083296Z Deployments: read 2025-07-17T06:33:59.7083774Z Discussions: read 2025-07-17T06:33:59.7084328Z Issues: read 2025-07-17T06:33:59.7084798Z Metadata: read 2025-07-17T06:33:59.7085610Z Models: read 2025-07-17T06:33:59.7086266Z Packages: read 2025-07-17T06:33:59.7086890Z Pages: read 2025-07-17T06:33:59.7087392Z PullRequests: read 2025-07-17T06:33:59.7087882Z RepositoryProjects: read 2025-07-17T06:33:59.7088526Z SecurityEvents: read 2025-07-17T06:33:59.7089048Z Statuses: read 2025-07-17T06:33:59.7089520Z ##[endgroup] 2025-07-17T06:33:59.7092008Z Secret source: Actions 2025-07-17T06:33:59.7093531Z Prepare workflow directory 2025-07-17T06:33:59.7419952Z Prepare all required actions 2025-07-17T06:33:59.7459604Z Getting action download info 2025-07-17T06:34:00.1387038Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:34:04.3996370Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-17T06:34:04.9228074Z Getting action download info 2025-07-17T06:34:05.0540108Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:34:05.1460480Z Complete job name: Test collect_env (older_python_version, linux.24_04.4x) 2025-07-17T06:34:05.2083395Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:34:05.2084077Z with: 2025-07-17T06:34:05.2084300Z submodules: false 2025-07-17T06:34:05.2084536Z fetch-depth: 1 2025-07-17T06:34:05.2084910Z ##[endgroup] 2025-07-17T06:34:05.2170064Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:05.2170918Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:05.2203291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:05.2203670Z ##[endgroup] 2025-07-17T06:34:05.2429456Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:34:05.2429872Z # Use all available CPUs for fetching 2025-07-17T06:34:05.2430174Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:34:05.2430516Z git config --global fetch.parallel 0 2025-07-17T06:34:05.2430867Z git config --global submodule.fetchJobs 0 2025-07-17T06:34:05.2431177Z  2025-07-17T06:34:05.2431497Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:34:05.2432161Z # do it here as well just in case 2025-07-17T06:34:05.2432447Z if [[ -d .git ]]; then 2025-07-17T06:34:05.2432722Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:34:05.2433001Z  sudo git clean -ffdx 2025-07-17T06:34:05.2433247Z  else 2025-07-17T06:34:05.2433685Z  git clean -ffdx 2025-07-17T06:34:05.2433920Z  fi 2025-07-17T06:34:05.2434120Z fi 2025-07-17T06:34:05.2459000Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:05.2459362Z env: 2025-07-17T06:34:05.2459560Z NO_SUDO: 2025-07-17T06:34:05.2459760Z ##[endgroup] 2025-07-17T06:34:05.3520106Z ##[group]Run actions/checkout@v4 2025-07-17T06:34:05.3520400Z with: 2025-07-17T06:34:05.3520663Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:05.3520962Z fetch-depth: 1 2025-07-17T06:34:05.3521197Z submodules: false 2025-07-17T06:34:05.3521424Z show-progress: false 2025-07-17T06:34:05.3521936Z repository: pytorch/pytorch 2025-07-17T06:34:05.3522343Z token: *** 2025-07-17T06:34:05.3522567Z ssh-strict: true 2025-07-17T06:34:05.3522797Z ssh-user: git 2025-07-17T06:34:05.3523026Z persist-credentials: true 2025-07-17T06:34:05.3523276Z clean: true 2025-07-17T06:34:05.3523503Z sparse-checkout-cone-mode: true 2025-07-17T06:34:05.3523793Z fetch-tags: false 2025-07-17T06:34:05.3524014Z lfs: false 2025-07-17T06:34:05.3524240Z set-safe-directory: true 2025-07-17T06:34:05.3524483Z ##[endgroup] 2025-07-17T06:34:05.4561429Z Syncing repository: pytorch/pytorch 2025-07-17T06:34:05.4563700Z ##[group]Getting Git version info 2025-07-17T06:34:05.4564427Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-17T06:34:05.4565527Z [command]/usr/bin/git version 2025-07-17T06:34:05.4570267Z git version 2.50.1 2025-07-17T06:34:05.4596474Z ##[endgroup] 2025-07-17T06:34:05.4613974Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/43772c2f-de8b-4a93-877c-29ebb1d50b48/.gitconfig' 2025-07-17T06:34:05.4624723Z Temporarily overriding HOME='/home/runner/work/_temp/43772c2f-de8b-4a93-877c-29ebb1d50b48' before making global git config changes 2025-07-17T06:34:05.4626170Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:34:05.4629847Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:34:05.4661734Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-17T06:34:05.4665417Z ##[group]Initializing the repository 2025-07-17T06:34:05.4670200Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-17T06:34:05.5121430Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:34:05.5123036Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:34:05.5123689Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:34:05.5124098Z hint: 2025-07-17T06:34:05.5124413Z hint: git config --global init.defaultBranch 2025-07-17T06:34:05.5124772Z hint: 2025-07-17T06:34:05.5125107Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:34:05.5125651Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:34:05.5126077Z hint: 2025-07-17T06:34:05.5126324Z hint: git branch -m 2025-07-17T06:34:05.5126583Z hint: 2025-07-17T06:34:05.5126942Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-17T06:34:05.5162109Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-17T06:34:05.5172639Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:34:05.5242666Z ##[endgroup] 2025-07-17T06:34:05.5243401Z ##[group]Disabling automatic garbage collection 2025-07-17T06:34:05.5247795Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:34:05.5276263Z ##[endgroup] 2025-07-17T06:34:05.5277028Z ##[group]Setting up auth 2025-07-17T06:34:05.5283975Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:34:05.5314014Z [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-17T06:34:05.6755446Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:34:05.6786580Z [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-17T06:34:05.7029049Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:34:05.7067015Z ##[endgroup] 2025-07-17T06:34:05.7068033Z ##[group]Fetching the repository 2025-07-17T06:34:05.7075955Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:10.9312307Z From https://github.com/pytorch/pytorch 2025-07-17T06:34:10.9312885Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:34:10.9376147Z ##[endgroup] 2025-07-17T06:34:10.9376880Z ##[group]Determining the checkout info 2025-07-17T06:34:10.9378293Z ##[endgroup] 2025-07-17T06:34:10.9384445Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:34:10.9464542Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:34:10.9494703Z ##[group]Checking out the ref 2025-07-17T06:34:10.9497370Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:11.9713092Z Updating files: 91% (17915/19589) 2025-07-17T06:34:11.9830987Z Updating files: 92% (18022/19589) 2025-07-17T06:34:11.9973174Z Updating files: 93% (18218/19589) 2025-07-17T06:34:12.0130917Z Updating files: 94% (18414/19589) 2025-07-17T06:34:12.0306398Z Updating files: 95% (18610/19589) 2025-07-17T06:34:12.0444512Z Updating files: 96% (18806/19589) 2025-07-17T06:34:12.0591096Z Updating files: 97% (19002/19589) 2025-07-17T06:34:12.0824573Z Updating files: 98% (19198/19589) 2025-07-17T06:34:12.0971379Z Updating files: 99% (19394/19589) 2025-07-17T06:34:12.0972205Z Updating files: 100% (19589/19589) 2025-07-17T06:34:12.0974461Z Updating files: 100% (19589/19589), done. 2025-07-17T06:34:12.1156829Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:34:12.1157619Z 2025-07-17T06:34:12.1157919Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:34:12.1159005Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:34:12.1159731Z state without impacting any branches by switching back to a branch. 2025-07-17T06:34:12.1160170Z 2025-07-17T06:34:12.1160446Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:34:12.1161110Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:34:12.1161500Z 2025-07-17T06:34:12.1161884Z git switch -c 2025-07-17T06:34:12.1162184Z 2025-07-17T06:34:12.1162336Z Or undo this operation with: 2025-07-17T06:34:12.1162580Z 2025-07-17T06:34:12.1162750Z git switch - 2025-07-17T06:34:12.1162959Z 2025-07-17T06:34:12.1163281Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:34:12.1163785Z 2025-07-17T06:34:12.1164101Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:34:12.1196778Z ##[endgroup] 2025-07-17T06:34:12.1245680Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:34:12.1270574Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:12.1421297Z ##[group]Run set -eou pipefail 2025-07-17T06:34:12.1421896Z set -eou pipefail 2025-07-17T06:34:12.1422185Z # Generate PyTorch version to use 2025-07-17T06:34:12.1422913Z echo "MIN_PYTHON_VERSION=$(python3 .github/scripts/get_ci_variable.py --min-python-version)" >> "${GITHUB_OUTPUT}" 2025-07-17T06:34:12.1451226Z shell: /usr/bin/bash -e {0} 2025-07-17T06:34:12.1451647Z ##[endgroup] 2025-07-17T06:34:12.1952684Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-17T06:34:12.1953234Z with: 2025-07-17T06:34:12.1953403Z python-version: 3.8 2025-07-17T06:34:12.1953599Z architecture: x64 2025-07-17T06:34:12.1953775Z check-latest: false 2025-07-17T06:34:12.1953957Z cache: pip 2025-07-17T06:34:12.1954243Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-17T06:34:12.1954697Z token: *** 2025-07-17T06:34:12.1954882Z update-environment: true 2025-07-17T06:34:12.1955106Z allow-prereleases: false 2025-07-17T06:34:12.1955309Z freethreaded: false 2025-07-17T06:34:12.1955489Z ##[endgroup] 2025-07-17T06:34:12.3655343Z ##[group]Installed versions 2025-07-17T06:34:12.5057576Z Version 3.8 was not found in the local cache 2025-07-17T06:34:13.0346152Z Version 3.8 is available for downloading 2025-07-17T06:34:13.0348182Z 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-17T06:34:13.7023611Z Extract downloaded archive 2025-07-17T06:34:13.7126600Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/work/_temp/d50b0680-921d-4ff1-b3e7-099180f78d91 -f /home/runner/work/_temp/4b393966-3067-41fe-acc5-699d69505084 2025-07-17T06:34:15.0389112Z Execute installation script 2025-07-17T06:34:15.0482689Z Check if Python hostedtoolcache folder exist... 2025-07-17T06:34:15.0483189Z Create Python 3.8.18 folder 2025-07-17T06:34:15.0496519Z Copy Python binaries to hostedtoolcache folder 2025-07-17T06:34:15.5310027Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-07-17T06:34:15.5352999Z Upgrading pip... 2025-07-17T06:34:17.6015834Z Looking in links: /tmp/tmpk1zka_o6 2025-07-17T06:34:17.6019119Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (56.0.0) 2025-07-17T06:34:17.6023631Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (23.0.1) 2025-07-17T06:34:19.1318045Z Collecting pip 2025-07-17T06:34:19.2008393Z Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) 2025-07-17T06:34:19.2828635Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.1 MB/s eta 0:00:00 2025-07-17T06:34:19.2829124Z 2025-07-17T06:34:19.3172962Z Installing collected packages: pip 2025-07-17T06:34:19.3175102Z Attempting uninstall: pip 2025-07-17T06:34:19.3181227Z Found existing installation: pip 23.0.1 2025-07-17T06:34:19.5004491Z Uninstalling pip-23.0.1: 2025-07-17T06:34:19.5076840Z Successfully uninstalled pip-23.0.1 2025-07-17T06:34:20.2200526Z Successfully installed pip-25.0.1 2025-07-17T06:34:20.2675794Z Create complete file 2025-07-17T06:34:20.2718255Z Successfully set up CPython (3.8.18) 2025-07-17T06:34:20.2719587Z ##[endgroup] 2025-07-17T06:34:21.6433993Z [command]/opt/hostedtoolcache/Python/3.8.18/x64/bin/pip cache dir 2025-07-17T06:34:21.8007720Z /home/runner/.cache/pip 2025-07-17T06:34:21.9617608Z Cache hit for: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c6ad5d1263418b43241df6ff32fbb9e6b681acadf9d66ec52b44e0d74daf34cf 2025-07-17T06:34:22.6235684Z Received 1841877 of 1841877 (100.0%), 3.8 MBs/sec 2025-07-17T06:34:22.6236282Z Cache Size: ~2 MB (1841877 B) 2025-07-17T06:34:22.6262020Z [command]/usr/bin/tar -xf /home/runner/work/_temp/cc78d331-0b7a-4e16-bcc3-4c646390f890/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-07-17T06:34:22.6401310Z Cache restored successfully 2025-07-17T06:34:22.6410685Z Cache restored from key: setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c6ad5d1263418b43241df6ff32fbb9e6b681acadf9d66ec52b44e0d74daf34cf 2025-07-17T06:34:22.6583358Z ##[group]Run # All we need to see is that it passes 2025-07-17T06:34:22.6583717Z # All we need to see is that it passes 2025-07-17T06:34:22.6584018Z python3 torch/utils/collect_env.py 2025-07-17T06:34:22.6614323Z shell: /usr/bin/bash -e {0} 2025-07-17T06:34:22.6614558Z env: 2025-07-17T06:34:22.6614796Z pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-17T06:34:22.6615368Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/pkgconfig 2025-07-17T06:34:22.6615751Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-17T06:34:22.6616097Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-17T06:34:22.6616442Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.18/x64 2025-07-17T06:34:22.6616781Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib 2025-07-17T06:34:22.6617064Z ##[endgroup] 2025-07-17T06:35:02.0454902Z Collecting environment information... 2025-07-17T06:35:02.0455589Z PyTorch version: N/A 2025-07-17T06:35:02.0455983Z Is debug build: N/A 2025-07-17T06:35:02.0456408Z CUDA used to build PyTorch: N/A 2025-07-17T06:35:02.0456924Z ROCM used to build PyTorch: N/A 2025-07-17T06:35:02.0457236Z 2025-07-17T06:35:02.0457402Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-17T06:35:02.0457922Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-17T06:35:02.0458529Z Clang version: 18.1.3 (1ubuntu1) 2025-07-17T06:35:02.0459025Z CMake version: version 3.31.6 2025-07-17T06:35:02.0459537Z Libc version: glibc-2.39 2025-07-17T06:35:02.0459854Z 2025-07-17T06:35:02.0460284Z Python version: 3.8.18 (default, Dec 12 2024, 19:15:30) [GCC 13.2.0] (64-bit runtime) 2025-07-17T06:35:02.0461262Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.34 2025-07-17T06:35:02.0462254Z Is CUDA available: N/A 2025-07-17T06:35:02.0462694Z CUDA runtime version: Could not collect 2025-07-17T06:35:02.0463207Z CUDA_MODULE_LOADING set to: N/A 2025-07-17T06:35:02.0463764Z GPU models and configuration: Could not collect 2025-07-17T06:35:02.0464315Z Nvidia driver version: Could not collect 2025-07-17T06:35:02.0464795Z cuDNN version: Could not collect 2025-07-17T06:35:02.0465216Z Is XPU available: N/A 2025-07-17T06:35:02.0465566Z HIP runtime version: N/A 2025-07-17T06:35:02.0465904Z MIOpen runtime version: N/A 2025-07-17T06:35:02.0466133Z Is XNNPACK available: N/A 2025-07-17T06:35:02.0466277Z 2025-07-17T06:35:02.0466340Z CPU: 2025-07-17T06:35:02.0466541Z Architecture: x86_64 2025-07-17T06:35:02.0466854Z CPU op-mode(s): 32-bit, 64-bit 2025-07-17T06:35:02.0467184Z Address sizes: 48 bits physical, 48 bits virtual 2025-07-17T06:35:02.0467740Z Byte Order: Little Endian 2025-07-17T06:35:02.0468203Z CPU(s): 4 2025-07-17T06:35:02.0468633Z On-line CPU(s) list: 0-3 2025-07-17T06:35:02.0469109Z Vendor ID: AuthenticAMD 2025-07-17T06:35:02.0469678Z Model name: AMD EPYC 7763 64-Core Processor 2025-07-17T06:35:02.0470219Z CPU family: 25 2025-07-17T06:35:02.0470641Z Model: 1 2025-07-17T06:35:02.0471074Z Thread(s) per core: 2 2025-07-17T06:35:02.0471498Z Core(s) per socket: 2 2025-07-17T06:35:02.0472130Z Socket(s): 1 2025-07-17T06:35:02.0472542Z Stepping: 1 2025-07-17T06:35:02.0472995Z BogoMIPS: 4890.87 2025-07-17T06:35:02.0477627Z 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-17T06:35:02.0482116Z Virtualization: AMD-V 2025-07-17T06:35:02.0482639Z Hypervisor vendor: Microsoft 2025-07-17T06:35:02.0483509Z Virtualization type: full 2025-07-17T06:35:02.0484033Z L1d cache: 64 KiB (2 instances) 2025-07-17T06:35:02.0484584Z L1i cache: 64 KiB (2 instances) 2025-07-17T06:35:02.0485126Z L2 cache: 1 MiB (2 instances) 2025-07-17T06:35:02.0485646Z L3 cache: 32 MiB (1 instance) 2025-07-17T06:35:02.0486121Z NUMA node(s): 1 2025-07-17T06:35:02.0486569Z NUMA node0 CPU(s): 0-3 2025-07-17T06:35:02.0487090Z Vulnerability Gather data sampling: Not affected 2025-07-17T06:35:02.0487663Z Vulnerability Itlb multihit: Not affected 2025-07-17T06:35:02.0488193Z Vulnerability L1tf: Not affected 2025-07-17T06:35:02.0488476Z Vulnerability Mds: Not affected 2025-07-17T06:35:02.0488750Z Vulnerability Meltdown: Not affected 2025-07-17T06:35:02.0489034Z Vulnerability Mmio stale data: Not affected 2025-07-17T06:35:02.0489333Z Vulnerability Reg file data sampling: Not affected 2025-07-17T06:35:02.0489612Z Vulnerability Retbleed: Not affected 2025-07-17T06:35:02.0489976Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-07-17T06:35:02.0490350Z Vulnerability Spec store bypass: Vulnerable 2025-07-17T06:35:02.0490805Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-17T06:35:02.0491492Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-07-17T06:35:02.0492269Z Vulnerability Srbds: Not affected 2025-07-17T06:35:02.0492566Z Vulnerability Tsx async abort: Not affected 2025-07-17T06:35:02.0492753Z 2025-07-17T06:35:02.0492841Z Versions of relevant libraries: 2025-07-17T06:35:02.0493080Z [pip3] No relevant packages 2025-07-17T06:35:02.0493309Z [conda] No relevant packages 2025-07-17T06:35:02.0562412Z Post job cleanup. 2025-07-17T06:35:02.2018221Z Cache hit occurred on the primary key setup-python-Linux-x64-24.04-Ubuntu-python-3.8.18-pip-c6ad5d1263418b43241df6ff32fbb9e6b681acadf9d66ec52b44e0d74daf34cf, not saving cache. 2025-07-17T06:35:02.2137785Z Post job cleanup. 2025-07-17T06:35:02.2192765Z Post job cleanup. 2025-07-17T06:35:02.3118254Z [command]/usr/bin/git version 2025-07-17T06:35:02.3153771Z git version 2.50.1 2025-07-17T06:35:02.3190843Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/ce2c3c2a-dc85-4bee-aeb6-8ac564658414/.gitconfig' 2025-07-17T06:35:02.3200981Z Temporarily overriding HOME='/home/runner/work/_temp/ce2c3c2a-dc85-4bee-aeb6-8ac564658414' before making global git config changes 2025-07-17T06:35:02.3202527Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:35:02.3213943Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:35:02.3247839Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:35:02.3279973Z [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-17T06:35:02.3533164Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:35:02.3553378Z http.https://github.com/.extraheader 2025-07-17T06:35:02.3565959Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:35:02.3600308Z [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-17T06:35:02.3981281Z Cleaning up orphan processes