2025-03-04T19:47:08.9485719Z Current runner version: '2.322.0' 2025-03-04T19:47:08.9491935Z Runner name: 'linux.20_04.4x_ba032f1a37b7' 2025-03-04T19:47:08.9492747Z Runner group name: 'Default' 2025-03-04T19:47:08.9493626Z Machine name: 'runner' 2025-03-04T19:47:08.9509493Z ##[group]Operating System 2025-03-04T19:47:08.9510239Z Ubuntu 2025-03-04T19:47:08.9510737Z 20.04.6 2025-03-04T19:47:08.9511232Z LTS 2025-03-04T19:47:08.9511722Z ##[endgroup] 2025-03-04T19:47:08.9512198Z ##[group]Runner Image 2025-03-04T19:47:08.9512772Z Image: ubuntu-20.04 2025-03-04T19:47:08.9513320Z Version: 20250223.1.0 2025-03-04T19:47:08.9514343Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250223.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-04T19:47:08.9515702Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250223.1 2025-03-04T19:47:08.9516617Z ##[endgroup] 2025-03-04T19:47:08.9518692Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:08.9520556Z Actions: read 2025-03-04T19:47:08.9521312Z Attestations: read 2025-03-04T19:47:08.9521931Z Checks: read 2025-03-04T19:47:08.9522439Z Contents: read 2025-03-04T19:47:08.9522962Z Deployments: read 2025-03-04T19:47:08.9523506Z Discussions: read 2025-03-04T19:47:08.9523971Z Issues: read 2025-03-04T19:47:08.9524475Z Metadata: read 2025-03-04T19:47:08.9525004Z Packages: read 2025-03-04T19:47:08.9525492Z Pages: read 2025-03-04T19:47:08.9525998Z PullRequests: read 2025-03-04T19:47:08.9526750Z RepositoryProjects: read 2025-03-04T19:47:08.9527320Z SecurityEvents: read 2025-03-04T19:47:08.9527904Z Statuses: read 2025-03-04T19:47:08.9528394Z ##[endgroup] 2025-03-04T19:47:08.9531099Z Secret source: Actions 2025-03-04T19:47:08.9531886Z Prepare workflow directory 2025-03-04T19:47:08.9907513Z Prepare all required actions 2025-03-04T19:47:08.9943724Z Getting action download info 2025-03-04T19:47:09.2028984Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:12.4268922Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-04T19:47:12.5431559Z Getting action download info 2025-03-04T19:47:12.6826075Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:12.7448451Z Complete job name: Test collect_env (older_python_version) 2025-03-04T19:47:12.8189195Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:12.8189927Z with: 2025-03-04T19:47:12.8190172Z submodules: false 2025-03-04T19:47:12.8190412Z fetch-depth: 1 2025-03-04T19:47:12.8190815Z ##[endgroup] 2025-03-04T19:47:12.8282259Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:12.8283125Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:12.8342085Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:12.8342706Z ##[endgroup] 2025-03-04T19:47:12.8594795Z ##[group]Run retry () { 2025-03-04T19:47:12.8595111Z retry () { 2025-03-04T19:47:12.8595429Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:12.8595789Z } 2025-03-04T19:47:12.8596067Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:12.8596383Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:12.8596712Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:12.8597033Z else 2025-03-04T19:47:12.8597282Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:12.8597575Z fi 2025-03-04T19:47:12.8597806Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:12.8598078Z  2025-03-04T19:47:12.8598320Z # Use all available CPUs for fetching 2025-03-04T19:47:12.8598633Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:12.8598948Z git config --global fetch.parallel 0 2025-03-04T19:47:12.8599564Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:12.8643226Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:12.8643592Z env: 2025-03-04T19:47:12.8643805Z NO_SUDO: 2025-03-04T19:47:12.8644012Z ##[endgroup] 2025-03-04T19:47:12.8723206Z /home/runner/work/pytorch/pytorch 2025-03-04T19:47:12.8925137Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:12.8925435Z with: 2025-03-04T19:47:12.8925692Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:12.8926000Z fetch-depth: 1 2025-03-04T19:47:12.8926746Z submodules: false 2025-03-04T19:47:12.8927013Z show-progress: false 2025-03-04T19:47:12.8927339Z repository: pytorch/pytorch 2025-03-04T19:47:12.8927758Z token: *** 2025-03-04T19:47:12.8927986Z ssh-strict: true 2025-03-04T19:47:12.8928223Z ssh-user: git 2025-03-04T19:47:12.8928452Z persist-credentials: true 2025-03-04T19:47:12.8928713Z clean: true 2025-03-04T19:47:12.8928955Z sparse-checkout-cone-mode: true 2025-03-04T19:47:12.8929257Z fetch-tags: false 2025-03-04T19:47:12.8929482Z lfs: false 2025-03-04T19:47:12.8929704Z set-safe-directory: true 2025-03-04T19:47:12.8929958Z ##[endgroup] 2025-03-04T19:47:13.0114690Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:13.0116719Z ##[group]Getting Git version info 2025-03-04T19:47:13.0117510Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.0118445Z [command]/usr/bin/git version 2025-03-04T19:47:13.0133970Z git version 2.48.1 2025-03-04T19:47:13.0159958Z ##[endgroup] 2025-03-04T19:47:13.0177949Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/d292a23c-4dab-4b42-9a95-d3600ac19075/.gitconfig' 2025-03-04T19:47:13.0188380Z Temporarily overriding HOME='/home/runner/work/_temp/d292a23c-4dab-4b42-9a95-d3600ac19075' before making global git config changes 2025-03-04T19:47:13.0190072Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:13.0193676Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.0227691Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.0231411Z ##[group]Initializing the repository 2025-03-04T19:47:13.0236279Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.0287607Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:13.0288999Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:13.0289972Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:13.0291022Z hint: 2025-03-04T19:47:13.0291812Z hint: git config --global init.defaultBranch 2025-03-04T19:47:13.0292676Z hint: 2025-03-04T19:47:13.0293560Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:13.0294816Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:13.0296412Z hint: 2025-03-04T19:47:13.0296943Z hint: git branch -m 2025-03-04T19:47:13.0297688Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-04T19:47:13.0302764Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:13.0389078Z ##[endgroup] 2025-03-04T19:47:13.0389944Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:13.0390660Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:13.0396179Z ##[endgroup] 2025-03-04T19:47:13.0396975Z ##[group]Setting up auth 2025-03-04T19:47:13.0402905Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:13.0432363Z [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-03-04T19:47:13.0679001Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:13.0706382Z [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-03-04T19:47:13.0913712Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:13.0955085Z ##[endgroup] 2025-03-04T19:47:13.0955938Z ##[group]Fetching the repository 2025-03-04T19:47:13.0963699Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:15.7836199Z From https://github.com/pytorch/pytorch 2025-03-04T19:47:15.7837001Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-04T19:47:15.7860495Z ##[endgroup] 2025-03-04T19:47:15.7861094Z ##[group]Determining the checkout info 2025-03-04T19:47:15.7862573Z ##[endgroup] 2025-03-04T19:47:15.7867860Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:15.7905363Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:15.7931451Z ##[group]Checking out the ref 2025-03-04T19:47:15.7935076Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:16.8199173Z Updating files: 95% (15732/16541) 2025-03-04T19:47:16.8305766Z Updating files: 96% (15880/16541) 2025-03-04T19:47:16.8547329Z Updating files: 97% (16045/16541) 2025-03-04T19:47:16.8675016Z Updating files: 98% (16211/16541) 2025-03-04T19:47:16.8802657Z Updating files: 99% (16376/16541) 2025-03-04T19:47:16.8803204Z Updating files: 100% (16541/16541) 2025-03-04T19:47:16.8803856Z Updating files: 100% (16541/16541), done. 2025-03-04T19:47:16.8972844Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:47:16.8973349Z 2025-03-04T19:47:16.8973693Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:47:16.8974486Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:47:16.8975303Z state without impacting any branches by switching back to a branch. 2025-03-04T19:47:16.8975739Z 2025-03-04T19:47:16.8976018Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:47:16.8977221Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:47:16.8977639Z 2025-03-04T19:47:16.8977812Z git switch -c 2025-03-04T19:47:16.8978078Z 2025-03-04T19:47:16.8978236Z Or undo this operation with: 2025-03-04T19:47:16.8978488Z 2025-03-04T19:47:16.8978660Z git switch - 2025-03-04T19:47:16.8978868Z 2025-03-04T19:47:16.8979196Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:47:16.8979677Z 2025-03-04T19:47:16.8980182Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:47:16.9016961Z ##[endgroup] 2025-03-04T19:47:16.9059705Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:16.9082462Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:16.9244756Z ##[group]Run actions/setup-python@v4 2025-03-04T19:47:16.9245047Z with: 2025-03-04T19:47:16.9245233Z python-version: 3.6 2025-03-04T19:47:16.9245441Z architecture: x64 2025-03-04T19:47:16.9245630Z check-latest: false 2025-03-04T19:47:16.9245822Z cache: pip 2025-03-04T19:47:16.9246041Z cache-dependency-path: **/requirements.txt 2025-03-04T19:47:16.9246662Z token: *** 2025-03-04T19:47:16.9246866Z update-environment: true 2025-03-04T19:47:16.9247096Z allow-prereleases: false 2025-03-04T19:47:16.9247317Z ##[endgroup] 2025-03-04T19:47:17.0447298Z ##[group]Installed versions 2025-03-04T19:47:17.0514962Z Version 3.6 was not found in the local cache 2025-03-04T19:47:17.3347240Z Version 3.6 is available for downloading 2025-03-04T19:47:17.3349147Z 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-03-04T19:47:17.8234303Z Extract downloaded archive 2025-03-04T19:47:17.8334318Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/74fc524c-7787-4169-8654-6fcb05b5d5b3 -f /home/runner/work/_temp/e683f936-cedf-4623-a1c3-0dd856e357c2 2025-03-04T19:47:19.0667908Z Execute installation script 2025-03-04T19:47:19.0758444Z Check if Python hostedtoolcache folder exist... 2025-03-04T19:47:19.0759521Z Create Python 3.6.15 folder 2025-03-04T19:47:19.0774412Z Copy Python binaries to hostedtoolcache folder 2025-03-04T19:47:19.5694114Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2025-03-04T19:47:19.5731994Z Upgrading PIP... 2025-03-04T19:47:20.5711145Z Looking in links: /tmp/tmpqdokkodz 2025-03-04T19:47:20.5717490Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (40.6.2) 2025-03-04T19:47:20.5756707Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages (18.1) 2025-03-04T19:47:21.1518481Z Collecting pip 2025-03-04T19:47:21.2986559Z Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB) 2025-03-04T19:47:21.3975871Z Installing collected packages: pip 2025-03-04T19:47:22.0692808Z Successfully installed pip-21.3.1 2025-03-04T19:47:22.2159241Z Create complete file 2025-03-04T19:47:22.2203933Z Successfully set up CPython (3.6.15) 2025-03-04T19:47:22.2204585Z ##[endgroup] 2025-03-04T19:47:23.2403397Z [command]/opt/hostedtoolcache/Python/3.6.15/x64/bin/pip cache dir 2025-03-04T19:47:23.5099462Z /home/runner/.cache/pip 2025-03-04T19:47:23.7129476Z Received 1723980 of 1723980 (100.0%), 16.3 MBs/sec 2025-03-04T19:47:23.7130109Z Cache Size: ~2 MB (1723980 B) 2025-03-04T19:47:23.7156577Z [command]/usr/bin/tar -xf /home/runner/work/_temp/a468a9b0-4c88-4d29-a5cd-c2d253d51ccc/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-04T19:47:23.7262300Z Cache restored successfully 2025-03-04T19:47:23.7271846Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-03-04T19:47:23.7459243Z ##[group]Run # All we need to see is that it passes 2025-03-04T19:47:23.7459621Z # All we need to see is that it passes 2025-03-04T19:47:23.7459924Z python3 torch/utils/collect_env.py 2025-03-04T19:47:23.7512470Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:23.7512705Z env: 2025-03-04T19:47:23.7512952Z pythonLocation: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-04T19:47:23.7513368Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib/pkgconfig 2025-03-04T19:47:23.7513756Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-04T19:47:23.7514094Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-04T19:47:23.7514437Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.6.15/x64 2025-03-04T19:47:23.7514797Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.6.15/x64/lib 2025-03-04T19:47:23.7515089Z ##[endgroup] 2025-03-04T19:47:24.9106466Z Collecting environment information... 2025-03-04T19:47:24.9107040Z PyTorch version: N/A 2025-03-04T19:47:24.9107379Z Is debug build: N/A 2025-03-04T19:47:24.9107713Z CUDA used to build PyTorch: N/A 2025-03-04T19:47:24.9108084Z ROCM used to build PyTorch: N/A 2025-03-04T19:47:24.9108315Z 2025-03-04T19:47:24.9108442Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-03-04T19:47:24.9108841Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-03-04T19:47:24.9109291Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-03-04T19:47:24.9109681Z CMake version: version 3.31.5 2025-03-04T19:47:24.9110075Z Libc version: glibc-2.3.4 2025-03-04T19:47:24.9110323Z 2025-03-04T19:47:24.9110632Z Python version: 3.6.15 (default, Sep 6 2021, 07:07:23) [GCC 9.3.0] (64-bit runtime) 2025-03-04T19:47:24.9111440Z Python platform: Linux-5.15.0-1079-azure-x86_64-with-debian-bullseye-sid 2025-03-04T19:47:24.9112467Z Is CUDA available: N/A 2025-03-04T19:47:24.9112869Z CUDA runtime version: Could not collect 2025-03-04T19:47:24.9113333Z CUDA_MODULE_LOADING set to: N/A 2025-03-04T19:47:24.9113807Z GPU models and configuration: Could not collect 2025-03-04T19:47:24.9114303Z Nvidia driver version: Could not collect 2025-03-04T19:47:24.9114764Z cuDNN version: Could not collect 2025-03-04T19:47:24.9115178Z HIP runtime version: N/A 2025-03-04T19:47:24.9115574Z MIOpen runtime version: N/A 2025-03-04T19:47:24.9115983Z Is XNNPACK available: N/A 2025-03-04T19:47:24.9116241Z 2025-03-04T19:47:24.9116363Z CPU: 2025-03-04T19:47:24.9116708Z Architecture: x86_64 2025-03-04T19:47:24.9117217Z CPU op-mode(s): 32-bit, 64-bit 2025-03-04T19:47:24.9117776Z Byte Order: Little Endian 2025-03-04T19:47:24.9118362Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-04T19:47:24.9118960Z CPU(s): 4 2025-03-04T19:47:24.9119424Z On-line CPU(s) list: 0-3 2025-03-04T19:47:24.9119880Z Thread(s) per core: 2 2025-03-04T19:47:24.9120314Z Core(s) per socket: 2 2025-03-04T19:47:24.9120726Z Socket(s): 1 2025-03-04T19:47:24.9121169Z NUMA node(s): 1 2025-03-04T19:47:24.9121619Z Vendor ID: AuthenticAMD 2025-03-04T19:47:24.9122088Z CPU family: 25 2025-03-04T19:47:24.9122515Z Model: 1 2025-03-04T19:47:24.9123000Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-04T19:47:24.9123524Z Stepping: 1 2025-03-04T19:47:24.9123969Z CPU MHz: 2445.430 2025-03-04T19:47:24.9124458Z BogoMIPS: 4890.86 2025-03-04T19:47:24.9124937Z Virtualization: AMD-V 2025-03-04T19:47:24.9125485Z Hypervisor vendor: Microsoft 2025-03-04T19:47:24.9125982Z Virtualization type: full 2025-03-04T19:47:24.9126649Z L1d cache: 64 KiB 2025-03-04T19:47:24.9127108Z L1i cache: 64 KiB 2025-03-04T19:47:24.9127865Z L2 cache: 1 MiB 2025-03-04T19:47:24.9128386Z L3 cache: 32 MiB 2025-03-04T19:47:24.9128873Z NUMA node0 CPU(s): 0-3 2025-03-04T19:47:24.9129391Z Vulnerability Gather data sampling: Not affected 2025-03-04T19:47:24.9129959Z Vulnerability Itlb multihit: Not affected 2025-03-04T19:47:24.9130509Z Vulnerability L1tf: Not affected 2025-03-04T19:47:24.9131044Z Vulnerability Mds: Not affected 2025-03-04T19:47:24.9131587Z Vulnerability Meltdown: Not affected 2025-03-04T19:47:24.9132131Z Vulnerability Mmio stale data: Not affected 2025-03-04T19:47:24.9132695Z Vulnerability Reg file data sampling: Not affected 2025-03-04T19:47:24.9133264Z Vulnerability Retbleed: Not affected 2025-03-04T19:47:24.9133960Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-03-04T19:47:24.9134665Z Vulnerability Spec store bypass: Vulnerable 2025-03-04T19:47:24.9135518Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-04T19:47:24.9136791Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-04T19:47:24.9137786Z Vulnerability Srbds: Not affected 2025-03-04T19:47:24.9138358Z Vulnerability Tsx async abort: Not affected 2025-03-04T19:47:24.9142544Z 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 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-03-04T19:47:24.9146841Z 2025-03-04T19:47:24.9147034Z Versions of relevant libraries: 2025-03-04T19:47:24.9147486Z [pip3] No relevant packages 2025-03-04T19:47:24.9147909Z [conda] No relevant packages 2025-03-04T19:47:24.9212042Z Post job cleanup. 2025-03-04T19:47:25.0243742Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.6.15-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-03-04T19:47:25.0344123Z Post job cleanup. 2025-03-04T19:47:25.0401628Z Post job cleanup. 2025-03-04T19:47:25.1314370Z [command]/usr/bin/git version 2025-03-04T19:47:25.1350509Z git version 2.48.1 2025-03-04T19:47:25.1392302Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1a18007d-48aa-445b-a8dd-c1c64f7a3a45/.gitconfig' 2025-03-04T19:47:25.1401759Z Temporarily overriding HOME='/home/runner/work/_temp/1a18007d-48aa-445b-a8dd-c1c64f7a3a45' before making global git config changes 2025-03-04T19:47:25.1402762Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:25.1408366Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:25.1440517Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:25.1472026Z [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-03-04T19:47:25.1719129Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:25.1740391Z http.https://github.com/.extraheader 2025-03-04T19:47:25.1753539Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:47:25.1783941Z [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-03-04T19:47:25.2130280Z Cleaning up orphan processes