2025-08-14T20:43:45.4167357Z Current runner version: '2.327.1' 2025-08-14T20:43:45.4173693Z Runner name: 'linux.24_04.4x_7a7fcef8e000' 2025-08-14T20:43:45.4174432Z Runner group name: 'default' 2025-08-14T20:43:45.4175391Z Machine name: 'pkrvmubgrv54qmi' 2025-08-14T20:43:45.4193494Z ##[group]Operating System 2025-08-14T20:43:45.4194271Z Ubuntu 2025-08-14T20:43:45.4194748Z 24.04.2 2025-08-14T20:43:45.4195180Z LTS 2025-08-14T20:43:45.4195710Z ##[endgroup] 2025-08-14T20:43:45.4196183Z ##[group]Runner Image 2025-08-14T20:43:45.4196776Z Image: ubuntu-24.04 2025-08-14T20:43:45.4197330Z Version: 20250810.1.0 2025-08-14T20:43:45.4198299Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-14T20:43:45.4200042Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1 2025-08-14T20:43:45.4200954Z ##[endgroup] 2025-08-14T20:43:45.4203296Z ##[group]GITHUB_TOKEN Permissions 2025-08-14T20:43:45.4205406Z Actions: read 2025-08-14T20:43:45.4206004Z Attestations: read 2025-08-14T20:43:45.4206542Z Checks: read 2025-08-14T20:43:45.4206998Z Contents: read 2025-08-14T20:43:45.4207512Z Deployments: read 2025-08-14T20:43:45.4208036Z Discussions: read 2025-08-14T20:43:45.4208507Z Issues: read 2025-08-14T20:43:45.4208978Z Metadata: read 2025-08-14T20:43:45.4209589Z Models: read 2025-08-14T20:43:45.4210151Z Packages: read 2025-08-14T20:43:45.4210626Z Pages: read 2025-08-14T20:43:45.4211080Z PullRequests: read 2025-08-14T20:43:45.4211620Z RepositoryProjects: read 2025-08-14T20:43:45.4212159Z SecurityEvents: read 2025-08-14T20:43:45.4212626Z Statuses: read 2025-08-14T20:43:45.4213148Z ##[endgroup] 2025-08-14T20:43:45.4215225Z Secret source: Actions 2025-08-14T20:43:45.4216192Z Prepare workflow directory 2025-08-14T20:43:45.4542248Z Prepare all required actions 2025-08-14T20:43:45.4583534Z Getting action download info 2025-08-14T20:43:45.9278490Z Download action repository 'pytorch/pytorch@main' (SHA:1fc683cf17c8c673044538d10266c00f92987be2) 2025-08-14T20:44:01.8417569Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-14T20:44:02.2608713Z Getting action download info 2025-08-14T20:44:02.4517527Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-14T20:44:02.8949669Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-08-14T20:44:02.9607888Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-14T20:44:02.9608592Z with: 2025-08-14T20:44:02.9608778Z submodules: false 2025-08-14T20:44:02.9608978Z fetch-depth: 1 2025-08-14T20:44:02.9609331Z ##[endgroup] 2025-08-14T20:44:02.9697132Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:44:02.9697953Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-14T20:44:02.9743648Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:44:02.9743991Z ##[endgroup] 2025-08-14T20:44:02.9995776Z ##[group]Run # Use all available CPUs for fetching 2025-08-14T20:44:02.9996223Z # Use all available CPUs for fetching 2025-08-14T20:44:02.9996516Z cd "${GITHUB_WORKSPACE}" 2025-08-14T20:44:02.9996845Z git config --global fetch.parallel 0 2025-08-14T20:44:02.9997150Z git config --global submodule.fetchJobs 0 2025-08-14T20:44:02.9997416Z  2025-08-14T20:44:02.9997706Z # Clean workspace. The default checkout action should also do this, but 2025-08-14T20:44:02.9998141Z # do it here as well just in case 2025-08-14T20:44:02.9998399Z if [[ -d .git ]]; then 2025-08-14T20:44:02.9998625Z  if [ -z "${NO_SUDO}" ]; then 2025-08-14T20:44:02.9998888Z  sudo git clean -ffdx 2025-08-14T20:44:02.9999103Z  else 2025-08-14T20:44:02.9999289Z  git clean -ffdx 2025-08-14T20:44:03.0000081Z  fi 2025-08-14T20:44:03.0000263Z fi 2025-08-14T20:44:03.0040566Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-14T20:44:03.0040904Z env: 2025-08-14T20:44:03.0041102Z NO_SUDO: 2025-08-14T20:44:03.0041267Z ##[endgroup] 2025-08-14T20:44:03.0241093Z ##[group]Run actions/checkout@v4 2025-08-14T20:44:03.0241365Z with: 2025-08-14T20:44:03.0241586Z ref: 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:03.0241854Z fetch-depth: 1 2025-08-14T20:44:03.0242040Z submodules: false 2025-08-14T20:44:03.0242232Z show-progress: false 2025-08-14T20:44:03.0242440Z repository: pytorch/pytorch 2025-08-14T20:44:03.0242793Z token: *** 2025-08-14T20:44:03.0242972Z ssh-strict: true 2025-08-14T20:44:03.0243159Z ssh-user: git 2025-08-14T20:44:03.0243344Z persist-credentials: true 2025-08-14T20:44:03.0243559Z clean: true 2025-08-14T20:44:03.0243753Z sparse-checkout-cone-mode: true 2025-08-14T20:44:03.0243992Z fetch-tags: false 2025-08-14T20:44:03.0244171Z lfs: false 2025-08-14T20:44:03.0244342Z set-safe-directory: true 2025-08-14T20:44:03.0244546Z ##[endgroup] 2025-08-14T20:44:03.1315983Z Syncing repository: pytorch/pytorch 2025-08-14T20:44:03.1318058Z ##[group]Getting Git version info 2025-08-14T20:44:03.1318715Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-14T20:44:03.1319957Z [command]/usr/bin/git version 2025-08-14T20:44:03.1322870Z git version 2.50.1 2025-08-14T20:44:03.1349134Z ##[endgroup] 2025-08-14T20:44:03.1361371Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/9aa53c97-5184-4c25-9477-95a37fb39b3f/.gitconfig' 2025-08-14T20:44:03.1371610Z Temporarily overriding HOME='/home/runner/work/_temp/9aa53c97-5184-4c25-9477-95a37fb39b3f' before making global git config changes 2025-08-14T20:44:03.1373239Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:44:03.1385291Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:44:03.1422235Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-14T20:44:03.1426196Z ##[group]Initializing the repository 2025-08-14T20:44:03.1431434Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-14T20:44:03.1484965Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-14T20:44:03.1486285Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-14T20:44:03.1487160Z hint: of your new repositories, which will suppress this warning, call: 2025-08-14T20:44:03.1487792Z hint: 2025-08-14T20:44:03.1488268Z hint: git config --global init.defaultBranch 2025-08-14T20:44:03.1488748Z hint: 2025-08-14T20:44:03.1489276Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-14T20:44:03.1490334Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-14T20:44:03.1490993Z hint: 2025-08-14T20:44:03.1491366Z hint: git branch -m 2025-08-14T20:44:03.1491768Z hint: 2025-08-14T20:44:03.1492339Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-14T20:44:03.1493343Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-14T20:44:03.1499806Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-14T20:44:03.1531717Z ##[endgroup] 2025-08-14T20:44:03.1532361Z ##[group]Disabling automatic garbage collection 2025-08-14T20:44:03.1537087Z [command]/usr/bin/git config --local gc.auto 0 2025-08-14T20:44:03.1565858Z ##[endgroup] 2025-08-14T20:44:03.1566490Z ##[group]Setting up auth 2025-08-14T20:44:03.1573745Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:44:03.1604471Z [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-08-14T20:44:03.1894925Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:44:03.1927942Z [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-08-14T20:44:03.2159361Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-14T20:44:03.2207882Z ##[endgroup] 2025-08-14T20:44:03.2208621Z ##[group]Fetching the repository 2025-08-14T20:44:03.2217464Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:10.8930502Z From https://github.com/pytorch/pytorch 2025-08-14T20:44:10.8932968Z * branch 1fc683cf17c8c673044538d10266c00f92987be2 -> FETCH_HEAD 2025-08-14T20:44:10.8956156Z ##[endgroup] 2025-08-14T20:44:10.8957262Z ##[group]Determining the checkout info 2025-08-14T20:44:10.8959592Z ##[endgroup] 2025-08-14T20:44:10.8965616Z [command]/usr/bin/git sparse-checkout disable 2025-08-14T20:44:10.9005655Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-14T20:44:10.9034287Z ##[group]Checking out the ref 2025-08-14T20:44:10.9037742Z [command]/usr/bin/git checkout --progress --force 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:11.9274384Z Updating files: 90% (17624/19474) 2025-08-14T20:44:11.9396250Z Updating files: 91% (17722/19474) 2025-08-14T20:44:11.9512993Z Updating files: 92% (17917/19474) 2025-08-14T20:44:11.9675524Z Updating files: 93% (18111/19474) 2025-08-14T20:44:11.9831032Z Updating files: 94% (18306/19474) 2025-08-14T20:44:11.9992490Z Updating files: 95% (18501/19474) 2025-08-14T20:44:12.0131206Z Updating files: 96% (18696/19474) 2025-08-14T20:44:12.0285055Z Updating files: 97% (18890/19474) 2025-08-14T20:44:12.0520067Z Updating files: 98% (19085/19474) 2025-08-14T20:44:12.0664191Z Updating files: 99% (19280/19474) 2025-08-14T20:44:12.0664848Z Updating files: 100% (19474/19474) 2025-08-14T20:44:12.0665432Z Updating files: 100% (19474/19474), done. 2025-08-14T20:44:12.0853226Z Note: switching to '1fc683cf17c8c673044538d10266c00f92987be2'. 2025-08-14T20:44:12.0853746Z 2025-08-14T20:44:12.0854128Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-14T20:44:12.0855219Z changes and commit them, and you can discard any commits you make in this 2025-08-14T20:44:12.0856058Z state without impacting any branches by switching back to a branch. 2025-08-14T20:44:12.0856544Z 2025-08-14T20:44:12.0856845Z If you want to create a new branch to retain commits you create, you may 2025-08-14T20:44:12.0857624Z do so (now or later) by using -c with the switch command. Example: 2025-08-14T20:44:12.0858151Z 2025-08-14T20:44:12.0858353Z git switch -c 2025-08-14T20:44:12.0858688Z 2025-08-14T20:44:12.0858882Z Or undo this operation with: 2025-08-14T20:44:12.0859258Z 2025-08-14T20:44:12.0859739Z git switch - 2025-08-14T20:44:12.0860083Z 2025-08-14T20:44:12.0860479Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-14T20:44:12.0861119Z 2025-08-14T20:44:12.0861797Z HEAD is now at 1fc683c [Inductor] Allow indexing a flexible layout for extract_input_node_reduction_ranges (#160645) 2025-08-14T20:44:12.0895123Z ##[endgroup] 2025-08-14T20:44:12.0942527Z [command]/usr/bin/git log -1 --format=%H 2025-08-14T20:44:12.0965489Z 1fc683cf17c8c673044538d10266c00f92987be2 2025-08-14T20:44:12.1225763Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-14T20:44:12.1226165Z with: 2025-08-14T20:44:12.1226340Z architecture: x64 2025-08-14T20:44:12.1226539Z check-latest: false 2025-08-14T20:44:12.1226721Z cache: pip 2025-08-14T20:44:12.1227019Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-08-14T20:44:12.1227475Z token: *** 2025-08-14T20:44:12.1227659Z update-environment: true 2025-08-14T20:44:12.1228050Z allow-prereleases: false 2025-08-14T20:44:12.1228258Z freethreaded: false 2025-08-14T20:44:12.1228448Z ##[endgroup] 2025-08-14T20:44:12.2903966Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-08-14T20:44:12.2904861Z [warning].python-version doesn't exist. 2025-08-14T20:44:12.2926213Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-08-14T20:44:12.3006052Z ##[group]Run # All we need to see is that it passes 2025-08-14T20:44:12.3006428Z # All we need to see is that it passes 2025-08-14T20:44:12.3006712Z python3 torch/utils/collect_env.py 2025-08-14T20:44:12.3047931Z shell: /usr/bin/bash -e {0} 2025-08-14T20:44:12.3048177Z ##[endgroup] 2025-08-14T20:44:13.5946316Z Collecting environment information... 2025-08-14T20:44:13.5946887Z PyTorch version: N/A 2025-08-14T20:44:13.5947237Z Is debug build: N/A 2025-08-14T20:44:13.5947664Z CUDA used to build PyTorch: N/A 2025-08-14T20:44:13.5948079Z ROCM used to build PyTorch: N/A 2025-08-14T20:44:13.5948347Z 2025-08-14T20:44:13.5948501Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-08-14T20:44:13.5948939Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-08-14T20:44:13.5949691Z Clang version: 18.1.3 (1ubuntu1) 2025-08-14T20:44:13.5950107Z CMake version: version 3.31.6 2025-08-14T20:44:13.5950510Z Libc version: glibc-2.39 2025-08-14T20:44:13.5950741Z 2025-08-14T20:44:13.5951141Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-08-14T20:44:13.5951763Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-08-14T20:44:13.5952249Z Is CUDA available: N/A 2025-08-14T20:44:13.5952578Z CUDA runtime version: Could not collect 2025-08-14T20:44:13.5953047Z CUDA_MODULE_LOADING set to: N/A 2025-08-14T20:44:13.5953505Z GPU models and configuration: Could not collect 2025-08-14T20:44:13.5954054Z Nvidia driver version: Could not collect 2025-08-14T20:44:13.5954603Z cuDNN version: Could not collect 2025-08-14T20:44:13.5955048Z Is XPU available: N/A 2025-08-14T20:44:13.5955450Z HIP runtime version: N/A 2025-08-14T20:44:13.5955835Z MIOpen runtime version: N/A 2025-08-14T20:44:13.5956211Z Is XNNPACK available: N/A 2025-08-14T20:44:13.5956469Z 2025-08-14T20:44:13.5956590Z CPU: 2025-08-14T20:44:13.5956939Z Architecture: x86_64 2025-08-14T20:44:13.5957441Z CPU op-mode(s): 32-bit, 64-bit 2025-08-14T20:44:13.5958083Z Address sizes: 48 bits physical, 48 bits virtual 2025-08-14T20:44:13.5958784Z Byte Order: Little Endian 2025-08-14T20:44:13.5959299Z CPU(s): 4 2025-08-14T20:44:13.5960114Z On-line CPU(s) list: 0-3 2025-08-14T20:44:13.5960625Z Vendor ID: AuthenticAMD 2025-08-14T20:44:13.5961158Z Model name: AMD EPYC 7763 64-Core Processor 2025-08-14T20:44:13.5961696Z CPU family: 25 2025-08-14T20:44:13.5962164Z Model: 1 2025-08-14T20:44:13.5962595Z Thread(s) per core: 2 2025-08-14T20:44:13.5963041Z Core(s) per socket: 2 2025-08-14T20:44:13.5963459Z Socket(s): 1 2025-08-14T20:44:13.5963877Z Stepping: 1 2025-08-14T20:44:13.5964316Z BogoMIPS: 4890.86 2025-08-14T20:44:13.5968293Z 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-08-14T20:44:13.5973000Z Virtualization: AMD-V 2025-08-14T20:44:13.5973517Z Hypervisor vendor: Microsoft 2025-08-14T20:44:13.5974091Z Virtualization type: full 2025-08-14T20:44:13.5974941Z L1d cache: 64 KiB (2 instances) 2025-08-14T20:44:13.5975531Z L1i cache: 64 KiB (2 instances) 2025-08-14T20:44:13.5976059Z L2 cache: 1 MiB (2 instances) 2025-08-14T20:44:13.5976573Z L3 cache: 32 MiB (1 instance) 2025-08-14T20:44:13.5977030Z NUMA node(s): 1 2025-08-14T20:44:13.5977480Z NUMA node0 CPU(s): 0-3 2025-08-14T20:44:13.5977974Z Vulnerability Gather data sampling: Not affected 2025-08-14T20:44:13.5978520Z Vulnerability Itlb multihit: Not affected 2025-08-14T20:44:13.5979002Z Vulnerability L1tf: Not affected 2025-08-14T20:44:13.5979739Z Vulnerability Mds: Not affected 2025-08-14T20:44:13.5980243Z Vulnerability Meltdown: Not affected 2025-08-14T20:44:13.5980748Z Vulnerability Mmio stale data: Not affected 2025-08-14T20:44:13.5981282Z Vulnerability Reg file data sampling: Not affected 2025-08-14T20:44:13.5981814Z Vulnerability Retbleed: Not affected 2025-08-14T20:44:13.5982490Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-08-14T20:44:13.5983169Z Vulnerability Spec store bypass: Vulnerable 2025-08-14T20:44:13.5983981Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-08-14T20:44:13.5985249Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-08-14T20:44:13.5986245Z Vulnerability Srbds: Not affected 2025-08-14T20:44:13.5986808Z Vulnerability Tsx async abort: Not affected 2025-08-14T20:44:13.5987169Z 2025-08-14T20:44:13.5987343Z Versions of relevant libraries: 2025-08-14T20:44:13.5987778Z [pip3] No relevant packages 2025-08-14T20:44:13.5988188Z [conda] No relevant packages 2025-08-14T20:44:13.6048104Z Post job cleanup. 2025-08-14T20:44:13.7532383Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-08-14T20:44:13.7634867Z Post job cleanup. 2025-08-14T20:44:13.7676438Z Post job cleanup. 2025-08-14T20:44:13.8615388Z [command]/usr/bin/git version 2025-08-14T20:44:13.8651845Z git version 2.50.1 2025-08-14T20:44:13.8689773Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a9c920cc-110b-4e60-ab5f-d614338b5413/.gitconfig' 2025-08-14T20:44:13.8699599Z Temporarily overriding HOME='/home/runner/work/_temp/a9c920cc-110b-4e60-ab5f-d614338b5413' before making global git config changes 2025-08-14T20:44:13.8700878Z Adding repository directory to the temporary git global config as a safe directory 2025-08-14T20:44:13.8705905Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-14T20:44:13.8743007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-14T20:44:13.8775800Z [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-08-14T20:44:13.9030855Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-14T20:44:13.9055278Z http.https://github.com/.extraheader 2025-08-14T20:44:13.9069164Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-14T20:44:13.9104817Z [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-08-14T20:44:13.9518078Z Cleaning up orphan processes