2025-03-14T03:51:38.3155247Z Current runner version: '2.322.0' 2025-03-14T03:51:38.3162484Z Runner name: 'linux.24_04.4x_b3202edf04f1' 2025-03-14T03:51:38.3163303Z Runner group name: 'Default' 2025-03-14T03:51:38.3164214Z Machine name: 'runner' 2025-03-14T03:51:38.3182664Z ##[group]Operating System 2025-03-14T03:51:38.3183325Z Ubuntu 2025-03-14T03:51:38.3183863Z 24.04.2 2025-03-14T03:51:38.3184368Z LTS 2025-03-14T03:51:38.3184843Z ##[endgroup] 2025-03-14T03:51:38.3185424Z ##[group]Runner Image 2025-03-14T03:51:38.3185995Z Image: ubuntu-24.04 2025-03-14T03:51:38.3186479Z Version: 20250309.1.0 2025-03-14T03:51:38.3187784Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250309.1/images/ubuntu/Ubuntu2404-Readme.md 2025-03-14T03:51:38.3189144Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250309.1 2025-03-14T03:51:38.3190019Z ##[endgroup] 2025-03-14T03:51:38.3192203Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:51:38.3194112Z Actions: read 2025-03-14T03:51:38.3194987Z Attestations: read 2025-03-14T03:51:38.3195675Z Checks: read 2025-03-14T03:51:38.3196155Z Contents: read 2025-03-14T03:51:38.3196818Z Deployments: read 2025-03-14T03:51:38.3197402Z Discussions: read 2025-03-14T03:51:38.3197932Z Issues: read 2025-03-14T03:51:38.3198436Z Metadata: read 2025-03-14T03:51:38.3198932Z Packages: read 2025-03-14T03:51:38.3199451Z Pages: read 2025-03-14T03:51:38.3199969Z PullRequests: read 2025-03-14T03:51:38.3200550Z RepositoryProjects: read 2025-03-14T03:51:38.3201131Z SecurityEvents: read 2025-03-14T03:51:38.3201622Z Statuses: read 2025-03-14T03:51:38.3202173Z ##[endgroup] 2025-03-14T03:51:38.3205180Z Secret source: Actions 2025-03-14T03:51:38.3206265Z Prepare workflow directory 2025-03-14T03:51:38.3523590Z Prepare all required actions 2025-03-14T03:51:38.3560603Z Getting action download info 2025-03-14T03:51:38.5644688Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:51:46.5365232Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) 2025-03-14T03:51:46.6619181Z Getting action download info 2025-03-14T03:51:46.7625344Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:51:46.8578002Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-03-14T03:51:46.9847392Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:51:46.9848181Z with: 2025-03-14T03:51:46.9848425Z submodules: false 2025-03-14T03:51:46.9848685Z fetch-depth: 1 2025-03-14T03:51:46.9849107Z ##[endgroup] 2025-03-14T03:51:46.9946915Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:46.9948264Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:51:47.0002311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:47.0002749Z ##[endgroup] 2025-03-14T03:51:47.0258984Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:51:47.0259426Z # Use all available CPUs for fetching 2025-03-14T03:51:47.0259753Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:51:47.0260115Z git config --global fetch.parallel 0 2025-03-14T03:51:47.0260482Z git config --global submodule.fetchJobs 0 2025-03-14T03:51:47.0260801Z  2025-03-14T03:51:47.0261141Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:51:47.0261564Z # do it here as well just in case 2025-03-14T03:51:47.0261867Z if [[ -d .git ]]; then 2025-03-14T03:51:47.0262150Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:51:47.0262444Z  sudo git clean -ffdx 2025-03-14T03:51:47.0262712Z  else 2025-03-14T03:51:47.0262950Z  git clean -ffdx 2025-03-14T03:51:47.0263212Z  fi 2025-03-14T03:51:47.0263658Z fi 2025-03-14T03:51:47.0312724Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-14T03:51:47.0313133Z env: 2025-03-14T03:51:47.0313498Z NO_SUDO: 2025-03-14T03:51:47.0313894Z ##[endgroup] 2025-03-14T03:51:47.0523229Z ##[group]Run actions/checkout@v4 2025-03-14T03:51:47.0523539Z with: 2025-03-14T03:51:47.0523819Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:47.0524141Z fetch-depth: 1 2025-03-14T03:51:47.0524386Z submodules: false 2025-03-14T03:51:47.0524629Z show-progress: false 2025-03-14T03:51:47.0524888Z repository: pytorch/pytorch 2025-03-14T03:51:47.0525298Z token: *** 2025-03-14T03:51:47.0525526Z ssh-strict: true 2025-03-14T03:51:47.0525761Z ssh-user: git 2025-03-14T03:51:47.0526002Z persist-credentials: true 2025-03-14T03:51:47.0526268Z clean: true 2025-03-14T03:51:47.0526514Z sparse-checkout-cone-mode: true 2025-03-14T03:51:47.0527065Z fetch-tags: false 2025-03-14T03:51:47.0527301Z lfs: false 2025-03-14T03:51:47.0527541Z set-safe-directory: true 2025-03-14T03:51:47.0527800Z ##[endgroup] 2025-03-14T03:51:47.1621324Z Syncing repository: pytorch/pytorch 2025-03-14T03:51:47.1623141Z ##[group]Getting Git version info 2025-03-14T03:51:47.1623728Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:47.1624538Z [command]/usr/bin/git version 2025-03-14T03:51:47.1633879Z git version 2.48.1 2025-03-14T03:51:47.1665063Z ##[endgroup] 2025-03-14T03:51:47.1677781Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a10f353d-e46e-4fa3-964d-d03a7652c78a/.gitconfig' 2025-03-14T03:51:47.1696838Z Temporarily overriding HOME='/home/runner/work/_temp/a10f353d-e46e-4fa3-964d-d03a7652c78a' before making global git config changes 2025-03-14T03:51:47.1698572Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:51:47.1702762Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:51:47.1740301Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-03-14T03:51:47.1744526Z ##[group]Initializing the repository 2025-03-14T03:51:47.1750494Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-03-14T03:51:47.1810675Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-14T03:51:47.1811910Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-14T03:51:47.1812477Z hint: of your new repositories, which will suppress this warning, call: 2025-03-14T03:51:47.1813059Z hint: 2025-03-14T03:51:47.1813668Z hint: git config --global init.defaultBranch 2025-03-14T03:51:47.1814283Z hint: 2025-03-14T03:51:47.1814623Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-14T03:51:47.1815231Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-14T03:51:47.1815987Z hint: 2025-03-14T03:51:47.1816427Z hint: git branch -m 2025-03-14T03:51:47.1817479Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-03-14T03:51:47.1827171Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-03-14T03:51:47.1862448Z ##[endgroup] 2025-03-14T03:51:47.1863220Z ##[group]Disabling automatic garbage collection 2025-03-14T03:51:47.1868325Z [command]/usr/bin/git config --local gc.auto 0 2025-03-14T03:51:47.1899989Z ##[endgroup] 2025-03-14T03:51:47.1900781Z ##[group]Setting up auth 2025-03-14T03:51:47.1908389Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:51:47.1942486Z [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-14T03:51:47.2223672Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:51:47.2255908Z [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-14T03:51:47.2496987Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-14T03:51:47.2538554Z ##[endgroup] 2025-03-14T03:51:47.2539556Z ##[group]Fetching the repository 2025-03-14T03:51:47.2547700Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:50.4861958Z From https://github.com/pytorch/pytorch 2025-03-14T03:51:50.4863351Z * branch aed0b7a742a2d7b7901790622829cbd2135049a4 -> FETCH_HEAD 2025-03-14T03:51:50.4891275Z ##[endgroup] 2025-03-14T03:51:50.4891665Z ##[group]Determining the checkout info 2025-03-14T03:51:50.4894106Z ##[endgroup] 2025-03-14T03:51:50.4900283Z [command]/usr/bin/git sparse-checkout disable 2025-03-14T03:51:50.4941116Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-14T03:51:50.4972764Z ##[group]Checking out the ref 2025-03-14T03:51:50.4978306Z [command]/usr/bin/git checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:51.5304692Z Updating files: 97% (16127/16577) 2025-03-14T03:51:51.5430183Z Updating files: 98% (16246/16577) 2025-03-14T03:51:51.5557676Z Updating files: 99% (16412/16577) 2025-03-14T03:51:51.5558298Z Updating files: 100% (16577/16577) 2025-03-14T03:51:51.5558795Z Updating files: 100% (16577/16577), done. 2025-03-14T03:51:51.5721720Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T03:51:51.5723828Z 2025-03-14T03:51:51.5724227Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:51:51.5725185Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:51:51.5726138Z state without impacting any branches by switching back to a branch. 2025-03-14T03:51:51.5726910Z 2025-03-14T03:51:51.5727323Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:51:51.5727962Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:51:51.5728298Z 2025-03-14T03:51:51.5728478Z git switch -c 2025-03-14T03:51:51.5728720Z 2025-03-14T03:51:51.5729204Z Or undo this operation with: 2025-03-14T03:51:51.5729444Z 2025-03-14T03:51:51.5729558Z git switch - 2025-03-14T03:51:51.5729735Z 2025-03-14T03:51:51.5730051Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:51:51.5730466Z 2025-03-14T03:51:51.5730824Z HEAD is now at aed0b7a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:51:51.5768197Z ##[endgroup] 2025-03-14T03:51:51.5814223Z [command]/usr/bin/git log -1 --format=%H 2025-03-14T03:51:51.5841170Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:51:51.6049264Z ##[group]Run actions/setup-python@v4 2025-03-14T03:51:51.6049660Z with: 2025-03-14T03:51:51.6050094Z architecture: x64 2025-03-14T03:51:51.6050381Z check-latest: false 2025-03-14T03:51:51.6050676Z cache: pip 2025-03-14T03:51:51.6051066Z cache-dependency-path: **/requirements.txt 2025-03-14T03:51:51.6051558Z token: *** 2025-03-14T03:51:51.6051907Z update-environment: true 2025-03-14T03:51:51.6052216Z allow-prereleases: false 2025-03-14T03:51:51.6052530Z ##[endgroup] 2025-03-14T03:51:51.7371774Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-03-14T03:51:51.7372941Z [warning].python-version doesn't exist. 2025-03-14T03:51:51.7399388Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-03-14T03:51:51.7474727Z ##[group]Run # All we need to see is that it passes 2025-03-14T03:51:51.7475129Z # All we need to see is that it passes 2025-03-14T03:51:51.7475435Z python3 torch/utils/collect_env.py 2025-03-14T03:51:51.7524256Z shell: /usr/bin/bash -e {0} 2025-03-14T03:51:51.7524709Z ##[endgroup] 2025-03-14T03:51:53.2190964Z Collecting environment information... 2025-03-14T03:51:53.2191513Z PyTorch version: N/A 2025-03-14T03:51:53.2191833Z Is debug build: N/A 2025-03-14T03:51:53.2192139Z CUDA used to build PyTorch: N/A 2025-03-14T03:51:53.2192522Z ROCM used to build PyTorch: N/A 2025-03-14T03:51:53.2192765Z 2025-03-14T03:51:53.2192894Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-03-14T03:51:53.2193284Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-03-14T03:51:53.2193720Z Clang version: 18.1.3 (1ubuntu1) 2025-03-14T03:51:53.2194066Z CMake version: version 3.31.6 2025-03-14T03:51:53.2194421Z Libc version: glibc-2.39 2025-03-14T03:51:53.2194631Z 2025-03-14T03:51:53.2194979Z Python version: 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] (64-bit runtime) 2025-03-14T03:51:53.2195626Z Python platform: Linux-6.8.0-1021-azure-x86_64-with-glibc2.39 2025-03-14T03:51:53.2196100Z Is CUDA available: N/A 2025-03-14T03:51:53.2196437Z CUDA runtime version: Could not collect 2025-03-14T03:51:53.2197041Z CUDA_MODULE_LOADING set to: N/A 2025-03-14T03:51:53.2197434Z GPU models and configuration: Could not collect 2025-03-14T03:51:53.2197873Z Nvidia driver version: Could not collect 2025-03-14T03:51:53.2198264Z cuDNN version: Could not collect 2025-03-14T03:51:53.2198622Z HIP runtime version: N/A 2025-03-14T03:51:53.2198963Z MIOpen runtime version: N/A 2025-03-14T03:51:53.2199340Z Is XNNPACK available: N/A 2025-03-14T03:51:53.2199578Z 2025-03-14T03:51:53.2199700Z CPU: 2025-03-14T03:51:53.2200029Z Architecture: x86_64 2025-03-14T03:51:53.2200527Z CPU op-mode(s): 32-bit, 64-bit 2025-03-14T03:51:53.2201151Z Address sizes: 48 bits physical, 48 bits virtual 2025-03-14T03:51:53.2201748Z Byte Order: Little Endian 2025-03-14T03:51:53.2202323Z CPU(s): 4 2025-03-14T03:51:53.2202774Z On-line CPU(s) list: 0-3 2025-03-14T03:51:53.2203244Z Vendor ID: AuthenticAMD 2025-03-14T03:51:53.2203794Z Model name: AMD EPYC 7763 64-Core Processor 2025-03-14T03:51:53.2204266Z CPU family: 25 2025-03-14T03:51:53.2204639Z Model: 1 2025-03-14T03:51:53.2205038Z Thread(s) per core: 2 2025-03-14T03:51:53.2205461Z Core(s) per socket: 2 2025-03-14T03:51:53.2205861Z Socket(s): 1 2025-03-14T03:51:53.2206287Z Stepping: 1 2025-03-14T03:51:53.2206899Z BogoMIPS: 4890.86 2025-03-14T03:51:53.2210930Z 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 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-03-14T03:51:53.2214739Z Virtualization: AMD-V 2025-03-14T03:51:53.2215209Z Hypervisor vendor: Microsoft 2025-03-14T03:51:53.2215691Z Virtualization type: full 2025-03-14T03:51:53.2216167Z L1d cache: 64 KiB (2 instances) 2025-03-14T03:51:53.2217240Z L1i cache: 64 KiB (2 instances) 2025-03-14T03:51:53.2217779Z L2 cache: 1 MiB (2 instances) 2025-03-14T03:51:53.2218266Z L3 cache: 32 MiB (1 instance) 2025-03-14T03:51:53.2218724Z NUMA node(s): 1 2025-03-14T03:51:53.2219394Z NUMA node0 CPU(s): 0-3 2025-03-14T03:51:53.2219885Z Vulnerability Gather data sampling: Not affected 2025-03-14T03:51:53.2220413Z Vulnerability Itlb multihit: Not affected 2025-03-14T03:51:53.2220925Z Vulnerability L1tf: Not affected 2025-03-14T03:51:53.2221437Z Vulnerability Mds: Not affected 2025-03-14T03:51:53.2221948Z Vulnerability Meltdown: Not affected 2025-03-14T03:51:53.2222475Z Vulnerability Mmio stale data: Not affected 2025-03-14T03:51:53.2223041Z Vulnerability Reg file data sampling: Not affected 2025-03-14T03:51:53.2223596Z Vulnerability Retbleed: Not affected 2025-03-14T03:51:53.2224370Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-03-14T03:51:53.2225057Z Vulnerability Spec store bypass: Vulnerable 2025-03-14T03:51:53.2225852Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-03-14T03:51:53.2227293Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-03-14T03:51:53.2228238Z Vulnerability Srbds: Not affected 2025-03-14T03:51:53.2228762Z Vulnerability Tsx async abort: Not affected 2025-03-14T03:51:53.2229111Z 2025-03-14T03:51:53.2229261Z Versions of relevant libraries: 2025-03-14T03:51:53.2229682Z [pip3] No relevant packages 2025-03-14T03:51:53.2230088Z [conda] No relevant packages 2025-03-14T03:51:53.2305238Z Post job cleanup. 2025-03-14T03:51:53.3361576Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-03-14T03:51:53.3479909Z Post job cleanup. 2025-03-14T03:51:53.3535932Z Post job cleanup. 2025-03-14T03:51:53.4466517Z [command]/usr/bin/git version 2025-03-14T03:51:53.4503640Z git version 2.48.1 2025-03-14T03:51:53.4543473Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/bf88be9b-320a-4760-8312-db71b6e6f3c5/.gitconfig' 2025-03-14T03:51:53.4553458Z Temporarily overriding HOME='/home/runner/work/_temp/bf88be9b-320a-4760-8312-db71b6e6f3c5' before making global git config changes 2025-03-14T03:51:53.4554778Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:51:53.4567045Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-03-14T03:51:53.4604415Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:51:53.4636352Z [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-14T03:51:53.4888830Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:51:53.4910963Z http.https://github.com/.extraheader 2025-03-14T03:51:53.4925187Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-14T03:51:53.4955842Z [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-14T03:51:53.5310845Z Cleaning up orphan processes