2025-01-24T00:45:32.4606087Z Current runner version: '2.321.0' 2025-01-24T00:45:32.4611888Z Runner name: 'linux.20_04.4x_700ada007cf7' 2025-01-24T00:45:32.4612728Z Runner group name: 'Default' 2025-01-24T00:45:32.4613541Z Machine name: 'runner' 2025-01-24T00:45:32.4628681Z ##[group]Operating System 2025-01-24T00:45:32.4629450Z Ubuntu 2025-01-24T00:45:32.4629909Z 20.04.6 2025-01-24T00:45:32.4630373Z LTS 2025-01-24T00:45:32.4630893Z ##[endgroup] 2025-01-24T00:45:32.4631359Z ##[group]Runner Image 2025-01-24T00:45:32.4631893Z Image: ubuntu-20.04 2025-01-24T00:45:32.4632476Z Version: 20250105.1.0 2025-01-24T00:45:32.4633442Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20250105.1/images/ubuntu/Ubuntu2004-Readme.md 2025-01-24T00:45:32.4635003Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20250105.1 2025-01-24T00:45:32.4635945Z ##[endgroup] 2025-01-24T00:45:32.4637986Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:45:32.4639834Z Actions: read 2025-01-24T00:45:32.4640514Z Attestations: read 2025-01-24T00:45:32.4641167Z Checks: read 2025-01-24T00:45:32.4641633Z Contents: read 2025-01-24T00:45:32.4642134Z Deployments: read 2025-01-24T00:45:32.4642729Z Discussions: read 2025-01-24T00:45:32.4643212Z Issues: read 2025-01-24T00:45:32.4643690Z Metadata: read 2025-01-24T00:45:32.4644218Z Packages: read 2025-01-24T00:45:32.4644674Z Pages: read 2025-01-24T00:45:32.4645161Z PullRequests: read 2025-01-24T00:45:32.4645725Z RepositoryProjects: read 2025-01-24T00:45:32.4646260Z SecurityEvents: read 2025-01-24T00:45:32.4646759Z Statuses: read 2025-01-24T00:45:32.4647283Z ##[endgroup] 2025-01-24T00:45:32.4649980Z Secret source: Actions 2025-01-24T00:45:32.4650651Z Prepare workflow directory 2025-01-24T00:45:32.4944782Z Prepare all required actions 2025-01-24T00:45:32.4979845Z Getting action download info 2025-01-24T00:45:32.6367661Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:45:36.0926652Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-01-24T00:45:36.2120642Z Getting action download info 2025-01-24T00:45:36.3129985Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:45:36.3823098Z Complete job name: Test collect_env (without_torch) 2025-01-24T00:45:36.4608334Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:45:36.4609186Z with: 2025-01-24T00:45:36.4609727Z submodules: false 2025-01-24T00:45:36.4610085Z fetch-depth: 1 2025-01-24T00:45:36.4610708Z ##[endgroup] 2025-01-24T00:45:36.4714980Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:36.4716015Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:45:36.4905161Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:36.4905723Z ##[endgroup] 2025-01-24T00:45:36.5197013Z ##[group]Run retry () { 2025-01-24T00:45:36.5197453Z retry () { 2025-01-24T00:45:36.5197874Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:45:36.5198311Z } 2025-01-24T00:45:36.5198737Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.5199157Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:45:36.5199604Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.5200143Z else 2025-01-24T00:45:36.5200522Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.5201083Z fi 2025-01-24T00:45:36.5201487Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:45:36.5254358Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-24T00:45:36.5254855Z env: 2025-01-24T00:45:36.5255195Z NO_SUDO: 2025-01-24T00:45:36.5255490Z ##[endgroup] 2025-01-24T00:45:36.5344885Z /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.5724522Z ##[group]Run actions/checkout@v4 2025-01-24T00:45:36.5724881Z with: 2025-01-24T00:45:36.5725129Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:36.5725550Z fetch-depth: 1 2025-01-24T00:45:36.5725846Z submodules: false 2025-01-24T00:45:36.5726184Z show-progress: false 2025-01-24T00:45:36.5726497Z repository: pytorch/pytorch 2025-01-24T00:45:36.5726975Z token: *** 2025-01-24T00:45:36.5727219Z ssh-strict: true 2025-01-24T00:45:36.5727466Z ssh-user: git 2025-01-24T00:45:36.5727713Z persist-credentials: true 2025-01-24T00:45:36.5728017Z clean: true 2025-01-24T00:45:36.5728257Z sparse-checkout-cone-mode: true 2025-01-24T00:45:36.5728547Z fetch-tags: false 2025-01-24T00:45:36.5728810Z lfs: false 2025-01-24T00:45:36.5729056Z set-safe-directory: true 2025-01-24T00:45:36.5729340Z ##[endgroup] 2025-01-24T00:45:36.6761860Z Syncing repository: pytorch/pytorch 2025-01-24T00:45:36.6763488Z ##[group]Getting Git version info 2025-01-24T00:45:36.6763925Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:36.6764564Z [command]/usr/bin/git version 2025-01-24T00:45:36.6818446Z git version 2.47.1 2025-01-24T00:45:36.6843876Z ##[endgroup] 2025-01-24T00:45:36.6856265Z Temporarily overriding HOME='/home/runner/work/_temp/485aaa01-42ea-4a1e-a5ea-d4adb4af60b0' before making global git config changes 2025-01-24T00:45:36.6857095Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:45:36.6860983Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.6893622Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-01-24T00:45:36.6897364Z ##[group]Initializing the repository 2025-01-24T00:45:36.6901682Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-01-24T00:45:36.6974562Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-24T00:45:36.6975694Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-24T00:45:36.6976560Z hint: of your new repositories, which will suppress this warning, call: 2025-01-24T00:45:36.6977402Z hint: 2025-01-24T00:45:36.6978003Z hint: git config --global init.defaultBranch 2025-01-24T00:45:36.6978625Z hint: 2025-01-24T00:45:36.6979611Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-24T00:45:36.6980681Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-24T00:45:36.6981480Z hint: 2025-01-24T00:45:36.6981931Z hint: git branch -m 2025-01-24T00:45:36.6982651Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-01-24T00:45:36.6988155Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:45:36.7019681Z ##[endgroup] 2025-01-24T00:45:36.7020236Z ##[group]Disabling automatic garbage collection 2025-01-24T00:45:36.7024184Z [command]/usr/bin/git config --local gc.auto 0 2025-01-24T00:45:36.7050966Z ##[endgroup] 2025-01-24T00:45:36.7051547Z ##[group]Setting up auth 2025-01-24T00:45:36.7057589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:45:36.7085461Z [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-01-24T00:45:36.7344099Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:45:36.7372998Z [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-01-24T00:45:36.7586665Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-24T00:45:36.7618580Z ##[endgroup] 2025-01-24T00:45:36.7619198Z ##[group]Fetching the repository 2025-01-24T00:45:36.7626348Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:44.4538245Z From https://github.com/pytorch/pytorch 2025-01-24T00:45:44.4539059Z * branch d087145b9259b4cfbcb758dc0bca6a6e5d75d08f -> FETCH_HEAD 2025-01-24T00:45:44.4560061Z ##[endgroup] 2025-01-24T00:45:44.4560596Z ##[group]Determining the checkout info 2025-01-24T00:45:44.4563151Z ##[endgroup] 2025-01-24T00:45:44.4569145Z [command]/usr/bin/git sparse-checkout disable 2025-01-24T00:45:44.4606375Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-24T00:45:44.4632090Z ##[group]Checking out the ref 2025-01-24T00:45:44.4635477Z [command]/usr/bin/git checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:45.4809333Z Updating files: 91% (16532/18011) 2025-01-24T00:45:45.4926648Z Updating files: 92% (16571/18011) 2025-01-24T00:45:45.5080231Z Updating files: 93% (16751/18011) 2025-01-24T00:45:45.5239731Z Updating files: 94% (16931/18011) 2025-01-24T00:45:45.5405331Z Updating files: 95% (17111/18011) 2025-01-24T00:45:45.5505764Z Updating files: 96% (17291/18011) 2025-01-24T00:45:45.5763541Z Updating files: 97% (17471/18011) 2025-01-24T00:45:45.5924016Z Updating files: 98% (17651/18011) 2025-01-24T00:45:45.6059771Z Updating files: 99% (17831/18011) 2025-01-24T00:45:45.6061580Z Updating files: 100% (18011/18011) 2025-01-24T00:45:45.6063371Z Updating files: 100% (18011/18011), done. 2025-01-24T00:45:45.6248739Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:45:45.6249335Z 2025-01-24T00:45:45.6249720Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:45:45.6251089Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:45:45.6251674Z state without impacting any branches by switching back to a branch. 2025-01-24T00:45:45.6251998Z 2025-01-24T00:45:45.6252215Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:45:45.6252759Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:45:45.6253090Z 2025-01-24T00:45:45.6253253Z git switch -c 2025-01-24T00:45:45.6253473Z 2025-01-24T00:45:45.6253898Z Or undo this operation with: 2025-01-24T00:45:45.6254123Z 2025-01-24T00:45:45.6254306Z git switch - 2025-01-24T00:45:45.6254470Z 2025-01-24T00:45:45.6254732Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:45:45.6255134Z 2025-01-24T00:45:45.6255368Z HEAD is now at d087145 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:45:45.6412879Z ##[endgroup] 2025-01-24T00:45:45.6414080Z [command]/usr/bin/git log -1 --format=%H 2025-01-24T00:45:45.6414588Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:45:45.6537091Z ##[group]Run actions/setup-python@v4 2025-01-24T00:45:45.6537366Z with: 2025-01-24T00:45:45.6537546Z python-version: 3.9 2025-01-24T00:45:45.6537760Z architecture: x64 2025-01-24T00:45:45.6537950Z check-latest: false 2025-01-24T00:45:45.6538137Z cache: pip 2025-01-24T00:45:45.6538351Z cache-dependency-path: **/requirements.txt 2025-01-24T00:45:45.6538719Z token: *** 2025-01-24T00:45:45.6538902Z update-environment: true 2025-01-24T00:45:45.6539115Z allow-prereleases: false 2025-01-24T00:45:45.6539321Z ##[endgroup] 2025-01-24T00:45:45.7765324Z ##[group]Installed versions 2025-01-24T00:45:45.7880788Z Successfully set up CPython (3.9.21) 2025-01-24T00:45:45.7881576Z ##[endgroup] 2025-01-24T00:45:46.9428854Z [command]/opt/hostedtoolcache/Python/3.9.21/x64/bin/pip cache dir 2025-01-24T00:45:47.2240506Z /home/runner/.cache/pip 2025-01-24T00:45:48.4352181Z Received 233545718 of 233545718 (100.0%), 208.7 MBs/sec 2025-01-24T00:45:48.4353326Z Cache Size: ~223 MB (233545718 B) 2025-01-24T00:45:48.4395184Z [command]/usr/bin/tar -xf /home/runner/work/_temp/27f6071f-7f4f-46e9-871a-75c1bf334381/cache.tzst -P -C /home/runner/work/pytorch/pytorch --use-compress-program unzstd 2025-01-24T00:45:48.9414916Z Cache restored successfully 2025-01-24T00:45:48.9911734Z Cache restored from key: setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169 2025-01-24T00:45:49.0114904Z ##[group]Run # All we need to see is that it passes 2025-01-24T00:45:49.0115298Z # All we need to see is that it passes 2025-01-24T00:45:49.0115603Z python3 torch/utils/collect_env.py 2025-01-24T00:45:49.0173613Z shell: /usr/bin/bash -e {0} 2025-01-24T00:45:49.0173848Z env: 2025-01-24T00:45:49.0174086Z pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.0174492Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig 2025-01-24T00:45:49.0174890Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.0175259Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.0175616Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64 2025-01-24T00:45:49.0175991Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib 2025-01-24T00:45:49.0176281Z ##[endgroup] 2025-01-24T00:46:00.8097904Z Collecting environment information... 2025-01-24T00:46:00.8098512Z PyTorch version: N/A 2025-01-24T00:46:00.8098830Z Is debug build: N/A 2025-01-24T00:46:00.8099143Z CUDA used to build PyTorch: N/A 2025-01-24T00:46:00.8099509Z ROCM used to build PyTorch: N/A 2025-01-24T00:46:00.8099746Z 2025-01-24T00:46:00.8099869Z OS: Ubuntu 20.04.6 LTS (x86_64) 2025-01-24T00:46:00.8100260Z GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2025-01-24T00:46:00.8100721Z Clang version: 11.0.0-2~ubuntu20.04.1 2025-01-24T00:46:00.8101111Z CMake version: version 3.31.3 2025-01-24T00:46:00.8101469Z Libc version: glibc-2.31 2025-01-24T00:46:00.8101690Z 2025-01-24T00:46:00.8101976Z Python version: 3.9.21 (main, Dec 12 2024, 19:08:02) [GCC 9.4.0] (64-bit runtime) 2025-01-24T00:46:00.8102645Z Python platform: Linux-5.15.0-1074-azure-x86_64-with-glibc2.31 2025-01-24T00:46:00.8103141Z Is CUDA available: N/A 2025-01-24T00:46:00.8103460Z CUDA runtime version: Could not collect 2025-01-24T00:46:00.8103850Z CUDA_MODULE_LOADING set to: N/A 2025-01-24T00:46:00.8104237Z GPU models and configuration: Could not collect 2025-01-24T00:46:00.8104836Z Nvidia driver version: Could not collect 2025-01-24T00:46:00.8105499Z cuDNN version: Could not collect 2025-01-24T00:46:00.8106104Z HIP runtime version: N/A 2025-01-24T00:46:00.8106603Z MIOpen runtime version: N/A 2025-01-24T00:46:00.8106979Z Is XNNPACK available: N/A 2025-01-24T00:46:00.8107265Z 2025-01-24T00:46:00.8107383Z CPU: 2025-01-24T00:46:00.8107705Z Architecture: x86_64 2025-01-24T00:46:00.8108204Z CPU op-mode(s): 32-bit, 64-bit 2025-01-24T00:46:00.8108742Z Byte Order: Little Endian 2025-01-24T00:46:00.8109308Z Address sizes: 48 bits physical, 48 bits virtual 2025-01-24T00:46:00.8109884Z CPU(s): 4 2025-01-24T00:46:00.8110318Z On-line CPU(s) list: 0-3 2025-01-24T00:46:00.8110750Z Thread(s) per core: 2 2025-01-24T00:46:00.8111133Z Core(s) per socket: 2 2025-01-24T00:46:00.8111480Z Socket(s): 1 2025-01-24T00:46:00.8111870Z NUMA node(s): 1 2025-01-24T00:46:00.8112292Z Vendor ID: AuthenticAMD 2025-01-24T00:46:00.8112753Z CPU family: 25 2025-01-24T00:46:00.8113150Z Model: 1 2025-01-24T00:46:00.8113634Z Model name: AMD EPYC 7763 64-Core Processor 2025-01-24T00:46:00.8114346Z Stepping: 1 2025-01-24T00:46:00.8114795Z CPU MHz: 2445.433 2025-01-24T00:46:00.8115275Z BogoMIPS: 4890.86 2025-01-24T00:46:00.8115750Z Virtualization: AMD-V 2025-01-24T00:46:00.8116228Z Hypervisor vendor: Microsoft 2025-01-24T00:46:00.8117059Z Virtualization type: full 2025-01-24T00:46:00.8117530Z L1d cache: 64 KiB 2025-01-24T00:46:00.8117963Z L1i cache: 64 KiB 2025-01-24T00:46:00.8118670Z L2 cache: 1 MiB 2025-01-24T00:46:00.8119051Z L3 cache: 32 MiB 2025-01-24T00:46:00.8119480Z NUMA node0 CPU(s): 0-3 2025-01-24T00:46:00.8119976Z Vulnerability Gather data sampling: Not affected 2025-01-24T00:46:00.8120505Z Vulnerability Itlb multihit: Not affected 2025-01-24T00:46:00.8121009Z Vulnerability L1tf: Not affected 2025-01-24T00:46:00.8121499Z Vulnerability Mds: Not affected 2025-01-24T00:46:00.8121970Z Vulnerability Meltdown: Not affected 2025-01-24T00:46:00.8122457Z Vulnerability Mmio stale data: Not affected 2025-01-24T00:46:00.8122970Z Vulnerability Reg file data sampling: Not affected 2025-01-24T00:46:00.8123479Z Vulnerability Retbleed: Not affected 2025-01-24T00:46:00.8124082Z Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 2025-01-24T00:46:00.8124711Z Vulnerability Spec store bypass: Vulnerable 2025-01-24T00:46:00.8125497Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-01-24T00:46:00.8126653Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-01-24T00:46:00.8127550Z Vulnerability Srbds: Not affected 2025-01-24T00:46:00.8128059Z Vulnerability Tsx async abort: Not affected 2025-01-24T00:46:00.8132007Z 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 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-01-24T00:46:00.8135793Z 2025-01-24T00:46:00.8135947Z Versions of relevant libraries: 2025-01-24T00:46:00.8136347Z [pip3] No relevant packages 2025-01-24T00:46:00.8136720Z [conda] No relevant packages 2025-01-24T00:46:00.8215115Z Post job cleanup. 2025-01-24T00:46:00.9257373Z Cache hit occurred on the primary key setup-python-Linux-20.04-Ubuntu-python-3.9.21-pip-1482928be0036e5790a53f9fe17af04a951799d4055f9d2a606bd228ff2ff169, not saving cache. 2025-01-24T00:46:00.9355346Z Post job cleanup. 2025-01-24T00:46:00.9412670Z Post job cleanup. 2025-01-24T00:46:01.0326454Z [command]/usr/bin/git version 2025-01-24T00:46:01.0363557Z git version 2.47.1 2025-01-24T00:46:01.0410099Z Temporarily overriding HOME='/home/runner/work/_temp/910b647e-7cf7-4d88-9317-5ec21685db72' before making global git config changes 2025-01-24T00:46:01.0410968Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:46:01.0416650Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-01-24T00:46:01.0449453Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:46:01.0480199Z [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-01-24T00:46:01.0727061Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:46:01.0747063Z http.https://github.com/.extraheader 2025-01-24T00:46:01.0759348Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-24T00:46:01.0788858Z [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-01-24T00:46:01.1127086Z Cleaning up orphan processes