2025-06-26T07:46:05.5681412Z Current runner version: '2.325.0' 2025-06-26T07:46:05.5687552Z Runner name: 'linux.24_04.4x_5223d1836866' 2025-06-26T07:46:05.5688552Z Machine name: 'pkrvm3tun18ee2i' 2025-06-26T07:46:05.5706978Z ##[group]Operating System 2025-06-26T07:46:05.5707797Z Ubuntu 2025-06-26T07:46:05.5708338Z 24.04.2 2025-06-26T07:46:05.5708777Z LTS 2025-06-26T07:46:05.5709627Z ##[endgroup] 2025-06-26T07:46:05.5710126Z ##[group]Runner Image 2025-06-26T07:46:05.5710737Z Image: ubuntu-24.04 2025-06-26T07:46:05.5711284Z Version: 20250615.1.0 2025-06-26T07:46:05.5712288Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md 2025-06-26T07:46:05.5713615Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1 2025-06-26T07:46:05.5714507Z ##[endgroup] 2025-06-26T07:46:05.5716873Z ##[group]GITHUB_TOKEN Permissions 2025-06-26T07:46:05.5718755Z Actions: read 2025-06-26T07:46:05.5719723Z Attestations: read 2025-06-26T07:46:05.5720385Z Checks: read 2025-06-26T07:46:05.5721024Z Contents: read 2025-06-26T07:46:05.5721560Z Deployments: read 2025-06-26T07:46:05.5722011Z Discussions: read 2025-06-26T07:46:05.5722603Z Issues: read 2025-06-26T07:46:05.5723078Z Metadata: read 2025-06-26T07:46:05.5723514Z Models: read 2025-06-26T07:46:05.5724071Z Packages: read 2025-06-26T07:46:05.5724625Z Pages: read 2025-06-26T07:46:05.5725094Z PullRequests: read 2025-06-26T07:46:05.5725654Z RepositoryProjects: read 2025-06-26T07:46:05.5726208Z SecurityEvents: read 2025-06-26T07:46:05.5726683Z Statuses: read 2025-06-26T07:46:05.5727236Z ##[endgroup] 2025-06-26T07:46:05.5729807Z Secret source: Actions 2025-06-26T07:46:05.5730521Z Prepare workflow directory 2025-06-26T07:46:05.6159862Z Prepare all required actions 2025-06-26T07:46:05.6215067Z Getting action download info 2025-06-26T07:46:05.9295184Z Download action repository 'pytorch/pytorch@main' (SHA:455dfd258980294f0745bd90aee12a323e37224d) 2025-06-26T07:46:09.8459565Z Download action repository 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065) 2025-06-26T07:46:10.3398488Z Getting action download info 2025-06-26T07:46:10.4633012Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-26T07:46:10.5752135Z Complete job name: Test collect_env (without_torch, linux.24_04.4x) 2025-06-26T07:46:10.6394815Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-06-26T07:46:10.6395525Z with: 2025-06-26T07:46:10.6395753Z submodules: false 2025-06-26T07:46:10.6395974Z fetch-depth: 1 2025-06-26T07:46:10.6396381Z ##[endgroup] 2025-06-26T07:46:10.6487868Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:10.6488718Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-26T07:46:10.6902649Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:10.6903101Z ##[endgroup] 2025-06-26T07:46:10.7167859Z ##[group]Run # Use all available CPUs for fetching 2025-06-26T07:46:10.7168277Z # Use all available CPUs for fetching 2025-06-26T07:46:10.7168583Z cd "${GITHUB_WORKSPACE}" 2025-06-26T07:46:10.7169117Z git config --global fetch.parallel 0 2025-06-26T07:46:10.7169487Z git config --global submodule.fetchJobs 0 2025-06-26T07:46:10.7169785Z  2025-06-26T07:46:10.7170097Z # Clean workspace. The default checkout action should also do this, but 2025-06-26T07:46:10.7170496Z # do it here as well just in case 2025-06-26T07:46:10.7170798Z if [[ -d .git ]]; then 2025-06-26T07:46:10.7171069Z  if [ -z "${NO_SUDO}" ]; then 2025-06-26T07:46:10.7171352Z  sudo git clean -ffdx 2025-06-26T07:46:10.7171602Z  else 2025-06-26T07:46:10.7171830Z  git clean -ffdx 2025-06-26T07:46:10.7172291Z  fi 2025-06-26T07:46:10.7172492Z fi 2025-06-26T07:46:10.7230404Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-26T07:46:10.7230765Z env: 2025-06-26T07:46:10.7230989Z NO_SUDO: 2025-06-26T07:46:10.7231183Z ##[endgroup] 2025-06-26T07:46:10.8781531Z ##[group]Run actions/checkout@v4 2025-06-26T07:46:10.8781832Z with: 2025-06-26T07:46:10.8782086Z ref: 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:10.8782375Z fetch-depth: 1 2025-06-26T07:46:10.8782602Z submodules: false 2025-06-26T07:46:10.8782830Z show-progress: false 2025-06-26T07:46:10.8783070Z repository: pytorch/pytorch 2025-06-26T07:46:10.8783464Z token: *** 2025-06-26T07:46:10.8783673Z ssh-strict: true 2025-06-26T07:46:10.8783891Z ssh-user: git 2025-06-26T07:46:10.8784105Z persist-credentials: true 2025-06-26T07:46:10.8784353Z clean: true 2025-06-26T07:46:10.8784573Z sparse-checkout-cone-mode: true 2025-06-26T07:46:10.8784837Z fetch-tags: false 2025-06-26T07:46:10.8785050Z lfs: false 2025-06-26T07:46:10.8785266Z set-safe-directory: true 2025-06-26T07:46:10.8785502Z ##[endgroup] 2025-06-26T07:46:10.9827607Z Syncing repository: pytorch/pytorch 2025-06-26T07:46:10.9829221Z ##[group]Getting Git version info 2025-06-26T07:46:10.9829658Z Working directory is '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:10.9830288Z [command]/usr/bin/git version 2025-06-26T07:46:10.9845329Z git version 2.49.0 2025-06-26T07:46:10.9871552Z ##[endgroup] 2025-06-26T07:46:10.9881398Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/bc4fff1d-e57a-457c-8e5a-9de9f467ac43/.gitconfig' 2025-06-26T07:46:10.9892123Z Temporarily overriding HOME='/home/runner/work/_temp/bc4fff1d-e57a-457c-8e5a-9de9f467ac43' before making global git config changes 2025-06-26T07:46:10.9893229Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:46:10.9896763Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:46:10.9932259Z Deleting the contents of '/home/runner/work/pytorch/pytorch' 2025-06-26T07:46:10.9935792Z ##[group]Initializing the repository 2025-06-26T07:46:10.9941160Z [command]/usr/bin/git init /home/runner/work/pytorch/pytorch 2025-06-26T07:46:11.1078739Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-26T07:46:11.1080694Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-26T07:46:11.1081480Z hint: of your new repositories, which will suppress this warning, call: 2025-06-26T07:46:11.1081946Z hint: 2025-06-26T07:46:11.1082336Z hint: git config --global init.defaultBranch 2025-06-26T07:46:11.1082756Z hint: 2025-06-26T07:46:11.1083138Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-26T07:46:11.1083761Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-26T07:46:11.1084240Z hint: 2025-06-26T07:46:11.1084505Z hint: git branch -m 2025-06-26T07:46:11.1200654Z Initialized empty Git repository in /home/runner/work/pytorch/pytorch/.git/ 2025-06-26T07:46:11.1215558Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-06-26T07:46:11.1307862Z ##[endgroup] 2025-06-26T07:46:11.1342024Z ##[group]Disabling automatic garbage collection 2025-06-26T07:46:11.1342703Z [command]/usr/bin/git config --local gc.auto 0 2025-06-26T07:46:11.1344945Z ##[endgroup] 2025-06-26T07:46:11.1347336Z ##[group]Setting up auth 2025-06-26T07:46:11.1353777Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:46:11.1386050Z [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-26T07:46:11.3559605Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:46:11.3589646Z [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-26T07:46:11.3817330Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-26T07:46:11.3855318Z ##[endgroup] 2025-06-26T07:46:11.3855957Z ##[group]Fetching the repository 2025-06-26T07:46:11.3863990Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:16.3323560Z From https://github.com/pytorch/pytorch 2025-06-26T07:46:16.3324869Z * branch 2f51212f3d109bef3054fd8bad1604b94516e725 -> FETCH_HEAD 2025-06-26T07:46:16.3405154Z ##[endgroup] 2025-06-26T07:46:16.3406369Z ##[group]Determining the checkout info 2025-06-26T07:46:16.3408487Z ##[endgroup] 2025-06-26T07:46:16.3417419Z [command]/usr/bin/git sparse-checkout disable 2025-06-26T07:46:16.3515019Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-26T07:46:16.3545253Z ##[group]Checking out the ref 2025-06-26T07:46:16.3551795Z [command]/usr/bin/git checkout --progress --force 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:17.3756042Z Updating files: 91% (17821/19448) 2025-06-26T07:46:17.3865483Z Updating files: 92% (17893/19448) 2025-06-26T07:46:17.4003282Z Updating files: 93% (18087/19448) 2025-06-26T07:46:17.4156694Z Updating files: 94% (18282/19448) 2025-06-26T07:46:17.4333195Z Updating files: 95% (18476/19448) 2025-06-26T07:46:17.4466298Z Updating files: 96% (18671/19448) 2025-06-26T07:46:17.4637759Z Updating files: 97% (18865/19448) 2025-06-26T07:46:17.4857394Z Updating files: 98% (19060/19448) 2025-06-26T07:46:17.4997838Z Updating files: 99% (19254/19448) 2025-06-26T07:46:17.4998425Z Updating files: 100% (19448/19448) 2025-06-26T07:46:17.5001196Z Updating files: 100% (19448/19448), done. 2025-06-26T07:46:17.5182657Z Note: switching to '2f51212f3d109bef3054fd8bad1604b94516e725'. 2025-06-26T07:46:17.5183338Z 2025-06-26T07:46:17.5183798Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-26T07:46:17.5185045Z changes and commit them, and you can discard any commits you make in this 2025-06-26T07:46:17.5186275Z state without impacting any branches by switching back to a branch. 2025-06-26T07:46:17.5187467Z 2025-06-26T07:46:17.5188040Z If you want to create a new branch to retain commits you create, you may 2025-06-26T07:46:17.5189493Z do so (now or later) by using -c with the switch command. Example: 2025-06-26T07:46:17.5190221Z 2025-06-26T07:46:17.5190569Z git switch -c 2025-06-26T07:46:17.5191123Z 2025-06-26T07:46:17.5191403Z Or undo this operation with: 2025-06-26T07:46:17.5191812Z 2025-06-26T07:46:17.5192028Z git switch - 2025-06-26T07:46:17.5192356Z 2025-06-26T07:46:17.5192948Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-26T07:46:17.5193856Z 2025-06-26T07:46:17.5194416Z HEAD is now at 2f51212 [MTIA ATen Backend] In-Tree gt.Tensor_out / gt.Scalar_out 2025-06-26T07:46:17.5223564Z ##[endgroup] 2025-06-26T07:46:17.5274402Z [command]/usr/bin/git log -1 --format=%H 2025-06-26T07:46:17.5300855Z 2f51212f3d109bef3054fd8bad1604b94516e725 2025-06-26T07:46:17.5577784Z ##[group]Run actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 2025-06-26T07:46:17.5578160Z with: 2025-06-26T07:46:17.5578335Z architecture: x64 2025-06-26T07:46:17.5578521Z check-latest: false 2025-06-26T07:46:17.5578708Z cache: pip 2025-06-26T07:46:17.5578914Z cache-dependency-path: **/requirements.txt 2025-06-26T07:46:17.5579700Z token: *** 2025-06-26T07:46:17.5579893Z update-environment: true 2025-06-26T07:46:17.5580110Z allow-prereleases: false 2025-06-26T07:46:17.5580322Z freethreaded: false 2025-06-26T07:46:17.5580504Z ##[endgroup] 2025-06-26T07:46:17.7238488Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. 2025-06-26T07:46:17.7240228Z [warning].python-version doesn't exist. 2025-06-26T07:46:17.7261241Z ##[warning]The `python-version` input is not set. The version of Python currently in `PATH` will be used. 2025-06-26T07:46:17.7348256Z ##[group]Run # All we need to see is that it passes 2025-06-26T07:46:17.7348627Z # All we need to see is that it passes 2025-06-26T07:46:17.7349116Z python3 torch/utils/collect_env.py 2025-06-26T07:46:17.7408195Z shell: /usr/bin/bash -e {0} 2025-06-26T07:46:17.7408437Z ##[endgroup] 2025-06-26T07:47:03.9371098Z Collecting environment information... 2025-06-26T07:47:03.9371645Z PyTorch version: N/A 2025-06-26T07:47:03.9371972Z Is debug build: N/A 2025-06-26T07:47:03.9372313Z CUDA used to build PyTorch: N/A 2025-06-26T07:47:03.9372687Z ROCM used to build PyTorch: N/A 2025-06-26T07:47:03.9372940Z 2025-06-26T07:47:03.9373092Z OS: Ubuntu 24.04.2 LTS (x86_64) 2025-06-26T07:47:03.9373526Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 2025-06-26T07:47:03.9374029Z Clang version: 18.1.3 (1ubuntu1) 2025-06-26T07:47:03.9374498Z CMake version: version 3.31.6 2025-06-26T07:47:03.9374940Z Libc version: glibc-2.39 2025-06-26T07:47:03.9375206Z 2025-06-26T07:47:03.9375582Z Python version: 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] (64-bit runtime) 2025-06-26T07:47:03.9376517Z Python platform: Linux-6.11.0-1015-azure-x86_64-with-glibc2.39 2025-06-26T07:47:03.9377079Z Is CUDA available: N/A 2025-06-26T07:47:03.9377501Z CUDA runtime version: Could not collect 2025-06-26T07:47:03.9378036Z CUDA_MODULE_LOADING set to: N/A 2025-06-26T07:47:03.9378537Z GPU models and configuration: Could not collect 2025-06-26T07:47:03.9379332Z Nvidia driver version: Could not collect 2025-06-26T07:47:03.9379859Z cuDNN version: Could not collect 2025-06-26T07:47:03.9380384Z HIP runtime version: N/A 2025-06-26T07:47:03.9380798Z MIOpen runtime version: N/A 2025-06-26T07:47:03.9381271Z Is XNNPACK available: N/A 2025-06-26T07:47:03.9381547Z 2025-06-26T07:47:03.9381651Z CPU: 2025-06-26T07:47:03.9382043Z Architecture: x86_64 2025-06-26T07:47:03.9382537Z CPU op-mode(s): 32-bit, 64-bit 2025-06-26T07:47:03.9383113Z Address sizes: 48 bits physical, 48 bits virtual 2025-06-26T07:47:03.9383707Z Byte Order: Little Endian 2025-06-26T07:47:03.9384218Z CPU(s): 4 2025-06-26T07:47:03.9384644Z On-line CPU(s) list: 0-3 2025-06-26T07:47:03.9385098Z Vendor ID: AuthenticAMD 2025-06-26T07:47:03.9385618Z Model name: AMD EPYC 7763 64-Core Processor 2025-06-26T07:47:03.9386108Z CPU family: 25 2025-06-26T07:47:03.9386544Z Model: 1 2025-06-26T07:47:03.9386937Z Thread(s) per core: 2 2025-06-26T07:47:03.9387335Z Core(s) per socket: 2 2025-06-26T07:47:03.9387730Z Socket(s): 1 2025-06-26T07:47:03.9388131Z Stepping: 1 2025-06-26T07:47:03.9388553Z BogoMIPS: 4890.86 2025-06-26T07:47:03.9392821Z 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-26T07:47:03.9396991Z Virtualization: AMD-V 2025-06-26T07:47:03.9397462Z Hypervisor vendor: Microsoft 2025-06-26T07:47:03.9398321Z Virtualization type: full 2025-06-26T07:47:03.9398815Z L1d cache: 64 KiB (2 instances) 2025-06-26T07:47:03.9399955Z L1i cache: 64 KiB (2 instances) 2025-06-26T07:47:03.9400499Z L2 cache: 1 MiB (2 instances) 2025-06-26T07:47:03.9400989Z L3 cache: 32 MiB (1 instance) 2025-06-26T07:47:03.9401438Z NUMA node(s): 1 2025-06-26T07:47:03.9401833Z NUMA node0 CPU(s): 0-3 2025-06-26T07:47:03.9402322Z Vulnerability Gather data sampling: Not affected 2025-06-26T07:47:03.9402882Z Vulnerability Itlb multihit: Not affected 2025-06-26T07:47:03.9403392Z Vulnerability L1tf: Not affected 2025-06-26T07:47:03.9403926Z Vulnerability Mds: Not affected 2025-06-26T07:47:03.9404438Z Vulnerability Meltdown: Not affected 2025-06-26T07:47:03.9404963Z Vulnerability Mmio stale data: Not affected 2025-06-26T07:47:03.9405489Z Vulnerability Reg file data sampling: Not affected 2025-06-26T07:47:03.9406014Z Vulnerability Retbleed: Not affected 2025-06-26T07:47:03.9406693Z Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode 2025-06-26T07:47:03.9407360Z Vulnerability Spec store bypass: Vulnerable 2025-06-26T07:47:03.9408161Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 2025-06-26T07:47:03.9409596Z Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 2025-06-26T07:47:03.9410561Z Vulnerability Srbds: Not affected 2025-06-26T07:47:03.9411101Z Vulnerability Tsx async abort: Not affected 2025-06-26T07:47:03.9411447Z 2025-06-26T07:47:03.9411598Z Versions of relevant libraries: 2025-06-26T07:47:03.9412008Z [pip3] No relevant packages 2025-06-26T07:47:03.9412394Z [conda] No relevant packages 2025-06-26T07:47:03.9514090Z Post job cleanup. 2025-06-26T07:47:04.0995750Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified 2025-06-26T07:47:04.1116114Z Post job cleanup. 2025-06-26T07:47:04.1174781Z Post job cleanup. 2025-06-26T07:47:04.2108853Z [command]/usr/bin/git version 2025-06-26T07:47:04.2148175Z git version 2.49.0 2025-06-26T07:47:04.2189267Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/9fdef366-8d53-455e-9b48-3e78739fc73e/.gitconfig' 2025-06-26T07:47:04.2205378Z Temporarily overriding HOME='/home/runner/work/_temp/9fdef366-8d53-455e-9b48-3e78739fc73e' before making global git config changes 2025-06-26T07:47:04.2206425Z Adding repository directory to the temporary git global config as a safe directory 2025-06-26T07:47:04.2211210Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pytorch/pytorch 2025-06-26T07:47:04.2245826Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-26T07:47:04.2277705Z [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-26T07:47:04.2579800Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-26T07:47:04.2600795Z http.https://github.com/.extraheader 2025-06-26T07:47:04.2614191Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-26T07:47:04.2645497Z [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-26T07:47:04.2994110Z Cleaning up orphan processes