2025-03-04T19:47:09.0335317Z Current runner version: '2.322.0' 2025-03-04T19:47:09.0342003Z Runner name: 'linux.20_04.4x_e66f40e881dc' 2025-03-04T19:47:09.0342818Z Runner group name: 'Default' 2025-03-04T19:47:09.0343774Z Machine name: 'runner' 2025-03-04T19:47:09.0361411Z ##[group]Operating System 2025-03-04T19:47:09.0362188Z Ubuntu 2025-03-04T19:47:09.0362688Z 20.04.6 2025-03-04T19:47:09.0363159Z LTS 2025-03-04T19:47:09.0363651Z ##[endgroup] 2025-03-04T19:47:09.0364131Z ##[group]Runner Image 2025-03-04T19:47:09.0364712Z Image: ubuntu-20.04 2025-03-04T19:47:09.0365259Z Version: 20250223.1.0 2025-03-04T19:47:09.0366263Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250223.1/images/ubuntu/Ubuntu2004-Readme.md 2025-03-04T19:47:09.0367848Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250223.1 2025-03-04T19:47:09.0368785Z ##[endgroup] 2025-03-04T19:47:09.0370877Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:09.0372880Z Actions: read 2025-03-04T19:47:09.0373657Z Attestations: read 2025-03-04T19:47:09.0374314Z Checks: read 2025-03-04T19:47:09.0374821Z Contents: read 2025-03-04T19:47:09.0375333Z Deployments: read 2025-03-04T19:47:09.0375872Z Discussions: read 2025-03-04T19:47:09.0376336Z Issues: read 2025-03-04T19:47:09.0376826Z Metadata: read 2025-03-04T19:47:09.0377349Z Packages: read 2025-03-04T19:47:09.0377832Z Pages: read 2025-03-04T19:47:09.0378339Z PullRequests: read 2025-03-04T19:47:09.0378847Z RepositoryProjects: read 2025-03-04T19:47:09.0379395Z SecurityEvents: read 2025-03-04T19:47:09.0379946Z Statuses: read 2025-03-04T19:47:09.0380430Z ##[endgroup] 2025-03-04T19:47:09.0383449Z Secret source: Actions 2025-03-04T19:47:09.0384295Z Prepare workflow directory 2025-03-04T19:47:09.0787135Z Prepare all required actions 2025-03-04T19:47:09.0823599Z Getting action download info 2025-03-04T19:47:09.2424080Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:12.5618192Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-04T19:47:12.6861264Z Getting action download info 2025-03-04T19:47:12.8627080Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:12.9313463Z Complete job name: Test collect_env (without_torch) 2025-03-04T19:47:13.0093230Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:13.0094284Z with: 2025-03-04T19:47:13.0094528Z submodules: false 2025-03-04T19:47:13.0094776Z fetch-depth: 1 2025-03-04T19:47:13.0095193Z ##[endgroup] 2025-03-04T19:47:13.0219717Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:13.0221280Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:13.0304643Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.0305390Z ##[endgroup] 2025-03-04T19:47:13.0621783Z ##[group]Run retry () { 2025-03-04T19:47:13.0622322Z retry () { 2025-03-04T19:47:13.0622670Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:13.0623031Z } 2025-03-04T19:47:13.0623332Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.0623665Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:13.0623990Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.0624306Z else 2025-03-04T19:47:13.0624555Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.0624847Z fi 2025-03-04T19:47:13.0625079Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.0625345Z  2025-03-04T19:47:13.0625573Z # Use all available CPUs for fetching 2025-03-04T19:47:13.0625881Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:13.0626183Z git config --global fetch.parallel 0 2025-03-04T19:47:13.0626834Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:13.0677143Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:13.0677529Z env: 2025-03-04T19:47:13.0677737Z NO_SUDO: 2025-03-04T19:47:13.0677948Z ##[endgroup] 2025-03-04T19:47:13.0768280Z /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.0999759Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:13.1000080Z with: 2025-03-04T19:47:13.1000330Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:13.1000646Z fetch-depth: 1 2025-03-04T19:47:13.1000883Z submodules: false 2025-03-04T19:47:13.1001117Z show-progress: false 2025-03-04T19:47:13.1001377Z repository: pytorch/pytorch 2025-03-04T19:47:13.1001801Z token: *** 2025-03-04T19:47:13.1002033Z ssh-strict: true 2025-03-04T19:47:13.1002263Z ssh-user: git 2025-03-04T19:47:13.1002664Z persist-credentials: true 2025-03-04T19:47:13.1002931Z clean: true 2025-03-04T19:47:13.1003172Z sparse-checkout-cone-mode: true 2025-03-04T19:47:13.1003477Z fetch-tags: false 2025-03-04T19:47:13.1003702Z lfs: false 2025-03-04T19:47:13.1003919Z set-safe-directory: true 2025-03-04T19:47:13.1004170Z ##[endgroup] 2025-03-04T19:47:13.2101220Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:13.2102614Z ##[group]Getting Git version info 2025-03-04T19:47:13.2103075Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.2103661Z [command]/usr/bin/git version 2025-03-04T19:47:13.2119347Z git version 2.48.1 2025-03-04T19:47:13.2144702Z ##[endgroup] 2025-03-04T19:47:13.2154358Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/774e2e53-2ff7-4542-bf30-44139fc307dd/.gitconfig' 2025-03-04T19:47:13.2164759Z Temporarily overriding HOME='/home/runner/work/_temp/774e2e53-2ff7-4542-bf30-44139fc307dd' before making global git config changes 2025-03-04T19:47:13.2165874Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:13.2169867Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.2200173Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-04T19:47:13.2203558Z ##[group]Initializing the repository 2025-03-04T19:47:13.2207943Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-04T19:47:13.2275482Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-04T19:47:13.2276551Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-04T19:47:13.2277548Z hint: of your new repositories, which will suppress this warning, call: 2025-03-04T19:47:13.2278281Z hint: 2025-03-04T19:47:13.2278860Z hint: git config --global init.defaultBranch 2025-03-04T19:47:13.2279496Z hint: 2025-03-04T19:47:13.2280161Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-04T19:47:13.2281138Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-04T19:47:13.2281921Z hint: 2025-03-04T19:47:13.2282401Z hint: git branch -m 2025-03-04T19:47:13.2283166Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-04T19:47:13.2289331Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:13.2322770Z ##[endgroup] 2025-03-04T19:47:13.2323259Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:13.2326127Z [command]/usr/bin/git config --local gc.auto 0 2025-03-04T19:47:13.2354165Z ##[endgroup] 2025-03-04T19:47:13.2354612Z ##[group]Setting up auth 2025-03-04T19:47:13.2361997Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:13.2392320Z [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-03-04T19:47:13.2661897Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:13.2691100Z [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-03-04T19:47:13.2912888Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-04T19:47:13.2948671Z ##[endgroup] 2025-03-04T19:47:13.2949503Z ##[group]Fetching the repository 2025-03-04T19:47:13.2957375Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:16.1393881Z From https://github.com/pytorch/pytorch 2025-03-04T19:47:16.1394506Z * branch 1b7498080987913ecb3aff6253c5e88f3540d911 -> FETCH_HEAD 2025-03-04T19:47:16.1416569Z ##[endgroup] 2025-03-04T19:47:16.1417224Z ##[group]Determining the checkout info 2025-03-04T19:47:16.1419214Z ##[endgroup] 2025-03-04T19:47:16.1424221Z [command]/usr/bin/git sparse-checkout disable 2025-03-04T19:47:16.1460416Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-04T19:47:16.1486504Z ##[group]Checking out the ref 2025-03-04T19:47:16.1490610Z [command]/usr/bin/git checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:17.1731809Z Updating files: 96% (15890/16541) 2025-03-04T19:47:17.1973484Z Updating files: 97% (16045/16541) 2025-03-04T19:47:17.2099331Z Updating files: 98% (16211/16541) 2025-03-04T19:47:17.2225817Z Updating files: 99% (16376/16541) 2025-03-04T19:47:17.2226359Z Updating files: 100% (16541/16541) 2025-03-04T19:47:17.2226869Z Updating files: 100% (16541/16541), done. 2025-03-04T19:47:17.2396829Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:47:17.2397432Z 2025-03-04T19:47:17.2397839Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:47:17.2398811Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:47:17.2399799Z state without impacting any branches by switching back to a branch. 2025-03-04T19:47:17.2400367Z 2025-03-04T19:47:17.2400732Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:47:17.2401906Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:47:17.2402354Z 2025-03-04T19:47:17.2402485Z git switch -c 2025-03-04T19:47:17.2402698Z 2025-03-04T19:47:17.2402807Z Or undo this operation with: 2025-03-04T19:47:17.2403009Z 2025-03-04T19:47:17.2403099Z git switch - 2025-03-04T19:47:17.2403308Z 2025-03-04T19:47:17.2403539Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:47:17.2403856Z 2025-03-04T19:47:17.2404143Z HEAD is now at 1b74980 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:47:17.2449122Z ##[endgroup] 2025-03-04T19:47:17.2489743Z [command]/usr/bin/git log -1 --format=%H 2025-03-04T19:47:17.2512004Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:17.2702460Z ##[group]Run actions/setup-python@v4 2025-03-04T19:47:17.2702760Z with: 2025-03-04T19:47:17.2702947Z python-version: 3.9 2025-03-04T19:47:17.2703153Z architecture: x64 2025-03-04T19:47:17.2703348Z check-latest: false 2025-03-04T19:47:17.2703543Z cache: pip 2025-03-04T19:47:17.2703770Z cache-dependency-path: **/requirements.txt 2025-03-04T19:47:17.2704176Z token: *** 2025-03-04T19:47:17.2704378Z update-environment: true 2025-03-04T19:47:17.2704614Z allow-prereleases: false 2025-03-04T19:47:17.2704838Z ##[endgroup] 2025-03-04T19:47:17.3947115Z ##[group]Installed versions 2025-03-04T19:47:17.4052129Z Successfully set up CPython (3.9.21) 2025-03-04T19:47:17.4053325Z ##[endgroup] 2025-03-04T19:47:18.5131101Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-03-04T19:47:18.7581587Z /home/runner/.cache/pip 2025-03-04T19:47:20.0682655Z Received 233545718 of 233545718 (100.0%), 196.6 MBs/sec 2025-03-04T19:47:20.0683644Z Cache Size: ~223 MB (233545718 B) 2025-03-04T19:47:20.0714655Z [command]/usr/bin/tar -xf /home/runner/work/_temp/90c87de4-2e75-44c8-ad6f-60929d8cc194/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-03-04T19:47:20.5498090Z Cache restored successfully 2025-03-04T19:47:20.6012357Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-03-04T19:47:20.6223104Z ##[group]Run # All we need to see is that it passes 2025-03-04T19:47:20.6223498Z # All we need to see is that it passes 2025-03-04T19:47:20.6223811Z python3 torch/utils/collect_env.py 2025-03-04T19:47:20.6278489Z shell: /usr/bin/bash -e {0} 2025-03-04T19:47:20.6278738Z env: 2025-03-04T19:47:20.6278990Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.6279415Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-03-04T19:47:20.6279821Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.6280190Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.6280533Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-03-04T19:47:20.6280902Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-03-04T19:47:20.6281207Z ##[endgroup] 2025-03-04T19:47:21.7591263Z Collecting environment information... 2025-03-04T19:47:21.7591853Z PyTorch version: N/A 2025-03-04T19:47:21.7592200Z Is debug build: N/A 2025-03-04T19:47:21.7592534Z CUDA used to build PyTorch: N/A 2025-03-04T19:47:21.7592933Z ROCM used to build PyTorch: N/A 2025-03-04T19:47:21.7593187Z 2025-03-04T19:47:21.7593323Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-03-04T19:47:21.7593749Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-03-04T19:47:21.7594232Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-03-04T19:47:21.7594648Z CMake version: version 3.31.5 2025-03-04T19:47:21.7595026Z Libc version: glibc-2.31 2025-03-04T19:47:21.7595254Z 2025-03-04T19:47:21.7595586Z Python version: 3.9.21 (main, Dec 12 2024, 19:08:02) [GCC 9.4.0] (64-bit runtime) 2025-03-04T19:47:21.7596292Z Python platform: Linux-5.15.0-1079-azure-x86_64-with-glibc2.31 2025-03-04T19:47:21.7596796Z Is CUDA available: N/A 2025-03-04T19:47:21.7597172Z CUDA runtime version: Could not collect 2025-03-04T19:47:21.7597577Z CUDA_MODULE_LOADING set to: N/A 2025-03-04T19:47:21.7597992Z GPU models and configuration: Could not collect 2025-03-04T19:47:21.7598461Z Nvidia driver version: Could not collect 2025-03-04T19:47:21.7598866Z cuDNN version: Could not collect 2025-03-04T19:47:21.7599331Z HIP runtime version: N/A 2025-03-04T19:47:21.7599684Z MIOpen runtime version: N/A 2025-03-04T19:47:21.7600057Z Is XNNPACK available: N/A 2025-03-04T19:47:21.7600296Z 2025-03-04T19:47:21.7600438Z CPU: 2025-03-04T19:47:21.7600809Z Architecture: x86_64 2025-03-04T19:47:21.7601367Z CPU op-mode(s): 32-bit, 64-bit 2025-03-04T19:47:21.7601931Z Byte Order: Little Endian 2025-03-04T19:47:21.7602572Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-04T19:47:21.7603206Z CPU(s): 4 2025-03-04T19:47:21.7603653Z On-line CPU(s) list: 0-3 2025-03-04T19:47:21.7604121Z Thread(s) per core: 2 2025-03-04T19:47:21.7604550Z Core(s) per socket: 2 2025-03-04T19:47:21.7604976Z Socket(s): 1 2025-03-04T19:47:21.7605347Z NUMA node(s): 1 2025-03-04T19:47:21.7605797Z Vendor ID: AuthenticAMD 2025-03-04T19:47:21.7606271Z CPU family: 25 2025-03-04T19:47:21.7606698Z Model: 1 2025-03-04T19:47:21.7607237Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-04T19:47:21.7608046Z Stepping: 1 2025-03-04T19:47:21.7608522Z CPU MHz: 2445.427 2025-03-04T19:47:21.7609480Z BogoMIPS: 4890.85 2025-03-04T19:47:21.7609988Z Virtualization: AMD-V 2025-03-04T19:47:21.7610497Z Hypervisor vendor: Microsoft 2025-03-04T19:47:21.7610998Z Virtualization type: full 2025-03-04T19:47:21.7611492Z L1d cache: 64 KiB 2025-03-04T19:47:21.7611961Z L1i cache: 64 KiB 2025-03-04T19:47:21.7612741Z L2 cache: 1 MiB 2025-03-04T19:47:21.7613160Z L3 cache: 32 MiB 2025-03-04T19:47:21.7613611Z NUMA node0 CPU(s): 0-3 2025-03-04T19:47:21.7614137Z Vulnerability Gather data sampling: Not affected 2025-03-04T19:47:21.7614688Z Vulnerability Itlb multihit: Not affected 2025-03-04T19:47:21.7615208Z Vulnerability L1tf: Not affected 2025-03-04T19:47:21.7615714Z Vulnerability Mds: Not affected 2025-03-04T19:47:21.7616202Z Vulnerability Meltdown: Not affected 2025-03-04T19:47:21.7616724Z Vulnerability Mmio stale data: Not affected 2025-03-04T19:47:21.7617256Z Vulnerability Reg file data sampling: Not affected 2025-03-04T19:47:21.7617771Z Vulnerability Retbleed: Not affected 2025-03-04T19:47:21.7618407Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-03-04T19:47:21.7619057Z Vulnerability Spec store bypass: Vulnerable 2025-03-04T19:47:21.7619855Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-04T19:47:21.7621039Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-04T19:47:21.7622015Z Vulnerability Srbds: Not affected 2025-03-04T19:47:21.7622545Z Vulnerability Tsx async abort: Not affected 2025-03-04T19:47:21.7626617Z 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm 2025-03-04T19:47:21.7630573Z 2025-03-04T19:47:21.7630759Z Versions of relevant libraries: 2025-03-04T19:47:21.7631172Z [pip3] No relevant packages 2025-03-04T19:47:21.7631564Z [conda] No relevant packages 2025-03-04T19:47:21.7688762Z Post job cleanup. 2025-03-04T19:47:21.8766260Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-03-04T19:47:21.8865342Z Post job cleanup. 2025-03-04T19:47:21.8909606Z Post job cleanup. 2025-03-04T19:47:21.9827096Z [command]/usr/bin/git version 2025-03-04T19:47:21.9863391Z git version 2.48.1 2025-03-04T19:47:21.9906248Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/47d24a48-df81-4ec9-836f-3b8ecb715491/.gitconfig' 2025-03-04T19:47:21.9915970Z Temporarily overriding HOME='/home/runner/work/_temp/47d24a48-df81-4ec9-836f-3b8ecb715491' before making global git config changes 2025-03-04T19:47:21.9916704Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:21.9922270Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-04T19:47:21.9955257Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:21.9986673Z [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-03-04T19:47:22.0226196Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:22.0247889Z http.https://github.com/.extraheader 2025-03-04T19:47:22.0261567Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-04T19:47:22.0294806Z [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-03-04T19:47:22.0636771Z Cleaning up orphan processes