2025-01-24T00:45:33.5925675Z Current runner version: '2.321.0' 2025-01-24T00:45:33.5931545Z Runner name: 'linux.20_04.4x_e03efdaee8f0' 2025-01-24T00:45:33.5932365Z Runner group name: 'Default' 2025-01-24T00:45:33.5933190Z Machine name: 'runner' 2025-01-24T00:45:33.5948591Z ##[group]Operating System 2025-01-24T00:45:33.5949333Z Ubuntu 2025-01-24T00:45:33.5949810Z 20.04.6 2025-01-24T00:45:33.5950274Z LTS 2025-01-24T00:45:33.5950772Z ##[endgroup] 2025-01-24T00:45:33.5951260Z ##[group]Runner Image 2025-01-24T00:45:33.5951804Z Image: ubuntu-20.04 2025-01-24T00:45:33.5952303Z Version: 20250105.1.0 2025-01-24T00:45:33.5953295Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250105.1/images/ubuntu/Ubuntu2004-Readme.md 2025-01-24T00:45:33.5954657Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250105.1 2025-01-24T00:45:33.5955528Z ##[endgroup] 2025-01-24T00:45:33.5957601Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:45:33.5959543Z Actions: read 2025-01-24T00:45:33.5960230Z Attestations: read 2025-01-24T00:45:33.5960811Z Checks: read 2025-01-24T00:45:33.5961295Z Contents: read 2025-01-24T00:45:33.5961760Z Deployments: read 2025-01-24T00:45:33.5962252Z Discussions: read 2025-01-24T00:45:33.5962758Z Issues: read 2025-01-24T00:45:33.5963222Z Metadata: read 2025-01-24T00:45:33.5963705Z Packages: read 2025-01-24T00:45:33.5964211Z Pages: read 2025-01-24T00:45:33.5964670Z PullRequests: read 2025-01-24T00:45:33.5965183Z RepositoryProjects: read 2025-01-24T00:45:33.5965746Z SecurityEvents: read 2025-01-24T00:45:33.5966243Z Statuses: read 2025-01-24T00:45:33.5966723Z ##[endgroup] 2025-01-24T00:45:33.5969438Z Secret source: Actions 2025-01-24T00:45:33.5970096Z Prepare workflow directory 2025-01-24T00:45:33.6263906Z Prepare all required actions 2025-01-24T00:45:33.6299647Z Getting action download info 2025-01-24T00:45:33.8441936Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:45:38.7743294Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-01-24T00:45:38.8929679Z Getting action download info 2025-01-24T00:45:39.0742319Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:45:39.1400008Z Complete job name: Test collect_env (older_python_version) 2025-01-24T00:45:39.2084128Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:45:39.2085427Z with: 2025-01-24T00:45:39.2085738Z submodules: false 2025-01-24T00:45:39.2086101Z fetch-depth: 1 2025-01-24T00:45:39.2086693Z ##[endgroup] 2025-01-24T00:45:39.2178989Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:39.2180027Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:39.2324969Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:39.2325491Z ##[endgroup] 2025-01-24T00:45:39.2591274Z ##[group]Run retry () { 2025-01-24T00:45:39.2591681Z retry () { 2025-01-24T00:45:39.2592114Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:45:39.2592542Z } 2025-01-24T00:45:39.2592933Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:45:39.2593358Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:45:39.2593764Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:39.2594146Z else 2025-01-24T00:45:39.2594499Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:39.2594869Z fi 2025-01-24T00:45:39.2595168Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:45:39.2644698Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:39.2645110Z env: 2025-01-24T00:45:39.2645481Z NO_SUDO: 2025-01-24T00:45:39.2645774Z ##[endgroup] 2025-01-24T00:45:39.2725050Z /home/runner/work/pytorch/pytorch 2025-01-24T00:45:39.2882991Z ##[group]Run actions/checkout@v4 2025-01-24T00:45:39.2883386Z with: 2025-01-24T00:45:39.2883777Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:39.2884201Z fetch-depth: 1 2025-01-24T00:45:39.2884481Z submodules: false 2025-01-24T00:45:39.2884821Z show-progress: false 2025-01-24T00:45:39.2885184Z repository: pytorch/pytorch 2025-01-24T00:45:39.2885699Z token: *** 2025-01-24T00:45:39.2885985Z ssh-strict: true 2025-01-24T00:45:39.2886310Z ssh-user: git 2025-01-24T00:45:39.2886646Z persist-credentials: true 2025-01-24T00:45:39.2886961Z clean: true 2025-01-24T00:45:39.2887285Z sparse-checkout-cone-mode: true 2025-01-24T00:45:39.2887656Z fetch-tags: false 2025-01-24T00:45:39.2887935Z lfs: false 2025-01-24T00:45:39.2888244Z set-safe-directory: true 2025-01-24T00:45:39.2888553Z ##[endgroup] 2025-01-24T00:45:39.3928305Z Syncing repository: pytorch/pytorch 2025-01-24T00:45:39.3930229Z ##[group]Getting Git version info 2025-01-24T00:45:39.3931064Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:39.3931945Z [command]/usr/bin/git version 2025-01-24T00:45:39.3978796Z git version 2.47.1 2025-01-24T00:45:39.4005479Z ##[endgroup] 2025-01-24T00:45:39.4020712Z Temporarily overriding HOME='/home/runner/work/_temp/8d17517a-6438-42b3-a042-b3c7e0a4c802' before making global git config changes 2025-01-24T00:45:39.4022651Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:45:39.4026876Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:45:39.4064946Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:39.4069583Z ##[group]Initializing the repository 2025-01-24T00:45:39.4075229Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-01-24T00:45:39.4133393Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T00:45:39.4135171Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T00:45:39.4137077Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T00:45:39.4138557Z hint: 2025-01-24T00:45:39.4139221Z hint: git config --global init.defaultBranch 2025-01-24T00:45:39.4139843Z hint: 2025-01-24T00:45:39.4140809Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T00:45:39.4141849Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T00:45:39.4142637Z hint: 2025-01-24T00:45:39.4143088Z hint: git branch -m 2025-01-24T00:45:39.4143890Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-01-24T00:45:39.4149948Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:45:39.4189287Z ##[endgroup] 2025-01-24T00:45:39.4190886Z ##[group]Disabling automatic garbage collection 2025-01-24T00:45:39.4193223Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T00:45:39.4225521Z ##[endgroup] 2025-01-24T00:45:39.4226592Z ##[group]Setting up auth 2025-01-24T00:45:39.4232570Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:45:39.4262546Z [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-01-24T00:45:39.4512627Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:45:39.4540362Z [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-01-24T00:45:39.4769252Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T00:45:39.4794393Z ##[endgroup] 2025-01-24T00:45:39.4795100Z ##[group]Fetching the repository 2025-01-24T00:45:39.4802281Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:46.7557875Z From https://github.com/pytorch/pytorch 2025-01-24T00:45:46.7558701Z * branch d087145b9259b4cfbcb758dc0bca6a6e5d75d08f -> FETCH_HEAD 2025-01-24T00:45:46.7581609Z ##[endgroup] 2025-01-24T00:45:46.7582374Z ##[group]Determining the checkout info 2025-01-24T00:45:46.7583959Z ##[endgroup] 2025-01-24T00:45:46.7588944Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T00:45:46.7624952Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T00:45:46.7650432Z ##[group]Checking out the ref 2025-01-24T00:45:46.7654924Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:47.7920926Z Updating files: 92% (16581/18011) 2025-01-24T00:45:47.8074168Z Updating files: 93% (16751/18011) 2025-01-24T00:45:47.8230960Z Updating files: 94% (16931/18011) 2025-01-24T00:45:47.8394572Z Updating files: 95% (17111/18011) 2025-01-24T00:45:47.8494720Z Updating files: 96% (17291/18011) 2025-01-24T00:45:47.8732814Z Updating files: 97% (17471/18011) 2025-01-24T00:45:47.8893734Z Updating files: 98% (17651/18011) 2025-01-24T00:45:47.9030264Z Updating files: 99% (17831/18011) 2025-01-24T00:45:47.9030884Z Updating files: 100% (18011/18011) 2025-01-24T00:45:47.9031455Z Updating files: 100% (18011/18011), done. 2025-01-24T00:45:47.9217020Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:45:47.9217687Z 2025-01-24T00:45:47.9218061Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:45:47.9218920Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:45:47.9219808Z state without impacting any branches by switching back to a branch. 2025-01-24T00:45:47.9220320Z 2025-01-24T00:45:47.9223084Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:45:47.9224696Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:45:47.9336573Z 2025-01-24T00:45:47.9336885Z git switch -c 2025-01-24T00:45:47.9337346Z 2025-01-24T00:45:47.9337577Z Or undo this operation with: 2025-01-24T00:45:47.9337883Z 2025-01-24T00:45:47.9338506Z git switch - 2025-01-24T00:45:47.9338883Z 2025-01-24T00:45:47.9339259Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:45:47.9339795Z 2025-01-24T00:45:47.9340159Z HEAD is now at d087145 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:45:47.9342200Z ##[endgroup] 2025-01-24T00:45:47.9343154Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T00:45:47.9343654Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:47.9508107Z ##[group]Run actions/setup-python@v4 2025-01-24T00:45:47.9508412Z with: 2025-01-24T00:45:47.9508594Z python-version: 3.6 2025-01-24T00:45:47.9508800Z architecture: x64 2025-01-24T00:45:47.9509009Z check-latest: false 2025-01-24T00:45:47.9509200Z cache: pip 2025-01-24T00:45:47.9509413Z cache-dependency-path: **/requirements.txt 2025-01-24T00:45:47.9509838Z token: *** 2025-01-24T00:45:47.9510042Z update-environment: true 2025-01-24T00:45:47.9510265Z allow-prereleases: false 2025-01-24T00:45:47.9510473Z ##[endgroup] 2025-01-24T00:45:48.0710300Z ##[group]Installed versions 2025-01-24T00:45:48.0788229Z Version 3.6 was not found in the local cache 2025-01-24T00:45:48.5110604Z Version 3.6 is available for downloading 2025-01-24T00:45:48.5112183Z Download from "https://github.com/actions/python-versions/releases/download/3.6.15-116025/python-3.6.15-linux-20.04-x64.tar.gz" 2025-01-24T00:45:49.3173900Z Extract downloaded archive 2025-01-24T00:45:49.3278483Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/8e966dfb-9800-47ed-abe1-b45c3edebcc3 -f /home/runner/work/_temp/d13808a9-d21a-4172-9954-6174d9a442c5 2025-01-24T00:45:50.6005391Z Execute installation script 2025-01-24T00:45:50.6092849Z Check if Python hostedtoolcache folder exist... 2025-01-24T00:45:50.6093625Z Create Python 3.6.15 folder 2025-01-24T00:45:50.6107364Z Copy Python binaries to hostedtoolcache folder 2025-01-24T00:45:51.1185383Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-01-24T00:45:51.1224350Z Upgrading PIP... 2025-01-24T00:45:52.1184205Z Looking in links: /tmp/tmpcin4a2q7 2025-01-24T00:45:52.1190389Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (40.6.2) 2025-01-24T00:45:52.1229207Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (18.1) 2025-01-24T00:45:52.6858157Z Collecting pip 2025-01-24T00:45:52.8550341Z Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB) 2025-01-24T00:45:52.9692499Z Installing collected packages: pip 2025-01-24T00:45:53.6352894Z Successfully installed pip-21.3.1 2025-01-24T00:45:53.7980050Z Create complete file 2025-01-24T00:45:53.8023748Z Successfully set up CPython (3.6.15) 2025-01-24T00:45:53.8024525Z ##[endgroup] 2025-01-24T00:45:54.8831040Z [command]/opt/hostedtoolcache/Python/3.6.15/x64/bin/pip cache dir 2025-01-24T00:45:55.1553628Z /home/runner/.cache/pip 2025-01-24T00:45:56.5083746Z Received 1723980 of 1723980 (100.0%), 2.3 MBs/sec 2025-01-24T00:45:56.5084471Z Cache Size: ~2 MB (1723980 B) 2025-01-24T00:45:56.5116125Z [command]/usr/bin/tar -xf /home/runner/work/_temp/51307de0-41ce-4101-ba46-d0555ff67e80/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-01-24T00:45:56.5224546Z Cache restored successfully 2025-01-24T00:45:56.5233721Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-01-24T00:45:56.5424845Z ##[group]Run # All we need to see is that it passes 2025-01-24T00:45:56.5425235Z # All we need to see is that it passes 2025-01-24T00:45:56.5425541Z python3 torch/utils/collect_env.py 2025-01-24T00:45:56.5482120Z shell: /usr/bin/bash -e {0} 2025-01-24T00:45:56.5482362Z env: 2025-01-24T00:45:56.5482615Z pythonLocation: /opt/hostedtoolcache/Python/3.6.15/x64 2025-01-24T00:45:56.5483040Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib/pkgconfig 2025-01-24T00:45:56.5483438Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-01-24T00:45:56.5483805Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-01-24T00:45:56.5484209Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-01-24T00:45:56.5484555Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib 2025-01-24T00:45:56.5484850Z ##[endgroup] 2025-01-24T00:45:57.5160450Z Collecting environment information... 2025-01-24T00:45:57.5161123Z PyTorch version: N/A 2025-01-24T00:45:57.5161486Z Is debug build: N/A 2025-01-24T00:45:57.5161862Z CUDA used to build PyTorch: N/A 2025-01-24T00:45:57.5162280Z ROCM used to build PyTorch: N/A 2025-01-24T00:45:57.5162556Z 2025-01-24T00:45:57.5162710Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-01-24T00:45:57.5163181Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-01-24T00:45:57.5163711Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-01-24T00:45:57.5164164Z CMake version: version 3.31.3 2025-01-24T00:45:57.5164566Z Libc version: glibc-2.3.4 2025-01-24T00:45:57.5164808Z 2025-01-24T00:45:57.5165159Z Python version: 3.6.15 (default, Sep 6 2021, 07:07:23) [GCC 9.3.0] (64-bit runtime) 2025-01-24T00:45:57.5165954Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-debian-bullseye-sid 2025-01-24T00:45:57.5166550Z Is CUDA available: N/A 2025-01-24T00:45:57.5166931Z CUDA runtime version: Could not collect 2025-01-24T00:45:57.5167369Z CUDA_MODULE_LOADING set to: N/A 2025-01-24T00:45:57.5167802Z GPU models and configuration: Could not collect 2025-01-24T00:45:57.5168340Z Nvidia driver version: Could not collect 2025-01-24T00:45:57.5169100Z cuDNN version: Could not collect 2025-01-24T00:45:57.5169497Z HIP runtime version: N/A 2025-01-24T00:45:57.5169870Z MIOpen runtime version: N/A 2025-01-24T00:45:57.5170240Z Is XNNPACK available: N/A 2025-01-24T00:45:57.5170459Z 2025-01-24T00:45:57.5170575Z CPU: 2025-01-24T00:45:57.5170887Z Architecture: x86_64 2025-01-24T00:45:57.5171397Z CPU op-mode(s): 32-bit, 64-bit 2025-01-24T00:45:57.5172078Z Byte Order: Little Endian 2025-01-24T00:45:57.5172824Z Address sizes: 48 bits physical, 48 bits virtual 2025-01-24T00:45:57.5173552Z CPU(s): 4 2025-01-24T00:45:57.5174121Z On-line CPU(s) list: 0-3 2025-01-24T00:45:57.5174713Z Thread(s) per core: 2 2025-01-24T00:45:57.5175197Z Core(s) per socket: 2 2025-01-24T00:45:57.5175614Z Socket(s): 1 2025-01-24T00:45:57.5175963Z NUMA node(s): 1 2025-01-24T00:45:57.5176391Z Vendor ID: AuthenticAMD 2025-01-24T00:45:57.5176849Z CPU family: 25 2025-01-24T00:45:57.5177484Z Model: 1 2025-01-24T00:45:57.5177960Z Model name: AMD EPYC 7763 64-Core Processor 2025-01-24T00:45:57.5178480Z Stepping: 1 2025-01-24T00:45:57.5178917Z CPU MHz: 2445.430 2025-01-24T00:45:57.5179389Z BogoMIPS: 4890.86 2025-01-24T00:45:57.5179924Z Virtualization: AMD-V 2025-01-24T00:45:57.5180394Z Hypervisor vendor: Microsoft 2025-01-24T00:45:57.5180857Z Virtualization type: full 2025-01-24T00:45:57.5181333Z L1d cache: 64 KiB 2025-01-24T00:45:57.5181796Z L1i cache: 64 KiB 2025-01-24T00:45:57.5182539Z L2 cache: 1 MiB 2025-01-24T00:45:57.5183010Z L3 cache: 32 MiB 2025-01-24T00:45:57.5183474Z NUMA node0 CPU(s): 0-3 2025-01-24T00:45:57.5183998Z Vulnerability Gather data sampling: Not affected 2025-01-24T00:45:57.5184563Z Vulnerability Itlb multihit: Not affected 2025-01-24T00:45:57.5185110Z Vulnerability L1tf: Not affected 2025-01-24T00:45:57.5185589Z Vulnerability Mds: Not affected 2025-01-24T00:45:57.5186057Z Vulnerability Meltdown: Not affected 2025-01-24T00:45:57.5186673Z Vulnerability Mmio stale data: Not affected 2025-01-24T00:45:57.5187248Z Vulnerability Reg file data sampling: Not affected 2025-01-24T00:45:57.5187825Z Vulnerability Retbleed: Not affected 2025-01-24T00:45:57.5188513Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-01-24T00:45:57.5189146Z Vulnerability Spec store bypass: Vulnerable 2025-01-24T00:45:57.5189964Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-01-24T00:45:57.5191164Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-01-24T00:45:57.5192095Z Vulnerability Srbds: Not affected 2025-01-24T00:45:57.5192615Z Vulnerability Tsx async abort: Not affected 2025-01-24T00:45:57.5196586Z 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 pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-01-24T00:45:57.5200640Z 2025-01-24T00:45:57.5200812Z Versions of relevant libraries: 2025-01-24T00:45:57.5201236Z [pip3] No relevant packages 2025-01-24T00:45:57.5201623Z [conda] No relevant packages 2025-01-24T00:45:57.5258937Z Post job cleanup. 2025-01-24T00:45:57.6300140Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-01-24T00:45:57.6394011Z Post job cleanup. 2025-01-24T00:45:57.6435910Z Post job cleanup. 2025-01-24T00:45:57.7344350Z [command]/usr/bin/git version 2025-01-24T00:45:57.7380630Z git version 2.47.1 2025-01-24T00:45:57.7426333Z Temporarily overriding HOME='/home/runner/work/_temp/0ad0e650-4d8c-4ec9-b900-8408bc173f6f' before making global git config changes 2025-01-24T00:45:57.7427609Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:45:57.7438688Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:45:57.7471957Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:45:57.7502609Z [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-01-24T00:45:57.7749854Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:45:57.7768932Z http.https://github.com/.extraheader 2025-01-24T00:45:57.7781074Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T00:45:57.7810579Z [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-01-24T00:45:57.8151403Z Cleaning up orphan processes