2025-06-01T20:56:34.4693820Z Current runner version: '2.324.0' 2025-06-01T20:56:34.4703481Z Runner name: 'linux.24_04.4x_9df5112b3933' 2025-06-01T20:56:34.4705092Z Machine name: 'pkrvmf6wy0o8zjz' 2025-06-01T20:56:34.4729870Z ##[group]Operating System 2025-06-01T20:56:34.4730974Z Ubuntu 2025-06-01T20:56:34.4731936Z 24.04.2 2025-06-01T20:56:34.4732603Z LTS 2025-06-01T20:56:34.4733441Z ##[endgroup] 2025-06-01T20:56:34.4734179Z ##[group]Runner Image 2025-06-01T20:56:34.4735038Z Image: ubuntu-24.04 2025-06-01T20:56:34.4735840Z Version: 20250511.1.0 2025-06-01T20:56:34.4737476Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250511.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-01T20:56:34.4739691Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250511.1 2025-06-01T20:56:34.4741219Z ##[endgroup] 2025-06-01T20:56:34.4745415Z ##[group]GITHUB_TOKEN Permissions 2025-06-01T20:56:34.4748338Z Actions: read 2025-06-01T20:56:34.4749835Z Attestations: read 2025-06-01T20:56:34.4750894Z Checks: read 2025-06-01T20:56:34.4751994Z Contents: read 2025-06-01T20:56:34.4752782Z Deployments: read 2025-06-01T20:56:34.4753619Z Discussions: read 2025-06-01T20:56:34.4754625Z Issues: read 2025-06-01T20:56:34.4755426Z Metadata: read 2025-06-01T20:56:34.4756267Z Models: read 2025-06-01T20:56:34.4757236Z Packages: read 2025-06-01T20:56:34.4757982Z Pages: read 2025-06-01T20:56:34.4758786Z PullRequests: read 2025-06-01T20:56:34.4759721Z RepositoryProjects: read 2025-06-01T20:56:34.4760675Z SecurityEvents: read 2025-06-01T20:56:34.4761753Z Statuses: read 2025-06-01T20:56:34.4762756Z ##[endgroup] 2025-06-01T20:56:34.4765606Z Secret source: Actions 2025-06-01T20:56:34.4767078Z Prepare workflow directory 2025-06-01T20:56:34.5128171Z Prepare all required actions 2025-06-01T20:56:34.5166712Z Getting action download info 2025-06-01T20:56:34.8172093Z Download action repository 'pytorch/pytorch@main' (SHA:f7c09f864a6c6467a7454f1431340d3338473fd1) 2025-06-01T20:56:43.0523740Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-01T20:56:43.5217649Z Getting action download info 2025-06-01T20:56:43.6310349Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-01T20:56:43.7648987Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-06-01T20:56:43.8282407Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-01T20:56:43.8283166Z with: 2025-06-01T20:56:43.8283400Z submodules: false 2025-06-01T20:56:43.8283626Z fetch-depth: 1 2025-06-01T20:56:43.8284031Z ##[endgroup] 2025-06-01T20:56:43.8367966Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:56:43.8368808Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-01T20:56:43.8545143Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:56:43.8545563Z ##[endgroup] 2025-06-01T20:56:43.8792973Z ##[group]Run # Use all available CPUs for fetching 2025-06-01T20:56:43.8793389Z # Use all available CPUs for fetching 2025-06-01T20:56:43.8793723Z cd "${GITHUB_WORKSPACE}" 2025-06-01T20:56:43.8794066Z git config --global fetch.parallel 0 2025-06-01T20:56:43.8794413Z git config --global submodule.fetchJobs 0 2025-06-01T20:56:43.8794722Z  2025-06-01T20:56:43.8795038Z # Clean workspace. The default checkout action should also do this, but 2025-06-01T20:56:43.8795437Z # do it here as well just in case 2025-06-01T20:56:43.8795723Z if [[ -d .git ]]; then 2025-06-01T20:56:43.8795991Z  if [ -z "${NO_SUDO}" ]; then 2025-06-01T20:56:43.8796276Z  sudo git clean -ffdx 2025-06-01T20:56:43.8796526Z  else 2025-06-01T20:56:43.8796748Z  git clean -ffdx 2025-06-01T20:56:43.8797198Z  fi 2025-06-01T20:56:43.8797405Z fi 2025-06-01T20:56:43.8843293Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-01T20:56:43.8843661Z env: 2025-06-01T20:56:43.8843880Z NO_SUDO: 2025-06-01T20:56:43.8844081Z ##[endgroup] 2025-06-01T20:56:44.1213782Z ##[group]Run actions/checkout@v4 2025-06-01T20:56:44.1214089Z with: 2025-06-01T20:56:44.1214355Z ref: f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:44.1214656Z fetch-depth: 1 2025-06-01T20:56:44.1214892Z submodules: false 2025-06-01T20:56:44.1215129Z show-progress: false 2025-06-01T20:56:44.1215382Z repository: pytorch/pytorch 2025-06-01T20:56:44.1215789Z token: *** 2025-06-01T20:56:44.1216014Z ssh-strict: true 2025-06-01T20:56:44.1216243Z ssh-user: git 2025-06-01T20:56:44.1216475Z persist-credentials: true 2025-06-01T20:56:44.1216736Z clean: true 2025-06-01T20:56:44.1216969Z sparse-checkout-cone-mode: true 2025-06-01T20:56:44.1217250Z fetch-tags: false 2025-06-01T20:56:44.1217473Z lfs: false 2025-06-01T20:56:44.1217704Z set-safe-directory: true 2025-06-01T20:56:44.1217956Z ##[endgroup] 2025-06-01T20:56:44.2225097Z Syncing repository: pytorch/pytorch 2025-06-01T20:56:44.2226435Z ##[group]Getting Git version info 2025-06-01T20:56:44.2226878Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-01T20:56:44.2227456Z [command]/usr/bin/git version 2025-06-01T20:56:44.2240085Z git version 2.49.0 2025-06-01T20:56:44.2265997Z ##[endgroup] 2025-06-01T20:56:44.2275837Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/a409ee93-5826-4cc9-a73e-eca71d96a4f6/.gitconfig' 2025-06-01T20:56:44.2292579Z Temporarily overriding HOME='/home/runner/work/_temp/a409ee93-5826-4cc9-a73e-eca71d96a4f6' before making global git config changes 2025-06-01T20:56:44.2293650Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:56:44.2297252Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-01T20:56:44.2330165Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-01T20:56:44.2334008Z ##[group]Initializing the repository 2025-06-01T20:56:44.2338842Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-01T20:56:44.2907209Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-01T20:56:44.2908343Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-01T20:56:44.2908967Z hint: of your new repositories, which will suppress this warning, call: 2025-06-01T20:56:44.2909403Z hint: 2025-06-01T20:56:44.2909752Z hint: git config --global init.defaultBranch 2025-06-01T20:56:44.2910128Z hint: 2025-06-01T20:56:44.2910484Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-01T20:56:44.2911058Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-01T20:56:44.2911739Z hint: 2025-06-01T20:56:44.2911994Z hint: git branch -m 2025-06-01T20:56:44.3400993Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-01T20:56:44.3411811Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-01T20:56:44.3687408Z ##[endgroup] 2025-06-01T20:56:44.3688330Z ##[group]Disabling automatic garbage collection 2025-06-01T20:56:44.3693264Z [command]/usr/bin/git config --local gc.auto 0 2025-06-01T20:56:44.3726387Z ##[endgroup] 2025-06-01T20:56:44.3727327Z ##[group]Setting up auth 2025-06-01T20:56:44.3734976Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:56:44.3769910Z [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-06-01T20:56:44.7522332Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:56:44.7553629Z [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-06-01T20:56:44.7775438Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-01T20:56:44.7813013Z ##[endgroup] 2025-06-01T20:56:44.7813747Z ##[group]Fetching the repository 2025-06-01T20:56:44.7821482Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:49.8030170Z From https://github.com/pytorch/pytorch 2025-06-01T20:56:49.8031971Z * branch f7c09f864a6c6467a7454f1431340d3338473fd1 -> FETCH_HEAD 2025-06-01T20:56:49.8424636Z ##[endgroup] 2025-06-01T20:56:49.8425313Z ##[group]Determining the checkout info 2025-06-01T20:56:49.8427357Z ##[endgroup] 2025-06-01T20:56:49.8433622Z [command]/usr/bin/git sparse-checkout disable 2025-06-01T20:56:49.8725361Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-01T20:56:49.8754169Z ##[group]Checking out the ref 2025-06-01T20:56:49.8759670Z [command]/usr/bin/git checkout --progress --force f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:50.8970489Z Updating files: 94% (16702/17658) 2025-06-01T20:56:50.9124734Z Updating files: 95% (16776/17658) 2025-06-01T20:56:50.9254399Z Updating files: 96% (16952/17658) 2025-06-01T20:56:50.9467544Z Updating files: 97% (17129/17658) 2025-06-01T20:56:50.9627266Z Updating files: 98% (17305/17658) 2025-06-01T20:56:50.9782077Z Updating files: 99% (17482/17658) 2025-06-01T20:56:50.9782609Z Updating files: 100% (17658/17658) 2025-06-01T20:56:50.9783099Z Updating files: 100% (17658/17658), done. 2025-06-01T20:56:50.9955384Z Note: switching to 'f7c09f864a6c6467a7454f1431340d3338473fd1'. 2025-06-01T20:56:50.9955857Z 2025-06-01T20:56:50.9956180Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-01T20:56:50.9956936Z changes and commit them, and you can discard any commits you make in this 2025-06-01T20:56:50.9957650Z state without impacting any branches by switching back to a branch. 2025-06-01T20:56:50.9958062Z 2025-06-01T20:56:50.9958375Z If you want to create a new branch to retain commits you create, you may 2025-06-01T20:56:50.9960169Z do so (now or later) by using -c with the switch command. Example: 2025-06-01T20:56:50.9960589Z 2025-06-01T20:56:50.9960781Z git switch -c 2025-06-01T20:56:50.9961045Z 2025-06-01T20:56:50.9961190Z Or undo this operation with: 2025-06-01T20:56:50.9961662Z 2025-06-01T20:56:50.9961811Z git switch - 2025-06-01T20:56:50.9961996Z 2025-06-01T20:56:50.9962307Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-01T20:56:50.9962773Z 2025-06-01T20:56:50.9963009Z HEAD is now at f7c09f8 [Docs] Reformat sparse example (#154785) 2025-06-01T20:56:50.9994417Z ##[endgroup] 2025-06-01T20:56:51.0043021Z [command]/usr/bin/git log -1 --format=%H 2025-06-01T20:56:51.0068243Z f7c09f864a6c6467a7454f1431340d3338473fd1 2025-06-01T20:56:51.0262070Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-01T20:56:51.0262483Z with: 2025-06-01T20:56:51.0262657Z architecture: x64 2025-06-01T20:56:51.0262858Z check-latest: false 2025-06-01T20:56:51.0263053Z cache: pip 2025-06-01T20:56:51.0286213Z cache-dependency-path: **/requirements.txt 2025-06-01T20:56:51.0286898Z token: *** 2025-06-01T20:56:51.0287251Z update-environment: true 2025-06-01T20:56:51.0287654Z allow-prereleases: false 2025-06-01T20:56:51.0288015Z freethreaded: false 2025-06-01T20:56:51.0288346Z ##[endgroup] 2025-06-01T20:56:51.1935338Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-06-01T20:56:51.1936096Z [warning].python-version doesn't exist. 2025-06-01T20:56:51.1956532Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-06-01T20:56:51.2037531Z ##[group]Run # All we need to see is that it passes 2025-06-01T20:56:51.2037896Z # All we need to see is that it passes 2025-06-01T20:56:51.2038186Z python3 torch/utils/collect_env.py 2025-06-01T20:56:51.2089365Z shell: /usr/bin/bash -e {0} 2025-06-01T20:56:51.2089601Z ##[endgroup] 2025-06-01T20:57:17.9945932Z Collecting environment information... 2025-06-01T20:57:17.9946379Z PyTorch version: N/A 2025-06-01T20:57:17.9946689Z Is debug build: N/A 2025-06-01T20:57:17.9947128Z CUDA used to build PyTorch: N/A 2025-06-01T20:57:17.9947468Z ROCM used to build PyTorch: N/A 2025-06-01T20:57:17.9947679Z 2025-06-01T20:57:17.9947819Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-06-01T20:57:17.9948208Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-06-01T20:57:17.9948643Z Clang version: 18.1.3 (1ubuntu1) 2025-06-01T20:57:17.9949021Z CMake version: version 3.31.6 2025-06-01T20:57:17.9949385Z Libc version: glibc-2.39 2025-06-01T20:57:17.9949587Z 2025-06-01T20:57:17.9949968Z Python version: 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] (64-bit runtime) 2025-06-01T20:57:17.9950682Z Python platform: Linux-6.11.0-1014-azure-x86_64-with-glibc2.39 2025-06-01T20:57:17.9951216Z Is CUDA available: N/A 2025-06-01T20:57:17.9951831Z CUDA runtime version: Could not collect 2025-06-01T20:57:17.9952261Z CUDA_MODULE_LOADING set to: N/A 2025-06-01T20:57:17.9952680Z GPU models and configuration: Could not collect 2025-06-01T20:57:17.9953162Z Nvidia driver version: Could not collect 2025-06-01T20:57:17.9953574Z cuDNN version: Could not collect 2025-06-01T20:57:17.9953961Z HIP runtime version: N/A 2025-06-01T20:57:17.9954301Z MIOpen runtime version: N/A 2025-06-01T20:57:17.9954659Z Is XNNPACK available: N/A 2025-06-01T20:57:17.9954882Z 2025-06-01T20:57:17.9954991Z CPU: 2025-06-01T20:57:17.9955306Z Architecture: x86_64 2025-06-01T20:57:17.9955828Z CPU op-mode(s): 32-bit, 64-bit 2025-06-01T20:57:17.9956407Z Address sizes: 48 bits physical, 48 bits virtual 2025-06-01T20:57:17.9956987Z Byte Order: Little Endian 2025-06-01T20:57:17.9957452Z CPU(s): 4 2025-06-01T20:57:17.9957855Z On-line CPU(s) list: 0-3 2025-06-01T20:57:17.9958285Z Vendor ID: AuthenticAMD 2025-06-01T20:57:17.9958795Z Model name: AMD EPYC 7763 64-Core Processor 2025-06-01T20:57:17.9959278Z CPU family: 25 2025-06-01T20:57:17.9959676Z Model: 1 2025-06-01T20:57:17.9960085Z Thread(s) per core: 2 2025-06-01T20:57:17.9960485Z Core(s) per socket: 2 2025-06-01T20:57:17.9960884Z Socket(s): 1 2025-06-01T20:57:17.9961284Z Stepping: 1 2025-06-01T20:57:17.9961918Z BogoMIPS: 4890.86 2025-06-01T20:57:17.9965873Z 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-06-01T20:57:17.9969855Z Virtualization: AMD-V 2025-06-01T20:57:17.9970337Z Hypervisor vendor: Microsoft 2025-06-01T20:57:17.9970816Z Virtualization type: full 2025-06-01T20:57:17.9971642Z L1d cache: 64 KiB (2 instances) 2025-06-01T20:57:17.9972570Z L1i cache: 64 KiB (2 instances) 2025-06-01T20:57:17.9973292Z L2 cache: 1 MiB (2 instances) 2025-06-01T20:57:17.9973776Z L3 cache: 32 MiB (1 instance) 2025-06-01T20:57:17.9974226Z NUMA node(s): 1 2025-06-01T20:57:17.9974634Z NUMA node0 CPU(s): 0-3 2025-06-01T20:57:17.9975122Z Vulnerability Gather data sampling: Not affected 2025-06-01T20:57:17.9975842Z Vulnerability Itlb multihit: Not affected 2025-06-01T20:57:17.9976368Z Vulnerability L1tf: Not affected 2025-06-01T20:57:17.9976869Z Vulnerability Mds: Not affected 2025-06-01T20:57:17.9977385Z Vulnerability Meltdown: Not affected 2025-06-01T20:57:17.9977898Z Vulnerability Mmio stale data: Not affected 2025-06-01T20:57:17.9978403Z Vulnerability Reg file data sampling: Not affected 2025-06-01T20:57:17.9978919Z Vulnerability Retbleed: Not affected 2025-06-01T20:57:17.9979584Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-06-01T20:57:17.9980240Z Vulnerability Spec store bypass: Vulnerable 2025-06-01T20:57:17.9981034Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-06-01T20:57:17.9982416Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-06-01T20:57:17.9983348Z Vulnerability Srbds: Not affected 2025-06-01T20:57:17.9983859Z Vulnerability Tsx async abort: Not affected 2025-06-01T20:57:17.9984205Z 2025-06-01T20:57:17.9984354Z Versions of relevant libraries: 2025-06-01T20:57:17.9984752Z [pip3] No relevant packages 2025-06-01T20:57:17.9985126Z [conda] No relevant packages 2025-06-01T20:57:18.0055512Z Post job cleanup. 2025-06-01T20:57:18.1516934Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-06-01T20:57:18.1633518Z Post job cleanup. 2025-06-01T20:57:18.1684044Z Post job cleanup. 2025-06-01T20:57:18.2606027Z [command]/usr/bin/git version 2025-06-01T20:57:18.2642034Z git version 2.49.0 2025-06-01T20:57:18.2678270Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/e815dcd8-04a2-4e05-b295-3452cb692516/.gitconfig' 2025-06-01T20:57:18.2687720Z Temporarily overriding HOME='/home/runner/work/_temp/e815dcd8-04a2-4e05-b295-3452cb692516' before making global git config changes 2025-06-01T20:57:18.2688886Z Adding repository directory to the temporary git global config as a safe directory 2025-06-01T20:57:18.2693548Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-01T20:57:18.2728623Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-01T20:57:18.2760717Z [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-06-01T20:57:18.3049642Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-01T20:57:18.3072290Z http.https://github.com/.extraheader 2025-06-01T20:57:18.3089286Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-01T20:57:18.3125203Z [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-06-01T20:57:18.3526007Z Cleaning up orphan processes