2025-09-07T06:09:26.3359623Z Current runner version: '2.328.0' 2025-09-07T06:09:26.3365764Z Runner name: 'linux.24_04.4x_a466236c63c6' 2025-09-07T06:09:26.3366646Z Runner group name: 'default' 2025-09-07T06:09:26.3367490Z Machine name: 'pkrvm7jw40e0xgp' 2025-09-07T06:09:26.3385104Z ##[group]Operating System 2025-09-07T06:09:26.3385948Z Ubuntu 2025-09-07T06:09:26.3386413Z 24.04.3 2025-09-07T06:09:26.3386882Z LTS 2025-09-07T06:09:26.3387382Z ##[endgroup] 2025-09-07T06:09:26.3387916Z ##[group]Runner Image 2025-09-07T06:09:26.3388481Z Image: ubuntu-24.04 2025-09-07T06:09:26.3389047Z Version: 20250831.1.0 2025-09-07T06:09:26.3390077Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md 2025-09-07T06:09:26.3391411Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1 2025-09-07T06:09:26.3392673Z ##[endgroup] 2025-09-07T06:09:26.3395052Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:09:26.3397245Z Actions: read 2025-09-07T06:09:26.3397827Z Attestations: read 2025-09-07T06:09:26.3398316Z Checks: read 2025-09-07T06:09:26.3398881Z Contents: read 2025-09-07T06:09:26.3399374Z Deployments: read 2025-09-07T06:09:26.3399861Z Discussions: read 2025-09-07T06:09:26.3400421Z Issues: read 2025-09-07T06:09:26.3400858Z Metadata: read 2025-09-07T06:09:26.3401325Z Models: read 2025-09-07T06:09:26.3401845Z Packages: read 2025-09-07T06:09:26.3402633Z Pages: read 2025-09-07T06:09:26.3403120Z PullRequests: read 2025-09-07T06:09:26.3403717Z RepositoryProjects: read 2025-09-07T06:09:26.3404236Z SecurityEvents: read 2025-09-07T06:09:26.3404745Z Statuses: read 2025-09-07T06:09:26.3405302Z ##[endgroup] 2025-09-07T06:09:26.3407283Z Secret source: Actions 2025-09-07T06:09:26.3408271Z Prepare workflow directory 2025-09-07T06:09:26.3795291Z Prepare all required actions 2025-09-07T06:09:26.3833204Z Getting action download info 2025-09-07T06:09:26.7489084Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:09:35.5666733Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-09-07T06:09:35.7097573Z Getting action download info 2025-09-07T06:09:35.8416019Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:09:35.9193939Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-09-07T06:09:35.9853643Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:09:35.9854361Z with: 2025-09-07T06:09:35.9854589Z submodules: false 2025-09-07T06:09:35.9854831Z fetch-depth: 1 2025-09-07T06:09:35.9855234Z ##[endgroup] 2025-09-07T06:09:35.9941373Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:09:35.9942485Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:09:35.9977134Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:09:35.9977517Z ##[endgroup] 2025-09-07T06:09:36.0209819Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:09:36.0210253Z # Use all available CPUs for fetching 2025-09-07T06:09:36.0210569Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:09:36.0210926Z git config --global fetch.parallel 0 2025-09-07T06:09:36.0211289Z git config --global submodule.fetchJobs 0 2025-09-07T06:09:36.0211677Z  2025-09-07T06:09:36.0212008Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:09:36.0212571Z # do it here as well just in case 2025-09-07T06:09:36.0212870Z if [[ -d .git ]]; then 2025-09-07T06:09:36.0213143Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:09:36.0213429Z  sudo git clean -ffdx 2025-09-07T06:09:36.0213689Z  else 2025-09-07T06:09:36.0213918Z  git clean -ffdx 2025-09-07T06:09:36.0214402Z  fi 2025-09-07T06:09:36.0214617Z fi 2025-09-07T06:09:36.0242578Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:09:36.0242977Z env: 2025-09-07T06:09:36.0243190Z NO_SUDO: 2025-09-07T06:09:36.0243396Z ##[endgroup] 2025-09-07T06:09:36.0520519Z ##[group]Run actions/checkout@v4 2025-09-07T06:09:36.0520851Z with: 2025-09-07T06:09:36.0521127Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:09:36.0521442Z fetch-depth: 1 2025-09-07T06:09:36.0521687Z submodules: false 2025-09-07T06:09:36.0521922Z show-progress: false 2025-09-07T06:09:36.0522181Z repository: pytorch/pytorch 2025-09-07T06:09:36.0522927Z token: *** 2025-09-07T06:09:36.0523162Z ssh-strict: true 2025-09-07T06:09:36.0523382Z ssh-user: git 2025-09-07T06:09:36.0523615Z persist-credentials: true 2025-09-07T06:09:36.0523868Z clean: true 2025-09-07T06:09:36.0524109Z sparse-checkout-cone-mode: true 2025-09-07T06:09:36.0524411Z fetch-tags: false 2025-09-07T06:09:36.0524631Z lfs: false 2025-09-07T06:09:36.0524858Z set-safe-directory: true 2025-09-07T06:09:36.0525106Z ##[endgroup] 2025-09-07T06:09:36.1601446Z Syncing repository: pytorch/pytorch 2025-09-07T06:09:36.1603841Z ##[group]Getting Git version info 2025-09-07T06:09:36.1604571Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-09-07T06:09:36.1605677Z [command]/usr/bin/git version 2025-09-07T06:09:36.1608324Z git version 2.51.0 2025-09-07T06:09:36.1635209Z ##[endgroup] 2025-09-07T06:09:36.1651008Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a575ce51-4674-45c3-81e9-fb6337957df4/.gitconfig' 2025-09-07T06:09:36.1661046Z Temporarily overriding HOME='/home/runner/work/_temp/a575ce51-4674-45c3-81e9-fb6337957df4' before making global git config changes 2025-09-07T06:09:36.1665636Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:09:36.1666772Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:09:36.1700227Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-09-07T06:09:36.1704312Z ##[group]Initializing the repository 2025-09-07T06:09:36.1709307Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-09-07T06:09:36.1799237Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-07T06:09:36.1800085Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-07T06:09:36.1800629Z hint: of your new repositories, which will suppress this warning, call: 2025-09-07T06:09:36.1800997Z hint: 2025-09-07T06:09:36.1801315Z hint: git config --global init.defaultBranch 2025-09-07T06:09:36.1801655Z hint: 2025-09-07T06:09:36.1801970Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-07T06:09:36.1802627Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-07T06:09:36.1803130Z hint: 2025-09-07T06:09:36.1803579Z hint: git branch -m 2025-09-07T06:09:36.1804070Z hint: 2025-09-07T06:09:36.1804636Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-09-07T06:09:36.1805414Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-09-07T06:09:36.1815622Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-09-07T06:09:36.1851995Z ##[endgroup] 2025-09-07T06:09:36.1853029Z ##[group]Disabling automatic garbage collection 2025-09-07T06:09:36.1857504Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:09:36.1886344Z ##[endgroup] 2025-09-07T06:09:36.1887110Z ##[group]Setting up auth 2025-09-07T06:09:36.1894033Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:09:36.1924054Z [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:09:36.2247674Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:09:36.2278515Z [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:09:36.2503882Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:09:36.2541030Z ##[endgroup] 2025-09-07T06:09:36.2541871Z ##[group]Fetching the repository 2025-09-07T06:09:36.2549994Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:09:41.8339303Z From https://github.com/pytorch/pytorch 2025-09-07T06:09:41.8340108Z * branch 93fb23d6fae7c4e82c4239a1033e522088742634 -> FETCH_HEAD 2025-09-07T06:09:41.8365704Z ##[endgroup] 2025-09-07T06:09:41.8366135Z ##[group]Determining the checkout info 2025-09-07T06:09:41.8368185Z ##[endgroup] 2025-09-07T06:09:41.8373704Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:09:41.8415637Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:09:41.8442829Z ##[group]Checking out the ref 2025-09-07T06:09:41.8446797Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:09:42.8720571Z Updating files: 90% (17517/19405) 2025-09-07T06:09:42.8825807Z Updating files: 91% (17659/19405) 2025-09-07T06:09:42.8950322Z Updating files: 92% (17853/19405) 2025-09-07T06:09:42.9113151Z Updating files: 93% (18047/19405) 2025-09-07T06:09:42.9281533Z Updating files: 94% (18241/19405) 2025-09-07T06:09:42.9421468Z Updating files: 95% (18435/19405) 2025-09-07T06:09:42.9576617Z Updating files: 96% (18629/19405) 2025-09-07T06:09:42.9736437Z Updating files: 97% (18823/19405) 2025-09-07T06:09:42.9960198Z Updating files: 98% (19017/19405) 2025-09-07T06:09:43.0103090Z Updating files: 99% (19211/19405) 2025-09-07T06:09:43.0103752Z Updating files: 100% (19405/19405) 2025-09-07T06:09:43.0104375Z Updating files: 100% (19405/19405), done. 2025-09-07T06:09:43.0289109Z Note: switching to '93fb23d6fae7c4e82c4239a1033e522088742634'. 2025-09-07T06:09:43.0290282Z 2025-09-07T06:09:43.0291303Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T06:09:43.0292796Z changes and commit them, and you can discard any commits you make in this 2025-09-07T06:09:43.0293737Z state without impacting any branches by switching back to a branch. 2025-09-07T06:09:43.0294254Z 2025-09-07T06:09:43.0294614Z If you want to create a new branch to retain commits you create, you may 2025-09-07T06:09:43.0295468Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T06:09:43.0295994Z 2025-09-07T06:09:43.0296222Z git switch -c 2025-09-07T06:09:43.0296579Z 2025-09-07T06:09:43.0296779Z Or undo this operation with: 2025-09-07T06:09:43.0297210Z 2025-09-07T06:09:43.0297382Z git switch - 2025-09-07T06:09:43.0297678Z 2025-09-07T06:09:43.0298083Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T06:09:43.0298701Z 2025-09-07T06:09:43.0298980Z HEAD is now at 93fb23d Build vLLM nightly wheels (#162000) 2025-09-07T06:09:43.0331178Z ##[endgroup] 2025-09-07T06:09:43.0374063Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:09:43.0399440Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:09:43.0518689Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:09:43.0518995Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:09:43.0519244Z # Clean stale submodule dirs 2025-09-07T06:09:43.0519503Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:09:43.0519795Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:09:43.0520103Z else 2025-09-07T06:09:43.0520336Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:09:43.0520798Z fi 2025-09-07T06:09:43.0551356Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:09:43.0551674Z env: 2025-09-07T06:09:43.0551838Z NO_SUDO: 2025-09-07T06:09:43.0552000Z ##[endgroup] 2025-09-07T06:09:43.1006907Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-09-07T06:09:43.1007279Z with: 2025-09-07T06:09:43.1007450Z architecture: x64 2025-09-07T06:09:43.1007643Z check-latest: false 2025-09-07T06:09:43.1007835Z cache: pip 2025-09-07T06:09:43.1008123Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-09-07T06:09:43.1008583Z token: *** 2025-09-07T06:09:43.1008772Z update-environment: true 2025-09-07T06:09:43.1008989Z allow-prereleases: false 2025-09-07T06:09:43.1009199Z freethreaded: false 2025-09-07T06:09:43.1009383Z ##[endgroup] 2025-09-07T06:09:43.2724452Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-09-07T06:09:43.2725458Z [warning].python-version doesn't exist. 2025-09-07T06:09:43.2755872Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-09-07T06:09:43.2837401Z ##[group]Run # All we need to see is that it passes 2025-09-07T06:09:43.2837770Z # All we need to see is that it passes 2025-09-07T06:09:43.2838072Z python3 torch/utils/collect_env.py 2025-09-07T06:09:43.2869180Z shell: /usr/bin/bash -e {0} 2025-09-07T06:09:43.2869418Z ##[endgroup] 2025-09-07T06:09:49.6793334Z Collecting environment information... 2025-09-07T06:09:49.6793807Z PyTorch version: N/A 2025-09-07T06:09:49.6794122Z Is debug build: N/A 2025-09-07T06:09:49.6794426Z CUDA used to build PyTorch: N/A 2025-09-07T06:09:49.6794802Z ROCM used to build PyTorch: N/A 2025-09-07T06:09:49.6795031Z 2025-09-07T06:09:49.6795159Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-09-07T06:09:49.6795537Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-09-07T06:09:49.6795980Z Clang version: 18.1.3 (1ubuntu1) 2025-09-07T06:09:49.6796364Z CMake version: version 3.31.6 2025-09-07T06:09:49.6796719Z Libc version: glibc-2.39 2025-09-07T06:09:49.6796921Z 2025-09-07T06:09:49.6797250Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-09-07T06:09:49.6797891Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-09-07T06:09:49.6798390Z Is CUDA available: N/A 2025-09-07T06:09:49.6798714Z CUDA runtime version: Could not collect 2025-09-07T06:09:49.6799093Z CUDA_MODULE_LOADING set to: N/A 2025-09-07T06:09:49.6799473Z GPU models and configuration: Could not collect 2025-09-07T06:09:49.6799894Z Nvidia driver version: Could not collect 2025-09-07T06:09:49.6800330Z cuDNN version: Could not collect 2025-09-07T06:09:49.6800669Z Is XPU available: N/A 2025-09-07T06:09:49.6800978Z HIP runtime version: N/A 2025-09-07T06:09:49.6801290Z MIOpen runtime version: N/A 2025-09-07T06:09:49.6801626Z Is XNNPACK available: N/A 2025-09-07T06:09:49.6801833Z 2025-09-07T06:09:49.6801965Z CPU: 2025-09-07T06:09:49.6802448Z Architecture: x86_64 2025-09-07T06:09:49.6802904Z CPU op-mode(s): 32-bit, 64-bit 2025-09-07T06:09:49.6803432Z Address sizes: 48 bits physical, 48 bits virtual 2025-09-07T06:09:49.6804068Z Byte Order: Little Endian 2025-09-07T06:09:49.6804525Z CPU(s): 4 2025-09-07T06:09:49.6804953Z On-line CPU(s) list: 0-3 2025-09-07T06:09:49.6805424Z Vendor ID: AuthenticAMD 2025-09-07T06:09:49.6805961Z Model name: AMD EPYC 7763 64-Core Processor 2025-09-07T06:09:49.6806480Z CPU family: 25 2025-09-07T06:09:49.6806897Z Model: 1 2025-09-07T06:09:49.6807320Z Thread(s) per core: 2 2025-09-07T06:09:49.6807737Z Core(s) per socket: 2 2025-09-07T06:09:49.6808142Z Socket(s): 1 2025-09-07T06:09:49.6808866Z Stepping: 1 2025-09-07T06:09:49.6809280Z BogoMIPS: 4890.86 2025-09-07T06:09:49.6813476Z 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:09:49.6817611Z Virtualization: AMD-V 2025-09-07T06:09:49.6818111Z Hypervisor vendor: Microsoft 2025-09-07T06:09:49.6818549Z Virtualization type: full 2025-09-07T06:09:49.6819298Z L1d cache: 64 KiB (2 instances) 2025-09-07T06:09:49.6819835Z L1i cache: 64 KiB (2 instances) 2025-09-07T06:09:49.6820354Z L2 cache: 1 MiB (2 instances) 2025-09-07T06:09:49.6820869Z L3 cache: 32 MiB (1 instance) 2025-09-07T06:09:49.6821346Z NUMA node(s): 1 2025-09-07T06:09:49.6821746Z NUMA node0 CPU(s): 0-3 2025-09-07T06:09:49.6822395Z Vulnerability Gather data sampling: Not affected 2025-09-07T06:09:49.6822942Z Vulnerability Itlb multihit: Not affected 2025-09-07T06:09:49.6823466Z Vulnerability L1tf: Not affected 2025-09-07T06:09:49.6823961Z Vulnerability Mds: Not affected 2025-09-07T06:09:49.6824471Z Vulnerability Meltdown: Not affected 2025-09-07T06:09:49.6824985Z Vulnerability Mmio stale data: Not affected 2025-09-07T06:09:49.6825508Z Vulnerability Reg file data sampling: Not affected 2025-09-07T06:09:49.6826041Z Vulnerability Retbleed: Not affected 2025-09-07T06:09:49.6826692Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-09-07T06:09:49.6827370Z Vulnerability Spec store bypass: Vulnerable 2025-09-07T06:09:49.6828176Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-09-07T06:09:49.6829397Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-09-07T06:09:49.6830338Z Vulnerability Srbds: Not affected 2025-09-07T06:09:49.6830859Z Vulnerability Tsx async abort: Not affected 2025-09-07T06:09:49.6831205Z 2025-09-07T06:09:49.6831358Z Versions of relevant libraries: 2025-09-07T06:09:49.6831755Z [pip3] No relevant packages 2025-09-07T06:09:49.6832159Z [conda] No relevant packages 2025-09-07T06:09:49.6915687Z Post job cleanup. 2025-09-07T06:09:49.8394221Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-09-07T06:09:49.8523857Z Post job cleanup. 2025-09-07T06:09:49.8581474Z Post job cleanup. 2025-09-07T06:09:49.9506735Z [command]/usr/bin/git version 2025-09-07T06:09:49.9553050Z git version 2.51.0 2025-09-07T06:09:49.9599003Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/421a51ed-880f-4e2b-afab-e971ee3e0b93/.gitconfig' 2025-09-07T06:09:49.9607877Z Temporarily overriding HOME='/home/runner/work/_temp/421a51ed-880f-4e2b-afab-e971ee3e0b93' before making global git config changes 2025-09-07T06:09:49.9609186Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:09:49.9621426Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-09-07T06:09:49.9656832Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:09:49.9689797Z [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:09:49.9943202Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:09:49.9964932Z http.https://github.com/.extraheader 2025-09-07T06:09:49.9977496Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:09:50.0011811Z [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:09:50.0363974Z Cleaning up orphan processes