2025-12-04T07:56:45.2784591Z Current runner version: '2.329.0' 2025-12-04T07:56:45.2793936Z Runner name: 'linux.24_04.4x_24a598c0e52b' 2025-12-04T07:56:45.2795231Z Runner group name: 'default' 2025-12-04T07:56:45.2796583Z Machine name: 'runnervmg1sw1' 2025-12-04T07:56:45.2824108Z ##[group]Operating System 2025-12-04T07:56:45.2825160Z Ubuntu 2025-12-04T07:56:45.2826048Z 24.04.3 2025-12-04T07:56:45.2826792Z LTS 2025-12-04T07:56:45.2827548Z ##[endgroup] 2025-12-04T07:56:45.2828508Z ##[group]Runner Image 2025-12-04T07:56:45.2829777Z Image: ubuntu-24.04 2025-12-04T07:56:45.2830645Z Version: 20251112.124.1 2025-12-04T07:56:45.2832344Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md 2025-12-04T07:56:45.2834988Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124 2025-12-04T07:56:45.2836591Z ##[endgroup] 2025-12-04T07:56:45.2841273Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T07:56:45.2844245Z Actions: read 2025-12-04T07:56:45.2845358Z ArtifactMetadata: read 2025-12-04T07:56:45.2846231Z Attestations: read 2025-12-04T07:56:45.2847109Z Checks: read 2025-12-04T07:56:45.2848098Z Contents: read 2025-12-04T07:56:45.2849186Z Deployments: read 2025-12-04T07:56:45.2850051Z Discussions: read 2025-12-04T07:56:45.2851074Z Issues: read 2025-12-04T07:56:45.2851860Z Metadata: read 2025-12-04T07:56:45.2852660Z Models: read 2025-12-04T07:56:45.2853538Z Packages: read 2025-12-04T07:56:45.2854576Z Pages: read 2025-12-04T07:56:45.2855371Z PullRequests: read 2025-12-04T07:56:45.2856270Z RepositoryProjects: read 2025-12-04T07:56:45.2857250Z SecurityEvents: read 2025-12-04T07:56:45.2858120Z Statuses: read 2025-12-04T07:56:45.2859427Z ##[endgroup] 2025-12-04T07:56:45.2862572Z Secret source: Actions 2025-12-04T07:56:45.2863708Z Prepare workflow directory 2025-12-04T07:56:45.3357121Z Prepare all required actions 2025-12-04T07:56:45.3416888Z Getting action download info 2025-12-04T07:56:45.6447188Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T07:56:54.8866839Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-12-04T07:56:55.0333844Z Getting action download info 2025-12-04T07:56:55.1947098Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T07:56:55.6441150Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-12-04T07:56:55.7086453Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T07:56:55.7087160Z with: 2025-12-04T07:56:55.7087380Z submodules: false 2025-12-04T07:56:55.7087613Z fetch-depth: 1 2025-12-04T07:56:55.7087995Z ##[endgroup] 2025-12-04T07:56:55.7172737Z ##[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.7173587Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T07:56:55.7210468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.7210852Z ##[endgroup] 2025-12-04T07:56:55.7437016Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T07:56:55.7437427Z # Use all available CPUs for fetching 2025-12-04T07:56:55.7437740Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:56:55.7438083Z git config --global fetch.parallel 0 2025-12-04T07:56:55.7438429Z git config --global submodule.fetchJobs 0 2025-12-04T07:56:55.7438730Z  2025-12-04T07:56:55.7439350Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T07:56:55.7439775Z # do it here as well just in case 2025-12-04T07:56:55.7440071Z if [[ -d .git ]]; then 2025-12-04T07:56:55.7440340Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:56:55.7440622Z  sudo git clean -ffdx 2025-12-04T07:56:55.7441108Z  else 2025-12-04T07:56:55.7441355Z  git clean -ffdx 2025-12-04T07:56:55.7441588Z  fi 2025-12-04T07:56:55.7441790Z fi 2025-12-04T07:56:55.7472311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:56:55.7472675Z env: 2025-12-04T07:56:55.7472896Z NO_SUDO: 2025-12-04T07:56:55.7473096Z ##[endgroup] 2025-12-04T07:56:55.7726547Z ##[group]Run actions/checkout@v4 2025-12-04T07:56:55.7726858Z with: 2025-12-04T07:56:55.7727119Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:56:55.7727428Z fetch-depth: 1 2025-12-04T07:56:55.7727656Z submodules: false 2025-12-04T07:56:55.7727879Z show-progress: false 2025-12-04T07:56:55.7728139Z repository: pytorch/pytorch 2025-12-04T07:56:55.7728541Z token: *** 2025-12-04T07:56:55.7728759Z ssh-strict: true 2025-12-04T07:56:55.7729234Z ssh-user: git 2025-12-04T07:56:55.7729469Z persist-credentials: true 2025-12-04T07:56:55.7729711Z clean: true 2025-12-04T07:56:55.7729940Z sparse-checkout-cone-mode: true 2025-12-04T07:56:55.7730228Z fetch-tags: false 2025-12-04T07:56:55.7730437Z lfs: false 2025-12-04T07:56:55.7730650Z set-safe-directory: true 2025-12-04T07:56:55.7730886Z ##[endgroup] 2025-12-04T07:56:55.8803662Z Syncing repository: pytorch/pytorch 2025-12-04T07:56:55.8805064Z ##[group]Getting Git version info 2025-12-04T07:56:55.8805469Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:55.8806425Z [command]/usr/bin/git version 2025-12-04T07:56:55.8806893Z git version 2.51.2 2025-12-04T07:56:55.8807990Z ##[endgroup] 2025-12-04T07:56:55.8811549Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/bd72418b-4fbe-418a-8c88-b9f1894270a7/.gitconfig' 2025-12-04T07:56:55.8817384Z Temporarily overriding HOME='/home/runner/work/_temp/bd72418b-4fbe-418a-8c88-b9f1894270a7' before making global git config changes 2025-12-04T07:56:55.8818168Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:56:55.8822353Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:56:55.8854689Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-12-04T07:56:55.8858180Z ##[group]Initializing the repository 2025-12-04T07:56:55.8862807Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-12-04T07:56:55.8992689Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T07:56:55.8993721Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T07:56:55.8994278Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T07:56:55.8994664Z hint: 2025-12-04T07:56:55.8995049Z hint: git config --global init.defaultBranch 2025-12-04T07:56:55.8995592Z hint: 2025-12-04T07:56:55.8996030Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T07:56:55.8996718Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T07:56:55.8997668Z hint: 2025-12-04T07:56:55.8998209Z hint: git branch -m 2025-12-04T07:56:55.8998698Z hint: 2025-12-04T07:56:55.8999449Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T07:56:55.9000162Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-12-04T07:56:55.9008332Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T07:56:55.9043835Z ##[endgroup] 2025-12-04T07:56:55.9044865Z ##[group]Disabling automatic garbage collection 2025-12-04T07:56:55.9049258Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T07:56:55.9076585Z ##[endgroup] 2025-12-04T07:56:55.9077226Z ##[group]Setting up auth 2025-12-04T07:56:55.9083360Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:56:55.9112634Z [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:55.9501245Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:56:55.9531350Z [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:55.9754185Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:56:55.9793211Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:56:56.0020410Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T07:56:56.0057474Z ##[endgroup] 2025-12-04T07:56:56.0058511Z ##[group]Fetching the repository 2025-12-04T07:56:56.0066328Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:02.7827220Z From https://github.com/pytorch/pytorch 2025-12-04T07:57:02.7828271Z * branch ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> FETCH_HEAD 2025-12-04T07:57:02.7858659Z ##[endgroup] 2025-12-04T07:57:02.7859631Z ##[group]Determining the checkout info 2025-12-04T07:57:02.7861641Z ##[endgroup] 2025-12-04T07:57:02.7868071Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T07:57:02.7913346Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T07:57:02.7940716Z ##[group]Checking out the ref 2025-12-04T07:57:02.7945498Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:03.8181730Z Updating files: 86% (17398/20121) 2025-12-04T07:57:03.8308327Z Updating files: 87% (17506/20121) 2025-12-04T07:57:03.8413108Z Updating files: 88% (17707/20121) 2025-12-04T07:57:03.8543305Z Updating files: 89% (17908/20121) 2025-12-04T07:57:03.8702241Z Updating files: 90% (18109/20121) 2025-12-04T07:57:03.8809674Z Updating files: 91% (18311/20121) 2025-12-04T07:57:03.8962124Z Updating files: 92% (18512/20121) 2025-12-04T07:57:03.9122114Z Updating files: 93% (18713/20121) 2025-12-04T07:57:03.9294097Z Updating files: 94% (18914/20121) 2025-12-04T07:57:03.9453743Z Updating files: 95% (19115/20121) 2025-12-04T07:57:03.9595988Z Updating files: 96% (19317/20121) 2025-12-04T07:57:03.9757805Z Updating files: 97% (19518/20121) 2025-12-04T07:57:03.9997086Z Updating files: 98% (19719/20121) 2025-12-04T07:57:04.0155233Z Updating files: 99% (19920/20121) 2025-12-04T07:57:04.0156389Z Updating files: 100% (20121/20121) 2025-12-04T07:57:04.0157083Z Updating files: 100% (20121/20121), done. 2025-12-04T07:57:04.0344833Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T07:57:04.0345476Z 2025-12-04T07:57:04.0345831Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T07:57:04.0346805Z changes and commit them, and you can discard any commits you make in this 2025-12-04T07:57:04.0347681Z state without impacting any branches by switching back to a branch. 2025-12-04T07:57:04.0348226Z 2025-12-04T07:57:04.0348559Z If you want to create a new branch to retain commits you create, you may 2025-12-04T07:57:04.0350563Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T07:57:04.0351294Z 2025-12-04T07:57:04.0351544Z git switch -c 2025-12-04T07:57:04.0351895Z 2025-12-04T07:57:04.0352170Z Or undo this operation with: 2025-12-04T07:57:04.0352484Z 2025-12-04T07:57:04.0352777Z git switch - 2025-12-04T07:57:04.0353132Z 2025-12-04T07:57:04.0353543Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T07:57:04.0354110Z 2025-12-04T07:57:04.0354585Z HEAD is now at ffd9b0f Resolve collective autotuning test failure on arm (#168919) 2025-12-04T07:57:04.0390446Z ##[endgroup] 2025-12-04T07:57:04.0435771Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T07:57:04.0460366Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T07:57:04.0574207Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.0574498Z cd "${GITHUB_WORKSPACE}" 2025-12-04T07:57:04.0574739Z # Clean stale submodule dirs 2025-12-04T07:57:04.0574977Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T07:57:04.0575269Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.0575570Z else 2025-12-04T07:57:04.0575802Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T07:57:04.0576068Z fi 2025-12-04T07:57:04.0608573Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T07:57:04.0609024Z env: 2025-12-04T07:57:04.0609190Z NO_SUDO: 2025-12-04T07:57:04.0609355Z ##[endgroup] 2025-12-04T07:57:04.1055689Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-12-04T07:57:04.1056051Z with: 2025-12-04T07:57:04.1056220Z architecture: x64 2025-12-04T07:57:04.1056409Z check-latest: false 2025-12-04T07:57:04.1056591Z cache: pip 2025-12-04T07:57:04.1056872Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-12-04T07:57:04.1057347Z token: *** 2025-12-04T07:57:04.1057551Z update-environment: true 2025-12-04T07:57:04.1057763Z allow-prereleases: false 2025-12-04T07:57:04.1057969Z freethreaded: false 2025-12-04T07:57:04.1058159Z ##[endgroup] 2025-12-04T07:57:04.2698645Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-12-04T07:57:04.2700085Z [warning].python-version doesn't exist. 2025-12-04T07:57:04.2720579Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-12-04T07:57:04.2804383Z ##[group]Run # All we need to see is that it passes 2025-12-04T07:57:04.2804748Z # All we need to see is that it passes 2025-12-04T07:57:04.2805052Z python3 torch/utils/collect_env.py 2025-12-04T07:57:04.2839637Z shell: /usr/bin/bash -e {0} 2025-12-04T07:57:04.2839865Z ##[endgroup] 2025-12-04T07:57:06.9440047Z Collecting environment information... 2025-12-04T07:57:06.9440545Z PyTorch version: N/A 2025-12-04T07:57:06.9440836Z Is debug build: N/A 2025-12-04T07:57:06.9441125Z CUDA used to build PyTorch: N/A 2025-12-04T07:57:06.9441464Z ROCM used to build PyTorch: N/A 2025-12-04T07:57:06.9441676Z 2025-12-04T07:57:06.9441797Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-12-04T07:57:06.9442204Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-12-04T07:57:06.9442627Z Clang version: 18.1.3 (1ubuntu1) 2025-12-04T07:57:06.9442980Z CMake version: version 3.31.6 2025-12-04T07:57:06.9443324Z Libc version: glibc-2.39 2025-12-04T07:57:06.9443521Z 2025-12-04T07:57:06.9443872Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-12-04T07:57:06.9444490Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-12-04T07:57:06.9444955Z Is CUDA available: N/A 2025-12-04T07:57:06.9445280Z CUDA runtime version: Could not collect 2025-12-04T07:57:06.9445654Z CUDA_MODULE_LOADING set to: N/A 2025-12-04T07:57:06.9446033Z GPU models and configuration: Could not collect 2025-12-04T07:57:06.9446453Z Nvidia driver version: Could not collect 2025-12-04T07:57:06.9446836Z cuDNN version: Could not collect 2025-12-04T07:57:06.9447167Z Is XPU available: N/A 2025-12-04T07:57:06.9447460Z HIP runtime version: N/A 2025-12-04T07:57:06.9447772Z MIOpen runtime version: N/A 2025-12-04T07:57:06.9448117Z Is XNNPACK available: N/A 2025-12-04T07:57:06.9448318Z 2025-12-04T07:57:06.9448411Z CPU: 2025-12-04T07:57:06.9448679Z Architecture: x86_64 2025-12-04T07:57:06.9449570Z CPU op-mode(s): 32-bit, 64-bit 2025-12-04T07:57:06.9450160Z Address sizes: 48 bits physical, 48 bits virtual 2025-12-04T07:57:06.9450741Z Byte Order: Little Endian 2025-12-04T07:57:06.9451190Z CPU(s): 4 2025-12-04T07:57:06.9451919Z On-line CPU(s) list: 0-3 2025-12-04T07:57:06.9452379Z Vendor ID: AuthenticAMD 2025-12-04T07:57:06.9452921Z Model name: AMD EPYC 7763 64-Core Processor 2025-12-04T07:57:06.9453430Z CPU family: 25 2025-12-04T07:57:06.9453824Z Model: 1 2025-12-04T07:57:06.9454265Z Thread(s) per core: 2 2025-12-04T07:57:06.9454662Z Core(s) per socket: 2 2025-12-04T07:57:06.9455045Z Socket(s): 1 2025-12-04T07:57:06.9455399Z Stepping: 1 2025-12-04T07:57:06.9455739Z BogoMIPS: 4890.85 2025-12-04T07:57:06.9459925Z 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:06.9463917Z Virtualization: AMD-V 2025-12-04T07:57:06.9464375Z Hypervisor vendor: Microsoft 2025-12-04T07:57:06.9464770Z Virtualization type: full 2025-12-04T07:57:06.9465461Z L1d cache: 64 KiB (2 instances) 2025-12-04T07:57:06.9465960Z L1i cache: 64 KiB (2 instances) 2025-12-04T07:57:06.9466454Z L2 cache: 1 MiB (2 instances) 2025-12-04T07:57:06.9466950Z L3 cache: 32 MiB (1 instance) 2025-12-04T07:57:06.9467419Z NUMA node(s): 1 2025-12-04T07:57:06.9467826Z NUMA node0 CPU(s): 0-3 2025-12-04T07:57:06.9468246Z Vulnerability Gather data sampling: Not affected 2025-12-04T07:57:06.9468737Z Vulnerability Itlb multihit: Not affected 2025-12-04T07:57:06.9469414Z Vulnerability L1tf: Not affected 2025-12-04T07:57:06.9469894Z Vulnerability Mds: Not affected 2025-12-04T07:57:06.9470379Z Vulnerability Meltdown: Not affected 2025-12-04T07:57:06.9470866Z Vulnerability Mmio stale data: Not affected 2025-12-04T07:57:06.9471365Z Vulnerability Reg file data sampling: Not affected 2025-12-04T07:57:06.9471864Z Vulnerability Retbleed: Not affected 2025-12-04T07:57:06.9472487Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-12-04T07:57:06.9473149Z Vulnerability Spec store bypass: Vulnerable 2025-12-04T07:57:06.9473950Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-12-04T07:57:06.9475141Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-12-04T07:57:06.9476025Z Vulnerability Srbds: Not affected 2025-12-04T07:57:06.9476539Z Vulnerability Tsx async abort: Not affected 2025-12-04T07:57:06.9476893Z 2025-12-04T07:57:06.9477036Z Versions of relevant libraries: 2025-12-04T07:57:06.9477468Z [pip3] No relevant packages 2025-12-04T07:57:06.9477838Z [conda] No relevant packages 2025-12-04T07:57:06.9554920Z Post job cleanup. 2025-12-04T07:57:07.1045713Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-12-04T07:57:07.1165720Z Post job cleanup. 2025-12-04T07:57:07.1234453Z Post job cleanup. 2025-12-04T07:57:07.2156164Z [command]/usr/bin/git version 2025-12-04T07:57:07.2192857Z git version 2.51.2 2025-12-04T07:57:07.2230659Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/babc041c-b142-496e-a578-fc102f4f9689/.gitconfig' 2025-12-04T07:57:07.2240219Z Temporarily overriding HOME='/home/runner/work/_temp/babc041c-b142-496e-a578-fc102f4f9689' before making global git config changes 2025-12-04T07:57:07.2241525Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T07:57:07.2246620Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-12-04T07:57:07.2283209Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T07:57:07.2315846Z [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:07.2575473Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T07:57:07.2599274Z http.https://github.com/.extraheader 2025-12-04T07:57:07.2617413Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T07:57:07.2655047Z [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:07.2920226Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T07:57:07.2957102Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T07:57:07.3369702Z Cleaning up orphan processes