2025-07-17T06:34:00.6751840Z Current runner version: '2.326.0' 2025-07-17T06:34:00.6762023Z Runner name: 'linux.24_04.4x_8a605e11c8f2' 2025-07-17T06:34:00.6763289Z Runner group name: 'default' 2025-07-17T06:34:00.6764843Z Machine name: 'pkrvmq0rgcvqdmg' 2025-07-17T06:34:00.6789406Z ##[group]Operating System 2025-07-17T06:34:00.6790499Z Ubuntu 2025-07-17T06:34:00.6791422Z 24.04.2 2025-07-17T06:34:00.6792208Z LTS 2025-07-17T06:34:00.6793007Z ##[endgroup] 2025-07-17T06:34:00.6794182Z ##[group]Runner Image 2025-07-17T06:34:00.6795163Z Image: ubuntu-24.04 2025-07-17T06:34:00.6795964Z Version: 20250710.1.0 2025-07-17T06:34:00.6797908Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250710.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-17T06:34:00.6800397Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250710.1 2025-07-17T06:34:00.6802067Z ##[endgroup] 2025-07-17T06:34:00.6806433Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:34:00.6809233Z Actions: read 2025-07-17T06:34:00.6810231Z Attestations: read 2025-07-17T06:34:00.6811016Z Checks: read 2025-07-17T06:34:00.6811815Z Contents: read 2025-07-17T06:34:00.6812663Z Deployments: read 2025-07-17T06:34:00.6813394Z Discussions: read 2025-07-17T06:34:00.6814420Z Issues: read 2025-07-17T06:34:00.6815145Z Metadata: read 2025-07-17T06:34:00.6815930Z Models: read 2025-07-17T06:34:00.6816611Z Packages: read 2025-07-17T06:34:00.6817480Z Pages: read 2025-07-17T06:34:00.6818159Z PullRequests: read 2025-07-17T06:34:00.6818921Z RepositoryProjects: read 2025-07-17T06:34:00.6819832Z SecurityEvents: read 2025-07-17T06:34:00.6820713Z Statuses: read 2025-07-17T06:34:00.6821557Z ##[endgroup] 2025-07-17T06:34:00.6824725Z Secret source: Actions 2025-07-17T06:34:00.6826274Z Prepare workflow directory 2025-07-17T06:34:00.7184395Z Prepare all required actions 2025-07-17T06:34:00.7239351Z Getting action download info 2025-07-17T06:34:01.0309671Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:34:05.1498731Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-17T06:34:05.6904570Z Getting action download info 2025-07-17T06:34:05.8051028Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:34:05.9163713Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-07-17T06:34:05.9787876Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:34:05.9788561Z with: 2025-07-17T06:34:05.9788783Z submodules: false 2025-07-17T06:34:05.9789005Z fetch-depth: 1 2025-07-17T06:34:05.9789392Z ##[endgroup] 2025-07-17T06:34:05.9872974Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:05.9873810Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:05.9906151Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:05.9906525Z ##[endgroup] 2025-07-17T06:34:06.0128702Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:34:06.0129107Z # Use all available CPUs for fetching 2025-07-17T06:34:06.0129431Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:34:06.0129769Z git config --global fetch.parallel 0 2025-07-17T06:34:06.0130109Z git config --global submodule.fetchJobs 0 2025-07-17T06:34:06.0130405Z  2025-07-17T06:34:06.0130726Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:34:06.0131127Z # do it here as well just in case 2025-07-17T06:34:06.0131422Z if [[ -d .git ]]; then 2025-07-17T06:34:06.0131682Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:34:06.0131960Z  sudo git clean -ffdx 2025-07-17T06:34:06.0132208Z  else 2025-07-17T06:34:06.0132435Z  git clean -ffdx 2025-07-17T06:34:06.0132864Z  fi 2025-07-17T06:34:06.0133066Z fi 2025-07-17T06:34:06.0158769Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:06.0159131Z env: 2025-07-17T06:34:06.0159350Z NO_SUDO: 2025-07-17T06:34:06.0159549Z ##[endgroup] 2025-07-17T06:34:06.1404548Z ##[group]Run actions/checkout@v4 2025-07-17T06:34:06.1404847Z with: 2025-07-17T06:34:06.1405100Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:06.1405396Z fetch-depth: 1 2025-07-17T06:34:06.1405626Z submodules: false 2025-07-17T06:34:06.1405866Z show-progress: false 2025-07-17T06:34:06.1406107Z repository: pytorch/pytorch 2025-07-17T06:34:06.1406511Z token: *** 2025-07-17T06:34:06.1406723Z ssh-strict: true 2025-07-17T06:34:06.1406939Z ssh-user: git 2025-07-17T06:34:06.1407160Z persist-credentials: true 2025-07-17T06:34:06.1407409Z clean: true 2025-07-17T06:34:06.1407629Z sparse-checkout-cone-mode: true 2025-07-17T06:34:06.1407906Z fetch-tags: false 2025-07-17T06:34:06.1408126Z lfs: false 2025-07-17T06:34:06.1408335Z set-safe-directory: true 2025-07-17T06:34:06.1408575Z ##[endgroup] 2025-07-17T06:34:06.2413400Z Syncing repository: pytorch/pytorch 2025-07-17T06:34:06.2415137Z ##[group]Getting Git version info 2025-07-17T06:34:06.2415592Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-17T06:34:06.2416379Z [command]/usr/bin/git version 2025-07-17T06:34:06.2433643Z git version 2.50.1 2025-07-17T06:34:06.2462570Z ##[endgroup] 2025-07-17T06:34:06.2472007Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/1f4bec7c-10c0-4de9-8b16-3d44d89e0a96/.gitconfig' 2025-07-17T06:34:06.2482853Z Temporarily overriding HOME='/home/runner/work/_temp/1f4bec7c-10c0-4de9-8b16-3d44d89e0a96' before making global git config changes 2025-07-17T06:34:06.2484486Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:34:06.2487810Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:34:06.2519565Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-17T06:34:06.2523318Z ##[group]Initializing the repository 2025-07-17T06:34:06.2527921Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-17T06:34:06.3026115Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-17T06:34:06.3027267Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-17T06:34:06.3027930Z hint: of your new repositories, which will suppress this warning, call: 2025-07-17T06:34:06.3028406Z hint: 2025-07-17T06:34:06.3028744Z hint: git config --global init.defaultBranch 2025-07-17T06:34:06.3029151Z hint: 2025-07-17T06:34:06.3029530Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-17T06:34:06.3030160Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-17T06:34:06.3030639Z hint: 2025-07-17T06:34:06.3030908Z hint: git branch -m 2025-07-17T06:34:06.3031243Z hint: 2025-07-17T06:34:06.3031653Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-17T06:34:06.3069516Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-17T06:34:06.3080462Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:34:06.3162701Z ##[endgroup] 2025-07-17T06:34:06.3163603Z ##[group]Disabling automatic garbage collection 2025-07-17T06:34:06.3168074Z [command]/usr/bin/git config --local gc.auto 0 2025-07-17T06:34:06.3196828Z ##[endgroup] 2025-07-17T06:34:06.3197576Z ##[group]Setting up auth 2025-07-17T06:34:06.3205032Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:34:06.3233438Z [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-07-17T06:34:06.5005233Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:34:06.5037440Z [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-07-17T06:34:06.5278688Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-17T06:34:06.5326581Z ##[endgroup] 2025-07-17T06:34:06.5327368Z ##[group]Fetching the repository 2025-07-17T06:34:06.5335932Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:11.7616705Z From https://github.com/pytorch/pytorch 2025-07-17T06:34:11.7618038Z * branch a38f433be2e94a64b095a44ba39879d02d0c2316 -> FETCH_HEAD 2025-07-17T06:34:11.7685621Z ##[endgroup] 2025-07-17T06:34:11.7686224Z ##[group]Determining the checkout info 2025-07-17T06:34:11.7688588Z ##[endgroup] 2025-07-17T06:34:11.7695865Z [command]/usr/bin/git sparse-checkout disable 2025-07-17T06:34:11.7787561Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-17T06:34:11.7816601Z ##[group]Checking out the ref 2025-07-17T06:34:11.7822019Z [command]/usr/bin/git checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:12.8076537Z Updating files: 91% (17874/19589) 2025-07-17T06:34:12.8202511Z Updating files: 92% (18022/19589) 2025-07-17T06:34:12.8344777Z Updating files: 93% (18218/19589) 2025-07-17T06:34:12.8503558Z Updating files: 94% (18414/19589) 2025-07-17T06:34:12.8678320Z Updating files: 95% (18610/19589) 2025-07-17T06:34:12.8816786Z Updating files: 96% (18806/19589) 2025-07-17T06:34:12.8965468Z Updating files: 97% (19002/19589) 2025-07-17T06:34:12.9198626Z Updating files: 98% (19198/19589) 2025-07-17T06:34:12.9346931Z Updating files: 99% (19394/19589) 2025-07-17T06:34:12.9347747Z Updating files: 100% (19589/19589) 2025-07-17T06:34:12.9349366Z Updating files: 100% (19589/19589), done. 2025-07-17T06:34:12.9530083Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:34:12.9530539Z 2025-07-17T06:34:12.9530877Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:34:12.9532077Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:34:12.9532951Z state without impacting any branches by switching back to a branch. 2025-07-17T06:34:12.9533448Z 2025-07-17T06:34:12.9533789Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:34:12.9534897Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:34:12.9535370Z 2025-07-17T06:34:12.9535639Z git switch -c 2025-07-17T06:34:12.9536003Z 2025-07-17T06:34:12.9536235Z Or undo this operation with: 2025-07-17T06:34:12.9536536Z 2025-07-17T06:34:12.9536678Z git switch - 2025-07-17T06:34:12.9536903Z 2025-07-17T06:34:12.9537285Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:34:12.9537923Z 2025-07-17T06:34:12.9538302Z HEAD is now at a38f433 [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:34:12.9569500Z ##[endgroup] 2025-07-17T06:34:12.9618660Z [command]/usr/bin/git log -1 --format=%H 2025-07-17T06:34:12.9643562Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:12.9861675Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-17T06:34:12.9862063Z with: 2025-07-17T06:34:12.9862232Z architecture: x64 2025-07-17T06:34:12.9862419Z check-latest: false 2025-07-17T06:34:12.9862594Z cache: pip 2025-07-17T06:34:12.9863046Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-17T06:34:12.9863797Z token: *** 2025-07-17T06:34:12.9864243Z update-environment: true 2025-07-17T06:34:12.9864466Z allow-prereleases: false 2025-07-17T06:34:12.9864858Z freethreaded: false 2025-07-17T06:34:12.9865046Z ##[endgroup] 2025-07-17T06:34:13.1499512Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-07-17T06:34:13.1500539Z [warning].python-version doesn't exist. 2025-07-17T06:34:13.1520718Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-07-17T06:34:13.1599838Z ##[group]Run # All we need to see is that it passes 2025-07-17T06:34:13.1600204Z # All we need to see is that it passes 2025-07-17T06:34:13.1600492Z python3 torch/utils/collect_env.py 2025-07-17T06:34:13.1628785Z shell: /usr/bin/bash -e {0} 2025-07-17T06:34:13.1629020Z ##[endgroup] 2025-07-17T06:34:44.8864890Z Collecting environment information... 2025-07-17T06:34:44.8865329Z PyTorch version: N/A 2025-07-17T06:34:44.8865629Z Is debug build: N/A 2025-07-17T06:34:44.8865955Z CUDA used to build PyTorch: N/A 2025-07-17T06:34:44.8866316Z ROCM used to build PyTorch: N/A 2025-07-17T06:34:44.8866599Z 2025-07-17T06:34:44.8866722Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-17T06:34:44.8867117Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-17T06:34:44.8867607Z Clang version: 18.1.3 (1ubuntu1) 2025-07-17T06:34:44.8867981Z CMake version: version 3.31.6 2025-07-17T06:34:44.8868341Z Libc version: glibc-2.39 2025-07-17T06:34:44.8868559Z 2025-07-17T06:34:44.8868935Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-07-17T06:34:44.8869599Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-07-17T06:34:44.8870100Z Is CUDA available: N/A 2025-07-17T06:34:44.8870436Z CUDA runtime version: Could not collect 2025-07-17T06:34:44.8870818Z CUDA_MODULE_LOADING set to: N/A 2025-07-17T06:34:44.8871224Z GPU models and configuration: Could not collect 2025-07-17T06:34:44.8871701Z Nvidia driver version: Could not collect 2025-07-17T06:34:44.8872115Z cuDNN version: Could not collect 2025-07-17T06:34:44.8872497Z Is XPU available: N/A 2025-07-17T06:34:44.8872818Z HIP runtime version: N/A 2025-07-17T06:34:44.8873163Z MIOpen runtime version: N/A 2025-07-17T06:34:44.8873512Z Is XNNPACK available: N/A 2025-07-17T06:34:44.8873749Z 2025-07-17T06:34:44.8873839Z CPU: 2025-07-17T06:34:44.8874475Z Architecture: x86_64 2025-07-17T06:34:44.8874930Z CPU op-mode(s): 32-bit, 64-bit 2025-07-17T06:34:44.8875498Z Address sizes: 48 bits physical, 48 bits virtual 2025-07-17T06:34:44.8876000Z Byte Order: Little Endian 2025-07-17T06:34:44.8876407Z CPU(s): 4 2025-07-17T06:34:44.8876807Z On-line CPU(s) list: 0-3 2025-07-17T06:34:44.8877343Z Vendor ID: AuthenticAMD 2025-07-17T06:34:44.8877877Z Model name: AMD EPYC 7763 64-Core Processor 2025-07-17T06:34:44.8878381Z CPU family: 25 2025-07-17T06:34:44.8878790Z Model: 1 2025-07-17T06:34:44.8879201Z Thread(s) per core: 2 2025-07-17T06:34:44.8879615Z Core(s) per socket: 2 2025-07-17T06:34:44.8880015Z Socket(s): 1 2025-07-17T06:34:44.8880397Z Stepping: 1 2025-07-17T06:34:44.8880819Z BogoMIPS: 4890.85 2025-07-17T06:34:44.8884942Z 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-07-17T06:34:44.8889316Z Virtualization: AMD-V 2025-07-17T06:34:44.8889806Z Hypervisor vendor: Microsoft 2025-07-17T06:34:44.8890270Z Virtualization type: full 2025-07-17T06:34:44.8891028Z L1d cache: 64 KiB (2 instances) 2025-07-17T06:34:44.8891558Z L1i cache: 64 KiB (2 instances) 2025-07-17T06:34:44.8892053Z L2 cache: 1 MiB (2 instances) 2025-07-17T06:34:44.8892533Z L3 cache: 32 MiB (1 instance) 2025-07-17T06:34:44.8892978Z NUMA node(s): 1 2025-07-17T06:34:44.8893390Z NUMA node0 CPU(s): 0-3 2025-07-17T06:34:44.8894080Z Vulnerability Gather data sampling: Not affected 2025-07-17T06:34:44.8894630Z Vulnerability Itlb multihit: Not affected 2025-07-17T06:34:44.8895144Z Vulnerability L1tf: Not affected 2025-07-17T06:34:44.8895628Z Vulnerability Mds: Not affected 2025-07-17T06:34:44.8896123Z Vulnerability Meltdown: Not affected 2025-07-17T06:34:44.8896627Z Vulnerability Mmio stale data: Not affected 2025-07-17T06:34:44.8897143Z Vulnerability Reg file data sampling: Not affected 2025-07-17T06:34:44.8897698Z Vulnerability Retbleed: Not affected 2025-07-17T06:34:44.8898398Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-07-17T06:34:44.8899075Z Vulnerability Spec store bypass: Vulnerable 2025-07-17T06:34:44.8899880Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-17T06:34:44.8901093Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-07-17T06:34:44.8901993Z Vulnerability Srbds: Not affected 2025-07-17T06:34:44.8902522Z Vulnerability Tsx async abort: Not affected 2025-07-17T06:34:44.8902863Z 2025-07-17T06:34:44.8903009Z Versions of relevant libraries: 2025-07-17T06:34:44.8903397Z [pip3] No relevant packages 2025-07-17T06:34:44.8903751Z [conda] No relevant packages 2025-07-17T06:34:44.8975902Z Post job cleanup. 2025-07-17T06:34:45.0443826Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-07-17T06:34:45.0564225Z Post job cleanup. 2025-07-17T06:34:45.0620407Z Post job cleanup. 2025-07-17T06:34:45.1535628Z [command]/usr/bin/git version 2025-07-17T06:34:45.1570671Z git version 2.50.1 2025-07-17T06:34:45.1608512Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/821656e1-8b6e-4c33-ae29-dc1f87532b06/.gitconfig' 2025-07-17T06:34:45.1617775Z Temporarily overriding HOME='/home/runner/work/_temp/821656e1-8b6e-4c33-ae29-dc1f87532b06' before making global git config changes 2025-07-17T06:34:45.1619012Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:34:45.1630397Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-17T06:34:45.1664105Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:34:45.1695843Z [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-07-17T06:34:45.1943790Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:34:45.1965115Z http.https://github.com/.extraheader 2025-07-17T06:34:45.1981780Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-17T06:34:45.2016177Z [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-07-17T06:34:45.2391354Z Cleaning up orphan processes