2025-08-26T19:31:39.6706635Z Current runner version: '2.328.0' 2025-08-26T19:31:39.6712627Z Runner name: 'linux.24_04.4x_d403bab13e5c' 2025-08-26T19:31:39.6713692Z Runner group name: 'default' 2025-08-26T19:31:39.6714538Z Machine name: 'pkrvmqc4gcfdwos' 2025-08-26T19:31:39.6731500Z ##[group]Operating System 2025-08-26T19:31:39.6732338Z Ubuntu 2025-08-26T19:31:39.6732997Z 24.04.2 2025-08-26T19:31:39.6733462Z LTS 2025-08-26T19:31:39.6734031Z ##[endgroup] 2025-08-26T19:31:39.6734525Z ##[group]Runner Image 2025-08-26T19:31:39.6735144Z Image: ubuntu-24.04 2025-08-26T19:31:39.6735679Z Version: 20250818.1.0 2025-08-26T19:31:39.6736737Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md 2025-08-26T19:31:39.6738140Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1 2025-08-26T19:31:39.6739036Z ##[endgroup] 2025-08-26T19:31:39.6741453Z ##[group]GITHUB_TOKEN Permissions 2025-08-26T19:31:39.6743969Z Actions: read 2025-08-26T19:31:39.6744593Z Attestations: read 2025-08-26T19:31:39.6745165Z Checks: read 2025-08-26T19:31:39.6745644Z Contents: read 2025-08-26T19:31:39.6746189Z Deployments: read 2025-08-26T19:31:39.6746665Z Discussions: read 2025-08-26T19:31:39.6747290Z Issues: read 2025-08-26T19:31:39.6747812Z Metadata: read 2025-08-26T19:31:39.6748338Z Models: read 2025-08-26T19:31:39.6748944Z Packages: read 2025-08-26T19:31:39.6749438Z Pages: read 2025-08-26T19:31:39.6749907Z PullRequests: read 2025-08-26T19:31:39.6750472Z RepositoryProjects: read 2025-08-26T19:31:39.6751058Z SecurityEvents: read 2025-08-26T19:31:39.6751876Z Statuses: read 2025-08-26T19:31:39.6753089Z ##[endgroup] 2025-08-26T19:31:39.6755821Z Secret source: Actions 2025-08-26T19:31:39.6757103Z Prepare workflow directory 2025-08-26T19:31:39.7133359Z Prepare all required actions 2025-08-26T19:31:39.7171100Z Getting action download info 2025-08-26T19:31:40.0984724Z Download action repository 'pytorch/pytorch@main' (SHA:262640fd220236042fbf4443cc163c8838c84c3d) 2025-08-26T19:31:48.6298834Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-08-26T19:31:48.7695008Z Getting action download info 2025-08-26T19:31:48.9671204Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-08-26T19:31:49.0444768Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-08-26T19:31:49.1059668Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-08-26T19:31:49.1060317Z with: 2025-08-26T19:31:49.1060528Z submodules: false 2025-08-26T19:31:49.1060742Z fetch-depth: 1 2025-08-26T19:31:49.1061088Z ##[endgroup] 2025-08-26T19:31:49.1143487Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:49.1144277Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-08-26T19:31:49.1188367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:31:49.1188715Z ##[endgroup] 2025-08-26T19:31:49.1423636Z ##[group]Run # Use all available CPUs for fetching 2025-08-26T19:31:49.1424037Z # Use all available CPUs for fetching 2025-08-26T19:31:49.1424319Z cd "${GITHUB_WORKSPACE}" 2025-08-26T19:31:49.1424635Z git config --global fetch.parallel 0 2025-08-26T19:31:49.1424953Z git config --global submodule.fetchJobs 0 2025-08-26T19:31:49.1425241Z  2025-08-26T19:31:49.1425535Z # Clean workspace. The default checkout action should also do this, but 2025-08-26T19:31:49.1425920Z # do it here as well just in case 2025-08-26T19:31:49.1426183Z if [[ -d .git ]]; then 2025-08-26T19:31:49.1426422Z  if [ -z "${NO_SUDO}" ]; then 2025-08-26T19:31:49.1426679Z  sudo git clean -ffdx 2025-08-26T19:31:49.1426905Z  else 2025-08-26T19:31:49.1427100Z  git clean -ffdx 2025-08-26T19:31:49.1427528Z  fi 2025-08-26T19:31:49.1427704Z fi 2025-08-26T19:31:49.1464670Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-08-26T19:31:49.1465026Z env: 2025-08-26T19:31:49.1465204Z NO_SUDO: 2025-08-26T19:31:49.1465387Z ##[endgroup] 2025-08-26T19:31:49.1666735Z ##[group]Run actions/checkout@v4 2025-08-26T19:31:49.1667174Z with: 2025-08-26T19:31:49.1667408Z ref: 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:49.1667670Z fetch-depth: 1 2025-08-26T19:31:49.1667863Z submodules: false 2025-08-26T19:31:49.1668052Z show-progress: false 2025-08-26T19:31:49.1668273Z repository: pytorch/pytorch 2025-08-26T19:31:49.1668635Z token: *** 2025-08-26T19:31:49.1668809Z ssh-strict: true 2025-08-26T19:31:49.1668987Z ssh-user: git 2025-08-26T19:31:49.1669172Z persist-credentials: true 2025-08-26T19:31:49.1669382Z clean: true 2025-08-26T19:31:49.1669570Z sparse-checkout-cone-mode: true 2025-08-26T19:31:49.1669821Z fetch-tags: false 2025-08-26T19:31:49.1669996Z lfs: false 2025-08-26T19:31:49.1670172Z set-safe-directory: true 2025-08-26T19:31:49.1670377Z ##[endgroup] 2025-08-26T19:31:49.2684607Z Syncing repository: pytorch/pytorch 2025-08-26T19:31:49.2685860Z ##[group]Getting Git version info 2025-08-26T19:31:49.2686243Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-08-26T19:31:49.2686801Z [command]/usr/bin/git version 2025-08-26T19:31:49.2693322Z git version 2.51.0 2025-08-26T19:31:49.2718548Z ##[endgroup] 2025-08-26T19:31:49.2728308Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/29d3d96d-dee6-459c-8ffb-b676463513c5/.gitconfig' 2025-08-26T19:31:49.2745198Z Temporarily overriding HOME='/home/runner/work/_temp/29d3d96d-dee6-459c-8ffb-b676463513c5' before making global git config changes 2025-08-26T19:31:49.2746502Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:31:49.2749485Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-26T19:31:49.2780731Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-08-26T19:31:49.2784662Z ##[group]Initializing the repository 2025-08-26T19:31:49.2789007Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-08-26T19:31:49.2847291Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-08-26T19:31:49.2848479Z hint: is subject to change. To configure the initial branch name to use in all 2025-08-26T19:31:49.2849387Z hint: of your new repositories, which will suppress this warning, call: 2025-08-26T19:31:49.2849981Z hint: 2025-08-26T19:31:49.2850399Z hint: git config --global init.defaultBranch 2025-08-26T19:31:49.2850896Z hint: 2025-08-26T19:31:49.2851392Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-08-26T19:31:49.2852031Z hint: 'development'. The just-created branch can be renamed via this command: 2025-08-26T19:31:49.2852378Z hint: 2025-08-26T19:31:49.2852589Z hint: git branch -m 2025-08-26T19:31:49.2852986Z hint: 2025-08-26T19:31:49.2853321Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-08-26T19:31:49.2853849Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-08-26T19:31:49.2860344Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-08-26T19:31:49.2891305Z ##[endgroup] 2025-08-26T19:31:49.2891924Z ##[group]Disabling automatic garbage collection 2025-08-26T19:31:49.2895691Z [command]/usr/bin/git config --local gc.auto 0 2025-08-26T19:31:49.2922692Z ##[endgroup] 2025-08-26T19:31:49.2923427Z ##[group]Setting up auth 2025-08-26T19:31:49.2929761Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:31:49.2958937Z [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-26T19:31:49.3247999Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:31:49.3277286Z [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-26T19:31:49.3503000Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-08-26T19:31:49.3540745Z ##[endgroup] 2025-08-26T19:31:49.3541471Z ##[group]Fetching the repository 2025-08-26T19:31:49.3550017Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:55.0302308Z From https://github.com/pytorch/pytorch 2025-08-26T19:31:55.0303151Z * branch 262640fd220236042fbf4443cc163c8838c84c3d -> FETCH_HEAD 2025-08-26T19:31:55.0327147Z ##[endgroup] 2025-08-26T19:31:55.0327698Z ##[group]Determining the checkout info 2025-08-26T19:31:55.0329599Z ##[endgroup] 2025-08-26T19:31:55.0334847Z [command]/usr/bin/git sparse-checkout disable 2025-08-26T19:31:55.0373510Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-08-26T19:31:55.0399528Z ##[group]Checking out the ref 2025-08-26T19:31:55.0404807Z [command]/usr/bin/git checkout --progress --force 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:56.0659575Z Updating files: 92% (17880/19395) 2025-08-26T19:31:56.0815778Z Updating files: 93% (18038/19395) 2025-08-26T19:31:56.0972283Z Updating files: 94% (18232/19395) 2025-08-26T19:31:56.1159282Z Updating files: 95% (18426/19395) 2025-08-26T19:31:56.1292596Z Updating files: 96% (18620/19395) 2025-08-26T19:31:56.1456219Z Updating files: 97% (18814/19395) 2025-08-26T19:31:56.1696470Z Updating files: 98% (19008/19395) 2025-08-26T19:31:56.1838145Z Updating files: 99% (19202/19395) 2025-08-26T19:31:56.1838729Z Updating files: 100% (19395/19395) 2025-08-26T19:31:56.1839275Z Updating files: 100% (19395/19395), done. 2025-08-26T19:31:56.2021762Z Note: switching to '262640fd220236042fbf4443cc163c8838c84c3d'. 2025-08-26T19:31:56.2022335Z 2025-08-26T19:31:56.2022714Z You are in 'detached HEAD' state. You can look around, make experimental 2025-08-26T19:31:56.2023781Z changes and commit them, and you can discard any commits you make in this 2025-08-26T19:31:56.2024709Z state without impacting any branches by switching back to a branch. 2025-08-26T19:31:56.2025056Z 2025-08-26T19:31:56.2025279Z If you want to create a new branch to retain commits you create, you may 2025-08-26T19:31:56.2025805Z do so (now or later) by using -c with the switch command. Example: 2025-08-26T19:31:56.2026109Z 2025-08-26T19:31:56.2026230Z git switch -c 2025-08-26T19:31:56.2026471Z 2025-08-26T19:31:56.2026609Z Or undo this operation with: 2025-08-26T19:31:56.2026803Z 2025-08-26T19:31:56.2026913Z git switch - 2025-08-26T19:31:56.2027112Z 2025-08-26T19:31:56.2027364Z Turn off this advice by setting config variable advice.detachedHead to false 2025-08-26T19:31:56.2027756Z 2025-08-26T19:31:56.2027988Z HEAD is now at 262640f [ROCm][CI] restore test_flex_attention tests (#161519) 2025-08-26T19:31:56.2060091Z ##[endgroup] 2025-08-26T19:31:56.2102172Z [command]/usr/bin/git log -1 --format=%H 2025-08-26T19:31:56.2124956Z 262640fd220236042fbf4443cc163c8838c84c3d 2025-08-26T19:31:56.2311878Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-08-26T19:31:56.2312256Z with: 2025-08-26T19:31:56.2312442Z architecture: x64 2025-08-26T19:31:56.2312640Z check-latest: false 2025-08-26T19:31:56.2313071Z cache: pip 2025-08-26T19:31:56.2313485Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-08-26T19:31:56.2313997Z token: *** 2025-08-26T19:31:56.2314205Z update-environment: true 2025-08-26T19:31:56.2314446Z allow-prereleases: false 2025-08-26T19:31:56.2314675Z freethreaded: false 2025-08-26T19:31:56.2314875Z ##[endgroup] 2025-08-26T19:31:56.3958592Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-08-26T19:31:56.3959385Z [warning].python-version doesn't exist. 2025-08-26T19:31:56.3980301Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-08-26T19:31:56.4058104Z ##[group]Run # All we need to see is that it passes 2025-08-26T19:31:56.4058463Z # All we need to see is that it passes 2025-08-26T19:31:56.4058752Z python3 torch/utils/collect_env.py 2025-08-26T19:31:56.4098718Z shell: /usr/bin/bash -e {0} 2025-08-26T19:31:56.4098956Z ##[endgroup] 2025-08-26T19:32:04.0784723Z Collecting environment information... 2025-08-26T19:32:04.0785214Z PyTorch version: N/A 2025-08-26T19:32:04.0785512Z Is debug build: N/A 2025-08-26T19:32:04.0785817Z CUDA used to build PyTorch: N/A 2025-08-26T19:32:04.0786222Z ROCM used to build PyTorch: N/A 2025-08-26T19:32:04.0786505Z 2025-08-26T19:32:04.0786696Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-08-26T19:32:04.0788799Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-08-26T19:32:04.0789239Z Clang version: 18.1.3 (1ubuntu1) 2025-08-26T19:32:04.0789599Z CMake version: version 3.31.6 2025-08-26T19:32:04.0789929Z Libc version: glibc-2.39 2025-08-26T19:32:04.0790133Z 2025-08-26T19:32:04.0790524Z Python version: 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0] (64-bit runtime) 2025-08-26T19:32:04.0791152Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-08-26T19:32:04.0791633Z Is CUDA available: N/A 2025-08-26T19:32:04.0791965Z CUDA runtime version: Could not collect 2025-08-26T19:32:04.0792344Z CUDA_MODULE_LOADING set to: N/A 2025-08-26T19:32:04.0792733Z GPU models and configuration: Could not collect 2025-08-26T19:32:04.0793393Z Nvidia driver version: Could not collect 2025-08-26T19:32:04.0793859Z cuDNN version: Could not collect 2025-08-26T19:32:04.0794253Z Is XPU available: N/A 2025-08-26T19:32:04.0794607Z HIP runtime version: N/A 2025-08-26T19:32:04.0794981Z MIOpen runtime version: N/A 2025-08-26T19:32:04.0795368Z Is XNNPACK available: N/A 2025-08-26T19:32:04.0795606Z 2025-08-26T19:32:04.0795922Z CPU: 2025-08-26T19:32:04.0796267Z Architecture: x86_64 2025-08-26T19:32:04.0796873Z CPU op-mode(s): 32-bit, 64-bit 2025-08-26T19:32:04.0797611Z Address sizes: 48 bits physical, 48 bits virtual 2025-08-26T19:32:04.0798378Z Byte Order: Little Endian 2025-08-26T19:32:04.0798926Z CPU(s): 4 2025-08-26T19:32:04.0799399Z On-line CPU(s) list: 0-3 2025-08-26T19:32:04.0799896Z Vendor ID: AuthenticAMD 2025-08-26T19:32:04.0800490Z Model name: AMD EPYC 7763 64-Core Processor 2025-08-26T19:32:04.0801081Z CPU family: 25 2025-08-26T19:32:04.0801597Z Model: 1 2025-08-26T19:32:04.0802108Z Thread(s) per core: 2 2025-08-26T19:32:04.0802631Z Core(s) per socket: 2 2025-08-26T19:32:04.0803324Z Socket(s): 1 2025-08-26T19:32:04.0803764Z Stepping: 1 2025-08-26T19:32:04.0804202Z BogoMIPS: 4890.85 2025-08-26T19:32:04.0808242Z 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-26T19:32:04.0812547Z Virtualization: AMD-V 2025-08-26T19:32:04.0813202Z Hypervisor vendor: Microsoft 2025-08-26T19:32:04.0813669Z Virtualization type: full 2025-08-26T19:32:04.0814401Z L1d cache: 64 KiB (2 instances) 2025-08-26T19:32:04.0814931Z L1i cache: 64 KiB (2 instances) 2025-08-26T19:32:04.0815427Z L2 cache: 1 MiB (2 instances) 2025-08-26T19:32:04.0815911Z L3 cache: 32 MiB (1 instance) 2025-08-26T19:32:04.0816372Z NUMA node(s): 1 2025-08-26T19:32:04.0816780Z NUMA node0 CPU(s): 0-3 2025-08-26T19:32:04.0817275Z Vulnerability Gather data sampling: Not affected 2025-08-26T19:32:04.0817807Z Vulnerability Itlb multihit: Not affected 2025-08-26T19:32:04.0818334Z Vulnerability L1tf: Not affected 2025-08-26T19:32:04.0818850Z Vulnerability Mds: Not affected 2025-08-26T19:32:04.0819332Z Vulnerability Meltdown: Not affected 2025-08-26T19:32:04.0819816Z Vulnerability Mmio stale data: Not affected 2025-08-26T19:32:04.0820349Z Vulnerability Reg file data sampling: Not affected 2025-08-26T19:32:04.0820872Z Vulnerability Retbleed: Not affected 2025-08-26T19:32:04.0821525Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-08-26T19:32:04.0822238Z Vulnerability Spec store bypass: Vulnerable 2025-08-26T19:32:04.0823233Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-08-26T19:32:04.0824502Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-08-26T19:32:04.0825411Z Vulnerability Srbds: Not affected 2025-08-26T19:32:04.0825933Z Vulnerability Tsx async abort: Not affected 2025-08-26T19:32:04.0826284Z 2025-08-26T19:32:04.0826425Z Versions of relevant libraries: 2025-08-26T19:32:04.0826839Z [pip3] No relevant packages 2025-08-26T19:32:04.0827228Z [conda] No relevant packages 2025-08-26T19:32:04.0892149Z Post job cleanup. 2025-08-26T19:32:04.2385950Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-08-26T19:32:04.2487338Z Post job cleanup. 2025-08-26T19:32:04.2527018Z Post job cleanup. 2025-08-26T19:32:04.3466078Z [command]/usr/bin/git version 2025-08-26T19:32:04.3504612Z git version 2.51.0 2025-08-26T19:32:04.3547313Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/77f98d6d-b5c8-481e-8a99-5601ee533cff/.gitconfig' 2025-08-26T19:32:04.3557204Z Temporarily overriding HOME='/home/runner/work/_temp/77f98d6d-b5c8-481e-8a99-5601ee533cff' before making global git config changes 2025-08-26T19:32:04.3558723Z Adding repository directory to the temporary git global config as a safe directory 2025-08-26T19:32:04.3570702Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-08-26T19:32:04.3605949Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-08-26T19:32:04.3639591Z [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-26T19:32:04.3892718Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-08-26T19:32:04.3916712Z http.https://github.com/.extraheader 2025-08-26T19:32:04.3933938Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-08-26T19:32:04.3969909Z [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-26T19:32:04.4356338Z Cleaning up orphan processes