2025-07-24T03:40:45.1484715Z Current runner version: '2.326.0' 2025-07-24T03:40:45.1490967Z Runner name: 'linux.24_04.4x_3f23f5d9100f' 2025-07-24T03:40:45.1491787Z Runner group name: 'default' 2025-07-24T03:40:45.1492637Z Machine name: 'pkrvmfedk2kywl5' 2025-07-24T03:40:45.1509878Z ##[group]Operating System 2025-07-24T03:40:45.1510784Z Ubuntu 2025-07-24T03:40:45.1511229Z 24.04.2 2025-07-24T03:40:45.1511704Z LTS 2025-07-24T03:40:45.1512190Z ##[endgroup] 2025-07-24T03:40:45.1512728Z ##[group]Runner Image 2025-07-24T03:40:45.1513331Z Image: ubuntu-24.04 2025-07-24T03:40:45.1513843Z Version: 20250713.1.0 2025-07-24T03:40:45.1514843Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250713.1/images/ubuntu/Ubuntu2404-Readme.md 2025-07-24T03:40:45.1516133Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250713.1 2025-07-24T03:40:45.1517041Z ##[endgroup] 2025-07-24T03:40:45.1519711Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T03:40:45.1521881Z Actions: read 2025-07-24T03:40:45.1522545Z Attestations: read 2025-07-24T03:40:45.1523087Z Checks: read 2025-07-24T03:40:45.1523545Z Contents: read 2025-07-24T03:40:45.1524069Z Deployments: read 2025-07-24T03:40:45.1524535Z Discussions: read 2025-07-24T03:40:45.1525096Z Issues: read 2025-07-24T03:40:45.1525531Z Metadata: read 2025-07-24T03:40:45.1525987Z Models: read 2025-07-24T03:40:45.1526497Z Packages: read 2025-07-24T03:40:45.1527016Z Pages: read 2025-07-24T03:40:45.1527451Z PullRequests: read 2025-07-24T03:40:45.1528012Z RepositoryProjects: read 2025-07-24T03:40:45.1528546Z SecurityEvents: read 2025-07-24T03:40:45.1529016Z Statuses: read 2025-07-24T03:40:45.1529715Z ##[endgroup] 2025-07-24T03:40:45.1531800Z Secret source: Actions 2025-07-24T03:40:45.1532808Z Prepare workflow directory 2025-07-24T03:40:45.1865473Z Prepare all required actions 2025-07-24T03:40:45.1904516Z Getting action download info 2025-07-24T03:40:45.5989963Z Download action repository 'pytorch/pytorch@main' (SHA:07df6ba7f5597488a93b3855d52d2ead55675125) 2025-07-24T03:40:50.7228942Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-07-24T03:40:51.6491453Z Getting action download info 2025-07-24T03:40:51.8028518Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T03:40:51.9124334Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-07-24T03:40:51.9754666Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T03:40:51.9755463Z with: 2025-07-24T03:40:51.9755686Z submodules: false 2025-07-24T03:40:51.9755924Z fetch-depth: 1 2025-07-24T03:40:51.9756305Z ##[endgroup] 2025-07-24T03:40:51.9846990Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:51.9847826Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T03:40:51.9880341Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:51.9880713Z ##[endgroup] 2025-07-24T03:40:52.0107428Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T03:40:52.0107841Z # Use all available CPUs for fetching 2025-07-24T03:40:52.0108165Z cd "${GITHUB_WORKSPACE}" 2025-07-24T03:40:52.0108510Z git config --global fetch.parallel 0 2025-07-24T03:40:52.0108849Z git config --global submodule.fetchJobs 0 2025-07-24T03:40:52.0109156Z  2025-07-24T03:40:52.0109773Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T03:40:52.0110187Z # do it here as well just in case 2025-07-24T03:40:52.0110491Z if [[ -d .git ]]; then 2025-07-24T03:40:52.0110759Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T03:40:52.0111050Z  sudo git clean -ffdx 2025-07-24T03:40:52.0111300Z  else 2025-07-24T03:40:52.0111522Z  git clean -ffdx 2025-07-24T03:40:52.0112009Z  fi 2025-07-24T03:40:52.0112217Z fi 2025-07-24T03:40:52.0137910Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-24T03:40:52.0138273Z env: 2025-07-24T03:40:52.0138493Z NO_SUDO: 2025-07-24T03:40:52.0138694Z ##[endgroup] 2025-07-24T03:40:52.1213971Z ##[group]Run actions/checkout@v4 2025-07-24T03:40:52.1214274Z with: 2025-07-24T03:40:52.1214534Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:52.1214840Z fetch-depth: 1 2025-07-24T03:40:52.1215071Z submodules: false 2025-07-24T03:40:52.1215313Z show-progress: false 2025-07-24T03:40:52.1215572Z repository: pytorch/pytorch 2025-07-24T03:40:52.1215991Z token: *** 2025-07-24T03:40:52.1216215Z ssh-strict: true 2025-07-24T03:40:52.1216434Z ssh-user: git 2025-07-24T03:40:52.1216678Z persist-credentials: true 2025-07-24T03:40:52.1216923Z clean: true 2025-07-24T03:40:52.1217159Z sparse-checkout-cone-mode: true 2025-07-24T03:40:52.1217437Z fetch-tags: false 2025-07-24T03:40:52.1217657Z lfs: false 2025-07-24T03:40:52.1217873Z set-safe-directory: true 2025-07-24T03:40:52.1218113Z ##[endgroup] 2025-07-24T03:40:52.2371877Z Syncing repository: pytorch/pytorch 2025-07-24T03:40:52.2373241Z ##[group]Getting Git version info 2025-07-24T03:40:52.2373699Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:52.2374281Z [command]/usr/bin/git version 2025-07-24T03:40:52.2403483Z git version 2.50.1 2025-07-24T03:40:52.2443883Z ##[endgroup] 2025-07-24T03:40:52.2456477Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/738dece6-b03a-4f09-8c74-c3101a12e4e5/.gitconfig' 2025-07-24T03:40:52.2469900Z Temporarily overriding HOME='/home/runner/work/_temp/738dece6-b03a-4f09-8c74-c3101a12e4e5' before making global git config changes 2025-07-24T03:40:52.2471200Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:40:52.2476932Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:40:52.2515805Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-07-24T03:40:52.2520443Z ##[group]Initializing the repository 2025-07-24T03:40:52.2526998Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-07-24T03:40:52.3632734Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-24T03:40:52.3634173Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-24T03:40:52.3634899Z hint: of your new repositories, which will suppress this warning, call: 2025-07-24T03:40:52.3635340Z hint: 2025-07-24T03:40:52.3635688Z hint: git config --global init.defaultBranch 2025-07-24T03:40:52.3636061Z hint: 2025-07-24T03:40:52.3636416Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-24T03:40:52.3636991Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-24T03:40:52.3637443Z hint: 2025-07-24T03:40:52.3637699Z hint: git branch -m 2025-07-24T03:40:52.3637995Z hint: 2025-07-24T03:40:52.3638373Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-07-24T03:40:52.3670357Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-07-24T03:40:52.3683336Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-07-24T03:40:52.3757083Z ##[endgroup] 2025-07-24T03:40:52.3757566Z ##[group]Disabling automatic garbage collection 2025-07-24T03:40:52.3761843Z [command]/usr/bin/git config --local gc.auto 0 2025-07-24T03:40:52.3790511Z ##[endgroup] 2025-07-24T03:40:52.3791118Z ##[group]Setting up auth 2025-07-24T03:40:52.3798592Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:40:52.3829499Z [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-24T03:40:52.5474685Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:40:52.5504649Z [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-24T03:40:52.5740576Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-24T03:40:52.5777758Z ##[endgroup] 2025-07-24T03:40:52.5778546Z ##[group]Fetching the repository 2025-07-24T03:40:52.5786789Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:58.1042826Z From https://github.com/pytorch/pytorch 2025-07-24T03:40:58.1114454Z * branch 27c8ef1839e0747b36769efb192befc9308ff93c -> FETCH_HEAD 2025-07-24T03:40:58.1116280Z ##[endgroup] 2025-07-24T03:40:58.1116638Z ##[group]Determining the checkout info 2025-07-24T03:40:58.1117537Z ##[endgroup] 2025-07-24T03:40:58.1123319Z [command]/usr/bin/git sparse-checkout disable 2025-07-24T03:40:58.1199230Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-24T03:40:58.1226309Z ##[group]Checking out the ref 2025-07-24T03:40:58.1231872Z [command]/usr/bin/git checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:59.1499135Z Updating files: 91% (17798/19541) 2025-07-24T03:40:59.1613917Z Updating files: 92% (17978/19541) 2025-07-24T03:40:59.1754034Z Updating files: 93% (18174/19541) 2025-07-24T03:40:59.1915150Z Updating files: 94% (18369/19541) 2025-07-24T03:40:59.2097007Z Updating files: 95% (18564/19541) 2025-07-24T03:40:59.2239191Z Updating files: 96% (18760/19541) 2025-07-24T03:40:59.2392358Z Updating files: 97% (18955/19541) 2025-07-24T03:40:59.2625540Z Updating files: 98% (19151/19541) 2025-07-24T03:40:59.2773028Z Updating files: 99% (19346/19541) 2025-07-24T03:40:59.2773506Z Updating files: 100% (19541/19541) 2025-07-24T03:40:59.2773949Z Updating files: 100% (19541/19541), done. 2025-07-24T03:40:59.2958287Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T03:40:59.2961318Z 2025-07-24T03:40:59.2961967Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T03:40:59.2963166Z changes and commit them, and you can discard any commits you make in this 2025-07-24T03:40:59.2964020Z state without impacting any branches by switching back to a branch. 2025-07-24T03:40:59.2964544Z 2025-07-24T03:40:59.2965049Z If you want to create a new branch to retain commits you create, you may 2025-07-24T03:40:59.2965853Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T03:40:59.2966262Z 2025-07-24T03:40:59.2966455Z git switch -c 2025-07-24T03:40:59.2966737Z 2025-07-24T03:40:59.2966884Z Or undo this operation with: 2025-07-24T03:40:59.2967133Z 2025-07-24T03:40:59.2967309Z git switch - 2025-07-24T03:40:59.2967503Z 2025-07-24T03:40:59.2967822Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T03:40:59.2968317Z 2025-07-24T03:40:59.2968454Z HEAD is now at 27c8ef1 Update 2025-07-24T03:40:59.3043956Z ##[endgroup] 2025-07-24T03:40:59.3048990Z [command]/usr/bin/git log -1 --format=%H 2025-07-24T03:40:59.3075031Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T03:40:59.3282220Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-24T03:40:59.3282617Z with: 2025-07-24T03:40:59.3282791Z architecture: x64 2025-07-24T03:40:59.3282988Z check-latest: false 2025-07-24T03:40:59.3283171Z cache: pip 2025-07-24T03:40:59.3283462Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-07-24T03:40:59.3283911Z token: *** 2025-07-24T03:40:59.3284089Z update-environment: true 2025-07-24T03:40:59.3284305Z allow-prereleases: false 2025-07-24T03:40:59.3284499Z freethreaded: false 2025-07-24T03:40:59.3284872Z ##[endgroup] 2025-07-24T03:40:59.4934460Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-07-24T03:40:59.4935655Z [warning].python-version doesn't exist. 2025-07-24T03:40:59.4956648Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-07-24T03:40:59.5045439Z ##[group]Run # All we need to see is that it passes 2025-07-24T03:40:59.5045797Z # All we need to see is that it passes 2025-07-24T03:40:59.5046084Z python3 torch/utils/collect_env.py 2025-07-24T03:40:59.5074283Z shell: /usr/bin/bash -e {0} 2025-07-24T03:40:59.5074507Z ##[endgroup] 2025-07-24T03:41:16.6370087Z Collecting environment information... 2025-07-24T03:41:16.6370654Z PyTorch version: N/A 2025-07-24T03:41:16.6371016Z Is debug build: N/A 2025-07-24T03:41:16.6371376Z CUDA used to build PyTorch: N/A 2025-07-24T03:41:16.6371822Z ROCM used to build PyTorch: N/A 2025-07-24T03:41:16.6372145Z 2025-07-24T03:41:16.6372309Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-07-24T03:41:16.6372810Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-07-24T03:41:16.6373405Z Clang version: 18.1.3 (1ubuntu1) 2025-07-24T03:41:16.6373830Z CMake version: version 3.31.6 2025-07-24T03:41:16.6374240Z Libc version: glibc-2.39 2025-07-24T03:41:16.6374489Z 2025-07-24T03:41:16.6374894Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-07-24T03:41:16.6375604Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-07-24T03:41:16.6376200Z Is CUDA available: N/A 2025-07-24T03:41:16.6376552Z CUDA runtime version: Could not collect 2025-07-24T03:41:16.6376971Z CUDA_MODULE_LOADING set to: N/A 2025-07-24T03:41:16.6377408Z GPU models and configuration: Could not collect 2025-07-24T03:41:16.6377914Z Nvidia driver version: Could not collect 2025-07-24T03:41:16.6378409Z cuDNN version: Could not collect 2025-07-24T03:41:16.6378796Z Is XPU available: N/A 2025-07-24T03:41:16.6379179Z HIP runtime version: N/A 2025-07-24T03:41:16.6379789Z MIOpen runtime version: N/A 2025-07-24T03:41:16.6380171Z Is XNNPACK available: N/A 2025-07-24T03:41:16.6380373Z 2025-07-24T03:41:16.6380480Z CPU: 2025-07-24T03:41:16.6380775Z Architecture: x86_64 2025-07-24T03:41:16.6381320Z CPU op-mode(s): 32-bit, 64-bit 2025-07-24T03:41:16.6381986Z Address sizes: 48 bits physical, 48 bits virtual 2025-07-24T03:41:16.6382671Z Byte Order: Little Endian 2025-07-24T03:41:16.6383173Z CPU(s): 4 2025-07-24T03:41:16.6383642Z On-line CPU(s) list: 0-3 2025-07-24T03:41:16.6384137Z Vendor ID: AuthenticAMD 2025-07-24T03:41:16.6384658Z Model name: AMD EPYC 7763 64-Core Processor 2025-07-24T03:41:16.6385189Z CPU family: 25 2025-07-24T03:41:16.6385612Z Model: 1 2025-07-24T03:41:16.6386036Z Thread(s) per core: 2 2025-07-24T03:41:16.6386461Z Core(s) per socket: 2 2025-07-24T03:41:16.6386892Z Socket(s): 1 2025-07-24T03:41:16.6387298Z Stepping: 1 2025-07-24T03:41:16.6387723Z BogoMIPS: 4890.87 2025-07-24T03:41:16.6391931Z 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-24T03:41:16.6396339Z Virtualization: AMD-V 2025-07-24T03:41:16.6396809Z Hypervisor vendor: Microsoft 2025-07-24T03:41:16.6397280Z Virtualization type: full 2025-07-24T03:41:16.6398096Z L1d cache: 64 KiB (2 instances) 2025-07-24T03:41:16.6398614Z L1i cache: 64 KiB (2 instances) 2025-07-24T03:41:16.6399113Z L2 cache: 1 MiB (2 instances) 2025-07-24T03:41:16.6399830Z L3 cache: 32 MiB (1 instance) 2025-07-24T03:41:16.6400290Z NUMA node(s): 1 2025-07-24T03:41:16.6400724Z NUMA node0 CPU(s): 0-3 2025-07-24T03:41:16.6401222Z Vulnerability Gather data sampling: Not affected 2025-07-24T03:41:16.6401767Z Vulnerability Itlb multihit: Not affected 2025-07-24T03:41:16.6402284Z Vulnerability L1tf: Not affected 2025-07-24T03:41:16.6402811Z Vulnerability Mds: Not affected 2025-07-24T03:41:16.6403341Z Vulnerability Meltdown: Not affected 2025-07-24T03:41:16.6403889Z Vulnerability Mmio stale data: Not affected 2025-07-24T03:41:16.6404450Z Vulnerability Reg file data sampling: Not affected 2025-07-24T03:41:16.6405014Z Vulnerability Retbleed: Not affected 2025-07-24T03:41:16.6405686Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-07-24T03:41:16.6406387Z Vulnerability Spec store bypass: Vulnerable 2025-07-24T03:41:16.6407220Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-07-24T03:41:16.6408423Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-07-24T03:41:16.6409544Z Vulnerability Srbds: Not affected 2025-07-24T03:41:16.6410067Z Vulnerability Tsx async abort: Not affected 2025-07-24T03:41:16.6410421Z 2025-07-24T03:41:16.6410573Z Versions of relevant libraries: 2025-07-24T03:41:16.6410973Z [pip3] No relevant packages 2025-07-24T03:41:16.6411364Z [conda] No relevant packages 2025-07-24T03:41:16.6468815Z Post job cleanup. 2025-07-24T03:41:16.7948206Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-07-24T03:41:16.8055407Z Post job cleanup. 2025-07-24T03:41:16.8097445Z Post job cleanup. 2025-07-24T03:41:16.9022518Z [command]/usr/bin/git version 2025-07-24T03:41:16.9058848Z git version 2.50.1 2025-07-24T03:41:16.9102089Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/67da4eb8-29bc-47f2-830f-017e4821291e/.gitconfig' 2025-07-24T03:41:16.9111223Z Temporarily overriding HOME='/home/runner/work/_temp/67da4eb8-29bc-47f2-830f-017e4821291e' before making global git config changes 2025-07-24T03:41:16.9112222Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T03:41:16.9116702Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-07-24T03:41:16.9150971Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-24T03:41:16.9183007Z [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-24T03:41:16.9433980Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T03:41:16.9456653Z http.https://github.com/.extraheader 2025-07-24T03:41:16.9471576Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-24T03:41:16.9506168Z [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-24T03:41:16.9907187Z Cleaning up orphan processes