2025-10-10T00:02:08.8810096Z Current runner version: '2.328.0' 2025-10-10T00:02:08.8842318Z ##[group]Runner Image Provisioner 2025-10-10T00:02:08.8844066Z Hosted Compute Agent 2025-10-10T00:02:08.8844966Z Version: 20250926.407 2025-10-10T00:02:08.8846081Z Commit: a8d3c890d6d501a6f936b65ce895408b5f196586 2025-10-10T00:02:08.8847473Z Build Date: 2025-09-26T14:52:28Z 2025-10-10T00:02:08.8848460Z ##[endgroup] 2025-10-10T00:02:08.8849406Z ##[group]Operating System 2025-10-10T00:02:08.8850567Z Ubuntu 2025-10-10T00:02:08.8851452Z 24.04.3 2025-10-10T00:02:08.8852209Z LTS 2025-10-10T00:02:08.8853410Z ##[endgroup] 2025-10-10T00:02:08.8854327Z ##[group]Runner Image 2025-10-10T00:02:08.8855358Z Image: ubuntu-24.04 2025-10-10T00:02:08.8856453Z Version: 20250929.60.1 2025-10-10T00:02:08.8858192Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250929.60/images/ubuntu/Ubuntu2404-Readme.md 2025-10-10T00:02:08.8860835Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60 2025-10-10T00:02:08.8862740Z ##[endgroup] 2025-10-10T00:02:08.8867090Z ##[group]GITHUB_TOKEN Permissions 2025-10-10T00:02:08.8870945Z Actions: read 2025-10-10T00:02:08.8871829Z Attestations: read 2025-10-10T00:02:08.8873758Z Checks: read 2025-10-10T00:02:08.8874542Z Contents: read 2025-10-10T00:02:08.8875356Z Deployments: read 2025-10-10T00:02:08.8876499Z Discussions: read 2025-10-10T00:02:08.8877367Z Issues: read 2025-10-10T00:02:08.8878296Z Metadata: read 2025-10-10T00:02:08.8879297Z Models: read 2025-10-10T00:02:08.8880199Z Packages: read 2025-10-10T00:02:08.8881036Z Pages: read 2025-10-10T00:02:08.8882087Z PullRequests: read 2025-10-10T00:02:08.8883249Z RepositoryProjects: read 2025-10-10T00:02:08.8884250Z SecurityEvents: read 2025-10-10T00:02:08.8885402Z Statuses: read 2025-10-10T00:02:08.8886281Z ##[endgroup] 2025-10-10T00:02:08.8889055Z Secret source: Actions 2025-10-10T00:02:08.8890513Z Prepare workflow directory 2025-10-10T00:02:08.9254567Z Prepare all required actions 2025-10-10T00:02:08.9295393Z Getting action download info 2025-10-10T00:02:09.2805220Z Download action repository 'pytorch/pytorch@main' (SHA:344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T00:02:13.9987432Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-10-10T00:02:14.2618651Z Getting action download info 2025-10-10T00:02:14.4495771Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-10-10T00:02:14.8707109Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-10-10T00:02:14.9371578Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-10-10T00:02:14.9372423Z with: 2025-10-10T00:02:14.9372669Z submodules: false 2025-10-10T00:02:14.9372904Z fetch-depth: 1 2025-10-10T00:02:14.9373569Z ##[endgroup] 2025-10-10T00:02:14.9462732Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:02:14.9463817Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T00:02:14.9500938Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:14.9501324Z ##[endgroup] 2025-10-10T00:02:14.9742244Z ##[group]Run # Use all available CPUs for fetching 2025-10-10T00:02:14.9742679Z # Use all available CPUs for fetching 2025-10-10T00:02:14.9743160Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:14.9743528Z git config --global fetch.parallel 0 2025-10-10T00:02:14.9743870Z git config --global submodule.fetchJobs 0 2025-10-10T00:02:14.9744177Z  2025-10-10T00:02:14.9744507Z # Clean workspace. The default checkout action should also do this, but 2025-10-10T00:02:14.9744928Z # do it here as well just in case 2025-10-10T00:02:14.9745217Z if [[ -d .git ]]; then 2025-10-10T00:02:14.9745491Z  if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:02:14.9746007Z  sudo git clean -ffdx 2025-10-10T00:02:14.9746261Z  else 2025-10-10T00:02:14.9746483Z  git clean -ffdx 2025-10-10T00:02:14.9746718Z  fi 2025-10-10T00:02:14.9746921Z fi 2025-10-10T00:02:14.9779001Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:14.9779380Z env: 2025-10-10T00:02:14.9779605Z NO_SUDO: 2025-10-10T00:02:14.9779809Z ##[endgroup] 2025-10-10T00:02:15.2467647Z ##[group]Run actions/checkout@v4 2025-10-10T00:02:15.2467978Z with: 2025-10-10T00:02:15.2468241Z ref: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:15.2468552Z fetch-depth: 1 2025-10-10T00:02:15.2468787Z submodules: false 2025-10-10T00:02:15.2469013Z show-progress: false 2025-10-10T00:02:15.2469269Z repository: pytorch/pytorch 2025-10-10T00:02:15.2469670Z token: *** 2025-10-10T00:02:15.2469893Z ssh-strict: true 2025-10-10T00:02:15.2470112Z ssh-user: git 2025-10-10T00:02:15.2470355Z persist-credentials: true 2025-10-10T00:02:15.2470603Z clean: true 2025-10-10T00:02:15.2470832Z sparse-checkout-cone-mode: true 2025-10-10T00:02:15.2471103Z fetch-tags: false 2025-10-10T00:02:15.2471313Z lfs: false 2025-10-10T00:02:15.2471526Z set-safe-directory: true 2025-10-10T00:02:15.2471785Z ##[endgroup] 2025-10-10T00:02:15.3510671Z Syncing repository: pytorch/pytorch 2025-10-10T00:02:15.3512127Z ##[group]Getting Git version info 2025-10-10T00:02:15.3512558Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-10-10T00:02:15.3513320Z [command]/usr/bin/git version 2025-10-10T00:02:15.3523381Z git version 2.51.0 2025-10-10T00:02:15.3549777Z ##[endgroup] 2025-10-10T00:02:15.3559997Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/3af91625-1eb9-48ef-98e0-1a665b374260/.gitconfig' 2025-10-10T00:02:15.3571748Z Temporarily overriding HOME='/home/runner/work/_temp/3af91625-1eb9-48ef-98e0-1a665b374260' before making global git config changes 2025-10-10T00:02:15.3573244Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:02:15.3583586Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:02:15.3617680Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-10-10T00:02:15.3621248Z ##[group]Initializing the repository 2025-10-10T00:02:15.3626683Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-10-10T00:02:15.5810605Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-10-10T00:02:15.5812089Z hint: is subject to change. To configure the initial branch name to use in all 2025-10-10T00:02:15.5813261Z hint: of your new repositories, which will suppress this warning, call: 2025-10-10T00:02:15.5813960Z hint: 2025-10-10T00:02:15.5814571Z hint: git config --global init.defaultBranch 2025-10-10T00:02:15.5815200Z hint: 2025-10-10T00:02:15.5815795Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-10-10T00:02:15.5816826Z hint: 'development'. The just-created branch can be renamed via this command: 2025-10-10T00:02:15.5817547Z hint: 2025-10-10T00:02:15.5817961Z hint: git branch -m 2025-10-10T00:02:15.5818407Z hint: 2025-10-10T00:02:15.5819024Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-10-10T00:02:15.5869619Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-10-10T00:02:15.5883482Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-10-10T00:02:15.6029528Z ##[endgroup] 2025-10-10T00:02:15.6030259Z ##[group]Disabling automatic garbage collection 2025-10-10T00:02:15.6036852Z [command]/usr/bin/git config --local gc.auto 0 2025-10-10T00:02:15.6073530Z ##[endgroup] 2025-10-10T00:02:15.6074254Z ##[group]Setting up auth 2025-10-10T00:02:15.6085211Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:02:15.6124358Z [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-10-10T00:02:16.0143849Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:02:16.0175909Z [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-10-10T00:02:16.0408960Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T00:02:16.0456351Z ##[endgroup] 2025-10-10T00:02:16.0457016Z ##[group]Fetching the repository 2025-10-10T00:02:16.0465034Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:22.3356708Z From https://github.com/pytorch/pytorch 2025-10-10T00:02:22.3357501Z * branch 344e6365a0068c2d2847fcec0c55dd53291d475e -> FETCH_HEAD 2025-10-10T00:02:22.3525908Z ##[endgroup] 2025-10-10T00:02:22.3526480Z ##[group]Determining the checkout info 2025-10-10T00:02:22.3527937Z ##[endgroup] 2025-10-10T00:02:22.3533519Z [command]/usr/bin/git sparse-checkout disable 2025-10-10T00:02:22.4271018Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-10-10T00:02:22.4299873Z ##[group]Checking out the ref 2025-10-10T00:02:22.4304057Z [command]/usr/bin/git checkout --progress --force 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:23.4530959Z Updating files: 86% (17260/19929) 2025-10-10T00:02:23.4649404Z Updating files: 87% (17339/19929) 2025-10-10T00:02:23.4761576Z Updating files: 88% (17538/19929) 2025-10-10T00:02:23.4887877Z Updating files: 89% (17737/19929) 2025-10-10T00:02:23.5039993Z Updating files: 90% (17937/19929) 2025-10-10T00:02:23.5159328Z Updating files: 91% (18136/19929) 2025-10-10T00:02:23.5280036Z Updating files: 92% (18335/19929) 2025-10-10T00:02:23.5444459Z Updating files: 93% (18534/19929) 2025-10-10T00:02:23.5612193Z Updating files: 94% (18734/19929) 2025-10-10T00:02:23.5770701Z Updating files: 95% (18933/19929) 2025-10-10T00:02:23.5909227Z Updating files: 96% (19132/19929) 2025-10-10T00:02:23.6053293Z Updating files: 97% (19332/19929) 2025-10-10T00:02:23.6294551Z Updating files: 98% (19531/19929) 2025-10-10T00:02:23.6453964Z Updating files: 99% (19730/19929) 2025-10-10T00:02:23.6455015Z Updating files: 100% (19929/19929) 2025-10-10T00:02:23.6455833Z Updating files: 100% (19929/19929), done. 2025-10-10T00:02:23.6648512Z Note: switching to '344e6365a0068c2d2847fcec0c55dd53291d475e'. 2025-10-10T00:02:23.6649275Z 2025-10-10T00:02:23.6650163Z You are in 'detached HEAD' state. You can look around, make experimental 2025-10-10T00:02:23.6651199Z changes and commit them, and you can discard any commits you make in this 2025-10-10T00:02:23.6654508Z state without impacting any branches by switching back to a branch. 2025-10-10T00:02:23.6656078Z 2025-10-10T00:02:23.6656413Z If you want to create a new branch to retain commits you create, you may 2025-10-10T00:02:23.6657179Z do so (now or later) by using -c with the switch command. Example: 2025-10-10T00:02:23.6657585Z 2025-10-10T00:02:23.6657750Z git switch -c 2025-10-10T00:02:23.6658028Z 2025-10-10T00:02:23.6658176Z Or undo this operation with: 2025-10-10T00:02:23.6658437Z 2025-10-10T00:02:23.6658571Z git switch - 2025-10-10T00:02:23.6658761Z 2025-10-10T00:02:23.6659162Z Turn off this advice by setting config variable advice.detachedHead to false 2025-10-10T00:02:23.6659664Z 2025-10-10T00:02:23.6660194Z HEAD is now at 344e636 [inductor][eazy] change how torch.use_deterministic_algorithms affect inductor (#164905) 2025-10-10T00:02:23.6693520Z ##[endgroup] 2025-10-10T00:02:23.6739181Z [command]/usr/bin/git log -1 --format=%H 2025-10-10T00:02:23.6765431Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T00:02:23.6904526Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:23.6904997Z cd "${GITHUB_WORKSPACE}" 2025-10-10T00:02:23.6905233Z # Clean stale submodule dirs 2025-10-10T00:02:23.6905481Z if [ -z "${NO_SUDO}" ]; then 2025-10-10T00:02:23.6905776Z  sudo git submodule foreach --recursive git clean -ffdx 2025-10-10T00:02:23.6906075Z else 2025-10-10T00:02:23.6906317Z  git submodule foreach --recursive git clean -ffdx 2025-10-10T00:02:23.6906590Z fi 2025-10-10T00:02:23.6939446Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T00:02:23.6939767Z env: 2025-10-10T00:02:23.6939926Z NO_SUDO: 2025-10-10T00:02:23.6940094Z ##[endgroup] 2025-10-10T00:02:23.7443907Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-10-10T00:02:23.7444472Z with: 2025-10-10T00:02:23.7444652Z architecture: x64 2025-10-10T00:02:23.7444846Z check-latest: false 2025-10-10T00:02:23.7445031Z cache: pip 2025-10-10T00:02:23.7445330Z cache-dependency-path: **/requirements-build.txt **/requirements.txt 2025-10-10T00:02:23.7445827Z token: *** 2025-10-10T00:02:23.7446013Z update-environment: true 2025-10-10T00:02:23.7446235Z allow-prereleases: false 2025-10-10T00:02:23.7446433Z freethreaded: false 2025-10-10T00:02:23.7446629Z ##[endgroup] 2025-10-10T00:02:23.9106236Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-10-10T00:02:23.9107268Z [warning].python-version doesn't exist. 2025-10-10T00:02:23.9130265Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-10-10T00:02:23.9224094Z ##[group]Run # All we need to see is that it passes 2025-10-10T00:02:23.9224496Z # All we need to see is that it passes 2025-10-10T00:02:23.9224800Z python3 torch/utils/collect_env.py 2025-10-10T00:02:23.9258165Z shell: /usr/bin/bash -e {0} 2025-10-10T00:02:23.9258394Z ##[endgroup] 2025-10-10T00:02:49.0276698Z Collecting environment information... 2025-10-10T00:02:49.0277374Z PyTorch version: N/A 2025-10-10T00:02:49.0277780Z Is debug build: N/A 2025-10-10T00:02:49.0278178Z CUDA used to build PyTorch: N/A 2025-10-10T00:02:49.0278653Z ROCM used to build PyTorch: N/A 2025-10-10T00:02:49.0278947Z 2025-10-10T00:02:49.0279115Z OS: Ubuntu 24.04.3 LTS (x86_64) 2025-10-10T00:02:49.0279633Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-10-10T00:02:49.0280211Z Clang version: 18.1.3 (1ubuntu1) 2025-10-10T00:02:49.0280606Z CMake version: version 3.31.6 2025-10-10T00:02:49.0280983Z Libc version: glibc-2.39 2025-10-10T00:02:49.0281179Z 2025-10-10T00:02:49.0281585Z Python version: 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (64-bit runtime) 2025-10-10T00:02:49.0282319Z Python platform: Linux-6.11.0-1018-azure-x86_64-with-glibc2.39 2025-10-10T00:02:49.0282827Z Is CUDA available: N/A 2025-10-10T00:02:49.0283463Z CUDA runtime version: Could not collect 2025-10-10T00:02:49.0283914Z CUDA_MODULE_LOADING set to: N/A 2025-10-10T00:02:49.0284406Z GPU models and configuration: Could not collect 2025-10-10T00:02:49.0284908Z Nvidia driver version: Could not collect 2025-10-10T00:02:49.0285349Z cuDNN version: Could not collect 2025-10-10T00:02:49.0285750Z Is XPU available: N/A 2025-10-10T00:02:49.0286097Z HIP runtime version: N/A 2025-10-10T00:02:49.0286472Z MIOpen runtime version: N/A 2025-10-10T00:02:49.0286877Z Is XNNPACK available: N/A 2025-10-10T00:02:49.0287098Z 2025-10-10T00:02:49.0287205Z CPU: 2025-10-10T00:02:49.0287490Z Architecture: x86_64 2025-10-10T00:02:49.0287950Z CPU op-mode(s): 32-bit, 64-bit 2025-10-10T00:02:49.0288499Z Address sizes: 48 bits physical, 48 bits virtual 2025-10-10T00:02:49.0289100Z Byte Order: Little Endian 2025-10-10T00:02:49.0289543Z CPU(s): 4 2025-10-10T00:02:49.0289965Z On-line CPU(s) list: 0-3 2025-10-10T00:02:49.0290463Z Vendor ID: AuthenticAMD 2025-10-10T00:02:49.0291493Z Model name: AMD EPYC 7763 64-Core Processor 2025-10-10T00:02:49.0292023Z CPU family: 25 2025-10-10T00:02:49.0292444Z Model: 1 2025-10-10T00:02:49.0292860Z Thread(s) per core: 2 2025-10-10T00:02:49.0293735Z Core(s) per socket: 2 2025-10-10T00:02:49.0294171Z Socket(s): 1 2025-10-10T00:02:49.0294560Z Stepping: 1 2025-10-10T00:02:49.0294987Z BogoMIPS: 4890.85 2025-10-10T00:02:49.0298958Z 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-10-10T00:02:49.0302990Z Virtualization: AMD-V 2025-10-10T00:02:49.0303695Z Hypervisor vendor: Microsoft 2025-10-10T00:02:49.0304186Z Virtualization type: full 2025-10-10T00:02:49.0305066Z L1d cache: 64 KiB (2 instances) 2025-10-10T00:02:49.0305831Z L1i cache: 64 KiB (2 instances) 2025-10-10T00:02:49.0306346Z L2 cache: 1 MiB (2 instances) 2025-10-10T00:02:49.0306851Z L3 cache: 32 MiB (1 instance) 2025-10-10T00:02:49.0307226Z NUMA node(s): 1 2025-10-10T00:02:49.0307478Z NUMA node0 CPU(s): 0-3 2025-10-10T00:02:49.0307771Z Vulnerability Gather data sampling: Not affected 2025-10-10T00:02:49.0308077Z Vulnerability Itlb multihit: Not affected 2025-10-10T00:02:49.0308365Z Vulnerability L1tf: Not affected 2025-10-10T00:02:49.0308638Z Vulnerability Mds: Not affected 2025-10-10T00:02:49.0308914Z Vulnerability Meltdown: Not affected 2025-10-10T00:02:49.0309194Z Vulnerability Mmio stale data: Not affected 2025-10-10T00:02:49.0309477Z Vulnerability Reg file data sampling: Not affected 2025-10-10T00:02:49.0309816Z Vulnerability Retbleed: Not affected 2025-10-10T00:02:49.0310365Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-10-10T00:02:49.0310759Z Vulnerability Spec store bypass: Vulnerable 2025-10-10T00:02:49.0311203Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-10-10T00:02:49.0311896Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-10-10T00:02:49.0312421Z Vulnerability Srbds: Not affected 2025-10-10T00:02:49.0312703Z Vulnerability Tsx async abort: Not affected 2025-10-10T00:02:49.0312886Z 2025-10-10T00:02:49.0312979Z Versions of relevant libraries: 2025-10-10T00:02:49.0313506Z [pip3] No relevant packages 2025-10-10T00:02:49.0313731Z [conda] No relevant packages 2025-10-10T00:02:49.0390171Z Post job cleanup. 2025-10-10T00:02:49.1870339Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-10-10T00:02:49.1986995Z Post job cleanup. 2025-10-10T00:02:49.2026627Z Post job cleanup. 2025-10-10T00:02:49.2962944Z [command]/usr/bin/git version 2025-10-10T00:02:49.2999793Z git version 2.51.0 2025-10-10T00:02:49.3038593Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/bbe27481-ac13-4b4d-90e3-ae02bf2ff867/.gitconfig' 2025-10-10T00:02:49.3048917Z Temporarily overriding HOME='/home/runner/work/_temp/bbe27481-ac13-4b4d-90e3-ae02bf2ff867' before making global git config changes 2025-10-10T00:02:49.3050169Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T00:02:49.3062014Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-10-10T00:02:49.3096366Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T00:02:49.3127970Z [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-10-10T00:02:49.3379528Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T00:02:49.3402547Z http.https://github.com/.extraheader 2025-10-10T00:02:49.3421000Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-10-10T00:02:49.3457470Z [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-10-10T00:02:49.3838266Z Cleaning up orphan processes