2025-11-03T15:43:03.6824236Z Current runner version: '2.329.0' 2025-11-03T15:43:03.6833943Z Runner name: 'linux.24_04.4x_e93a6457f67b' 2025-11-03T15:43:03.6835718Z Runner group name: 'default' 2025-11-03T15:43:03.6837084Z Machine name: 'runnervmf2e7y' 2025-11-03T15:43:03.6865064Z ##[group]Operating System 2025-11-03T15:43:03.6866971Z Ubuntu 2025-11-03T15:43:03.6867844Z 24.04.3 2025-11-03T15:43:03.6868561Z LTS 2025-11-03T15:43:03.6869573Z ##[endgroup] 2025-11-03T15:43:03.6870450Z ##[group]Runner Image 2025-11-03T15:43:03.6871455Z Image: ubuntu-24.04 2025-11-03T15:43:03.6872459Z Version: 20251030.96.2 2025-11-03T15:43:03.6874345Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251030.96/images/ubuntu/Ubuntu2404-Readme.md 2025-11-03T15:43:03.6876915Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251030.96 2025-11-03T15:43:03.6878653Z ##[endgroup] 2025-11-03T15:43:03.6882890Z ##[group]GITHUB_TOKEN Permissions 2025-11-03T15:43:03.6886746Z Actions: read 2025-11-03T15:43:03.6887682Z Attestations: read 2025-11-03T15:43:03.6888643Z Checks: read 2025-11-03T15:43:03.6889362Z Contents: read 2025-11-03T15:43:03.6890202Z Deployments: read 2025-11-03T15:43:03.6891117Z Discussions: read 2025-11-03T15:43:03.6891881Z Issues: read 2025-11-03T15:43:03.6892761Z Metadata: read 2025-11-03T15:43:03.6893664Z Models: read 2025-11-03T15:43:03.6894549Z Packages: read 2025-11-03T15:43:03.6895642Z Pages: read 2025-11-03T15:43:03.6896685Z PullRequests: read 2025-11-03T15:43:03.6897530Z RepositoryProjects: read 2025-11-03T15:43:03.6898447Z SecurityEvents: read 2025-11-03T15:43:03.6899319Z Statuses: read 2025-11-03T15:43:03.6900135Z ##[endgroup] 2025-11-03T15:43:03.6903159Z Secret source: Actions 2025-11-03T15:43:03.6904540Z Prepare workflow directory 2025-11-03T15:43:03.7404397Z Prepare all required actions 2025-11-03T15:43:03.7462065Z Getting action download info 2025-11-03T15:43:04.1269485Z Download action repository 'pytorch/pytorch@main' (SHA:3f6538febd727b782e6e13cfd026a309fb14351d) 2025-11-03T15:43:17.9695820Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-11-03T15:43:18.1171037Z Getting action download info 2025-11-03T15:43:18.3280990Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-11-03T15:43:18.4071378Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-11-03T15:43:18.4735871Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-11-03T15:43:18.4736624Z with: 2025-11-03T15:43:18.4736858Z submodules: false 2025-11-03T15:43:18.4737102Z fetch-depth: 1 2025-11-03T15:43:18.4737526Z ##[endgroup] 2025-11-03T15:43:18.4826964Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:18.4827847Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-11-03T15:43:18.4864960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:18.4865589Z ##[endgroup] 2025-11-03T15:43:18.5103623Z ##[group]Run # Use all available CPUs for fetching 2025-11-03T15:43:18.5104074Z # Use all available CPUs for fetching 2025-11-03T15:43:18.5104401Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:18.5104774Z git config --global fetch.parallel 0 2025-11-03T15:43:18.5105130Z git config --global submodule.fetchJobs 0 2025-11-03T15:43:18.5105595Z  2025-11-03T15:43:18.5105928Z # Clean workspace. The default checkout action should also do this, but 2025-11-03T15:43:18.5106347Z # do it here as well just in case 2025-11-03T15:43:18.5106650Z if [[ -d .git ]]; then 2025-11-03T15:43:18.5106916Z  if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:18.5107202Z  sudo git clean -ffdx 2025-11-03T15:43:18.5107455Z  else 2025-11-03T15:43:18.5107951Z  git clean -ffdx 2025-11-03T15:43:18.5108193Z  fi 2025-11-03T15:43:18.5108403Z fi 2025-11-03T15:43:18.5140902Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:18.5141279Z env: 2025-11-03T15:43:18.5141513Z NO_SUDO: 2025-11-03T15:43:18.5141716Z ##[endgroup] 2025-11-03T15:43:18.5400314Z ##[group]Run actions/checkout@v4 2025-11-03T15:43:18.5400653Z with: 2025-11-03T15:43:18.5400914Z ref: 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:18.5401222Z fetch-depth: 1 2025-11-03T15:43:18.5401459Z submodules: false 2025-11-03T15:43:18.5401688Z show-progress: false 2025-11-03T15:43:18.5401945Z repository: pytorch/pytorch 2025-11-03T15:43:18.5402389Z token: *** 2025-11-03T15:43:18.5402612Z ssh-strict: true 2025-11-03T15:43:18.5402828Z ssh-user: git 2025-11-03T15:43:18.5403059Z persist-credentials: true 2025-11-03T15:43:18.5403307Z clean: true 2025-11-03T15:43:18.5403540Z sparse-checkout-cone-mode: true 2025-11-03T15:43:18.5403827Z fetch-tags: false 2025-11-03T15:43:18.5404046Z lfs: false 2025-11-03T15:43:18.5404269Z set-safe-directory: true 2025-11-03T15:43:18.5404512Z ##[endgroup] 2025-11-03T15:43:18.6465937Z Syncing repository: pytorch/pytorch 2025-11-03T15:43:18.6468652Z ##[group]Getting Git version info 2025-11-03T15:43:18.6469616Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:18.6470925Z [command]/usr/bin/git version 2025-11-03T15:43:18.6471584Z git version 2.51.2 2025-11-03T15:43:18.6505950Z ##[endgroup] 2025-11-03T15:43:18.6510877Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/afbd3400-7c65-4a77-8e93-4479f72b94f0/.gitconfig' 2025-11-03T15:43:18.6518489Z Temporarily overriding HOME='/home/runner/work/_temp/afbd3400-7c65-4a77-8e93-4479f72b94f0' before making global git config changes 2025-11-03T15:43:18.6519939Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:18.6530677Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:43:18.6570864Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-11-03T15:43:18.6574549Z ##[group]Initializing the repository 2025-11-03T15:43:18.6580263Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-11-03T15:43:18.6706893Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-11-03T15:43:18.6710488Z hint: is subject to change. To configure the initial branch name to use in all 2025-11-03T15:43:18.6711202Z hint: of your new repositories, which will suppress this warning, call: 2025-11-03T15:43:18.6711638Z hint: 2025-11-03T15:43:18.6711978Z hint: git config --global init.defaultBranch 2025-11-03T15:43:18.6712369Z hint: 2025-11-03T15:43:18.6712747Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-11-03T15:43:18.6713361Z hint: 'development'. The just-created branch can be renamed via this command: 2025-11-03T15:43:18.6713814Z hint: 2025-11-03T15:43:18.6714100Z hint: git branch -m 2025-11-03T15:43:18.6714384Z hint: 2025-11-03T15:43:18.6714804Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-11-03T15:43:18.6716147Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-11-03T15:43:18.6721436Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-11-03T15:43:18.6760446Z ##[endgroup] 2025-11-03T15:43:18.6761191Z ##[group]Disabling automatic garbage collection 2025-11-03T15:43:18.6765878Z [command]/usr/bin/git config --local gc.auto 0 2025-11-03T15:43:18.6796268Z ##[endgroup] 2025-11-03T15:43:18.6797268Z ##[group]Setting up auth 2025-11-03T15:43:18.6804407Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:18.6836130Z [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-11-03T15:43:18.7182861Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:18.7219629Z [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-11-03T15:43:18.7474757Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-11-03T15:43:18.7529548Z ##[endgroup] 2025-11-03T15:43:18.7530618Z ##[group]Fetching the repository 2025-11-03T15:43:18.7539037Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:25.4096997Z From https://github.com/pytorch/pytorch 2025-11-03T15:43:25.4098263Z * branch 3f6538febd727b782e6e13cfd026a309fb14351d -> FETCH_HEAD 2025-11-03T15:43:25.4123913Z ##[endgroup] 2025-11-03T15:43:25.4124561Z ##[group]Determining the checkout info 2025-11-03T15:43:25.4126162Z ##[endgroup] 2025-11-03T15:43:25.4131585Z [command]/usr/bin/git sparse-checkout disable 2025-11-03T15:43:25.4173695Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-11-03T15:43:25.4202258Z ##[group]Checking out the ref 2025-11-03T15:43:25.4206709Z [command]/usr/bin/git checkout --progress --force 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:26.4473700Z Updating files: 87% (17435/20004) 2025-11-03T15:43:26.4585858Z Updating files: 88% (17604/20004) 2025-11-03T15:43:26.4711901Z Updating files: 89% (17804/20004) 2025-11-03T15:43:26.4874940Z Updating files: 90% (18004/20004) 2025-11-03T15:43:26.4988016Z Updating files: 91% (18204/20004) 2025-11-03T15:43:26.5112103Z Updating files: 92% (18404/20004) 2025-11-03T15:43:26.5276299Z Updating files: 93% (18604/20004) 2025-11-03T15:43:26.5443967Z Updating files: 94% (18804/20004) 2025-11-03T15:43:26.5604121Z Updating files: 95% (19004/20004) 2025-11-03T15:43:26.5740195Z Updating files: 96% (19204/20004) 2025-11-03T15:43:26.5885871Z Updating files: 97% (19404/20004) 2025-11-03T15:43:26.6124403Z Updating files: 98% (19604/20004) 2025-11-03T15:43:26.6282055Z Updating files: 99% (19804/20004) 2025-11-03T15:43:26.6283074Z Updating files: 100% (20004/20004) 2025-11-03T15:43:26.6283819Z Updating files: 100% (20004/20004), done. 2025-11-03T15:43:26.6475741Z Note: switching to '3f6538febd727b782e6e13cfd026a309fb14351d'. 2025-11-03T15:43:26.6476349Z 2025-11-03T15:43:26.6476841Z You are in 'detached HEAD' state. You can look around, make experimental 2025-11-03T15:43:26.6477686Z changes and commit them, and you can discard any commits you make in this 2025-11-03T15:43:26.6478579Z state without impacting any branches by switching back to a branch. 2025-11-03T15:43:26.6479104Z 2025-11-03T15:43:26.6479431Z If you want to create a new branch to retain commits you create, you may 2025-11-03T15:43:26.6480281Z do so (now or later) by using -c with the switch command. Example: 2025-11-03T15:43:26.6480762Z 2025-11-03T15:43:26.6482161Z git switch -c 2025-11-03T15:43:26.6482634Z 2025-11-03T15:43:26.6482833Z Or undo this operation with: 2025-11-03T15:43:26.6483161Z 2025-11-03T15:43:26.6483366Z git switch - 2025-11-03T15:43:26.6483582Z 2025-11-03T15:43:26.6483913Z Turn off this advice by setting config variable advice.detachedHead to false 2025-11-03T15:43:26.6484564Z 2025-11-03T15:43:26.6484816Z HEAD is now at 3f6538f Remove tools from BC linter (#166858) 2025-11-03T15:43:26.6519974Z ##[endgroup] 2025-11-03T15:43:26.6570140Z [command]/usr/bin/git log -1 --format=%H 2025-11-03T15:43:26.6596475Z 3f6538febd727b782e6e13cfd026a309fb14351d 2025-11-03T15:43:26.6713381Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:26.6713802Z cd "${GITHUB_WORKSPACE}" 2025-11-03T15:43:26.6714165Z # Clean stale submodule dirs 2025-11-03T15:43:26.6714530Z if [ -z "${NO_SUDO}" ]; then 2025-11-03T15:43:26.6714906Z  sudo git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:26.6715721Z else 2025-11-03T15:43:26.6716129Z  git submodule foreach --recursive git clean -ffdx 2025-11-03T15:43:26.6716468Z fi 2025-11-03T15:43:26.6749200Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-11-03T15:43:26.6749596Z env: 2025-11-03T15:43:26.6749910Z NO_SUDO: 2025-11-03T15:43:26.6750184Z ##[endgroup] 2025-11-03T15:43:26.7209941Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-11-03T15:43:26.7210320Z with: 2025-11-03T15:43:26.7210491Z architecture: x64 2025-11-03T15:43:26.7210678Z check-latest: false 2025-11-03T15:43:26.7210868Z cache: pip 2025-11-03T15:43:26.7211154Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-11-03T15:43:26.7211618Z token: *** 2025-11-03T15:43:26.7211807Z update-environment: true 2025-11-03T15:43:26.7212022Z allow-prereleases: false 2025-11-03T15:43:26.7212231Z freethreaded: false 2025-11-03T15:43:26.7212429Z ##[endgroup] 2025-11-03T15:43:26.8896787Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-11-03T15:43:26.8897831Z [warning].python-version doesn't exist. 2025-11-03T15:43:26.8921600Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-11-03T15:43:26.9013195Z ##[group]Run # All we need to see is that it passes 2025-11-03T15:43:26.9013557Z # All we need to see is that it passes 2025-11-03T15:43:26.9013851Z python3 torch/utils/collect_env.py 2025-11-03T15:43:26.9046998Z shell: /usr/bin/bash -e {0} 2025-11-03T15:43:26.9047231Z ##[endgroup] 2025-11-03T15:43:29.3881745Z Collecting environment information... 2025-11-03T15:43:29.3882255Z PyTorch version: N/A 2025-11-03T15:43:29.3882593Z Is debug build: N/A 2025-11-03T15:43:29.3882932Z CUDA used to build PyTorch: N/A 2025-11-03T15:43:29.3883353Z ROCM used to build PyTorch: N/A 2025-11-03T15:43:29.3883661Z 2025-11-03T15:43:29.3883801Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-11-03T15:43:29.3884238Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-11-03T15:43:29.3884738Z Clang version: 18.1.3 (1ubuntu1) 2025-11-03T15:43:29.3885150Z CMake version: version 3.31.6 2025-11-03T15:43:29.3885769Z Libc version: glibc-2.39 2025-11-03T15:43:29.3886003Z 2025-11-03T15:43:29.3886380Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-11-03T15:43:29.3887140Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-11-03T15:43:29.3887706Z Is CUDA available: N/A 2025-11-03T15:43:29.3888042Z CUDA runtime version: Could not collect 2025-11-03T15:43:29.3888343Z CUDA_MODULE_LOADING set to: N/A 2025-11-03T15:43:29.3888636Z GPU models and configuration: Could not collect 2025-11-03T15:43:29.3888969Z Nvidia driver version: Could not collect 2025-11-03T15:43:29.3889266Z cuDNN version: Could not collect 2025-11-03T15:43:29.3889528Z Is XPU available: N/A 2025-11-03T15:43:29.3889763Z HIP runtime version: N/A 2025-11-03T15:43:29.3890010Z MIOpen runtime version: N/A 2025-11-03T15:43:29.3890289Z Is XNNPACK available: N/A 2025-11-03T15:43:29.3890444Z 2025-11-03T15:43:29.3890543Z CPU: 2025-11-03T15:43:29.3890749Z Architecture: x86_64 2025-11-03T15:43:29.3891114Z CPU op-mode(s): 32-bit, 64-bit 2025-11-03T15:43:29.3891540Z Address sizes: 48 bits physical, 48 bits virtual 2025-11-03T15:43:29.3891936Z Byte Order: Little Endian 2025-11-03T15:43:29.3892245Z CPU(s): 4 2025-11-03T15:43:29.3892537Z On-line CPU(s) list: 0-3 2025-11-03T15:43:29.3892854Z Vendor ID: AuthenticAMD 2025-11-03T15:43:29.3893223Z Model name: AMD EPYC 7763 64-Core Processor 2025-11-03T15:43:29.3893568Z CPU family: 25 2025-11-03T15:43:29.3893852Z Model: 1 2025-11-03T15:43:29.3894374Z Thread(s) per core: 2 2025-11-03T15:43:29.3894612Z Core(s) per socket: 2 2025-11-03T15:43:29.3894851Z Socket(s): 1 2025-11-03T15:43:29.3895070Z Stepping: 1 2025-11-03T15:43:29.3895617Z BogoMIPS: 4890.85 2025-11-03T15:43:29.3898008Z 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-11-03T15:43:29.3900262Z Virtualization: AMD-V 2025-11-03T15:43:29.3900536Z Hypervisor vendor: Microsoft 2025-11-03T15:43:29.3900806Z Virtualization type: full 2025-11-03T15:43:29.3901283Z L1d cache: 64 KiB (2 instances) 2025-11-03T15:43:29.3901595Z L1i cache: 64 KiB (2 instances) 2025-11-03T15:43:29.3901882Z L2 cache: 1 MiB (2 instances) 2025-11-03T15:43:29.3902165Z L3 cache: 32 MiB (1 instance) 2025-11-03T15:43:29.3902425Z NUMA node(s): 1 2025-11-03T15:43:29.3902662Z NUMA node0 CPU(s): 0-3 2025-11-03T15:43:29.3902938Z Vulnerability Gather data sampling: Not affected 2025-11-03T15:43:29.3903237Z Vulnerability Itlb multihit: Not affected 2025-11-03T15:43:29.3903528Z Vulnerability L1tf: Not affected 2025-11-03T15:43:29.3903810Z Vulnerability Mds: Not affected 2025-11-03T15:43:29.3904094Z Vulnerability Meltdown: Not affected 2025-11-03T15:43:29.3904371Z Vulnerability Mmio stale data: Not affected 2025-11-03T15:43:29.3904662Z Vulnerability Reg file data sampling: Not affected 2025-11-03T15:43:29.3904956Z Vulnerability Retbleed: Not affected 2025-11-03T15:43:29.3905528Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-11-03T15:43:29.3905981Z Vulnerability Spec store bypass: Vulnerable 2025-11-03T15:43:29.3906426Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-11-03T15:43:29.3907108Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-11-03T15:43:29.3907629Z Vulnerability Srbds: Not affected 2025-11-03T15:43:29.3907918Z Vulnerability Tsx async abort: Not affected 2025-11-03T15:43:29.3908109Z 2025-11-03T15:43:29.3908203Z Versions of relevant libraries: 2025-11-03T15:43:29.3908430Z [pip3] No relevant packages 2025-11-03T15:43:29.3908650Z [conda] No relevant packages 2025-11-03T15:43:29.4000436Z Post job cleanup. 2025-11-03T15:43:29.5522710Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-11-03T15:43:29.5631017Z Post job cleanup. 2025-11-03T15:43:29.5690068Z Post job cleanup. 2025-11-03T15:43:29.6654344Z [command]/usr/bin/git version 2025-11-03T15:43:29.6690547Z git version 2.51.2 2025-11-03T15:43:29.6727056Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/e3a06b83-5ce1-417a-9eef-2ee0641eb591/.gitconfig' 2025-11-03T15:43:29.6736419Z Temporarily overriding HOME='/home/runner/work/_temp/e3a06b83-5ce1-417a-9eef-2ee0641eb591' before making global git config changes 2025-11-03T15:43:29.6737434Z Adding repository directory to the temporary git global config as a safe directory 2025-11-03T15:43:29.6742299Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-11-03T15:43:29.6778898Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-11-03T15:43:29.6813251Z [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-11-03T15:43:29.7068084Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-11-03T15:43:29.7090615Z http.https://github.com/.extraheader 2025-11-03T15:43:29.7103672Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-11-03T15:43:29.7136885Z [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-11-03T15:43:29.7493289Z Cleaning up orphan processes